add optional context to translations

This commit is contained in:
friendica 2014-05-20 20:22:38 -07:00
parent fc0967b84b
commit 71f5908e21
4 changed files with 120 additions and 106 deletions

View File

@ -53,7 +53,6 @@ define ( 'EOL', '<br />' . "\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );
define ( 'DIRECTORY_MODE_NORMAL', 0x0000); // This is technically DIRECTORY_MODE_TERTIARY, but it's the default, hence 0x0000 define ( 'DIRECTORY_MODE_NORMAL', 0x0000); // This is technically DIRECTORY_MODE_TERTIARY, but it's the default, hence 0x0000
define ( 'DIRECTORY_MODE_PRIMARY', 0x0001); define ( 'DIRECTORY_MODE_PRIMARY', 0x0001);
define ( 'DIRECTORY_MODE_SECONDARY', 0x0002); define ( 'DIRECTORY_MODE_SECONDARY', 0x0002);

View File

@ -145,10 +145,12 @@ function load_translation_table($lang, $install = false) {
/** /**
* @brief translate string if translation exists. * @brief translate string if translation exists.
* *
* @param s string that should get translated * @param $s string that should get translated
* @param $ctx optional context to appear in po file
* @return translated string if exsists, otherwise s * @return translated string if exsists, otherwise s
*
*/ */
function t($s) { function t($s,$ctx = '') {
global $a; global $a;
if(x($a->strings,$s)) { if(x($a->strings,$s)) {

View File

@ -6,9 +6,9 @@
#, fuzzy #, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: 2014-05-16.677\n" "Project-Id-Version: 2014-05-20.681\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-05-16 00:02-0700\n" "POT-Creation-Date: 2014-05-20 20:21-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -33,30 +33,57 @@ msgstr ""
msgid "Matrix" msgid "Matrix"
msgstr "" msgstr ""
#: ../../include/apps.php:107 ../../include/nav.php:161 #: ../../include/apps.php:108 ../../include/nav.php:161
msgid "Channel Home" msgid "Channel Home"
msgstr "" msgstr ""
#: ../../include/apps.php:107 ../../include/identity.php:942 #: ../../include/apps.php:109 ../../include/identity.php:942
#: ../../include/identity.php:1031 ../../mod/profperm.php:112 #: ../../include/identity.php:1031 ../../mod/profperm.php:112
msgid "Profile" msgid "Profile"
msgstr "" msgstr ""
#: ../../include/apps.php:108 ../../include/conversation.php:1501 #: ../../include/apps.php:110 ../../include/conversation.php:1501
#: ../../include/nav.php:84 ../../mod/fbrowser.php:25 #: ../../include/nav.php:84 ../../mod/fbrowser.php:25
msgid "Photos" msgid "Photos"
msgstr "" msgstr ""
#: ../../include/apps.php:108 ../../include/conversation.php:1532 #: ../../include/apps.php:111 ../../include/conversation.php:1532
#: ../../include/nav.php:87 ../../include/nav.php:180 ../../mod/events.php:366 #: ../../include/nav.php:87 ../../include/nav.php:180 ../../mod/events.php:366
msgid "Events" msgid "Events"
msgstr "" msgstr ""
#: ../../include/apps.php:108 ../../include/nav.php:147 #: ../../include/apps.php:112 ../../include/nav.php:147
#: ../../mod/directory.php:210 #: ../../mod/directory.php:210
msgid "Directory" msgid "Directory"
msgstr "" msgstr ""
#: ../../include/apps.php:113 ../../include/nav.php:139 ../../mod/help.php:60
#: ../../mod/help.php:65
msgid "Help"
msgstr ""
#: ../../include/apps.php:146 ../../mod/settings.php:79
#: ../../mod/settings.php:541
msgid "Update"
msgstr ""
#: ../../include/apps.php:146
msgid "Install"
msgstr ""
#: ../../include/apps.php:151 ../../include/ItemObject.php:108
#: ../../include/conversation.php:632 ../../mod/admin.php:757
#: ../../mod/admin.php:886 ../../mod/connedit.php:398
#: ../../mod/settings.php:578 ../../mod/filestorage.php:175
#: ../../mod/group.php:176 ../../mod/thing.php:236 ../../mod/photos.php:1043
msgid "Delete"
msgstr ""
#: ../../include/apps.php:213 ../../include/apps.php:255
#: ../../mod/connedit.php:434
msgid "Unknown"
msgstr ""
#: ../../include/oembed.php:171 #: ../../include/oembed.php:171
msgid "Embedded content" msgid "Embedded content"
msgstr "" msgstr ""
@ -109,7 +136,7 @@ msgstr ""
msgid "View" msgid "View"
msgstr "" msgstr ""
#: ../../include/page_widgets.php:40 ../../include/ItemObject.php:570 #: ../../include/page_widgets.php:40 ../../include/ItemObject.php:588
#: ../../include/conversation.php:1088 ../../mod/editblock.php:141 #: ../../include/conversation.php:1088 ../../mod/editblock.php:141
#: ../../mod/editlayout.php:135 ../../mod/editpost.php:140 #: ../../mod/editlayout.php:135 ../../mod/editpost.php:140
#: ../../mod/editwebpage.php:175 ../../mod/webpages.php:123 #: ../../mod/editwebpage.php:175 ../../mod/webpages.php:123
@ -356,7 +383,7 @@ msgstr ""
msgid "Permissions" msgid "Permissions"
msgstr "" msgstr ""
#: ../../include/acl_selectors.php:247 #: ../../include/acl_selectors.php:247 ../../include/ItemObject.php:285
msgid "Close" msgid "Close"
msgstr "" msgstr ""
@ -475,34 +502,34 @@ msgstr ""
msgid "Location:" msgid "Location:"
msgstr "" msgstr ""
#: ../../include/bbcode.php:128 ../../include/bbcode.php:633 #: ../../include/bbcode.php:128 ../../include/bbcode.php:642
#: ../../include/bbcode.php:636 ../../include/bbcode.php:641 #: ../../include/bbcode.php:645 ../../include/bbcode.php:650
#: ../../include/bbcode.php:644 ../../include/bbcode.php:647 #: ../../include/bbcode.php:653 ../../include/bbcode.php:656
#: ../../include/bbcode.php:650 ../../include/bbcode.php:655 #: ../../include/bbcode.php:659 ../../include/bbcode.php:664
#: ../../include/bbcode.php:658 ../../include/bbcode.php:663 #: ../../include/bbcode.php:667 ../../include/bbcode.php:672
#: ../../include/bbcode.php:666 ../../include/bbcode.php:669 #: ../../include/bbcode.php:675 ../../include/bbcode.php:678
#: ../../include/bbcode.php:672 #: ../../include/bbcode.php:681
msgid "Image/photo" msgid "Image/photo"
msgstr "" msgstr ""
#: ../../include/bbcode.php:163 ../../include/bbcode.php:683 #: ../../include/bbcode.php:163 ../../include/bbcode.php:692
msgid "Encrypted content" msgid "Encrypted content"
msgstr "" msgstr ""
#: ../../include/bbcode.php:170 #: ../../include/bbcode.php:179
msgid "QR code" msgid "QR code"
msgstr "" msgstr ""
#: ../../include/bbcode.php:219 #: ../../include/bbcode.php:228
#, php-format #, php-format
msgid "%1$s wrote the following %2$s %3$s" msgid "%1$s wrote the following %2$s %3$s"
msgstr "" msgstr ""
#: ../../include/bbcode.php:221 #: ../../include/bbcode.php:230
msgid "post" msgid "post"
msgstr "" msgstr ""
#: ../../include/bbcode.php:601 ../../include/bbcode.php:621 #: ../../include/bbcode.php:610 ../../include/bbcode.php:630
msgid "$1 wrote:" msgid "$1 wrote:"
msgstr "" msgstr ""
@ -511,13 +538,6 @@ msgstr ""
msgid "Private Message" msgid "Private Message"
msgstr "" msgstr ""
#: ../../include/ItemObject.php:108 ../../include/conversation.php:632
#: ../../mod/admin.php:757 ../../mod/admin.php:886 ../../mod/connedit.php:398
#: ../../mod/settings.php:578 ../../mod/filestorage.php:175
#: ../../mod/group.php:176 ../../mod/thing.php:236 ../../mod/photos.php:1043
msgid "Delete"
msgstr ""
#: ../../include/ItemObject.php:114 ../../include/conversation.php:631 #: ../../include/ItemObject.php:114 ../../include/conversation.php:631
msgid "Select" msgid "Select"
msgstr "" msgstr ""
@ -526,111 +546,117 @@ msgstr ""
msgid "save to folder" msgid "save to folder"
msgstr "" msgstr ""
#: ../../include/ItemObject.php:128 #: ../../include/ItemObject.php:130 ../../include/ItemObject.php:142
msgid "View all"
msgstr ""
#: ../../include/ItemObject.php:134
msgid "Like" msgid "Like"
msgstr "" msgstr ""
#: ../../include/ItemObject.php:128 ../../mod/profiles.php:302 #: ../../include/ItemObject.php:134 ../../include/ItemObject.php:279
#: ../../mod/profiles.php:302
msgid "Likes" msgid "Likes"
msgstr "" msgstr ""
#: ../../include/ItemObject.php:132 #: ../../include/ItemObject.php:139
msgid "Dislike" msgid "Dislike"
msgstr "" msgstr ""
#: ../../include/ItemObject.php:132 ../../mod/profiles.php:306 #: ../../include/ItemObject.php:139 ../../include/ItemObject.php:280
#: ../../mod/profiles.php:306
msgid "Dislikes" msgid "Dislikes"
msgstr "" msgstr ""
#: ../../include/ItemObject.php:154 #: ../../include/ItemObject.php:167
msgid "add star" msgid "add star"
msgstr "" msgstr ""
#: ../../include/ItemObject.php:155 #: ../../include/ItemObject.php:168
msgid "remove star" msgid "remove star"
msgstr "" msgstr ""
#: ../../include/ItemObject.php:156 #: ../../include/ItemObject.php:169
msgid "toggle star status" msgid "toggle star status"
msgstr "" msgstr ""
#: ../../include/ItemObject.php:160 #: ../../include/ItemObject.php:173
msgid "starred" msgid "starred"
msgstr "" msgstr ""
#: ../../include/ItemObject.php:169 ../../include/conversation.php:646 #: ../../include/ItemObject.php:182 ../../include/conversation.php:646
msgid "Message is verified" msgid "Message is verified"
msgstr "" msgstr ""
#: ../../include/ItemObject.php:177 #: ../../include/ItemObject.php:190
msgid "add tag" msgid "add tag"
msgstr "" msgstr ""
#: ../../include/ItemObject.php:192 ../../mod/photos.php:971 #: ../../include/ItemObject.php:205 ../../mod/photos.php:971
msgid "I like this (toggle)" msgid "I like this (toggle)"
msgstr "" msgstr ""
#: ../../include/ItemObject.php:192 ../../include/taxonomy.php:254 #: ../../include/ItemObject.php:205 ../../include/taxonomy.php:254
msgid "like" msgid "like"
msgstr "" msgstr ""
#: ../../include/ItemObject.php:193 ../../mod/photos.php:972 #: ../../include/ItemObject.php:206 ../../mod/photos.php:972
msgid "I don't like this (toggle)" msgid "I don't like this (toggle)"
msgstr "" msgstr ""
#: ../../include/ItemObject.php:193 ../../include/taxonomy.php:255 #: ../../include/ItemObject.php:206 ../../include/taxonomy.php:255
msgid "dislike" msgid "dislike"
msgstr "" msgstr ""
#: ../../include/ItemObject.php:195 #: ../../include/ItemObject.php:208
msgid "Share this" msgid "Share this"
msgstr "" msgstr ""
#: ../../include/ItemObject.php:195 #: ../../include/ItemObject.php:208
msgid "share" msgid "share"
msgstr "" msgstr ""
#: ../../include/ItemObject.php:219 ../../include/ItemObject.php:220 #: ../../include/ItemObject.php:232 ../../include/ItemObject.php:233
#, php-format #, php-format
msgid "View %s's profile - %s" msgid "View %s's profile - %s"
msgstr "" msgstr ""
#: ../../include/ItemObject.php:221 #: ../../include/ItemObject.php:234
msgid "to" msgid "to"
msgstr "" msgstr ""
#: ../../include/ItemObject.php:222 #: ../../include/ItemObject.php:235
msgid "via" msgid "via"
msgstr "" msgstr ""
#: ../../include/ItemObject.php:223 #: ../../include/ItemObject.php:236
msgid "Wall-to-Wall" msgid "Wall-to-Wall"
msgstr "" msgstr ""
#: ../../include/ItemObject.php:224 #: ../../include/ItemObject.php:237
msgid "via Wall-To-Wall:" msgid "via Wall-To-Wall:"
msgstr "" msgstr ""
#: ../../include/ItemObject.php:234 ../../include/conversation.php:690 #: ../../include/ItemObject.php:247 ../../include/conversation.php:690
#, php-format #, php-format
msgid " from %s" msgid " from %s"
msgstr "" msgstr ""
#: ../../include/ItemObject.php:237 ../../include/conversation.php:693 #: ../../include/ItemObject.php:250 ../../include/conversation.php:693
#, php-format #, php-format
msgid "last edited: %s" msgid "last edited: %s"
msgstr "" msgstr ""
#: ../../include/ItemObject.php:238 ../../include/conversation.php:694 #: ../../include/ItemObject.php:251 ../../include/conversation.php:694
#, php-format #, php-format
msgid "Expires: %s" msgid "Expires: %s"
msgstr "" msgstr ""
#: ../../include/ItemObject.php:258 #: ../../include/ItemObject.php:271
msgid "Bookmark Links" msgid "Bookmark Links"
msgstr "" msgstr ""
#: ../../include/ItemObject.php:272 ../../include/conversation.php:711 #: ../../include/ItemObject.php:290 ../../include/conversation.php:711
#: ../../include/conversation.php:1127 ../../mod/editblock.php:120 #: ../../include/conversation.php:1127 ../../mod/editblock.php:120
#: ../../mod/editlayout.php:115 ../../mod/editpost.php:121 #: ../../mod/editlayout.php:115 ../../mod/editpost.php:121
#: ../../mod/editwebpage.php:152 ../../mod/mail.php:222 ../../mod/mail.php:336 #: ../../mod/editwebpage.php:152 ../../mod/mail.php:222 ../../mod/mail.php:336
@ -638,29 +664,29 @@ msgstr ""
msgid "Please wait" msgid "Please wait"
msgstr "" msgstr ""
#: ../../include/ItemObject.php:293 #: ../../include/ItemObject.php:311
#, php-format #, php-format
msgid "%d comment" msgid "%d comment"
msgid_plural "%d comments" msgid_plural "%d comments"
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: ../../include/ItemObject.php:294 ../../include/contact_widgets.php:130 #: ../../include/ItemObject.php:312 ../../include/contact_widgets.php:130
#: ../../include/js_strings.php:7 #: ../../include/js_strings.php:7
msgid "show more" msgid "show more"
msgstr "" msgstr ""
#: ../../include/ItemObject.php:558 ../../mod/photos.php:990 #: ../../include/ItemObject.php:576 ../../mod/photos.php:990
#: ../../mod/photos.php:1077 #: ../../mod/photos.php:1077
msgid "This is you" msgid "This is you"
msgstr "" msgstr ""
#: ../../include/ItemObject.php:560 ../../include/js_strings.php:6 #: ../../include/ItemObject.php:578 ../../include/js_strings.php:6
#: ../../mod/photos.php:992 ../../mod/photos.php:1079 #: ../../mod/photos.php:992 ../../mod/photos.php:1079
msgid "Comment" msgid "Comment"
msgstr "" msgstr ""
#: ../../include/ItemObject.php:561 ../../mod/mood.php:142 #: ../../include/ItemObject.php:579 ../../mod/mood.php:142
#: ../../mod/admin.php:441 ../../mod/admin.php:750 ../../mod/admin.php:884 #: ../../mod/admin.php:441 ../../mod/admin.php:750 ../../mod/admin.php:884
#: ../../mod/admin.php:1017 ../../mod/admin.php:1216 ../../mod/admin.php:1303 #: ../../mod/admin.php:1017 ../../mod/admin.php:1216 ../../mod/admin.php:1303
#: ../../mod/poke.php:166 ../../mod/profiles.php:506 ../../mod/chat.php:177 #: ../../mod/poke.php:166 ../../mod/profiles.php:506 ../../mod/chat.php:177
@ -682,39 +708,39 @@ msgstr ""
msgid "Submit" msgid "Submit"
msgstr "" msgstr ""
#: ../../include/ItemObject.php:562 #: ../../include/ItemObject.php:580
msgid "Bold" msgid "Bold"
msgstr "" msgstr ""
#: ../../include/ItemObject.php:563 #: ../../include/ItemObject.php:581
msgid "Italic" msgid "Italic"
msgstr "" msgstr ""
#: ../../include/ItemObject.php:564 #: ../../include/ItemObject.php:582
msgid "Underline" msgid "Underline"
msgstr "" msgstr ""
#: ../../include/ItemObject.php:565 #: ../../include/ItemObject.php:583
msgid "Quote" msgid "Quote"
msgstr "" msgstr ""
#: ../../include/ItemObject.php:566 #: ../../include/ItemObject.php:584
msgid "Code" msgid "Code"
msgstr "" msgstr ""
#: ../../include/ItemObject.php:567 #: ../../include/ItemObject.php:585
msgid "Image" msgid "Image"
msgstr "" msgstr ""
#: ../../include/ItemObject.php:568 #: ../../include/ItemObject.php:586
msgid "Link" msgid "Link"
msgstr "" msgstr ""
#: ../../include/ItemObject.php:569 #: ../../include/ItemObject.php:587
msgid "Video" msgid "Video"
msgstr "" msgstr ""
#: ../../include/ItemObject.php:573 ../../include/conversation.php:1153 #: ../../include/ItemObject.php:591 ../../include/conversation.php:1153
#: ../../mod/editpost.php:148 ../../mod/mail.php:228 ../../mod/mail.php:341 #: ../../mod/editpost.php:148 ../../mod/mail.php:228 ../../mod/mail.php:341
msgid "Encrypt text" msgid "Encrypt text"
msgstr "" msgstr ""
@ -842,7 +868,7 @@ msgid "RSS/Atom"
msgstr "" msgstr ""
#: ../../include/contact_selectors.php:77 ../../mod/admin.php:753 #: ../../include/contact_selectors.php:77 ../../mod/admin.php:753
#: ../../mod/admin.php:762 ../../boot.php:1454 #: ../../mod/admin.php:762 ../../boot.php:1453
msgid "Email" msgid "Email"
msgstr "" msgstr ""
@ -1623,9 +1649,8 @@ msgstr ""
msgid "Posts that mention or involve you" msgid "Posts that mention or involve you"
msgstr "" msgstr ""
#: ../../include/conversation.php:1424 ../../include/widgets.php:83 #: ../../include/conversation.php:1424 ../../mod/connections.php:211
#: ../../mod/connections.php:211 ../../mod/connections.php:224 #: ../../mod/connections.php:224 ../../mod/menu.php:61
#: ../../mod/menu.php:61
msgid "New" msgid "New"
msgstr "" msgstr ""
@ -2683,7 +2708,7 @@ msgstr ""
msgid "Stored post could not be verified." msgid "Stored post could not be verified."
msgstr "" msgstr ""
#: ../../include/nav.php:77 ../../include/nav.php:96 ../../boot.php:1451 #: ../../include/nav.php:77 ../../include/nav.php:96 ../../boot.php:1450
msgid "Logout" msgid "Logout"
msgstr "" msgstr ""
@ -2739,7 +2764,7 @@ msgstr ""
msgid "Your webpages" msgid "Your webpages"
msgstr "" msgstr ""
#: ../../include/nav.php:94 ../../boot.php:1452 #: ../../include/nav.php:94 ../../boot.php:1451
msgid "Login" msgid "Login"
msgstr "" msgstr ""
@ -2760,7 +2785,7 @@ msgstr ""
msgid "Home Page" msgid "Home Page"
msgstr "" msgstr ""
#: ../../include/nav.php:134 ../../mod/register.php:206 ../../boot.php:1428 #: ../../include/nav.php:134 ../../mod/register.php:206 ../../boot.php:1427
msgid "Register" msgid "Register"
msgstr "" msgstr ""
@ -2768,15 +2793,11 @@ msgstr ""
msgid "Create an account" msgid "Create an account"
msgstr "" msgstr ""
#: ../../include/nav.php:139 ../../mod/help.php:60 ../../mod/help.php:65
msgid "Help"
msgstr ""
#: ../../include/nav.php:139 #: ../../include/nav.php:139
msgid "Help and documentation" msgid "Help and documentation"
msgstr "" msgstr ""
#: ../../include/nav.php:142 ../../mod/apps.php:17 #: ../../include/nav.php:142 ../../mod/apps.php:17 ../../mod/apps.php:35
msgid "Apps" msgid "Apps"
msgstr "" msgstr ""
@ -3181,10 +3202,6 @@ msgstr ""
msgid "System" msgid "System"
msgstr "" msgstr ""
#: ../../include/widgets.php:82
msgid "Featured"
msgstr ""
#: ../../include/widgets.php:129 ../../mod/suggest.php:53 #: ../../include/widgets.php:129 ../../mod/suggest.php:53
msgid "Ignore/Hide" msgid "Ignore/Hide"
msgstr "" msgstr ""
@ -5053,10 +5070,6 @@ msgstr ""
msgid "Delete this connection" msgid "Delete this connection"
msgstr "" msgstr ""
#: ../../mod/connedit.php:434
msgid "Unknown"
msgstr ""
#: ../../mod/connedit.php:444 ../../mod/connedit.php:473 #: ../../mod/connedit.php:444 ../../mod/connedit.php:473
msgid "Approve this connection" msgid "Approve this connection"
msgstr "" msgstr ""
@ -5332,10 +5345,6 @@ msgstr ""
msgid "Key and Secret are required" msgid "Key and Secret are required"
msgstr "" msgstr ""
#: ../../mod/settings.php:79 ../../mod/settings.php:541
msgid "Update"
msgstr ""
#: ../../mod/settings.php:195 #: ../../mod/settings.php:195
msgid "Passwords do not match. Password unchanged." msgid "Passwords do not match. Password unchanged."
msgstr "" msgstr ""
@ -6853,7 +6862,7 @@ msgid ""
"Password reset failed." "Password reset failed."
msgstr "" msgstr ""
#: ../../mod/lostpass.php:85 ../../boot.php:1462 #: ../../mod/lostpass.php:85 ../../boot.php:1461
msgid "Password Reset" msgid "Password Reset"
msgstr "" msgstr ""
@ -7325,6 +7334,10 @@ msgstr ""
msgid "OpenID protocol error. No ID returned." msgid "OpenID protocol error. No ID returned."
msgstr "" msgstr ""
#: ../../mod/appman.php:13
msgid "Malformed app."
msgstr ""
#: ../../view/theme/apw/php/config.php:202 #: ../../view/theme/apw/php/config.php:202
#: ../../view/theme/apw/php/config.php:236 #: ../../view/theme/apw/php/config.php:236
msgid "Schema Default" msgid "Schema Default"
@ -7606,41 +7619,41 @@ msgstr ""
msgid "Are you a clean desk or a messy desk person?" msgid "Are you a clean desk or a messy desk person?"
msgstr "" msgstr ""
#: ../../boot.php:1260 #: ../../boot.php:1259
#, php-format #, php-format
msgid "Update %s failed. See error logs." msgid "Update %s failed. See error logs."
msgstr "" msgstr ""
#: ../../boot.php:1263 #: ../../boot.php:1262
#, php-format #, php-format
msgid "Update Error at %s" msgid "Update Error at %s"
msgstr "" msgstr ""
#: ../../boot.php:1427 #: ../../boot.php:1426
msgid "" msgid ""
"Create an account to access services and applications within the Red Matrix" "Create an account to access services and applications within the Red Matrix"
msgstr "" msgstr ""
#: ../../boot.php:1455 #: ../../boot.php:1454
msgid "Password" msgid "Password"
msgstr "" msgstr ""
#: ../../boot.php:1456 #: ../../boot.php:1455
msgid "Remember me" msgid "Remember me"
msgstr "" msgstr ""
#: ../../boot.php:1461 #: ../../boot.php:1460
msgid "Forgot your password?" msgid "Forgot your password?"
msgstr "" msgstr ""
#: ../../boot.php:1526 #: ../../boot.php:1525
msgid "permission denied" msgid "permission denied"
msgstr "" msgstr ""
#: ../../boot.php:1527 #: ../../boot.php:1526
msgid "Got Zot?" msgid "Got Zot?"
msgstr "" msgstr ""
#: ../../boot.php:1957 #: ../../boot.php:1956
msgid "toggle mobile" msgid "toggle mobile"
msgstr "" msgstr ""

View File

@ -44,7 +44,7 @@ OPTS=
# fi # fi
#fi #fi
KEYWORDS="-k -kt -ktt:1,2" KEYWORDS="-k -kt:1 -kt:1,2c,2t -ktt:1,2"
echo "extract strings to $OUTFILE.." echo "extract strings to $OUTFILE.."