This gist shows how to create a GIF screencast using only free OS X tools: QuickTime, ffmpeg, and gifsicle.
To capture the video (filesize: 19MB), using the free "QuickTime Player" application:
newscoop: | |
recover: | |
password: "Password recovery for %variableName%" |
{{ 'newscoop.recover.password'|trans({'%variableName%': variableName}, 'home') }} |
Plugins: Plugins | |
paywall: | |
title: "Paywall" | |
search: "Search..." | |
toolbar: | |
label: | |
configuration: "Configuration" | |
manage: "Manage Subscriptions" | |
manageusers: "Manage User Subscriptions" | |
configure: "Configure Paywall" |
memberships: | |
errors: | |
settingserror: "Coudn't save settings." | |
headersize: "Size of uploaded header can not be more than {{ size }}" | |
headererror: "Could not upload header!" | |
showMembership: "Can not change this option at the moment." | |
menu: | |
tab: | |
memberships: "Memberships Settings" | |
settings: "Settings" |
Plugins: Plugins | |
extra: | |
sidebar: | |
name: "Extra plugin" | |
permissions: | |
manage: "Manage plugin" |
ads: | |
label: | |
title: "Announcements search" | |
name: "Title" | |
description: "Description" | |
category: "Category" | |
username: "Username" | |
publication: "Publication" | |
price: "Price" | |
reads: "Reads" |
UPDATE `Languages` SET `RFC3066bis` = "de-DE" WHERE `Code` = "de" | |
UPDATE `Languages` SET `RFC3066bis` = "pt-PT" WHERE `Code` = "pt" | |
UPDATE `Languages` SET `RFC3066bis` = "fr-FR" WHERE `Code` = "fr" | |
UPDATE `Languages` SET `RFC3066bis` = "es-ES" WHERE `Code` = "es" | |
UPDATE `Languages` SET `RFC3066bis` = "ro-RO" WHERE `Code` = "ro" |
{{ $num = $user->identifier % 6 }} | |
{{ if $user->image() }} | |
{{ $user->image($width, $height, 'crop') }} | |
{{ else }} | |
{{ $user->image($width, $height, 'crop', "_css/img/user_placeholder_`$num`.png") }} | |
{{ /if }} |
community: "Community" | |
RSS: "RSS" | |
premium: "Premium" | |
more: "More" | |
search: "search" | |
login: "Login" | |
logout: "Logout" | |
profile: "Profile" | |
register: "Register" | |
welcome: "Welcome" |