From a44f5653bfa109f95f10a510403c68accdfb2a66 Mon Sep 17 00:00:00 2001 From: fabrixxm Date: Fri, 11 Mar 2011 00:20:03 +0100 Subject: script sh to run xgettext on code and prepare messages.mo file --- util/run_xgettext.sh | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 util/run_xgettext.sh (limited to 'util') diff --git a/util/run_xgettext.sh b/util/run_xgettext.sh new file mode 100644 index 000000000..cd33e62dd --- /dev/null +++ b/util/run_xgettext.sh @@ -0,0 +1,19 @@ +#!/bin/bash + +cd $(dirname $0) + +KEYWORDS="-k -kt -ktt:1,2" + +find .. -name "*.php" | xargs xgettext $KEYWORDS --from-code=UTF-8 + +F9KVERSION=$(sed -n "s/.*'FRIENDIKA_VERSION'.*'\([0-9.]*\)'.*/\1/p" ../boot.php); + + +sed -i "s/SOME DESCRIPTIVE TITLE./FRIENDIKA Distribuited Social Network/g" messages.po +sed -i "s/YEAR THE PACKAGE'S COPYRIGHT HOLDER/2010, 2011 Mike Macgirvin/g" messages.po +sed -i "s/FIRST AUTHOR , YEAR./Mike Macgirvin, 2010/g" messages.po +sed -i "s/PACKAGE VERSION/$F9KVERSION/g" messages.po +sed -i "s/PACKAGE/Friendika/g" messages.po +sed -i "s/CHARSET/UTF-8/g" messages.po +sed -i "s|#: \.\./|#: ../../|g" messages.po + -- cgit v1.2.3 From 89781ba428f553e8eb4f415832e7e575adf141e0 Mon Sep 17 00:00:00 2001 From: fabrixxm Date: Fri, 11 Mar 2011 00:21:05 +0100 Subject: Convert .mo file to strings.php --- util/po2php.php | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 util/po2php.php (limited to 'util') diff --git a/util/po2php.php b/util/po2php.php new file mode 100644 index 000000000..15ee1cd2c --- /dev/null +++ b/util/po2php.php @@ -0,0 +1,72 @@ +\n\n"; + return; + } + + $mofile = $argv[1]; + $outfile = dirname($mofile)."/strings.php"; + + if (!file_exists($mofile)){ + print "Unable to find '$mofile'\n"; + return; + } + + print "Out to '$outfile'\n"; + + $out="strings['.$k.'] = '; + } else { + $k = ""; + } + } + + if ($k!="" && substr($l,0,7)=="msgstr "){ + $v = substr($l,7,$len-8); + $out .= $v; + } + if ($k!="" && substr($l,0,7)=="msgstr["){ + if (!$arr) { + $arr=True; + $out .= "array(\n"; + } + $match=Array(); + preg_match("|\[([0-9]*)\] (.*)|", $l, $match); + $out .= "\t". $match[1]." => ". $match[2] .",\n"; + } + + } + + if ($k!="") $out .= $arr?");\n":";\n"; + + file_put_contents($outfile, $out); + +} + +if (array_search(__file__,get_included_files())===0){ + po2php_run($argv,$argc); +} \ No newline at end of file -- cgit v1.2.3 From 9f7878057f356ba785de26877a660bb025cae31d Mon Sep 17 00:00:00 2001 From: fabrixxm Date: Fri, 11 Mar 2011 00:22:21 +0100 Subject: update source strings --- util/messages.po | 2410 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 2410 insertions(+) create mode 100644 util/messages.po (limited to 'util') diff --git a/util/messages.po b/util/messages.po new file mode 100644 index 000000000..b543a39f6 --- /dev/null +++ b/util/messages.po @@ -0,0 +1,2410 @@ +# FRIENDIKA Distribuited Social Network +# Copyright (C) 2010, 2011 Mike Macgirvin +# This file is distributed under the same license as the Friendika package. +# Mike Macgirvin, 2010 +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: 2.1.913\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-03-11 00:21+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" + +#: ../../mod/network.php:6 ../mod/profiles.php:7 ../mod/profiles.php:224 +#: ../../mod/notifications.php:56 ../mod/message.php:8 ../mod/message.php:116 +#: ../../mod/manage.php:75 ../mod/dfrn_confirm.php:53 ../mod/wall_upload.php:42 +#: ../../mod/display.php:303 ../mod/regmod.php:16 ../mod/photos.php:85 +#: ../../mod/photos.php:772 ../mod/viewcontacts.php:13 ../mod/settings.php:14 +#: ../../mod/settings.php:19 ../mod/settings.php:206 ../mod/item.php:57 +#: ../../mod/item.php:616 ../mod/profile_photo.php:19 +#: ../../mod/profile_photo.php:133 ../mod/profile_photo.php:139 +#: ../../mod/profile_photo.php:150 ../mod/group.php:19 ../mod/invite.php:13 +#: ../../mod/invite.php:50 ../mod/register.php:25 ../mod/follow.php:8 +#: ../../mod/contacts.php:101 ../addon/facebook/facebook.php:110 ../index.php:244 +msgid "Permission denied." +msgstr "" + +#: ../../mod/network.php:18 +msgid "Normal View" +msgstr "" + +#: ../../mod/network.php:20 +msgid "New Item View" +msgstr "" + +#: ../../mod/network.php:91 ../mod/profile.php:151 +msgid "Share" +msgstr "" + +#: ../../mod/network.php:92 ../mod/message.php:185 ../mod/message.php:319 +#: ../../mod/profile.php:152 +msgid "Upload photo" +msgstr "" + +#: ../../mod/network.php:93 ../mod/message.php:186 ../mod/message.php:320 +#: ../../mod/profile.php:153 +msgid "Insert web link" +msgstr "" + +#: ../../mod/network.php:94 ../mod/profile.php:154 +msgid "Insert YouTube video" +msgstr "" + +#: ../../mod/network.php:95 ../mod/profile.php:155 +msgid "Set your location" +msgstr "" + +#: ../../mod/network.php:96 ../mod/profile.php:156 +msgid "Clear browser location" +msgstr "" + +#: ../../mod/network.php:97 ../mod/network.php:367 ../mod/message.php:187 +#: ../../mod/message.php:321 ../mod/display.php:158 ../mod/photos.php:1052 +#: ../../mod/profile.php:157 ../mod/profile.php:309 +msgid "Please wait" +msgstr "" + +#: ../../mod/network.php:98 ../mod/profile.php:158 +msgid "Permission settings" +msgstr "" + +#: ../../mod/network.php:104 ../mod/profile.php:165 +msgid "CC: email addresses" +msgstr "" + +#: ../../mod/network.php:106 ../mod/profile.php:167 +msgid "Example: bob@example.com, mary@example.com" +msgstr "" + +#: ../../mod/network.php:149 +msgid "No such group" +msgstr "" + +#: ../../mod/network.php:160 +msgid "Group is empty" +msgstr "" + +#: ../../mod/network.php:164 +msgid "Group: " +msgstr "" + +#: ../../mod/network.php:272 ../mod/network.php:434 ../mod/display.php:258 +#: ../../mod/profile.php:382 ../mod/search.php:116 +msgid "View $name's profile" +msgstr "" + +#: ../../mod/network.php:287 ../mod/search.php:131 +msgid "View in context" +msgstr "" + +#: ../../mod/network.php:321 ../mod/display.php:149 ../mod/photos.php:935 +#: ../../mod/profile.php:300 +msgid "Private Message" +msgstr "" + +#: ../../mod/network.php:365 ../mod/display.php:156 ../mod/photos.php:1050 +#: ../../mod/profile.php:307 +msgid "I like this (toggle)" +msgstr "" + +#: ../../mod/network.php:366 ../mod/display.php:157 ../mod/photos.php:1051 +#: ../../mod/profile.php:308 +msgid "I don't like this (toggle)" +msgstr "" + +#: ../../mod/network.php:380 ../mod/display.php:170 ../mod/photos.php:1071 +#: ../../mod/photos.php:1111 ../mod/photos.php:1140 ../mod/profile.php:321 +msgid "This is you" +msgstr "" + +#: ../../mod/network.php:386 ../mod/display.php:234 ../mod/photos.php:1168 +#: ../../mod/profile.php:361 ../mod/group.php:137 +msgid "Delete" +msgstr "" + +#: ../../mod/network.php:435 ../mod/display.php:259 +msgid "View $owner_name's profile" +msgstr "" + +#: ../../mod/network.php:436 ../mod/display.php:260 +msgid "to" +msgstr "" + +#: ../../mod/network.php:437 ../mod/display.php:261 +msgid "Wall-to-Wall" +msgstr "" + +#: ../../mod/network.php:438 ../mod/display.php:262 +msgid "via Wall-To-Wall:" +msgstr "" + +#: ../../mod/network.php:471 ../mod/display.php:312 ../mod/profile.php:414 +#: ../../mod/register.php:422 +msgid "" +"Shared content is covered by the Creative Commons Attribution 3.0 license." +msgstr "" + +#: ../../mod/profiles.php:21 ../mod/profiles.php:234 ../mod/profiles.php:339 +#: ../../mod/dfrn_confirm.php:62 +msgid "Profile not found." +msgstr "" + +#: ../../mod/profiles.php:28 +msgid "Profile Name is required." +msgstr "" + +#: ../../mod/profiles.php:196 +msgid "Profile updated." +msgstr "" + +#: ../../mod/profiles.php:251 +msgid "Profile deleted." +msgstr "" + +#: ../../mod/profiles.php:267 ../mod/profiles.php:298 +msgid "Profile-" +msgstr "" + +#: ../../mod/profiles.php:286 ../mod/profiles.php:325 +msgid "New profile created." +msgstr "" + +#: ../../mod/profiles.php:304 +msgid "Profile unavailable to clone." +msgstr "" + +#: ../../mod/profiles.php:367 +msgid "" +"This is your public profile.
It may " +"be visible to anybody using the internet." +msgstr "" + +#: ../../mod/profiles.php:377 +msgid "Age: " +msgstr "" + +#: ../../mod/profiles.php:418 +msgid "Profile Image" +msgstr "" + +#: ../../mod/lostpass.php:38 +#, php-format +msgid "Password reset requested at %s" +msgstr "" + +#: ../../mod/lostpass.php:39 ../mod/dfrn_confirm.php:649 +#: ../../mod/dfrn_notify.php:177 ../mod/dfrn_notify.php:389 ../mod/regmod.php:93 +#: ../../mod/item.php:423 ../mod/register.php:311 ../mod/register.php:348 +#: ../../mod/dfrn_request.php:545 ../include/items.php:1350 +msgid "Administrator" +msgstr "" + +#: ../../mod/notifications.php:28 +msgid "Invalid request identifier." +msgstr "" + +#: ../../mod/notifications.php:31 ../mod/notifications.php:134 +msgid "Discard" +msgstr "" + +#: ../../mod/notifications.php:41 ../mod/notifications.php:133 +msgid "Ignore" +msgstr "" + +#: ../../mod/notifications.php:72 +msgid "Show Ignored Requests" +msgstr "" + +#: ../../mod/notifications.php:72 +msgid "Hide Ignored Requests" +msgstr "" + +#: ../../mod/notifications.php:105 +msgid "Claims to be known to you: " +msgstr "" + +#: ../../mod/notifications.php:105 +msgid "yes" +msgstr "" + +#: ../../mod/notifications.php:105 +msgid "no" +msgstr "" + +#: ../../mod/notifications.php:111 +msgid "Approve as: " +msgstr "" + +#: ../../mod/notifications.php:112 +msgid "Friend" +msgstr "" + +#: ../../mod/notifications.php:113 +msgid "Fan/Admirer" +msgstr "" + +#: ../../mod/notifications.php:120 +msgid "Notification type: " +msgstr "" + +#: ../../mod/notifications.php:121 +msgid "Friend/Connect Request" +msgstr "" + +#: ../../mod/notifications.php:121 +msgid "New Follower" +msgstr "" + +#: ../../mod/notifications.php:131 +msgid "Approve" +msgstr "" + +#: ../../mod/notifications.php:140 +msgid "No notifications." +msgstr "" + +#: ../../mod/notifications.php:164 +msgid "No registrations." +msgstr "" + +#: ../../mod/install.php:30 +msgid "Could not create/connect to database." +msgstr "" + +#: ../../mod/install.php:35 +msgid "Connected to database." +msgstr "" + +#: ../../mod/install.php:66 +msgid "Database import succeeded." +msgstr "" + +#: ../../mod/install.php:67 +msgid "" +"IMPORTANT: You will need to [manually] setup a scheduled task for the poller." +msgstr "" + +#: ../../mod/install.php:68 ../mod/install.php:75 ../mod/install.php:175 +msgid "Please see the file \"INSTALL.txt\"." +msgstr "" + +#: ../../mod/install.php:73 +msgid "Database import failed." +msgstr "" + +#: ../../mod/install.php:74 +msgid "" +"You may need to import the file \"database.sql\" manually using phpmyadmin " +"or mysql." +msgstr "" + +#: ../../mod/install.php:84 +msgid "Welcome to Friendika." +msgstr "" + +#: ../../mod/install.php:109 ../mod/manage.php:106 ../mod/photos.php:800 +#: ../../mod/photos.php:857 ../mod/photos.php:1032 ../mod/invite.php:64 +#: ../../addon/facebook/facebook.php:151 ../addon/randplace/randplace.php:179 +#: ../../addon/twitter/twitter.php:156 ../addon/twitter/twitter.php:175 +#: ../../addon/statusnet/statusnet.php:163 ../addon/statusnet/statusnet.php:189 +#: ../../addon/statusnet/statusnet.php:207 +msgid "Submit" +msgstr "" + +#: ../../mod/install.php:124 +msgid "Could not find a command line version of PHP in the web server PATH." +msgstr "" + +#: ../../mod/install.php:125 +msgid "" +"This is required. Please adjust the configuration file .htconfig.php " +"accordingly." +msgstr "" + +#: ../../mod/install.php:132 +msgid "" +"The command line version of PHP on your system does not have " +"\"register_argc_argv\" enabled." +msgstr "" + +#: ../../mod/install.php:133 +msgid "This is required for message delivery to work." +msgstr "" + +#: ../../mod/install.php:155 +msgid "" +"Error: the \"openssl_pkey_new\" function on this system is not able to " +"generate encryption keys" +msgstr "" + +#: ../../mod/install.php:156 +msgid "" +"If running under Windows, please see \"http://www.php.net/manual/en/openssl." +"installation.php\"." +msgstr "" + +#: ../../mod/install.php:165 +msgid "" +"Error: Apache webserver mod-rewrite module is required but not installed." +msgstr "" + +#: ../../mod/install.php:167 +msgid "Error: libCURL PHP module required but not installed." +msgstr "" + +#: ../../mod/install.php:169 +msgid "" +"Error: GD graphics PHP module with JPEG support required but not installed." +msgstr "" + +#: ../../mod/install.php:171 +msgid "Error: openssl PHP module required but not installed." +msgstr "" + +#: ../../mod/install.php:173 +msgid "Error: mysqli PHP module required but not installed." +msgstr "" + +#: ../../mod/install.php:184 +msgid "" +"The web installer needs to be able to create a file called \".htconfig.php\" " +"in the top folder of your web server and it is unable to do so." +msgstr "" + +#: ../../mod/install.php:185 +msgid "" +"This is most often a permission setting, as the web server may not be able " +"to write files in your folder - even if you can." +msgstr "" + +#: ../../mod/install.php:186 +msgid "" +"Please check with your site documentation or support people to see if this " +"situation can be corrected." +msgstr "" + +#: ../../mod/install.php:187 +msgid "" +"If not, you may be required to perform a manual installation. Please see the " +"file \"INSTALL.txt\" for instructions." +msgstr "" + +#: ../../mod/install.php:196 +msgid "" +"The database configuration file \".htconfig.php\" could not be written. " +"Please use the enclosed text to create a configuration file in your web " +"server root." +msgstr "" + +#: ../../mod/install.php:211 +msgid "Errors encountered creating database tables." +msgstr "" + +#: ../../mod/message.php:18 +msgid "No recipient selected." +msgstr "" + +#: ../../mod/message.php:23 +msgid "[no subject]" +msgstr "" + +#: ../../mod/message.php:34 +msgid "Unable to locate contact information." +msgstr "" + +#: ../../mod/message.php:93 ../mod/wall_upload.php:79 ../mod/wall_upload.php:88 +#: ../../mod/wall_upload.php:95 ../mod/item.php:184 +msgid "Wall Photos" +msgstr "" + +#: ../../mod/message.php:102 +msgid "Message sent." +msgstr "" + +#: ../../mod/message.php:105 +msgid "Message could not be sent." +msgstr "" + +#: ../../mod/message.php:125 ../include/nav.php:100 +msgid "Messages" +msgstr "" + +#: ../../mod/message.php:126 +msgid "Inbox" +msgstr "" + +#: ../../mod/message.php:127 +msgid "Outbox" +msgstr "" + +#: ../../mod/message.php:128 +msgid "New Message" +msgstr "" + +#: ../../mod/message.php:142 +msgid "Message deleted." +msgstr "" + +#: ../../mod/message.php:158 +msgid "Conversation removed." +msgstr "" + +#: ../../mod/message.php:177 +msgid "Send Private Message" +msgstr "" + +#: ../../mod/message.php:178 ../mod/message.php:312 +msgid "To:" +msgstr "" + +#: ../../mod/message.php:179 ../mod/message.php:313 +msgid "Subject:" +msgstr "" + +#: ../../mod/message.php:182 ../mod/message.php:316 ../mod/invite.php:59 +msgid "Your message:" +msgstr "" + +#: ../../mod/message.php:221 +msgid "No messages." +msgstr "" + +#: ../../mod/message.php:234 +msgid "Delete conversation" +msgstr "" + +#: ../../mod/message.php:264 +msgid "Message not available." +msgstr "" + +#: ../../mod/message.php:301 +msgid "Delete message" +msgstr "" + +#: ../../mod/message.php:311 +msgid "Send Reply" +msgstr "" + +#: ../../mod/directory.php:32 +msgid "Global Directory" +msgstr "" + +#: ../../mod/directory.php:38 ../mod/contacts.php:307 +msgid "Finding: " +msgstr "" + +#: ../../mod/manage.php:37 +#, php-format +msgid "Welcome back %s" +msgstr "" + +#: ../../mod/manage.php:87 +msgid "Manage Identities and/or Pages" +msgstr "" + +#: ../../mod/manage.php:90 +msgid "" +"(Toggle between different identities or community/group pages which share " +"your account details.)" +msgstr "" + +#: ../../mod/manage.php:92 +msgid "Select an identity to manage: " +msgstr "" + +#: ../../mod/dfrn_poll.php:78 ../mod/dfrn_poll.php:392 +#, php-format +msgid "%s welcomes %s" +msgstr "" + +#: ../../mod/dfrn_confirm.php:114 ../mod/contacts.php:209 +msgid "Contact not found." +msgstr "" + +#: ../../mod/dfrn_confirm.php:231 +msgid "Response from remote site was not understood." +msgstr "" + +#: ../../mod/dfrn_confirm.php:240 +msgid "Unexpected response from remote site: " +msgstr "" + +#: ../../mod/dfrn_confirm.php:248 +msgid "Confirmation completed successfully." +msgstr "" + +#: ../../mod/dfrn_confirm.php:250 ../mod/dfrn_confirm.php:264 +#: ../../mod/dfrn_confirm.php:271 +msgid "Remote site reported: " +msgstr "" + +#: ../../mod/dfrn_confirm.php:262 +msgid "Temporary failure. Please wait and try again." +msgstr "" + +#: ../../mod/dfrn_confirm.php:269 +msgid "Introduction failed or was revoked." +msgstr "" + +#: ../../mod/dfrn_confirm.php:387 +msgid "Unable to set contact photo." +msgstr "" + +#: ../../mod/dfrn_confirm.php:426 +msgid "is now friends with" +msgstr "" + +#: ../../mod/dfrn_confirm.php:494 +#, php-format +msgid "No user record found for '%s' " +msgstr "" + +#: ../../mod/dfrn_confirm.php:504 +msgid "Our site encryption key is apparently messed up." +msgstr "" + +#: ../../mod/dfrn_confirm.php:515 +msgid "Empty site URL was provided or URL could not be decrypted by us." +msgstr "" + +#: ../../mod/dfrn_confirm.php:527 +msgid "Contact record was not found for you on our site." +msgstr "" + +#: ../../mod/dfrn_confirm.php:555 +msgid "" +"The ID provided by your system is a duplicate on our system. It should work " +"if you try again." +msgstr "" + +#: ../../mod/dfrn_confirm.php:566 +msgid "Unable to set your contact credentials on our system." +msgstr "" + +#: ../../mod/dfrn_confirm.php:619 +msgid "Unable to update your contact profile details on our system" +msgstr "" + +#: ../../mod/dfrn_confirm.php:648 +#, php-format +msgid "Connection accepted at %s" +msgstr "" + +#: ../../mod/wall_upload.php:56 ../mod/profile_photo.php:109 +#, php-format +msgid "Image exceeds size limit of %d" +msgstr "" + +#: ../../mod/wall_upload.php:65 ../mod/photos.php:570 +#: ../../mod/profile_photo.php:118 +msgid "Unable to process image." +msgstr "" + +#: ../../mod/wall_upload.php:82 ../mod/photos.php:588 +#: ../../mod/profile_photo.php:230 +msgid "Image upload failed." +msgstr "" + +#: ../../mod/display.php:15 ../mod/display.php:307 ../mod/item.php:546 +msgid "Item not found." +msgstr "" + +#: ../../mod/display.php:300 +msgid "Item has been removed." +msgstr "" + +#: ../../mod/lockview.php:39 +msgid "Remote privacy information not available." +msgstr "" + +#: ../../mod/lockview.php:43 +msgid "Visible to:" +msgstr "" + +#: ../../mod/dfrn_notify.php:179 +msgid "noreply" +msgstr "" + +#: ../../mod/dfrn_notify.php:237 +msgid "New mail received at " +msgstr "" + +#: ../../mod/dfrn_notify.php:388 ../mod/dfrn_notify.php:474 +#, php-format +msgid "%s commented on an item at %s" +msgstr "" + +#: ../../mod/dfrn_notify.php:475 +msgid "From: Administrator@" +msgstr "" + +#: ../../mod/removeme.php:42 ../mod/removeme.php:45 +msgid "Remove My Account" +msgstr "" + +#: ../../mod/removeme.php:43 +msgid "" +"This will completely remove your account. Once this has been done it is not " +"recoverable." +msgstr "" + +#: ../../mod/removeme.php:44 +msgid "Please enter your password for verification:" +msgstr "" + +#: ../../mod/home.php:23 +#, php-format +msgid "Welcome to %s" +msgstr "" + +#: ../../mod/regmod.php:10 +msgid "Please login." +msgstr "" + +#: ../../mod/regmod.php:54 +#, php-format +msgid "Registration revoked for %s" +msgstr "" + +#: ../../mod/regmod.php:92 ../mod/register.php:310 +#, php-format +msgid "Registration details for %s" +msgstr "" + +#: ../../mod/regmod.php:96 +msgid "Account approved." +msgstr "" + +#: ../../mod/apps.php:6 +msgid "Applications" +msgstr "" + +#: ../../mod/photos.php:30 +msgid "Photo Albums" +msgstr "" + +#: ../../mod/photos.php:34 ../mod/photos.php:106 ../mod/photos.php:780 +#: ../../mod/photos.php:849 ../mod/photos.php:864 ../mod/photos.php:1198 +#: ../../mod/photos.php:1209 ../include/Photo.php:225 ../include/Photo.php:232 +#: ../../include/Photo.php:239 ../include/items.php:959 ../include/items.php:962 +#: ../../include/items.php:965 +msgid "Contact Photos" +msgstr "" + +#: ../../mod/photos.php:95 +msgid "Contact information unavailable" +msgstr "" + +#: ../../mod/photos.php:106 ../mod/photos.php:530 ../mod/photos.php:849 +#: ../../mod/photos.php:864 ../mod/profile_photo.php:58 +#: ../../mod/profile_photo.php:65 ../mod/profile_photo.php:72 +#: ../../mod/profile_photo.php:155 ../mod/profile_photo.php:225 +#: ../../mod/profile_photo.php:234 ../mod/register.php:267 +#: ../../mod/register.php:274 ../mod/register.php:281 +msgid "Profile Photos" +msgstr "" + +#: ../../mod/photos.php:116 +msgid "Album not found." +msgstr "" + +#: ../../mod/photos.php:134 ../mod/photos.php:858 +msgid "Delete Album" +msgstr "" + +#: ../../mod/photos.php:197 ../mod/photos.php:1033 +msgid "Delete Photo" +msgstr "" + +#: ../../mod/photos.php:468 +msgid "was tagged in a" +msgstr "" + +#: ../../mod/photos.php:468 ../mod/like.php:110 +msgid "photo" +msgstr "" + +#: ../../mod/photos.php:468 +msgid "by" +msgstr "" + +#: ../../mod/photos.php:558 ../addon/js_upload/js_upload.php:306 +msgid "Image exceeds size limit of " +msgstr "" + +#: ../../mod/photos.php:660 +msgid "No photos selected" +msgstr "" + +#: ../../mod/photos.php:807 +msgid "Upload Photos" +msgstr "" + +#: ../../mod/photos.php:810 ../mod/photos.php:853 +msgid "New album name: " +msgstr "" + +#: ../../mod/photos.php:811 +msgid "or existing album name: " +msgstr "" + +#: ../../mod/photos.php:813 ../mod/photos.php:1028 +msgid "Permissions" +msgstr "" + +#: ../../mod/photos.php:868 +msgid "Edit Album" +msgstr "" + +#: ../../mod/photos.php:878 ../mod/photos.php:1228 +msgid "View Photo" +msgstr "" + +#: ../../mod/photos.php:908 +msgid "Photo not available" +msgstr "" + +#: ../../mod/photos.php:929 +msgid "Edit photo" +msgstr "" + +#: ../../mod/photos.php:931 +msgid "Use as profile photo" +msgstr "" + +#: ../../mod/photos.php:944 +msgid "View Full Size" +msgstr "" + +#: ../../mod/photos.php:1002 +msgid "Tags: " +msgstr "" + +#: ../../mod/photos.php:1012 +msgid "[Remove any tag]" +msgstr "" + +#: ../../mod/photos.php:1021 +msgid "New album name" +msgstr "" + +#: ../../mod/photos.php:1024 +msgid "Caption" +msgstr "" + +#: ../../mod/photos.php:1026 +msgid "Add a Tag" +msgstr "" + +#: ../../mod/photos.php:1030 +msgid "Example: @bob, @Barbara_Jensen, @jim@example.com, #California, #camping" +msgstr "" + +#: ../../mod/photos.php:1214 +msgid "Recent Photos" +msgstr "" + +#: ../../mod/photos.php:1218 +msgid "Upload New Photos" +msgstr "" + +#: ../../mod/photos.php:1234 +msgid "View Album" +msgstr "" + +#: ../../mod/profile.php:8 ../boot.php:2200 +msgid "No profile" +msgstr "" + +#: ../../mod/viewcontacts.php:17 ../boot.php:2028 +msgid "View Contacts" +msgstr "" + +#: ../../mod/viewcontacts.php:32 +msgid "No contacts." +msgstr "" + +#: ../../mod/viewcontacts.php:44 ../mod/contacts.php:368 +msgid "Visit $username's profile" +msgstr "" + +#: ../../mod/settings.php:37 +msgid "Passwords do not match. Password unchanged." +msgstr "" + +#: ../../mod/settings.php:42 +msgid "Empty passwords are not allowed. Password unchanged." +msgstr "" + +#: ../../mod/settings.php:53 +msgid "Password changed." +msgstr "" + +#: ../../mod/settings.php:55 +msgid "Password update failed. Please try again." +msgstr "" + +#: ../../mod/settings.php:95 +msgid " Please use a shorter name." +msgstr "" + +#: ../../mod/settings.php:97 +msgid " Name too short." +msgstr "" + +#: ../../mod/settings.php:103 +msgid " Not valid email." +msgstr "" + +#: ../../mod/settings.php:105 +msgid " Cannot change to that email." +msgstr "" + +#: ../../mod/settings.php:161 +msgid "Settings updated." +msgstr "" + +#: ../../mod/settings.php:211 +msgid "Plugin Settings" +msgstr "" + +#: ../../mod/settings.php:212 +msgid "Account Settings" +msgstr "" + +#: ../../mod/settings.php:218 +msgid "No Plugin settings configured" +msgstr "" + +#: ../../mod/settings.php:263 +msgid "OpenID: " +msgstr "" + +#: ../../mod/settings.php:263 +msgid " (Optional) Allow this OpenID to login to this account." +msgstr "" + +#: ../../mod/settings.php:295 +msgid "Profile is not published." +msgstr "" + +#: ../../mod/settings.php:352 +msgid "Default Post Permissions" +msgstr "" + +#: ../../mod/item.php:37 +msgid "Unable to locate original post." +msgstr "" + +#: ../../mod/item.php:98 +msgid "Empty post discarded." +msgstr "" + +#: ../../mod/item.php:422 +#, php-format +msgid "%s commented on your item at %s" +msgstr "" + +#: ../../mod/item.php:445 +#, php-format +msgid "%s posted on your profile wall at %s" +msgstr "" + +#: ../../mod/item.php:446 +msgid "Administrator@" +msgstr "" + +#: ../../mod/item.php:471 +msgid "System error. Post not saved." +msgstr "" + +#: ../../mod/item.php:489 +#, php-format +msgid "" +"This message was sent to you by %s, a member of the Friendika social network." +msgstr "" + +#: ../../mod/item.php:491 +msgid "You may visit them online at" +msgstr "" + +#: ../../mod/item.php:493 +msgid "" +"Please contact the sender by replying to this post if you do not wish to " +"receive these messages." +msgstr "" + +#: ../../mod/item.php:495 +#, php-format +msgid "%s posted an update." +msgstr "" + +#: ../../mod/search.php:17 ../include/nav.php:67 ../boot.php:2045 +msgid "Search" +msgstr "" + +#: ../../mod/profile_photo.php:28 +msgid "Image uploaded but image cropping failed." +msgstr "" + +#: ../../mod/profile_photo.php:61 ../mod/profile_photo.php:68 +#: ../../mod/profile_photo.php:75 ../mod/profile_photo.php:237 +#, php-format +msgid "Image size reduction [%s] failed." +msgstr "" + +#: ../../mod/profile_photo.php:95 +msgid "Unable to process image" +msgstr "" + +#: ../../mod/profile_photo.php:228 +msgid "Image uploaded successfully." +msgstr "" + +#: ../../mod/group.php:27 +msgid "Group created." +msgstr "" + +#: ../../mod/group.php:33 +msgid "Could not create group." +msgstr "" + +#: ../../mod/group.php:43 ../mod/group.php:123 +msgid "Group not found." +msgstr "" + +#: ../../mod/group.php:56 +msgid "Group name changed." +msgstr "" + +#: ../../mod/group.php:79 +msgid "Membership list updated." +msgstr "" + +#: ../../mod/group.php:88 ../index.php:243 +msgid "Permission denied" +msgstr "" + +#: ../../mod/group.php:107 +msgid "Group removed." +msgstr "" + +#: ../../mod/group.php:109 +msgid "Unable to remove group." +msgstr "" + +#: ../../mod/tagrm.php:11 ../mod/tagrm.php:94 ../mod/dfrn_request.php:628 +#: ../../addon/js_upload/js_upload.php:41 +msgid "Cancel" +msgstr "" + +#: ../../mod/tagrm.php:41 +msgid "Tag removed" +msgstr "" + +#: ../../mod/tagrm.php:79 +msgid "Remove Item Tag" +msgstr "" + +#: ../../mod/tagrm.php:81 +msgid "Select a tag to remove: " +msgstr "" + +#: ../../mod/tagrm.php:93 +msgid "Remove" +msgstr "" + +#: ../../mod/invite.php:28 +#, php-format +msgid "%s : Not a valid email address." +msgstr "" + +#: ../../mod/invite.php:32 +#, php-format +msgid "Please join my network on %s" +msgstr "" + +#: ../../mod/invite.php:38 +#, php-format +msgid "%s : Message delivery failed." +msgstr "" + +#: ../../mod/invite.php:42 +#, php-format +msgid "%d message sent." +msgid_plural "%d messages sent." +msgstr[0] "" +msgstr[1] "" + +#: ../../mod/invite.php:57 +msgid "Send invitations" +msgstr "" + +#: ../../mod/invite.php:58 +msgid "Enter email addresses, one per line:" +msgstr "" + +#: ../../mod/invite.php:60 +#, php-format +msgid "Please join my social network on %s" +msgstr "" + +#: ../../mod/invite.php:61 +msgid "To accept this invitation, please visit:" +msgstr "" + +#: ../../mod/invite.php:62 +msgid "" +"Once you have registered, please connect with me via my profile page at:" +msgstr "" + +#: ../../mod/register.php:47 +msgid "Invalid OpenID url" +msgstr "" + +#: ../../mod/register.php:62 +msgid "Please enter the required information." +msgstr "" + +#: ../../mod/register.php:74 +msgid "Please use a shorter name." +msgstr "" + +#: ../../mod/register.php:76 +msgid "Name too short." +msgstr "" + +#: ../../mod/register.php:89 +msgid "That doesn\\'t appear to be your full (First Last) name." +msgstr "" + +#: ../../mod/register.php:92 +msgid "Your email domain is not among those allowed on this site." +msgstr "" + +#: ../../mod/register.php:95 +msgid "Not a valid email address." +msgstr "" + +#: ../../mod/register.php:101 +msgid "Cannot use that email." +msgstr "" + +#: ../../mod/register.php:106 +msgid "" +"Your \"nickname\" can only contain \"a-z\", \"0-9\", \"-\", and \"_\", and " +"must also begin with a letter." +msgstr "" + +#: ../../mod/register.php:112 +msgid "Nickname is already registered. Please choose another." +msgstr "" + +#: ../../mod/register.php:131 +msgid "SERIOUS ERROR: Generation of security keys failed." +msgstr "" + +#: ../../mod/register.php:198 +msgid "An error occurred during registration. Please try again." +msgstr "" + +#: ../../mod/register.php:216 +msgid "An error occurred creating your default profile. Please try again." +msgstr "" + +#: ../../mod/register.php:315 +msgid "" +"Registration successful. Please check your email for further instructions." +msgstr "" + +#: ../../mod/register.php:319 +msgid "Failed to send email message. Here is the message that failed." +msgstr "" + +#: ../../mod/register.php:324 +msgid "Your registration can not be processed." +msgstr "" + +#: ../../mod/register.php:347 +#, php-format +msgid "Registration request at %s" +msgstr "" + +#: ../../mod/register.php:351 +msgid "Your registration is pending approval by the site owner." +msgstr "" + +#: ../../mod/register.php:399 +msgid "" +"You may (optionally) fill in this form via OpenID by supplying your OpenID " +"and clicking 'Register'." +msgstr "" + +#: ../../mod/register.php:400 +msgid "" +"If you are not familiar with OpenID, please leave that field blank and fill " +"in the rest of the items." +msgstr "" + +#: ../../mod/register.php:401 +msgid "Your OpenID (optional): " +msgstr "" + +#: ../../mod/register.php:404 +msgid "" +"Members of this network prefer to communicate with real people who use their " +"real names." +msgstr "" + +#: ../../mod/register.php:413 +msgid "Include your profile in member directory?" +msgstr "" + +#: ../../mod/register.php:416 ../mod/dfrn_request.php:618 +msgid "Yes" +msgstr "" + +#: ../../mod/register.php:417 ../mod/dfrn_request.php:619 +msgid "No" +msgstr "" + +#: ../../mod/register.php:429 +msgid "Registration" +msgstr "" + +#: ../../mod/register.php:437 +msgid "Your Full Name (e.g. Joe Smith): " +msgstr "" + +#: ../../mod/register.php:438 +msgid "Your Email Address: " +msgstr "" + +#: ../../mod/register.php:439 +msgid "" +"Choose a profile nickname. This must begin with a text character. Your " +"profile address on this site will then be 'nickname@$sitename'." +msgstr "" + +#: ../../mod/register.php:440 +msgid "Choose a nickname: " +msgstr "" + +#: ../../mod/register.php:443 ../include/nav.php:61 ../boot.php:809 +msgid "Register" +msgstr "" + +#: ../../mod/openid.php:62 ../mod/openid.php:109 ../include/auth.php:105 +#: ../../include/auth.php:130 ../include/auth.php:183 +msgid "Login failed." +msgstr "" + +#: ../../mod/openid.php:73 ../include/auth.php:194 +msgid "Welcome back " +msgstr "" + +#: ../../mod/like.php:110 +msgid "status" +msgstr "" + +#: ../../mod/like.php:127 +msgid "likes" +msgstr "" + +#: ../../mod/like.php:129 +msgid "doesn't like" +msgstr "" + +#: ../../mod/like.php:151 +#, php-format +msgid "%s's" +msgstr "" + +#: ../../mod/follow.php:167 +msgid "The profile address specified does not provide adequate information." +msgstr "" + +#: ../../mod/follow.php:173 +msgid "" +"Limited profile. This person will be unable to receive direct/personal " +"notifications from you." +msgstr "" + +#: ../../mod/follow.php:224 +msgid "Unable to retrieve contact information." +msgstr "" + +#: ../../mod/follow.php:270 +msgid "following" +msgstr "" + +#: ../../mod/dfrn_request.php:92 +msgid "This introduction has already been accepted." +msgstr "" + +#: ../../mod/dfrn_request.php:116 ../mod/dfrn_request.php:347 +msgid "Profile location is not valid or does not contain profile information." +msgstr "" + +#: ../../mod/dfrn_request.php:121 ../mod/dfrn_request.php:352 +msgid "Warning: profile location has no identifiable owner name." +msgstr "" + +#: ../../mod/dfrn_request.php:123 ../mod/dfrn_request.php:354 +msgid "Warning: profile location has no profile photo." +msgstr "" + +#: ../../mod/dfrn_request.php:126 ../mod/dfrn_request.php:357 ../test.php:6 +#, php-format +msgid "%d required parameter was not found at the given location" +msgid_plural "%d required parameters were not found at the given location" +msgstr[0] "" +msgstr[1] "" + +#: ../../mod/dfrn_request.php:164 +msgid "Introduction complete." +msgstr "" + +#: ../../mod/dfrn_request.php:188 +msgid "Unrecoverable protocol error." +msgstr "" + +#: ../../mod/dfrn_request.php:216 +msgid "Profile unavailable." +msgstr "" + +#: ../../mod/dfrn_request.php:241 +#, php-format +msgid "%s has received too many connection requests today." +msgstr "" + +#: ../../mod/dfrn_request.php:242 +msgid "Spam protection measures have been invoked." +msgstr "" + +#: ../../mod/dfrn_request.php:243 +msgid "Friends are advised to please try again in 24 hours." +msgstr "" + +#: ../../mod/dfrn_request.php:273 +msgid "Invalid locator" +msgstr "" + +#: ../../mod/dfrn_request.php:292 +msgid "Unable to resolve your name at the provided location." +msgstr "" + +#: ../../mod/dfrn_request.php:305 +msgid "You have already introduced yourself here." +msgstr "" + +#: ../../mod/dfrn_request.php:309 +#, php-format +msgid "Apparently you are already friends with %s." +msgstr "" + +#: ../../mod/dfrn_request.php:330 +msgid "Invalid profile URL." +msgstr "" + +#: ../../mod/dfrn_request.php:336 +msgid "Disallowed profile URL." +msgstr "" + +#: ../../mod/dfrn_request.php:402 ../mod/contacts.php:85 +msgid "Failed to update contact record." +msgstr "" + +#: ../../mod/dfrn_request.php:423 +msgid "Your introduction has been sent." +msgstr "" + +#: ../../mod/dfrn_request.php:477 +msgid "Please login to confirm introduction." +msgstr "" + +#: ../../mod/dfrn_request.php:491 +msgid "" +"Incorrect identity currently logged in. Please login to this profile." +msgstr "" + +#: ../../mod/dfrn_request.php:536 ../include/items.php:1341 +msgid "[Name Withheld]" +msgstr "" + +#: ../../mod/dfrn_request.php:543 +msgid "Introduction received at " +msgstr "" + +#: ../../mod/dfrn_request.php:615 +msgid "Friend/Connection Request" +msgstr "" + +#: ../../mod/dfrn_request.php:616 +msgid "Please answer the following:" +msgstr "" + +#: ../../mod/dfrn_request.php:617 +msgid "Does $name know you?" +msgstr "" + +#: ../../mod/dfrn_request.php:620 +msgid "Add a personal note:" +msgstr "" + +#: ../../mod/dfrn_request.php:621 +msgid "" +"Please enter your profile address from one of the following supported social " +"networks:" +msgstr "" + +#: ../../mod/dfrn_request.php:622 +msgid "Friendika" +msgstr "" + +#: ../../mod/dfrn_request.php:623 +msgid "StatusNet/Federated Social Web" +msgstr "" + +#: ../../mod/dfrn_request.php:624 +msgid "Private (secure) network" +msgstr "" + +#: ../../mod/dfrn_request.php:625 +msgid "Public (insecure) network" +msgstr "" + +#: ../../mod/dfrn_request.php:626 +msgid "Your profile address:" +msgstr "" + +#: ../../mod/dfrn_request.php:627 +msgid "Submit Request" +msgstr "" + +#: ../../mod/contacts.php:12 +msgid "Invite Friends" +msgstr "" + +#: ../../mod/contacts.php:16 +msgid "Connect/Follow" +msgstr "" + +#: ../../mod/contacts.php:17 +msgid "Example: bob@example.com, http://example.com/barbara" +msgstr "" + +#: ../../mod/contacts.php:18 +msgid "Follow" +msgstr "" + +#: ../../mod/contacts.php:38 ../mod/contacts.php:119 +msgid "Could not access contact record." +msgstr "" + +#: ../../mod/contacts.php:52 +msgid "Could not locate selected profile." +msgstr "" + +#: ../../mod/contacts.php:83 +msgid "Contact updated." +msgstr "" + +#: ../../mod/contacts.php:141 +msgid "Contact has been blocked" +msgstr "" + +#: ../../mod/contacts.php:141 +msgid "Contact has been unblocked" +msgstr "" + +#: ../../mod/contacts.php:155 +msgid "Contact has been ignored" +msgstr "" + +#: ../../mod/contacts.php:155 +msgid "Contact has been unignored" +msgstr "" + +#: ../../mod/contacts.php:176 +msgid "stopped following" +msgstr "" + +#: ../../mod/contacts.php:195 +msgid "Contact has been removed." +msgstr "" + +#: ../../mod/contacts.php:223 ../mod/contacts.php:344 +msgid "Mutual Friendship" +msgstr "" + +#: ../../mod/contacts.php:227 ../mod/contacts.php:348 +msgid "is a fan of yours" +msgstr "" + +#: ../../mod/contacts.php:232 ../mod/contacts.php:352 +msgid "you are a fan of" +msgstr "" + +#: ../../mod/contacts.php:248 +msgid "Never" +msgstr "" + +#: ../../mod/contacts.php:252 +msgid "(Update was successful)" +msgstr "" + +#: ../../mod/contacts.php:252 +msgid "(Update was not successful)" +msgstr "" + +#: ../../mod/contacts.php:255 +msgid "Contact Editor" +msgstr "" + +#: ../../mod/contacts.php:256 +msgid "Visit $name's profile" +msgstr "" + +#: ../../mod/contacts.php:257 +msgid "Block/Unblock contact" +msgstr "" + +#: ../../mod/contacts.php:258 +msgid "Ignore contact" +msgstr "" + +#: ../../mod/contacts.php:259 +msgid "Delete contact" +msgstr "" + +#: ../../mod/contacts.php:261 +msgid "Last updated: " +msgstr "" + +#: ../../mod/contacts.php:262 +msgid "Update public posts: " +msgstr "" + +#: ../../mod/contacts.php:264 +msgid "Update now" +msgstr "" + +#: ../../mod/contacts.php:267 +msgid "Unblock this contact" +msgstr "" + +#: ../../mod/contacts.php:267 +msgid "Block this contact" +msgstr "" + +#: ../../mod/contacts.php:268 +msgid "Unignore this contact" +msgstr "" + +#: ../../mod/contacts.php:268 +msgid "Ignore this contact" +msgstr "" + +#: ../../mod/contacts.php:271 +msgid "Currently blocked" +msgstr "" + +#: ../../mod/contacts.php:272 +msgid "Currently ignored" +msgstr "" + +#: ../../mod/contacts.php:303 ../include/acl_selectors.php:140 +#: ../../include/acl_selectors.php:155 ../include/nav.php:111 ../boot.php:2012 +msgid "Contacts" +msgstr "" + +#: ../../mod/contacts.php:305 +msgid "Show Blocked Connections" +msgstr "" + +#: ../../mod/contacts.php:305 +msgid "Hide Blocked Connections" +msgstr "" + +#: ../../mod/contacts.php:308 +msgid "Find" +msgstr "" + +#: ../../mod/contacts.php:369 +msgid "Edit contact" +msgstr "" + +#: ../../addon/facebook/facebook.php:116 +msgid "Facebook disabled" +msgstr "" + +#: ../../addon/facebook/facebook.php:124 +msgid "Facebook API key is missing." +msgstr "" + +#: ../../addon/facebook/facebook.php:131 +msgid "Facebook Connect" +msgstr "" + +#: ../../addon/facebook/facebook.php:137 +msgid "Install Facebook post connector" +msgstr "" + +#: ../../addon/facebook/facebook.php:144 +msgid "Remove Facebook post connector" +msgstr "" + +#: ../../addon/facebook/facebook.php:150 +msgid "Post to Facebook by default" +msgstr "" + +#: ../../addon/facebook/facebook.php:174 +msgid "Facebook" +msgstr "" + +#: ../../addon/facebook/facebook.php:175 +msgid "Facebook Connector Settings" +msgstr "" + +#: ../../addon/facebook/facebook.php:189 +msgid "Post to Facebook" +msgstr "" + +#: ../../addon/facebook/facebook.php:230 +msgid "Image: " +msgstr "" + +#: ../../addon/randplace/randplace.php:171 +msgid "Randplace Settings" +msgstr "" + +#: ../../addon/randplace/randplace.php:173 +msgid "Enable Randplace Plugin" +msgstr "" + +#: ../../addon/twitter/twitter.php:64 +msgid "Post to Twitter" +msgstr "" + +#: ../../addon/twitter/twitter.php:122 +msgid "Twitter Posting Settings" +msgstr "" + +#: ../../addon/twitter/twitter.php:129 +msgid "" +"No consumer key pair for Twitter found. Please contact your site " +"administrator." +msgstr "" + +#: ../../addon/twitter/twitter.php:148 +msgid "" +"At this Friendika instance the Twitter plugin was enabled but you have not " +"yet connected your account to your Twitter account. To do so click the " +"button below to get a PIN from Twitter which you have to copy into the input " +"box below and submit the form. Only your public posts will " +"be posted to Twitter." +msgstr "" + +#: ../../addon/twitter/twitter.php:149 +msgid "Log in with Twitter" +msgstr "" + +#: ../../addon/twitter/twitter.php:151 +msgid "Copy the PIN from Twitter here" +msgstr "" + +#: ../../addon/twitter/twitter.php:165 ../addon/statusnet/statusnet.php:197 +msgid "Currently connected to: " +msgstr "" + +#: ../../addon/twitter/twitter.php:166 +msgid "" +"If enabled all your public postings will be posted to the " +"associated Twitter account as well." +msgstr "" + +#: ../../addon/twitter/twitter.php:168 +msgid "Send public postings to Twitter" +msgstr "" + +#: ../../addon/twitter/twitter.php:172 ../addon/statusnet/statusnet.php:204 +msgid "Clear OAuth configuration" +msgstr "" + +#: ../../addon/tictac/tictac.php:14 +msgid "Three Dimensional Tic-Tac-Toe" +msgstr "" + +#: ../../addon/tictac/tictac.php:47 +msgid "3D Tic-Tac-Toe" +msgstr "" + +#: ../../addon/tictac/tictac.php:52 +msgid "New game" +msgstr "" + +#: ../../addon/tictac/tictac.php:53 +msgid "New game with handicap" +msgstr "" + +#: ../../addon/tictac/tictac.php:54 +msgid "" +"Three dimensional tic-tac-toe is just like the traditional game except that " +"it is played on multiple levels simultaneously. " +msgstr "" + +#: ../../addon/tictac/tictac.php:55 +msgid "" +"In this case there are three levels. You win by getting three in a row on " +"any level, as well as up, down, and diagonally across the different levels." +msgstr "" + +#: ../../addon/tictac/tictac.php:57 +msgid "" +"The handicap game disables the center position on the middle level because " +"the player claiming this square often has an unfair advantage." +msgstr "" + +#: ../../addon/tictac/tictac.php:176 +msgid "You go first..." +msgstr "" + +#: ../../addon/tictac/tictac.php:181 +msgid "I'm going first this time..." +msgstr "" + +#: ../../addon/tictac/tictac.php:187 +msgid "You won!" +msgstr "" + +#: ../../addon/tictac/tictac.php:193 ../addon/tictac/tictac.php:218 +msgid "\"Cat\" game!" +msgstr "" + +#: ../../addon/tictac/tictac.php:216 +msgid "I won!" +msgstr "" + +#: ../../addon/js_upload/js_upload.php:39 +msgid "Upload a file" +msgstr "" + +#: ../../addon/js_upload/js_upload.php:40 +msgid "Drop files here to upload" +msgstr "" + +#: ../../addon/js_upload/js_upload.php:42 +msgid "Failed" +msgstr "" + +#: ../../addon/js_upload/js_upload.php:288 +msgid "No files were uploaded." +msgstr "" + +#: ../../addon/js_upload/js_upload.php:294 +msgid "Uploaded file is empty" +msgstr "" + +#: ../../addon/js_upload/js_upload.php:299 +msgid "Uploaded file is too large" +msgstr "" + +#: ../../addon/js_upload/js_upload.php:317 +msgid "File has an invalid extension, it should be one of " +msgstr "" + +#: ../../addon/js_upload/js_upload.php:328 +msgid "Upload was cancelled, or server error encountered" +msgstr "" + +#: ../../addon/java_upload/java_upload.php:33 +msgid "Select files to upload: " +msgstr "" + +#: ../../addon/java_upload/java_upload.php:35 +msgid "" +"Use the following controls only if the Java uploader [above] fails to launch." +msgstr "" + +#: ../../addon/statusnet/statusnet.php:78 +msgid "Post to StatusNet" +msgstr "" + +#: ../../addon/statusnet/statusnet.php:146 +msgid "StatusNet Posting Settings" +msgstr "" + +#: ../../addon/statusnet/statusnet.php:152 +msgid "" +"No consumer key pair for StatusNet found. Register your Friendika Account as " +"an desktop client on your StatusNet account, copy the consumer key pair here " +"and enter the API base root.
Before you register your own OAuth key " +"pair ask the administrator if there is already a key pair for this Friendika " +"installation at your favorited StatusNet installation." +msgstr "" + +#: ../../addon/statusnet/statusnet.php:154 +msgid "OAuth Consumer Key" +msgstr "" + +#: ../../addon/statusnet/statusnet.php:157 +msgid "OAuth Consumer Secret" +msgstr "" + +#: ../../addon/statusnet/statusnet.php:160 +msgid "Base API Path (remember the trailing /)" +msgstr "" + +#: ../../addon/statusnet/statusnet.php:181 +msgid "" +"To connect to your StatusNet account click the button below to get a " +"security code from StatusNet which you have to copy into the input box below " +"and submit the form. Only your public posts will be posted " +"to StatusNet." +msgstr "" + +#: ../../addon/statusnet/statusnet.php:182 +msgid "Log in with StatusNet" +msgstr "" + +#: ../../addon/statusnet/statusnet.php:184 +msgid "Copy the security code from StatusNet here" +msgstr "" + +#: ../../addon/statusnet/statusnet.php:198 +msgid "" +"If enabled all your public postings will be posted to the " +"associated StatusNet account as well." +msgstr "" + +#: ../../addon/statusnet/statusnet.php:200 +msgid "Send public postings to StatusNet" +msgstr "" + +#: ../../index.php:187 +msgid "Not Found" +msgstr "" + +#: ../../index.php:188 +msgid "Page not found." +msgstr "" + +#: ../../include/acl_selectors.php:132 +msgid "Visible To:" +msgstr "" + +#: ../../include/acl_selectors.php:136 ../include/acl_selectors.php:151 +msgid "Groups" +msgstr "" + +#: ../../include/acl_selectors.php:147 +msgid "Except For:" +msgstr "" + +#: ../../include/auth.php:27 +msgid "Logged out." +msgstr "" + +#: ../../include/profile_selectors.php:6 +msgid "Male" +msgstr "" + +#: ../../include/profile_selectors.php:6 +msgid "Female" +msgstr "" + +#: ../../include/profile_selectors.php:6 +msgid "Currently Male" +msgstr "" + +#: ../../include/profile_selectors.php:6 +msgid "Currently Female" +msgstr "" + +#: ../../include/profile_selectors.php:6 +msgid "Mostly Male" +msgstr "" + +#: ../../include/profile_selectors.php:6 +msgid "Mostly Female" +msgstr "" + +#: ../../include/profile_selectors.php:6 +msgid "Transgender" +msgstr "" + +#: ../../include/profile_selectors.php:6 +msgid "Intersex" +msgstr "" + +#: ../../include/profile_selectors.php:6 +msgid "Transsexual" +msgstr "" + +#: ../../include/profile_selectors.php:6 +msgid "Hermaphrodite" +msgstr "" + +#: ../../include/profile_selectors.php:6 +msgid "Neuter" +msgstr "" + +#: ../../include/profile_selectors.php:6 +msgid "Non-specific" +msgstr "" + +#: ../../include/profile_selectors.php:6 +msgid "Other" +msgstr "" + +#: ../../include/profile_selectors.php:6 +msgid "Undecided" +msgstr "" + +#: ../../include/profile_selectors.php:19 +msgid "Males" +msgstr "" + +#: ../../include/profile_selectors.php:19 +msgid "Females" +msgstr "" + +#: ../../include/profile_selectors.php:19 +msgid "Gay" +msgstr "" + +#: ../../include/profile_selectors.php:19 +msgid "Lesbian" +msgstr "" + +#: ../../include/profile_selectors.php:19 +msgid "No Preference" +msgstr "" + +#: ../../include/profile_selectors.php:19 +msgid "Bisexual" +msgstr "" + +#: ../../include/profile_selectors.php:19 +msgid "Autosexual" +msgstr "" + +#: ../../include/profile_selectors.php:19 +msgid "Abstinent" +msgstr "" + +#: ../../include/profile_selectors.php:19 +msgid "Virgin" +msgstr "" + +#: ../../include/profile_selectors.php:19 +msgid "Deviant" +msgstr "" + +#: ../../include/profile_selectors.php:19 +msgid "Fetish" +msgstr "" + +#: ../../include/profile_selectors.php:19 +msgid "Oodles" +msgstr "" + +#: ../../include/profile_selectors.php:19 +msgid "Nonsexual" +msgstr "" + +#: ../../include/profile_selectors.php:33 +msgid "Single" +msgstr "" + +#: ../../include/profile_selectors.php:33 +msgid "Lonely" +msgstr "" + +#: ../../include/profile_selectors.php:33 +msgid "Available" +msgstr "" + +#: ../../include/profile_selectors.php:33 +msgid "Unavailable" +msgstr "" + +#: ../../include/profile_selectors.php:33 +msgid "Dating" +msgstr "" + +#: ../../include/profile_selectors.php:33 +msgid "Unfaithful" +msgstr "" + +#: ../../include/profile_selectors.php:33 +msgid "Sex Addict" +msgstr "" + +#: ../../include/profile_selectors.php:33 +msgid "Friends" +msgstr "" + +#: ../../include/profile_selectors.php:33 +msgid "Friends/Benefits" +msgstr "" + +#: ../../include/profile_selectors.php:33 +msgid "Casual" +msgstr "" + +#: ../../include/profile_selectors.php:33 +msgid "Engaged" +msgstr "" + +#: ../../include/profile_selectors.php:33 +msgid "Married" +msgstr "" + +#: ../../include/profile_selectors.php:33 +msgid "Partners" +msgstr "" + +#: ../../include/profile_selectors.php:33 +msgid "Cohabiting" +msgstr "" + +#: ../../include/profile_selectors.php:33 +msgid "Happy" +msgstr "" + +#: ../../include/profile_selectors.php:33 +msgid "Not Looking" +msgstr "" + +#: ../../include/profile_selectors.php:33 +msgid "Swinger" +msgstr "" + +#: ../../include/profile_selectors.php:33 +msgid "Betrayed" +msgstr "" + +#: ../../include/profile_selectors.php:33 +msgid "Separated" +msgstr "" + +#: ../../include/profile_selectors.php:33 +msgid "Unstable" +msgstr "" + +#: ../../include/profile_selectors.php:33 +msgid "Divorced" +msgstr "" + +#: ../../include/profile_selectors.php:33 +msgid "Widowed" +msgstr "" + +#: ../../include/profile_selectors.php:33 +msgid "Uncertain" +msgstr "" + +#: ../../include/profile_selectors.php:33 +msgid "Complicated" +msgstr "" + +#: ../../include/profile_selectors.php:33 +msgid "Don't care" +msgstr "" + +#: ../../include/profile_selectors.php:33 +msgid "Ask me" +msgstr "" + +#: ../../include/contact_selectors.php:32 +msgid "Unknown | Not categorised" +msgstr "" + +#: ../../include/contact_selectors.php:33 +msgid "Block immediately" +msgstr "" + +#: ../../include/contact_selectors.php:34 +msgid "Shady, spammer, self-marketer" +msgstr "" + +#: ../../include/contact_selectors.php:35 +msgid "Known to me, but no opinion" +msgstr "" + +#: ../../include/contact_selectors.php:36 +msgid "OK, probably harmless" +msgstr "" + +#: ../../include/contact_selectors.php:37 +msgid "Reputable, has my trust" +msgstr "" + +#: ../../include/contact_selectors.php:55 +msgid "Frequently" +msgstr "" + +#: ../../include/contact_selectors.php:56 +msgid "Hourly" +msgstr "" + +#: ../../include/contact_selectors.php:57 +msgid "Twice daily" +msgstr "" + +#: ../../include/contact_selectors.php:58 +msgid "Daily" +msgstr "" + +#: ../../include/contact_selectors.php:59 +msgid "Weekly" +msgstr "" + +#: ../../include/contact_selectors.php:60 +msgid "Monthly" +msgstr "" + +#: ../../include/nav.php:38 ../boot.php:837 +msgid "Logout" +msgstr "" + +#: ../../include/nav.php:44 ../boot.php:817 ../boot.php:823 +msgid "Login" +msgstr "" + +#: ../../include/nav.php:56 ../include/nav.php:91 +msgid "Home" +msgstr "" + +#: ../../include/nav.php:64 +msgid "Apps" +msgstr "" + +#: ../../include/nav.php:77 +msgid "Directory" +msgstr "" + +#: ../../include/nav.php:87 +msgid "Network" +msgstr "" + +#: ../../include/nav.php:96 +msgid "Notifications" +msgstr "" + +#: ../../include/nav.php:104 +msgid "Manage" +msgstr "" + +#: ../../include/nav.php:107 +msgid "Settings" +msgstr "" + +#: ../../include/nav.php:109 +msgid "Profiles" +msgstr "" + +#: ../../include/oembed.php:57 +msgid "Embedding disabled" +msgstr "" + +#: ../../include/items.php:1004 +msgid "Birthday:" +msgstr "" + +#: ../../include/items.php:1348 +msgid "You have a new follower at " +msgstr "" + +#: ../../include/group.php:130 +msgid "Create a new group" +msgstr "" + +#: ../../include/group.php:131 +msgid "Everybody" +msgstr "" + +#: ../../include/datetime.php:44 ../include/datetime.php:46 +msgid "Miscellaneous" +msgstr "" + +#: ../../include/datetime.php:148 +msgid "less than a second ago" +msgstr "" + +#: ../../include/datetime.php:151 +msgid "year" +msgstr "" + +#: ../../include/datetime.php:151 +msgid "years" +msgstr "" + +#: ../../include/datetime.php:152 +msgid "month" +msgstr "" + +#: ../../include/datetime.php:152 +msgid "months" +msgstr "" + +#: ../../include/datetime.php:153 +msgid "week" +msgstr "" + +#: ../../include/datetime.php:153 +msgid "weeks" +msgstr "" + +#: ../../include/datetime.php:154 +msgid "day" +msgstr "" + +#: ../../include/datetime.php:154 +msgid "days" +msgstr "" + +#: ../../include/datetime.php:155 +msgid "hour" +msgstr "" + +#: ../../include/datetime.php:155 +msgid "hours" +msgstr "" + +#: ../../include/datetime.php:156 +msgid "minute" +msgstr "" + +#: ../../include/datetime.php:156 +msgid "minutes" +msgstr "" + +#: ../../include/datetime.php:157 +msgid "second" +msgstr "" + +#: ../../include/datetime.php:157 +msgid "seconds" +msgstr "" + +#: ../../include/datetime.php:164 +msgid " ago" +msgstr "" + +#: ../../boot.php:808 +msgid "Create a New Account" +msgstr "" + +#: ../../boot.php:815 +msgid "Nickname or Email address: " +msgstr "" + +#: ../../boot.php:816 +msgid "Password: " +msgstr "" + +#: ../../boot.php:821 +msgid "Nickname/Email/OpenID: " +msgstr "" + +#: ../../boot.php:822 +msgid "Password (if not OpenID): " +msgstr "" + +#: ../../boot.php:825 +msgid "Forgot your password?" +msgstr "" + +#: ../../boot.php:826 +msgid "Password Reset" +msgstr "" + +#: ../../boot.php:1077 +msgid "prev" +msgstr "" + +#: ../../boot.php:1079 +msgid "first" +msgstr "" + +#: ../../boot.php:1108 +msgid "last" +msgstr "" + +#: ../../boot.php:1111 +msgid "next" +msgstr "" + +#: ../../boot.php:1831 +msgid " likes this." +msgstr "" + +#: ../../boot.php:1831 +msgid " doesn't like this." +msgstr "" + +#: ../../boot.php:1834 +msgid "people" +msgstr "" + +#: ../../boot.php:1834 +msgid "like this." +msgstr "" + +#: ../../boot.php:1834 +msgid "don't like this." +msgstr "" + +#: ../../boot.php:1839 +msgid "and" +msgstr "" + +#: ../../boot.php:1842 +msgid ", and " +msgstr "" + +#: ../../boot.php:1842 +msgid " other people" +msgstr "" + +#: ../../boot.php:1843 +msgid " like this." +msgstr "" + +#: ../../boot.php:1843 +msgid " don't like this." +msgstr "" + +#: ../../boot.php:2004 +msgid "No contacts" +msgstr "" + +#: ../../boot.php:2257 +msgid "Connect" +msgstr "" + +#: ../../boot.php:2267 +msgid "Location:" +msgstr "" + +#: ../../boot.php:2271 +msgid ", " +msgstr "" + +#: ../../boot.php:2279 +msgid "Gender:" +msgstr "" + +#: ../../boot.php:2283 +msgid "Status:" +msgstr "" + +#: ../../boot.php:2285 +msgid "Homepage:" +msgstr "" + +#: ../../boot.php:2376 +msgid "Monday" +msgstr "" + +#: ../../boot.php:2376 +msgid "Tuesday" +msgstr "" + +#: ../../boot.php:2376 +msgid "Wednesday" +msgstr "" + +#: ../../boot.php:2376 +msgid "Thursday" +msgstr "" + +#: ../../boot.php:2376 +msgid "Friday" +msgstr "" + +#: ../../boot.php:2376 +msgid "Saturday" +msgstr "" + +#: ../../boot.php:2376 +msgid "Sunday" +msgstr "" + +#: ../../boot.php:2380 +msgid "January" +msgstr "" + +#: ../../boot.php:2380 +msgid "February" +msgstr "" + +#: ../../boot.php:2380 +msgid "March" +msgstr "" + +#: ../../boot.php:2380 +msgid "April" +msgstr "" + +#: ../../boot.php:2380 +msgid "May" +msgstr "" + +#: ../../boot.php:2380 +msgid "June" +msgstr "" + +#: ../../boot.php:2380 +msgid "July" +msgstr "" + +#: ../../boot.php:2380 +msgid "August" +msgstr "" + +#: ../../boot.php:2380 +msgid "September" +msgstr "" + +#: ../../boot.php:2380 +msgid "October" +msgstr "" + +#: ../../boot.php:2380 +msgid "November" +msgstr "" + +#: ../../boot.php:2380 +msgid "December" +msgstr "" + +#: ../../boot.php:2409 +msgid "Birthdays this week:" +msgstr "" + +#: ../../boot.php:2410 +msgid "(Adjusted for local time)" +msgstr "" + +#: ../../boot.php:2419 +msgid "[today]" +msgstr "" + +#: ../../boot.php:2616 +msgid "link to source" +msgstr "" -- cgit v1.2.3 From 90eab0fbc3249c327a34db4d1932506186ac606c Mon Sep 17 00:00:00 2001 From: fabrixxm Date: Fri, 11 Mar 2011 00:40:26 +0100 Subject: extract string can update existing po file --- util/run_xgettext.sh | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'util') diff --git a/util/run_xgettext.sh b/util/run_xgettext.sh index cd33e62dd..2cfaca487 100644 --- a/util/run_xgettext.sh +++ b/util/run_xgettext.sh @@ -2,9 +2,16 @@ cd $(dirname $0) +OPTS= + +if [ -e "$1" ] +then + OPTS="-j -o $1" +fi + KEYWORDS="-k -kt -ktt:1,2" - -find .. -name "*.php" | xargs xgettext $KEYWORDS --from-code=UTF-8 + +find .. -name "*.php" | xargs xgettext $KEYWORDS $OPTS --from-code=UTF-8 F9KVERSION=$(sed -n "s/.*'FRIENDIKA_VERSION'.*'\([0-9.]*\)'.*/\1/p" ../boot.php); -- cgit v1.2.3 From e1766b829f059e6e6a288178ee5b72dbd454dbae Mon Sep 17 00:00:00 2001 From: fabrixxm Date: Fri, 11 Mar 2011 00:41:01 +0100 Subject: Changed 'mo' with 'po'..... --- util/po2php.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'util') diff --git a/util/po2php.php b/util/po2php.php index 15ee1cd2c..171e9f297 100644 --- a/util/po2php.php +++ b/util/po2php.php @@ -3,15 +3,15 @@ function po2php_run($argv, $argc) { if ($argc!=2) { - print "Usage: ".$argv[0]." \n\n"; + print "Usage: ".$argv[0]." \n\n"; return; } - $mofile = $argv[1]; - $outfile = dirname($mofile)."/strings.php"; + $pofile = $argv[1]; + $outfile = dirname($pofile)."/strings.php"; - if (!file_exists($mofile)){ - print "Unable to find '$mofile'\n"; + if (!file_exists($pofile)){ + print "Unable to find '$pofile'\n"; return; } @@ -19,7 +19,7 @@ function po2php_run($argv, $argc) { $out=" Date: Fri, 11 Mar 2011 01:23:24 +0100 Subject: update sh script --- util/run_xgettext.sh | 38 ++++++++++++++++++++++++-------------- 1 file changed, 24 insertions(+), 14 deletions(-) mode change 100644 => 100755 util/run_xgettext.sh (limited to 'util') diff --git a/util/run_xgettext.sh b/util/run_xgettext.sh old mode 100644 new mode 100755 index 2cfaca487..9d38e4da9 --- a/util/run_xgettext.sh +++ b/util/run_xgettext.sh @@ -1,26 +1,36 @@ #!/bin/bash -cd $(dirname $0) +FULLPATH=$(dirname $(readlink -f "$0")) +cd "$FULLPATH/../view/en/" -OPTS= +F9KVERSION=$(sed -n "s/.*'FRIENDIKA_VERSION'.*'\([0-9.]*\)'.*/\1/p" ../../boot.php); + +echo "Friendika version $F9KVERSION" -if [ -e "$1" ] +OPTS= +OUTFILE="$FULLPATH/messages.po" +if [ "" != "$1" ] then - OPTS="-j -o $1" + OUTFILE="$(readlink -f ${FULLPATH}/$1)" + if [ -e "$OUTFILE" ] + then + echo "join extracted strings" + OPTS="-j" + fi fi KEYWORDS="-k -kt -ktt:1,2" -find .. -name "*.php" | xargs xgettext $KEYWORDS $OPTS --from-code=UTF-8 - -F9KVERSION=$(sed -n "s/.*'FRIENDIKA_VERSION'.*'\([0-9.]*\)'.*/\1/p" ../boot.php); +echo "extract strings to $OUTFILE.." +find ../../ -name "*.php" | xargs xgettext $KEYWORDS $OPTS -o "$OUTFILE" --from-code=UTF-8 +echo "setup base info.." +sed -i "s/SOME DESCRIPTIVE TITLE./FRIENDIKA Distribuited Social Network/g" "$OUTFILE" +sed -i "s/YEAR THE PACKAGE'S COPYRIGHT HOLDER/2010, 2011 Mike Macgirvin/g" "$OUTFILE" +sed -i "s/FIRST AUTHOR , YEAR./Mike Macgirvin, 2010/g" "$OUTFILE" +sed -i "s/PACKAGE VERSION/$F9KVERSION/g" "$OUTFILE" +sed -i "s/PACKAGE/Friendika/g" "$OUTFILE" +sed -i "s/CHARSET/UTF-8/g" "$OUTFILE" -sed -i "s/SOME DESCRIPTIVE TITLE./FRIENDIKA Distribuited Social Network/g" messages.po -sed -i "s/YEAR THE PACKAGE'S COPYRIGHT HOLDER/2010, 2011 Mike Macgirvin/g" messages.po -sed -i "s/FIRST AUTHOR , YEAR./Mike Macgirvin, 2010/g" messages.po -sed -i "s/PACKAGE VERSION/$F9KVERSION/g" messages.po -sed -i "s/PACKAGE/Friendika/g" messages.po -sed -i "s/CHARSET/UTF-8/g" messages.po -sed -i "s|#: \.\./|#: ../../|g" messages.po +echo "done." \ No newline at end of file -- cgit v1.2.3 From a00beafe7ffb859c2e9f267c81f7054ac6452cbf Mon Sep 17 00:00:00 2001 From: fabrixxm Date: Fri, 11 Mar 2011 07:28:13 +0100 Subject: updated strings --- util/messages.po | 273 +++++++++++++++++++++++++++++-------------------------- 1 file changed, 142 insertions(+), 131 deletions(-) (limited to 'util') diff --git a/util/messages.po b/util/messages.po index b543a39f6..eac6395db 100644 --- a/util/messages.po +++ b/util/messages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.1.913\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-03-11 00:21+0100\n" +"POT-Creation-Date: 2011-03-11 01:08+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,17 +18,19 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" -#: ../../mod/network.php:6 ../mod/profiles.php:7 ../mod/profiles.php:224 -#: ../../mod/notifications.php:56 ../mod/message.php:8 ../mod/message.php:116 -#: ../../mod/manage.php:75 ../mod/dfrn_confirm.php:53 ../mod/wall_upload.php:42 -#: ../../mod/display.php:303 ../mod/regmod.php:16 ../mod/photos.php:85 -#: ../../mod/photos.php:772 ../mod/viewcontacts.php:13 ../mod/settings.php:14 -#: ../../mod/settings.php:19 ../mod/settings.php:206 ../mod/item.php:57 -#: ../../mod/item.php:616 ../mod/profile_photo.php:19 -#: ../../mod/profile_photo.php:133 ../mod/profile_photo.php:139 -#: ../../mod/profile_photo.php:150 ../mod/group.php:19 ../mod/invite.php:13 -#: ../../mod/invite.php:50 ../mod/register.php:25 ../mod/follow.php:8 -#: ../../mod/contacts.php:101 ../addon/facebook/facebook.php:110 ../index.php:244 +#: ../../mod/network.php:6 ../../mod/profiles.php:7 ../../mod/profiles.php:224 +#: ../../mod/notifications.php:56 ../../mod/message.php:8 +#: ../../mod/message.php:116 ../../mod/manage.php:75 +#: ../../mod/dfrn_confirm.php:53 ../../mod/wall_upload.php:42 +#: ../../mod/display.php:303 ../../mod/regmod.php:16 ../../mod/photos.php:85 +#: ../../mod/photos.php:772 ../../mod/viewcontacts.php:13 +#: ../../mod/settings.php:14 ../../mod/settings.php:19 +#: ../../mod/settings.php:206 ../../mod/item.php:57 ../../mod/item.php:616 +#: ../../mod/profile_photo.php:19 ../../mod/profile_photo.php:133 +#: ../../mod/profile_photo.php:139 ../../mod/profile_photo.php:150 +#: ../../mod/group.php:19 ../../mod/invite.php:13 ../../mod/invite.php:50 +#: ../../mod/register.php:25 ../../mod/follow.php:8 ../../mod/contacts.php:101 +#: ../../addon/facebook/facebook.php:110 ../../index.php:244 msgid "Permission denied." msgstr "" @@ -40,47 +42,48 @@ msgstr "" msgid "New Item View" msgstr "" -#: ../../mod/network.php:91 ../mod/profile.php:151 +#: ../../mod/network.php:91 ../../mod/profile.php:151 msgid "Share" msgstr "" -#: ../../mod/network.php:92 ../mod/message.php:185 ../mod/message.php:319 -#: ../../mod/profile.php:152 +#: ../../mod/network.php:92 ../../mod/message.php:185 +#: ../../mod/message.php:319 ../../mod/profile.php:152 msgid "Upload photo" msgstr "" -#: ../../mod/network.php:93 ../mod/message.php:186 ../mod/message.php:320 -#: ../../mod/profile.php:153 +#: ../../mod/network.php:93 ../../mod/message.php:186 +#: ../../mod/message.php:320 ../../mod/profile.php:153 msgid "Insert web link" msgstr "" -#: ../../mod/network.php:94 ../mod/profile.php:154 +#: ../../mod/network.php:94 ../../mod/profile.php:154 msgid "Insert YouTube video" msgstr "" -#: ../../mod/network.php:95 ../mod/profile.php:155 +#: ../../mod/network.php:95 ../../mod/profile.php:155 msgid "Set your location" msgstr "" -#: ../../mod/network.php:96 ../mod/profile.php:156 +#: ../../mod/network.php:96 ../../mod/profile.php:156 msgid "Clear browser location" msgstr "" -#: ../../mod/network.php:97 ../mod/network.php:367 ../mod/message.php:187 -#: ../../mod/message.php:321 ../mod/display.php:158 ../mod/photos.php:1052 -#: ../../mod/profile.php:157 ../mod/profile.php:309 +#: ../../mod/network.php:97 ../../mod/network.php:367 +#: ../../mod/message.php:187 ../../mod/message.php:321 +#: ../../mod/display.php:158 ../../mod/photos.php:1052 +#: ../../mod/profile.php:157 ../../mod/profile.php:309 msgid "Please wait" msgstr "" -#: ../../mod/network.php:98 ../mod/profile.php:158 +#: ../../mod/network.php:98 ../../mod/profile.php:158 msgid "Permission settings" msgstr "" -#: ../../mod/network.php:104 ../mod/profile.php:165 +#: ../../mod/network.php:104 ../../mod/profile.php:165 msgid "CC: email addresses" msgstr "" -#: ../../mod/network.php:106 ../mod/profile.php:167 +#: ../../mod/network.php:106 ../../mod/profile.php:167 msgid "Example: bob@example.com, mary@example.com" msgstr "" @@ -96,65 +99,67 @@ msgstr "" msgid "Group: " msgstr "" -#: ../../mod/network.php:272 ../mod/network.php:434 ../mod/display.php:258 -#: ../../mod/profile.php:382 ../mod/search.php:116 +#: ../../mod/network.php:272 ../../mod/network.php:434 +#: ../../mod/display.php:258 ../../mod/profile.php:382 +#: ../../mod/search.php:116 msgid "View $name's profile" msgstr "" -#: ../../mod/network.php:287 ../mod/search.php:131 +#: ../../mod/network.php:287 ../../mod/search.php:131 msgid "View in context" msgstr "" -#: ../../mod/network.php:321 ../mod/display.php:149 ../mod/photos.php:935 -#: ../../mod/profile.php:300 +#: ../../mod/network.php:321 ../../mod/display.php:149 +#: ../../mod/photos.php:935 ../../mod/profile.php:300 msgid "Private Message" msgstr "" -#: ../../mod/network.php:365 ../mod/display.php:156 ../mod/photos.php:1050 -#: ../../mod/profile.php:307 +#: ../../mod/network.php:365 ../../mod/display.php:156 +#: ../../mod/photos.php:1050 ../../mod/profile.php:307 msgid "I like this (toggle)" msgstr "" -#: ../../mod/network.php:366 ../mod/display.php:157 ../mod/photos.php:1051 -#: ../../mod/profile.php:308 +#: ../../mod/network.php:366 ../../mod/display.php:157 +#: ../../mod/photos.php:1051 ../../mod/profile.php:308 msgid "I don't like this (toggle)" msgstr "" -#: ../../mod/network.php:380 ../mod/display.php:170 ../mod/photos.php:1071 -#: ../../mod/photos.php:1111 ../mod/photos.php:1140 ../mod/profile.php:321 +#: ../../mod/network.php:380 ../../mod/display.php:170 +#: ../../mod/photos.php:1071 ../../mod/photos.php:1111 +#: ../../mod/photos.php:1140 ../../mod/profile.php:321 msgid "This is you" msgstr "" -#: ../../mod/network.php:386 ../mod/display.php:234 ../mod/photos.php:1168 -#: ../../mod/profile.php:361 ../mod/group.php:137 +#: ../../mod/network.php:386 ../../mod/display.php:234 +#: ../../mod/photos.php:1168 ../../mod/profile.php:361 ../../mod/group.php:137 msgid "Delete" msgstr "" -#: ../../mod/network.php:435 ../mod/display.php:259 +#: ../../mod/network.php:435 ../../mod/display.php:259 msgid "View $owner_name's profile" msgstr "" -#: ../../mod/network.php:436 ../mod/display.php:260 +#: ../../mod/network.php:436 ../../mod/display.php:260 msgid "to" msgstr "" -#: ../../mod/network.php:437 ../mod/display.php:261 +#: ../../mod/network.php:437 ../../mod/display.php:261 msgid "Wall-to-Wall" msgstr "" -#: ../../mod/network.php:438 ../mod/display.php:262 +#: ../../mod/network.php:438 ../../mod/display.php:262 msgid "via Wall-To-Wall:" msgstr "" -#: ../../mod/network.php:471 ../mod/display.php:312 ../mod/profile.php:414 -#: ../../mod/register.php:422 +#: ../../mod/network.php:471 ../../mod/display.php:312 +#: ../../mod/profile.php:414 ../../mod/register.php:422 msgid "" "Shared content is covered by the Creative Commons Attribution 3.0 license." msgstr "" -#: ../../mod/profiles.php:21 ../mod/profiles.php:234 ../mod/profiles.php:339 -#: ../../mod/dfrn_confirm.php:62 +#: ../../mod/profiles.php:21 ../../mod/profiles.php:234 +#: ../../mod/profiles.php:339 ../../mod/dfrn_confirm.php:62 msgid "Profile not found." msgstr "" @@ -170,11 +175,11 @@ msgstr "" msgid "Profile deleted." msgstr "" -#: ../../mod/profiles.php:267 ../mod/profiles.php:298 +#: ../../mod/profiles.php:267 ../../mod/profiles.php:298 msgid "Profile-" msgstr "" -#: ../../mod/profiles.php:286 ../mod/profiles.php:325 +#: ../../mod/profiles.php:286 ../../mod/profiles.php:325 msgid "New profile created." msgstr "" @@ -201,10 +206,11 @@ msgstr "" msgid "Password reset requested at %s" msgstr "" -#: ../../mod/lostpass.php:39 ../mod/dfrn_confirm.php:649 -#: ../../mod/dfrn_notify.php:177 ../mod/dfrn_notify.php:389 ../mod/regmod.php:93 -#: ../../mod/item.php:423 ../mod/register.php:311 ../mod/register.php:348 -#: ../../mod/dfrn_request.php:545 ../include/items.php:1350 +#: ../../mod/lostpass.php:39 ../../mod/dfrn_confirm.php:649 +#: ../../mod/dfrn_notify.php:177 ../../mod/dfrn_notify.php:389 +#: ../../mod/regmod.php:93 ../../mod/item.php:423 ../../mod/register.php:311 +#: ../../mod/register.php:348 ../../mod/dfrn_request.php:545 +#: ../../include/items.php:1350 msgid "Administrator" msgstr "" @@ -212,11 +218,11 @@ msgstr "" msgid "Invalid request identifier." msgstr "" -#: ../../mod/notifications.php:31 ../mod/notifications.php:134 +#: ../../mod/notifications.php:31 ../../mod/notifications.php:134 msgid "Discard" msgstr "" -#: ../../mod/notifications.php:41 ../mod/notifications.php:133 +#: ../../mod/notifications.php:41 ../../mod/notifications.php:133 msgid "Ignore" msgstr "" @@ -293,7 +299,7 @@ msgid "" "IMPORTANT: You will need to [manually] setup a scheduled task for the poller." msgstr "" -#: ../../mod/install.php:68 ../mod/install.php:75 ../mod/install.php:175 +#: ../../mod/install.php:68 ../../mod/install.php:75 ../../mod/install.php:175 msgid "Please see the file \"INSTALL.txt\"." msgstr "" @@ -311,11 +317,12 @@ msgstr "" msgid "Welcome to Friendika." msgstr "" -#: ../../mod/install.php:109 ../mod/manage.php:106 ../mod/photos.php:800 -#: ../../mod/photos.php:857 ../mod/photos.php:1032 ../mod/invite.php:64 -#: ../../addon/facebook/facebook.php:151 ../addon/randplace/randplace.php:179 -#: ../../addon/twitter/twitter.php:156 ../addon/twitter/twitter.php:175 -#: ../../addon/statusnet/statusnet.php:163 ../addon/statusnet/statusnet.php:189 +#: ../../mod/install.php:109 ../../mod/manage.php:106 ../../mod/photos.php:800 +#: ../../mod/photos.php:857 ../../mod/photos.php:1032 ../../mod/invite.php:64 +#: ../../addon/facebook/facebook.php:151 +#: ../../addon/randplace/randplace.php:179 ../../addon/twitter/twitter.php:156 +#: ../../addon/twitter/twitter.php:175 ../../addon/statusnet/statusnet.php:163 +#: ../../addon/statusnet/statusnet.php:189 #: ../../addon/statusnet/statusnet.php:207 msgid "Submit" msgstr "" @@ -421,8 +428,9 @@ msgstr "" msgid "Unable to locate contact information." msgstr "" -#: ../../mod/message.php:93 ../mod/wall_upload.php:79 ../mod/wall_upload.php:88 -#: ../../mod/wall_upload.php:95 ../mod/item.php:184 +#: ../../mod/message.php:93 ../../mod/wall_upload.php:79 +#: ../../mod/wall_upload.php:88 ../../mod/wall_upload.php:95 +#: ../../mod/item.php:184 msgid "Wall Photos" msgstr "" @@ -434,7 +442,7 @@ msgstr "" msgid "Message could not be sent." msgstr "" -#: ../../mod/message.php:125 ../include/nav.php:100 +#: ../../mod/message.php:125 ../../include/nav.php:100 msgid "Messages" msgstr "" @@ -462,15 +470,15 @@ msgstr "" msgid "Send Private Message" msgstr "" -#: ../../mod/message.php:178 ../mod/message.php:312 +#: ../../mod/message.php:178 ../../mod/message.php:312 msgid "To:" msgstr "" -#: ../../mod/message.php:179 ../mod/message.php:313 +#: ../../mod/message.php:179 ../../mod/message.php:313 msgid "Subject:" msgstr "" -#: ../../mod/message.php:182 ../mod/message.php:316 ../mod/invite.php:59 +#: ../../mod/message.php:182 ../../mod/message.php:316 ../../mod/invite.php:59 msgid "Your message:" msgstr "" @@ -498,7 +506,7 @@ msgstr "" msgid "Global Directory" msgstr "" -#: ../../mod/directory.php:38 ../mod/contacts.php:307 +#: ../../mod/directory.php:38 ../../mod/contacts.php:307 msgid "Finding: " msgstr "" @@ -521,12 +529,12 @@ msgstr "" msgid "Select an identity to manage: " msgstr "" -#: ../../mod/dfrn_poll.php:78 ../mod/dfrn_poll.php:392 +#: ../../mod/dfrn_poll.php:78 ../../mod/dfrn_poll.php:392 #, php-format msgid "%s welcomes %s" msgstr "" -#: ../../mod/dfrn_confirm.php:114 ../mod/contacts.php:209 +#: ../../mod/dfrn_confirm.php:114 ../../mod/contacts.php:209 msgid "Contact not found." msgstr "" @@ -542,7 +550,7 @@ msgstr "" msgid "Confirmation completed successfully." msgstr "" -#: ../../mod/dfrn_confirm.php:250 ../mod/dfrn_confirm.php:264 +#: ../../mod/dfrn_confirm.php:250 ../../mod/dfrn_confirm.php:264 #: ../../mod/dfrn_confirm.php:271 msgid "Remote site reported: " msgstr "" @@ -599,22 +607,22 @@ msgstr "" msgid "Connection accepted at %s" msgstr "" -#: ../../mod/wall_upload.php:56 ../mod/profile_photo.php:109 +#: ../../mod/wall_upload.php:56 ../../mod/profile_photo.php:109 #, php-format msgid "Image exceeds size limit of %d" msgstr "" -#: ../../mod/wall_upload.php:65 ../mod/photos.php:570 +#: ../../mod/wall_upload.php:65 ../../mod/photos.php:570 #: ../../mod/profile_photo.php:118 msgid "Unable to process image." msgstr "" -#: ../../mod/wall_upload.php:82 ../mod/photos.php:588 +#: ../../mod/wall_upload.php:82 ../../mod/photos.php:588 #: ../../mod/profile_photo.php:230 msgid "Image upload failed." msgstr "" -#: ../../mod/display.php:15 ../mod/display.php:307 ../mod/item.php:546 +#: ../../mod/display.php:15 ../../mod/display.php:307 ../../mod/item.php:546 msgid "Item not found." msgstr "" @@ -638,7 +646,7 @@ msgstr "" msgid "New mail received at " msgstr "" -#: ../../mod/dfrn_notify.php:388 ../mod/dfrn_notify.php:474 +#: ../../mod/dfrn_notify.php:388 ../../mod/dfrn_notify.php:474 #, php-format msgid "%s commented on an item at %s" msgstr "" @@ -647,7 +655,7 @@ msgstr "" msgid "From: Administrator@" msgstr "" -#: ../../mod/removeme.php:42 ../mod/removeme.php:45 +#: ../../mod/removeme.php:42 ../../mod/removeme.php:45 msgid "Remove My Account" msgstr "" @@ -675,7 +683,7 @@ msgstr "" msgid "Registration revoked for %s" msgstr "" -#: ../../mod/regmod.php:92 ../mod/register.php:310 +#: ../../mod/regmod.php:92 ../../mod/register.php:310 #, php-format msgid "Registration details for %s" msgstr "" @@ -692,10 +700,11 @@ msgstr "" msgid "Photo Albums" msgstr "" -#: ../../mod/photos.php:34 ../mod/photos.php:106 ../mod/photos.php:780 -#: ../../mod/photos.php:849 ../mod/photos.php:864 ../mod/photos.php:1198 -#: ../../mod/photos.php:1209 ../include/Photo.php:225 ../include/Photo.php:232 -#: ../../include/Photo.php:239 ../include/items.php:959 ../include/items.php:962 +#: ../../mod/photos.php:34 ../../mod/photos.php:106 ../../mod/photos.php:780 +#: ../../mod/photos.php:849 ../../mod/photos.php:864 ../../mod/photos.php:1198 +#: ../../mod/photos.php:1209 ../../include/Photo.php:225 +#: ../../include/Photo.php:232 ../../include/Photo.php:239 +#: ../../include/items.php:959 ../../include/items.php:962 #: ../../include/items.php:965 msgid "Contact Photos" msgstr "" @@ -704,12 +713,12 @@ msgstr "" msgid "Contact information unavailable" msgstr "" -#: ../../mod/photos.php:106 ../mod/photos.php:530 ../mod/photos.php:849 -#: ../../mod/photos.php:864 ../mod/profile_photo.php:58 -#: ../../mod/profile_photo.php:65 ../mod/profile_photo.php:72 -#: ../../mod/profile_photo.php:155 ../mod/profile_photo.php:225 -#: ../../mod/profile_photo.php:234 ../mod/register.php:267 -#: ../../mod/register.php:274 ../mod/register.php:281 +#: ../../mod/photos.php:106 ../../mod/photos.php:530 ../../mod/photos.php:849 +#: ../../mod/photos.php:864 ../../mod/profile_photo.php:58 +#: ../../mod/profile_photo.php:65 ../../mod/profile_photo.php:72 +#: ../../mod/profile_photo.php:155 ../../mod/profile_photo.php:225 +#: ../../mod/profile_photo.php:234 ../../mod/register.php:267 +#: ../../mod/register.php:274 ../../mod/register.php:281 msgid "Profile Photos" msgstr "" @@ -717,11 +726,11 @@ msgstr "" msgid "Album not found." msgstr "" -#: ../../mod/photos.php:134 ../mod/photos.php:858 +#: ../../mod/photos.php:134 ../../mod/photos.php:858 msgid "Delete Album" msgstr "" -#: ../../mod/photos.php:197 ../mod/photos.php:1033 +#: ../../mod/photos.php:197 ../../mod/photos.php:1033 msgid "Delete Photo" msgstr "" @@ -729,7 +738,7 @@ msgstr "" msgid "was tagged in a" msgstr "" -#: ../../mod/photos.php:468 ../mod/like.php:110 +#: ../../mod/photos.php:468 ../../mod/like.php:110 msgid "photo" msgstr "" @@ -737,7 +746,7 @@ msgstr "" msgid "by" msgstr "" -#: ../../mod/photos.php:558 ../addon/js_upload/js_upload.php:306 +#: ../../mod/photos.php:558 ../../addon/js_upload/js_upload.php:306 msgid "Image exceeds size limit of " msgstr "" @@ -749,7 +758,7 @@ msgstr "" msgid "Upload Photos" msgstr "" -#: ../../mod/photos.php:810 ../mod/photos.php:853 +#: ../../mod/photos.php:810 ../../mod/photos.php:853 msgid "New album name: " msgstr "" @@ -757,7 +766,7 @@ msgstr "" msgid "or existing album name: " msgstr "" -#: ../../mod/photos.php:813 ../mod/photos.php:1028 +#: ../../mod/photos.php:813 ../../mod/photos.php:1028 msgid "Permissions" msgstr "" @@ -765,7 +774,7 @@ msgstr "" msgid "Edit Album" msgstr "" -#: ../../mod/photos.php:878 ../mod/photos.php:1228 +#: ../../mod/photos.php:878 ../../mod/photos.php:1228 msgid "View Photo" msgstr "" @@ -821,11 +830,11 @@ msgstr "" msgid "View Album" msgstr "" -#: ../../mod/profile.php:8 ../boot.php:2200 +#: ../../mod/profile.php:8 ../../boot.php:2200 msgid "No profile" msgstr "" -#: ../../mod/viewcontacts.php:17 ../boot.php:2028 +#: ../../mod/viewcontacts.php:17 ../../boot.php:2028 msgid "View Contacts" msgstr "" @@ -833,7 +842,7 @@ msgstr "" msgid "No contacts." msgstr "" -#: ../../mod/viewcontacts.php:44 ../mod/contacts.php:368 +#: ../../mod/viewcontacts.php:44 ../../mod/contacts.php:368 msgid "Visit $username's profile" msgstr "" @@ -948,7 +957,7 @@ msgstr "" msgid "%s posted an update." msgstr "" -#: ../../mod/search.php:17 ../include/nav.php:67 ../boot.php:2045 +#: ../../mod/search.php:17 ../../include/nav.php:67 ../../boot.php:2045 msgid "Search" msgstr "" @@ -956,8 +965,8 @@ msgstr "" msgid "Image uploaded but image cropping failed." msgstr "" -#: ../../mod/profile_photo.php:61 ../mod/profile_photo.php:68 -#: ../../mod/profile_photo.php:75 ../mod/profile_photo.php:237 +#: ../../mod/profile_photo.php:61 ../../mod/profile_photo.php:68 +#: ../../mod/profile_photo.php:75 ../../mod/profile_photo.php:237 #, php-format msgid "Image size reduction [%s] failed." msgstr "" @@ -978,7 +987,7 @@ msgstr "" msgid "Could not create group." msgstr "" -#: ../../mod/group.php:43 ../mod/group.php:123 +#: ../../mod/group.php:43 ../../mod/group.php:123 msgid "Group not found." msgstr "" @@ -990,7 +999,7 @@ msgstr "" msgid "Membership list updated." msgstr "" -#: ../../mod/group.php:88 ../index.php:243 +#: ../../mod/group.php:88 ../../index.php:243 msgid "Permission denied" msgstr "" @@ -1002,8 +1011,8 @@ msgstr "" msgid "Unable to remove group." msgstr "" -#: ../../mod/tagrm.php:11 ../mod/tagrm.php:94 ../mod/dfrn_request.php:628 -#: ../../addon/js_upload/js_upload.php:41 +#: ../../mod/tagrm.php:11 ../../mod/tagrm.php:94 +#: ../../mod/dfrn_request.php:628 ../../addon/js_upload/js_upload.php:41 msgid "Cancel" msgstr "" @@ -1169,11 +1178,11 @@ msgstr "" msgid "Include your profile in member directory?" msgstr "" -#: ../../mod/register.php:416 ../mod/dfrn_request.php:618 +#: ../../mod/register.php:416 ../../mod/dfrn_request.php:618 msgid "Yes" msgstr "" -#: ../../mod/register.php:417 ../mod/dfrn_request.php:619 +#: ../../mod/register.php:417 ../../mod/dfrn_request.php:619 msgid "No" msgstr "" @@ -1200,16 +1209,16 @@ msgstr "" msgid "Choose a nickname: " msgstr "" -#: ../../mod/register.php:443 ../include/nav.php:61 ../boot.php:809 +#: ../../mod/register.php:443 ../../include/nav.php:61 ../../boot.php:809 msgid "Register" msgstr "" -#: ../../mod/openid.php:62 ../mod/openid.php:109 ../include/auth.php:105 -#: ../../include/auth.php:130 ../include/auth.php:183 +#: ../../mod/openid.php:62 ../../mod/openid.php:109 ../../include/auth.php:105 +#: ../../include/auth.php:130 ../../include/auth.php:183 msgid "Login failed." msgstr "" -#: ../../mod/openid.php:73 ../include/auth.php:194 +#: ../../mod/openid.php:73 ../../include/auth.php:194 msgid "Welcome back " msgstr "" @@ -1252,19 +1261,20 @@ msgstr "" msgid "This introduction has already been accepted." msgstr "" -#: ../../mod/dfrn_request.php:116 ../mod/dfrn_request.php:347 +#: ../../mod/dfrn_request.php:116 ../../mod/dfrn_request.php:347 msgid "Profile location is not valid or does not contain profile information." msgstr "" -#: ../../mod/dfrn_request.php:121 ../mod/dfrn_request.php:352 +#: ../../mod/dfrn_request.php:121 ../../mod/dfrn_request.php:352 msgid "Warning: profile location has no identifiable owner name." msgstr "" -#: ../../mod/dfrn_request.php:123 ../mod/dfrn_request.php:354 +#: ../../mod/dfrn_request.php:123 ../../mod/dfrn_request.php:354 msgid "Warning: profile location has no profile photo." msgstr "" -#: ../../mod/dfrn_request.php:126 ../mod/dfrn_request.php:357 ../test.php:6 +#: ../../mod/dfrn_request.php:126 ../../mod/dfrn_request.php:357 +#: ../../test.php:6 #, php-format msgid "%d required parameter was not found at the given location" msgid_plural "%d required parameters were not found at the given location" @@ -1321,7 +1331,7 @@ msgstr "" msgid "Disallowed profile URL." msgstr "" -#: ../../mod/dfrn_request.php:402 ../mod/contacts.php:85 +#: ../../mod/dfrn_request.php:402 ../../mod/contacts.php:85 msgid "Failed to update contact record." msgstr "" @@ -1339,7 +1349,7 @@ msgid "" "strong> profile." msgstr "" -#: ../../mod/dfrn_request.php:536 ../include/items.php:1341 +#: ../../mod/dfrn_request.php:536 ../../include/items.php:1341 msgid "[Name Withheld]" msgstr "" @@ -1409,7 +1419,7 @@ msgstr "" msgid "Follow" msgstr "" -#: ../../mod/contacts.php:38 ../mod/contacts.php:119 +#: ../../mod/contacts.php:38 ../../mod/contacts.php:119 msgid "Could not access contact record." msgstr "" @@ -1445,15 +1455,15 @@ msgstr "" msgid "Contact has been removed." msgstr "" -#: ../../mod/contacts.php:223 ../mod/contacts.php:344 +#: ../../mod/contacts.php:223 ../../mod/contacts.php:344 msgid "Mutual Friendship" msgstr "" -#: ../../mod/contacts.php:227 ../mod/contacts.php:348 +#: ../../mod/contacts.php:227 ../../mod/contacts.php:348 msgid "is a fan of yours" msgstr "" -#: ../../mod/contacts.php:232 ../mod/contacts.php:352 +#: ../../mod/contacts.php:232 ../../mod/contacts.php:352 msgid "you are a fan of" msgstr "" @@ -1525,8 +1535,9 @@ msgstr "" msgid "Currently ignored" msgstr "" -#: ../../mod/contacts.php:303 ../include/acl_selectors.php:140 -#: ../../include/acl_selectors.php:155 ../include/nav.php:111 ../boot.php:2012 +#: ../../mod/contacts.php:303 ../../include/acl_selectors.php:140 +#: ../../include/acl_selectors.php:155 ../../include/nav.php:111 +#: ../../boot.php:2012 msgid "Contacts" msgstr "" @@ -1625,7 +1636,7 @@ msgstr "" msgid "Copy the PIN from Twitter here" msgstr "" -#: ../../addon/twitter/twitter.php:165 ../addon/statusnet/statusnet.php:197 +#: ../../addon/twitter/twitter.php:165 ../../addon/statusnet/statusnet.php:197 msgid "Currently connected to: " msgstr "" @@ -1639,7 +1650,7 @@ msgstr "" msgid "Send public postings to Twitter" msgstr "" -#: ../../addon/twitter/twitter.php:172 ../addon/statusnet/statusnet.php:204 +#: ../../addon/twitter/twitter.php:172 ../../addon/statusnet/statusnet.php:204 msgid "Clear OAuth configuration" msgstr "" @@ -1689,7 +1700,7 @@ msgstr "" msgid "You won!" msgstr "" -#: ../../addon/tictac/tictac.php:193 ../addon/tictac/tictac.php:218 +#: ../../addon/tictac/tictac.php:193 ../../addon/tictac/tictac.php:218 msgid "\"Cat\" game!" msgstr "" @@ -1805,7 +1816,7 @@ msgstr "" msgid "Visible To:" msgstr "" -#: ../../include/acl_selectors.php:136 ../include/acl_selectors.php:151 +#: ../../include/acl_selectors.php:136 ../../include/acl_selectors.php:151 msgid "Groups" msgstr "" @@ -2077,15 +2088,15 @@ msgstr "" msgid "Monthly" msgstr "" -#: ../../include/nav.php:38 ../boot.php:837 +#: ../../include/nav.php:38 ../../boot.php:837 msgid "Logout" msgstr "" -#: ../../include/nav.php:44 ../boot.php:817 ../boot.php:823 +#: ../../include/nav.php:44 ../../boot.php:817 ../../boot.php:823 msgid "Login" msgstr "" -#: ../../include/nav.php:56 ../include/nav.php:91 +#: ../../include/nav.php:56 ../../include/nav.php:91 msgid "Home" msgstr "" @@ -2137,7 +2148,7 @@ msgstr "" msgid "Everybody" msgstr "" -#: ../../include/datetime.php:44 ../include/datetime.php:46 +#: ../../include/datetime.php:44 ../../include/datetime.php:46 msgid "Miscellaneous" msgstr "" -- cgit v1.2.3 From d6b4940ddda4c9ac5cf4728a77a8bbf0d4c4ddf9 Mon Sep 17 00:00:00 2001 From: fabrixxm Date: Sun, 13 Mar 2011 13:51:59 +0100 Subject: extract.php extract tt(). Updated strings.php --- util/extract.php | 47 ++++++++++++++----- util/strings.php | 139 +++++++++++++++++++++++++------------------------------ 2 files changed, 99 insertions(+), 87 deletions(-) (limited to 'util') diff --git a/util/extract.php b/util/extract.php index 92ec8501c..90127f3c1 100644 --- a/util/extract.php +++ b/util/extract.php @@ -10,25 +10,50 @@ $str = file_get_contents($file); $pat = '| t\(([^\)]*)\)|'; + $patt = '| tt\(([^\)]*)\)|'; preg_match_all($pat,$str,$matches); - - if(! count($matches)) - continue; - - foreach($matches[1] as $match) { - if(! in_array($match,$arr)) - $arr[] = $match; + preg_match_all($patt, $str, $matchestt); + + + if(count($matches)){ + foreach($matches[1] as $match) { + if(! in_array($match,$arr)) + $arr[] = $match; + } + } + if(count($matchestt)){ + foreach($matchestt[1] as $match) { + $matchtkns = preg_split("|[ \t\r\n]*,[ \t\r\n]*|",$match); + if (count($matchtkns)==3 && !in_array($matchtkns,$arr)){ + $arr[] = $matchtkns; + } + } } } $s = 'strings[' . $a . '] = ' . $a . ';' . "\n"; +'; + + foreach($arr as $a) { + if (is_array($a)){ + if(substr($a[1],0,1) == '$') + continue; + $s .= '$a->strings[' . $a[0] . "] = array(\n"; + $s .= "\t0 => ". $a[0]. ",\n"; + $s .= "\t1 => ". $a[1]. ",\n"; + $s .= ");\n"; + } else { + if(substr($a,0,1) == '$') + continue; + $s .= '$a->strings[' . $a . '] = '. $a . ';' . "\n"; + } } $zones = timezone_identifiers_list(); diff --git a/util/strings.php b/util/strings.php index b010cb9fc..395901b06 100644 --- a/util/strings.php +++ b/util/strings.php @@ -1,4 +1,9 @@ strings['Not Found'] = 'Not Found'; $a->strings['Page not found.' ] = 'Page not found.' ; $a->strings['Permission denied'] = 'Permission denied'; @@ -61,30 +66,6 @@ $a->strings['Birthdays this week:'] = 'Birthdays this week:'; $a->strings["\x28Adjusted for local time\x29"] = "\x28Adjusted for local time\x29"; $a->strings['[today]'] = '[today]'; $a->strings['link to source'] = 'link to source'; -$a->strings['No recipient selected.'] = 'No recipient selected.'; -$a->strings['[no subject]'] = '[no subject]'; -$a->strings['Unable to locate contact information.'] = 'Unable to locate contact information.'; -$a->strings['Wall Photos'] = 'Wall Photos'; -$a->strings['Message sent.'] = 'Message sent.'; -$a->strings['Message could not be sent.'] = 'Message could not be sent.'; -$a->strings['Messages'] = 'Messages'; -$a->strings['Inbox'] = 'Inbox'; -$a->strings['Outbox'] = 'Outbox'; -$a->strings['New Message'] = 'New Message'; -$a->strings['Message deleted.'] = 'Message deleted.'; -$a->strings['Conversation removed.'] = 'Conversation removed.'; -$a->strings['Send Private Message'] = 'Send Private Message'; -$a->strings['To:'] = 'To:'; -$a->strings['Subject:'] = 'Subject:'; -$a->strings['Your message:'] = 'Your message:'; -$a->strings['Upload photo'] = 'Upload photo'; -$a->strings['Insert web link'] = 'Insert web link'; -$a->strings['Please wait'] = 'Please wait'; -$a->strings['No messages.'] = 'No messages.'; -$a->strings['Delete conversation'] = 'Delete conversation'; -$a->strings['Message not available.'] = 'Message not available.'; -$a->strings['Delete message'] = 'Delete message'; -$a->strings['Send Reply'] = 'Send Reply'; $a->strings['Applications'] = 'Applications'; $a->strings["Invite Friends"] = "Invite Friends"; $a->strings['Connect/Follow'] = 'Connect/Follow'; @@ -97,8 +78,10 @@ $a->strings['Failed to update contact record.'] = 'Failed to update contact reco $a->strings['Contact has been '] = 'Contact has been '; $a->strings['blocked'] = 'blocked'; $a->strings['unblocked'] = 'unblocked'; -$a->strings['ignored'] = 'ignored'; -$a->strings['unignored'] = 'unignored'; +$a->strings['Contact has been blocked'] = 'Contact has been blocked'; +$a->strings['Contact has been unblocked'] = 'Contact has been unblocked'; +$a->strings['Contact has been ignored'] = 'Contact has been ignored'; +$a->strings['Contact has been unignored'] = 'Contact has been unignored'; $a->strings['stopped following'] = 'stopped following'; $a->strings['Contact has been removed.'] = 'Contact has been removed.'; $a->strings['Contact not found.'] = 'Contact not found.'; @@ -126,8 +109,7 @@ $a->strings['Show Blocked Connections'] = 'Show Blocked Connections'; $a->strings['Hide Blocked Connections'] = 'Hide Blocked Connections'; $a->strings['Finding: '] = 'Finding: '; $a->strings['Find'] = 'Find'; -$a->strings['Visit '] = 'Visit '; -$a->strings['\'s profile'] = '\'s profile'; +$a->strings['Visit $username\'s profile'] = 'Visit $username\'s profile'; $a->strings['Edit contact'] = 'Edit contact'; $a->strings['Profile not found.'] = 'Profile not found.'; $a->strings['Response from remote site was not understood.'] = 'Response from remote site was not understood.'; @@ -138,43 +120,38 @@ $a->strings["Temporary failure. Please wait and try again."] = "Temporary failur $a->strings["Introduction failed or was revoked."] = "Introduction failed or was revoked."; $a->strings['Unable to set contact photo.'] = 'Unable to set contact photo.'; $a->strings['is now friends with'] = 'is now friends with'; -$a->strings['No user record found for '] = 'No user record found for '; $a->strings['Our site encryption key is apparently messed up.'] = 'Our site encryption key is apparently messed up.'; $a->strings['Empty site URL was provided or URL could not be decrypted by us.'] = 'Empty site URL was provided or URL could not be decrypted by us.'; $a->strings['Contact record was not found for you on our site.'] = 'Contact record was not found for you on our site.'; $a->strings['The ID provided by your system is a duplicate on our system. It should work if you try again.'] = 'The ID provided by your system is a duplicate on our system. It should work if you try again.'; $a->strings['Unable to set your contact credentials on our system.'] = 'Unable to set your contact credentials on our system.'; $a->strings['Unable to update your contact profile details on our system'] = 'Unable to update your contact profile details on our system'; -$a->strings["Connection accepted at "] = "Connection accepted at "; $a->strings['Administrator'] = 'Administrator'; $a->strings['noreply'] = 'noreply'; -$a->strings[' commented on an item at '] = ' commented on an item at '; -$a->strings[" commented on an item at "] = " commented on an item at "; -$a->strings[' welcomes '] = ' welcomes '; +$a->strings["%s commented on an item at %s"] = "%s commented on an item at %s"; +$a->strings["From: Administrator@"] = "From: Administrator@"; +$a->strings['%s welcomes %s'] = '%s welcomes %s'; $a->strings["This introduction has already been accepted."] = "This introduction has already been accepted."; $a->strings['Profile location is not valid or does not contain profile information.'] = 'Profile location is not valid or does not contain profile information.'; $a->strings['Warning: profile location has no identifiable owner name.'] = 'Warning: profile location has no identifiable owner name.'; $a->strings['Warning: profile location has no profile photo.'] = 'Warning: profile location has no profile photo.'; -$a->strings[' required parameter'] = ' required parameter'; -$a->strings[" was "] = " was "; -$a->strings["s were "] = "s were "; -$a->strings["not found at the given location."] = "not found at the given location."; $a->strings["Introduction complete."] = "Introduction complete."; $a->strings['Unrecoverable protocol error.'] = 'Unrecoverable protocol error.'; $a->strings['Profile unavailable.'] = 'Profile unavailable.'; -$a->strings[' has received too many connection requests today.'] = ' has received too many connection requests today.'; +$a->strings['%s has received too many connection requests today.'] = '%s has received too many connection requests today.'; $a->strings['Spam protection measures have been invoked.'] = 'Spam protection measures have been invoked.'; $a->strings['Friends are advised to please try again in 24 hours.'] = 'Friends are advised to please try again in 24 hours.'; $a->strings["Invalid locator"] = "Invalid locator"; $a->strings["Unable to resolve your name at the provided location."] = "Unable to resolve your name at the provided location."; $a->strings['You have already introduced yourself here.'] = 'You have already introduced yourself here.'; -$a->strings['Apparently you are already friends with .'] = 'Apparently you are already friends with .'; +$a->strings['Apparently you are already friends with %s.'] = 'Apparently you are already friends with %s.'; $a->strings['Invalid profile URL.'] = 'Invalid profile URL.'; $a->strings['Disallowed profile URL.'] = 'Disallowed profile URL.'; $a->strings['Your introduction has been sent.'] = 'Your introduction has been sent.'; $a->strings["Please login to confirm introduction."] = "Please login to confirm introduction."; $a->strings["Incorrect identity currently logged in. Please login to this profile."] = "Incorrect identity currently logged in. Please login to this profile."; $a->strings['[Name Withheld]'] = '[Name Withheld]'; +$a->strings["Introduction received at "] = "Introduction received at "; $a->strings['Friend/Connection Request'] = 'Friend/Connection Request'; $a->strings['Please answer the following:'] = 'Please answer the following:'; $a->strings['Does $name know you?'] = 'Does $name know you?'; @@ -189,11 +166,16 @@ $a->strings["Public \x28insecure\x29 network"] = "Public \x28insecure\x29 networ $a->strings['Your profile address:'] = 'Your profile address:'; $a->strings['Submit Request'] = 'Submit Request'; $a->strings['Cancel'] = 'Cancel'; +$a->strings["%d required parameter was not found at the given location"] = array( + 0 => "%d required parameter was not found at the given location", + 1 => "%d required parameters were not found at the given location", +); $a->strings['Global Directory'] = 'Global Directory'; $a->strings['Item not found.'] = 'Item not found.'; $a->strings['Private Message'] = 'Private Message'; $a->strings["I like this \x28toggle\x29"] = "I like this \x28toggle\x29"; $a->strings["I don't like this \x28toggle\x29"] = "I don't like this \x28toggle\x29"; +$a->strings['Please wait'] = 'Please wait'; $a->strings['This is you'] = 'This is you'; $a->strings['Delete'] = 'Delete'; $a->strings['View $name\'s profile'] = 'View $name\'s profile'; @@ -203,8 +185,6 @@ $a->strings['Wall-to-Wall'] = 'Wall-to-Wall'; $a->strings['via Wall-To-Wall:'] = 'via Wall-To-Wall:'; $a->strings['Item has been removed.'] = 'Item has been removed.'; $a->strings['Shared content is covered by the Creative Commons Attribution 3.0 license.'] = 'Shared content is covered by the Creative Commons Attribution 3.0 license.'; -$a->strings['CC: email addresses'] = 'CC: email addresses'; -$a->strings['Example: bob@example.com, mary@example.com'] = 'Example: bob@example.com, mary@example.com'; $a->strings['The profile address specified does not provide adequate information.'] = 'The profile address specified does not provide adequate information.'; $a->strings['Limited profile. This person will be unable to receive direct/personal notifications from you.'] = 'Limited profile. This person will be unable to receive direct/personal notifications from you.'; $a->strings['Unable to retrieve contact information.'] = 'Unable to retrieve contact information.'; @@ -216,7 +196,7 @@ $a->strings['Group name changed.'] = 'Group name changed.'; $a->strings['Membership list updated.'] = 'Membership list updated.'; $a->strings['Group removed.'] = 'Group removed.'; $a->strings['Unable to remove group.'] = 'Unable to remove group.'; -$a->strings["Welcome to "] = "Welcome to "; +$a->strings["Welcome to %s"] = "Welcome to %s"; $a->strings['Could not create/connect to database.'] = 'Could not create/connect to database.'; $a->strings['Connected to database.'] = 'Connected to database.'; $a->strings['Database import succeeded.'] = 'Database import succeeded.'; @@ -243,38 +223,60 @@ $a->strings['Please check with your site documentation or support people to see $a->strings['If not, you may be required to perform a manual installation. Please see the file "INSTALL.txt" for instructions.'] = 'If not, you may be required to perform a manual installation. Please see the file "INSTALL.txt" for instructions.'; $a->strings['The database configuration file ".htconfig.php" could not be written. Please use the enclosed text to create a configuration file in your web server root.'] = 'The database configuration file ".htconfig.php" could not be written. Please use the enclosed text to create a configuration file in your web server root.'; $a->strings['Errors encountered creating database tables.'] = 'Errors encountered creating database tables.'; -$a->strings[' : '] = ' : '; -$a->strings['Not a valid email address.'] = 'Not a valid email address.'; -$a->strings['Please join my network on '] = 'Please join my network on '; -$a->strings['Message delivery failed.'] = 'Message delivery failed.'; -$a->strings[' messages sent.'] = ' messages sent.'; +$a->strings['%s : Not a valid email address.'] = '%s : Not a valid email address.'; +$a->strings['%s : Message delivery failed.'] = '%s : Message delivery failed.'; $a->strings['Send invitations'] = 'Send invitations'; $a->strings['Enter email addresses, one per line:'] = 'Enter email addresses, one per line:'; -$a->strings['Please join my social network on '] = 'Please join my social network on '; +$a->strings['Your message:'] = 'Your message:'; $a->strings['To accept this invitation, please visit:'] = 'To accept this invitation, please visit:'; $a->strings['Once you have registered, please connect with me via my profile page at:'] = 'Once you have registered, please connect with me via my profile page at:'; +$a->strings["%d message sent."] = array( + 0 => "%d message sent.", + 1 => "%d messages sent.", +); $a->strings['Unable to locate original post.'] = 'Unable to locate original post.'; $a->strings['Empty post discarded.'] = 'Empty post discarded.'; -$a->strings[" commented on your item at "] = " commented on your item at "; -$a->strings[" posted on your profile wall at "] = " posted on your profile wall at "; +$a->strings['Wall Photos'] = 'Wall Photos'; +$a->strings["%s commented on your item at %s"] = "%s commented on your item at %s"; +$a->strings["Administrator"] = "Administrator"; +$a->strings["%s posted on your profile wall at %s"] = "%s posted on your profile wall at %s"; +$a->strings["Administrator@"] = "Administrator@"; $a->strings['System error. Post not saved.'] = 'System error. Post not saved.'; -$a->strings['This message was sent to you by '] = 'This message was sent to you by '; -$a->strings[', a member of the Friendika social network.'] = ', a member of the Friendika social network.'; $a->strings['You may visit them online at'] = 'You may visit them online at'; $a->strings['Please contact the sender by replying to this post if you do not wish to receive these messages.'] = 'Please contact the sender by replying to this post if you do not wish to receive these messages.'; -$a->strings['posted an update.'] = 'posted an update.'; +$a->strings['%s posted an update.'] = '%s posted an update.'; $a->strings['photo'] = 'photo'; $a->strings['status'] = 'status'; $a->strings['likes'] = 'likes'; $a->strings['doesn\'t like'] = 'doesn\'t like'; -$a->strings['\'s'] = '\'s'; +$a->strings["%s's"] = "%s's"; $a->strings['Remote privacy information not available.'] = 'Remote privacy information not available.'; $a->strings['Visible to:'] = 'Visible to:'; -$a->strings['Password reset requested at '] = 'Password reset requested at '; -$a->strings["Welcome back "] = "Welcome back "; +$a->strings["Welcome back %s"] = "Welcome back %s"; $a->strings['Manage Identities and/or Pages'] = 'Manage Identities and/or Pages'; $a->strings["\x28Toggle between different identities or community/group pages which share your account details.\x29"] = "\x28Toggle between different identities or community/group pages which share your account details.\x29"; $a->strings['Select an identity to manage: '] = 'Select an identity to manage: '; +$a->strings['No recipient selected.'] = 'No recipient selected.'; +$a->strings['[no subject]'] = '[no subject]'; +$a->strings['Unable to locate contact information.'] = 'Unable to locate contact information.'; +$a->strings['Message sent.'] = 'Message sent.'; +$a->strings['Message could not be sent.'] = 'Message could not be sent.'; +$a->strings['Messages'] = 'Messages'; +$a->strings['Inbox'] = 'Inbox'; +$a->strings['Outbox'] = 'Outbox'; +$a->strings['New Message'] = 'New Message'; +$a->strings['Message deleted.'] = 'Message deleted.'; +$a->strings['Conversation removed.'] = 'Conversation removed.'; +$a->strings['Send Private Message'] = 'Send Private Message'; +$a->strings['To:'] = 'To:'; +$a->strings['Subject:'] = 'Subject:'; +$a->strings['Upload photo'] = 'Upload photo'; +$a->strings['Insert web link'] = 'Insert web link'; +$a->strings['No messages.'] = 'No messages.'; +$a->strings['Delete conversation'] = 'Delete conversation'; +$a->strings['Message not available.'] = 'Message not available.'; +$a->strings['Delete message'] = 'Delete message'; +$a->strings['Send Reply'] = 'Send Reply'; $a->strings['Normal View'] = 'Normal View'; $a->strings['New Item View'] = 'New Item View'; $a->strings['Share'] = 'Share'; @@ -282,6 +284,8 @@ $a->strings['Insert YouTube video'] = 'Insert YouTube video'; $a->strings['Set your location'] = 'Set your location'; $a->strings['Clear browser location'] = 'Clear browser location'; $a->strings['Permission settings'] = 'Permission settings'; +$a->strings['CC: email addresses'] = 'CC: email addresses'; +$a->strings['Example: bob@example.com, mary@example.com'] = 'Example: bob@example.com, mary@example.com'; $a->strings['No such group'] = 'No such group'; $a->strings['Group is empty'] = 'Group is empty'; $a->strings['Group: '] = 'Group: '; @@ -304,6 +308,7 @@ $a->strings['Approve'] = 'Approve'; $a->strings['No notifications.'] = 'No notifications.'; $a->strings['No registrations.'] = 'No registrations.'; $a->strings['Login failed.'] = 'Login failed.'; +$a->strings["Welcome back "] = "Welcome back "; $a->strings['Photo Albums'] = 'Photo Albums'; $a->strings['Contact Photos'] = 'Contact Photos'; $a->strings['Contact information unavailable'] = 'Contact information unavailable'; @@ -336,12 +341,8 @@ $a->strings['Recent Photos'] = 'Recent Photos'; $a->strings['Upload New Photos'] = 'Upload New Photos'; $a->strings['View Album'] = 'View Album'; $a->strings['Image uploaded but image cropping failed.'] = 'Image uploaded but image cropping failed.'; -$a->strings['Image size reduction [175] failed.'] = 'Image size reduction [175] failed.'; -$a->strings['Image size reduction [80] failed.'] = 'Image size reduction [80] failed.'; -$a->strings['Image size reduction [48] failed.'] = 'Image size reduction [48] failed.'; $a->strings['Unable to process image'] = 'Unable to process image'; $a->strings['Image uploaded successfully.'] = 'Image uploaded successfully.'; -$a->strings['Image size reduction [640] failed.'] = 'Image size reduction [640] failed.'; $a->strings['Profile Name is required.'] = 'Profile Name is required.'; $a->strings['Profile updated.'] = 'Profile updated.'; $a->strings['Profile deleted.'] = 'Profile deleted.'; @@ -357,17 +358,16 @@ $a->strings['Please use a shorter name.'] = 'Please use a shorter name.'; $a->strings['Name too short.'] = 'Name too short.'; $a->strings["That doesn\'t appear to be your full \x28First Last\x29 name."] = "That doesn\'t appear to be your full \x28First Last\x29 name."; $a->strings['Your email domain is not among those allowed on this site.'] = 'Your email domain is not among those allowed on this site.'; +$a->strings['Not a valid email address.'] = 'Not a valid email address.'; $a->strings['Cannot use that email.'] = 'Cannot use that email.'; $a->strings['Your "nickname" can only contain "a-z", "0-9", "-", and "_", and must also begin with a letter.'] = 'Your "nickname" can only contain "a-z", "0-9", "-", and "_", and must also begin with a letter.'; $a->strings['Nickname is already registered. Please choose another.'] = 'Nickname is already registered. Please choose another.'; $a->strings['SERIOUS ERROR: Generation of security keys failed.'] = 'SERIOUS ERROR: Generation of security keys failed.'; $a->strings['An error occurred during registration. Please try again.'] = 'An error occurred during registration. Please try again.'; $a->strings['An error occurred creating your default profile. Please try again.'] = 'An error occurred creating your default profile. Please try again.'; -$a->strings['Registration details for '] = 'Registration details for '; $a->strings['Registration successful. Please check your email for further instructions.'] = 'Registration successful. Please check your email for further instructions.'; $a->strings['Failed to send email message. Here is the message that failed.'] = 'Failed to send email message. Here is the message that failed.'; $a->strings['Your registration can not be processed.'] = 'Your registration can not be processed.'; -$a->strings['Registration request at '] = 'Registration request at '; $a->strings['Your registration is pending approval by the site owner.'] = 'Your registration is pending approval by the site owner.'; $a->strings["You may \x28optionally\x29 fill in this form via OpenID by supplying your OpenID and clicking 'Register'."] = "You may \x28optionally\x29 fill in this form via OpenID by supplying your OpenID and clicking 'Register'."; $a->strings['If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items.'] = 'If you are not familiar with OpenID, please leave that field blank and fill in the rest of the items.'; @@ -380,7 +380,6 @@ $a->strings['Your Email Address: '] = 'Your Email Address: '; $a->strings['Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be \'nickname@$sitename\'.'] = 'Choose a profile nickname. This must begin with a text character. Your profile address on this site will then be \'nickname@$sitename\'.'; $a->strings['Choose a nickname: '] = 'Choose a nickname: '; $a->strings['Please login.'] = 'Please login.'; -$a->strings['Registration revoked for '] = 'Registration revoked for '; $a->strings['Account approved.'] = 'Account approved.'; $a->strings['Remove My Account'] = 'Remove My Account'; $a->strings['This will completely remove your account. Once this has been done it is not recoverable.'] = 'This will completely remove your account. Once this has been done it is not recoverable.'; @@ -509,6 +508,7 @@ $a->strings['Facebook API key is missing.'] = 'Facebook API key is missing.'; $a->strings['Facebook Connect'] = 'Facebook Connect'; $a->strings['Install Facebook post connector'] = 'Install Facebook post connector'; $a->strings['Remove Facebook post connector'] = 'Remove Facebook post connector'; +$a->strings['Post to Facebook by default'] = 'Post to Facebook by default'; $a->strings['Facebook'] = 'Facebook'; $a->strings['Facebook Connector Settings'] = 'Facebook Connector Settings'; $a->strings['Post to Facebook'] = 'Post to Facebook'; @@ -623,9 +623,7 @@ $a->strings['America/Argentina/Jujuy'] = 'America/Argentina/Jujuy'; $a->strings['America/Argentina/La_Rioja'] = 'America/Argentina/La_Rioja'; $a->strings['America/Argentina/Mendoza'] = 'America/Argentina/Mendoza'; $a->strings['America/Argentina/Rio_Gallegos'] = 'America/Argentina/Rio_Gallegos'; -$a->strings['America/Argentina/Salta'] = 'America/Argentina/Salta'; $a->strings['America/Argentina/San_Juan'] = 'America/Argentina/San_Juan'; -$a->strings['America/Argentina/San_Luis'] = 'America/Argentina/San_Luis'; $a->strings['America/Argentina/Tucuman'] = 'America/Argentina/Tucuman'; $a->strings['America/Argentina/Ushuaia'] = 'America/Argentina/Ushuaia'; $a->strings['America/Aruba'] = 'America/Aruba'; @@ -703,9 +701,7 @@ $a->strings['America/Louisville'] = 'America/Louisville'; $a->strings['America/Maceio'] = 'America/Maceio'; $a->strings['America/Managua'] = 'America/Managua'; $a->strings['America/Manaus'] = 'America/Manaus'; -$a->strings['America/Marigot'] = 'America/Marigot'; $a->strings['America/Martinique'] = 'America/Martinique'; -$a->strings['America/Matamoros'] = 'America/Matamoros'; $a->strings['America/Mazatlan'] = 'America/Mazatlan'; $a->strings['America/Mendoza'] = 'America/Mendoza'; $a->strings['America/Menominee'] = 'America/Menominee'; @@ -724,7 +720,6 @@ $a->strings['America/Nome'] = 'America/Nome'; $a->strings['America/Noronha'] = 'America/Noronha'; $a->strings['America/North_Dakota/Center'] = 'America/North_Dakota/Center'; $a->strings['America/North_Dakota/New_Salem'] = 'America/North_Dakota/New_Salem'; -$a->strings['America/Ojinaga'] = 'America/Ojinaga'; $a->strings['America/Panama'] = 'America/Panama'; $a->strings['America/Pangnirtung'] = 'America/Pangnirtung'; $a->strings['America/Paramaribo'] = 'America/Paramaribo'; @@ -741,14 +736,11 @@ $a->strings['America/Regina'] = 'America/Regina'; $a->strings['America/Resolute'] = 'America/Resolute'; $a->strings['America/Rio_Branco'] = 'America/Rio_Branco'; $a->strings['America/Rosario'] = 'America/Rosario'; -$a->strings['America/Santa_Isabel'] = 'America/Santa_Isabel'; -$a->strings['America/Santarem'] = 'America/Santarem'; $a->strings['America/Santiago'] = 'America/Santiago'; $a->strings['America/Santo_Domingo'] = 'America/Santo_Domingo'; $a->strings['America/Sao_Paulo'] = 'America/Sao_Paulo'; $a->strings['America/Scoresbysund'] = 'America/Scoresbysund'; $a->strings['America/Shiprock'] = 'America/Shiprock'; -$a->strings['America/St_Barthelemy'] = 'America/St_Barthelemy'; $a->strings['America/St_Johns'] = 'America/St_Johns'; $a->strings['America/St_Kitts'] = 'America/St_Kitts'; $a->strings['America/St_Lucia'] = 'America/St_Lucia'; @@ -770,7 +762,6 @@ $a->strings['America/Yellowknife'] = 'America/Yellowknife'; $a->strings['Antarctica/Casey'] = 'Antarctica/Casey'; $a->strings['Antarctica/Davis'] = 'Antarctica/Davis'; $a->strings['Antarctica/DumontDUrville'] = 'Antarctica/DumontDUrville'; -$a->strings['Antarctica/Macquarie'] = 'Antarctica/Macquarie'; $a->strings['Antarctica/Mawson'] = 'Antarctica/Mawson'; $a->strings['Antarctica/McMurdo'] = 'Antarctica/McMurdo'; $a->strings['Antarctica/Palmer'] = 'Antarctica/Palmer'; @@ -807,7 +798,6 @@ $a->strings['Asia/Dubai'] = 'Asia/Dubai'; $a->strings['Asia/Dushanbe'] = 'Asia/Dushanbe'; $a->strings['Asia/Gaza'] = 'Asia/Gaza'; $a->strings['Asia/Harbin'] = 'Asia/Harbin'; -$a->strings['Asia/Ho_Chi_Minh'] = 'Asia/Ho_Chi_Minh'; $a->strings['Asia/Hong_Kong'] = 'Asia/Hong_Kong'; $a->strings['Asia/Hovd'] = 'Asia/Hovd'; $a->strings['Asia/Irkutsk'] = 'Asia/Irkutsk'; @@ -819,9 +809,7 @@ $a->strings['Asia/Kabul'] = 'Asia/Kabul'; $a->strings['Asia/Kamchatka'] = 'Asia/Kamchatka'; $a->strings['Asia/Karachi'] = 'Asia/Karachi'; $a->strings['Asia/Kashgar'] = 'Asia/Kashgar'; -$a->strings['Asia/Kathmandu'] = 'Asia/Kathmandu'; $a->strings['Asia/Katmandu'] = 'Asia/Katmandu'; -$a->strings['Asia/Kolkata'] = 'Asia/Kolkata'; $a->strings['Asia/Krasnoyarsk'] = 'Asia/Krasnoyarsk'; $a->strings['Asia/Kuala_Lumpur'] = 'Asia/Kuala_Lumpur'; $a->strings['Asia/Kuching'] = 'Asia/Kuching'; @@ -833,7 +821,6 @@ $a->strings['Asia/Makassar'] = 'Asia/Makassar'; $a->strings['Asia/Manila'] = 'Asia/Manila'; $a->strings['Asia/Muscat'] = 'Asia/Muscat'; $a->strings['Asia/Nicosia'] = 'Asia/Nicosia'; -$a->strings['Asia/Novokuznetsk'] = 'Asia/Novokuznetsk'; $a->strings['Asia/Novosibirsk'] = 'Asia/Novosibirsk'; $a->strings['Asia/Omsk'] = 'Asia/Omsk'; $a->strings['Asia/Oral'] = 'Asia/Oral'; -- cgit v1.2.3 From 7df8e18dd1917de9df359094e0ff486f47e4a08d Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Fri, 18 Mar 2011 11:02:42 +0100 Subject: Update more strings --- util/messages.po | 2312 +++++++++++++++++++++++++++--------------------------- 1 file changed, 1151 insertions(+), 1161 deletions(-) (limited to 'util') diff --git a/util/messages.po b/util/messages.po index eac6395db..44638bd9c 100644 --- a/util/messages.po +++ b/util/messages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: 2.1.913\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-03-11 01:08+0100\n" +"POT-Creation-Date: 2011-03-18 11:02+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,686 +18,606 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" -#: ../../mod/network.php:6 ../../mod/profiles.php:7 ../../mod/profiles.php:224 -#: ../../mod/notifications.php:56 ../../mod/message.php:8 -#: ../../mod/message.php:116 ../../mod/manage.php:75 -#: ../../mod/dfrn_confirm.php:53 ../../mod/wall_upload.php:42 -#: ../../mod/display.php:303 ../../mod/regmod.php:16 ../../mod/photos.php:85 -#: ../../mod/photos.php:772 ../../mod/viewcontacts.php:13 -#: ../../mod/settings.php:14 ../../mod/settings.php:19 -#: ../../mod/settings.php:206 ../../mod/item.php:57 ../../mod/item.php:616 -#: ../../mod/profile_photo.php:19 ../../mod/profile_photo.php:133 -#: ../../mod/profile_photo.php:139 ../../mod/profile_photo.php:150 -#: ../../mod/group.php:19 ../../mod/invite.php:13 ../../mod/invite.php:50 -#: ../../mod/register.php:25 ../../mod/follow.php:8 ../../mod/contacts.php:101 -#: ../../addon/facebook/facebook.php:110 ../../index.php:244 -msgid "Permission denied." -msgstr "" - -#: ../../mod/network.php:18 -msgid "Normal View" +#: ../../index.php:187 +msgid "Not Found" msgstr "" -#: ../../mod/network.php:20 -msgid "New Item View" +#: ../../index.php:188 +msgid "Page not found." msgstr "" -#: ../../mod/network.php:91 ../../mod/profile.php:151 -msgid "Share" +#: ../../index.php:243 ../../mod/group.php:88 +msgid "Permission denied" msgstr "" -#: ../../mod/network.php:92 ../../mod/message.php:185 -#: ../../mod/message.php:319 ../../mod/profile.php:152 -msgid "Upload photo" +#: ../../index.php:244 ../../mod/manage.php:75 ../../mod/wall_upload.php:42 +#: ../../mod/follow.php:8 ../../mod/profile_photo.php:19 +#: ../../mod/profile_photo.php:133 ../../mod/profile_photo.php:139 +#: ../../mod/profile_photo.php:150 ../../mod/regmod.php:16 +#: ../../mod/profiles.php:7 ../../mod/profiles.php:224 +#: ../../mod/settings.php:14 ../../mod/settings.php:19 +#: ../../mod/settings.php:206 ../../mod/photos.php:85 ../../mod/photos.php:772 +#: ../../mod/display.php:303 ../../mod/invite.php:13 ../../mod/invite.php:50 +#: ../../mod/contacts.php:101 ../../mod/register.php:25 +#: ../../mod/network.php:6 ../../mod/notifications.php:56 +#: ../../mod/item.php:57 ../../mod/item.php:616 ../../mod/message.php:8 +#: ../../mod/message.php:116 ../../mod/dfrn_confirm.php:53 +#: ../../mod/viewcontacts.php:13 ../../mod/group.php:19 +#: ../../addon/facebook/facebook.php:110 +msgid "Permission denied." msgstr "" -#: ../../mod/network.php:93 ../../mod/message.php:186 -#: ../../mod/message.php:320 ../../mod/profile.php:153 -msgid "Insert web link" +#: ../../boot.php:808 +msgid "Create a New Account" msgstr "" -#: ../../mod/network.php:94 ../../mod/profile.php:154 -msgid "Insert YouTube video" +#: ../../boot.php:809 ../../mod/register.php:443 ../../include/nav.php:61 +msgid "Register" msgstr "" -#: ../../mod/network.php:95 ../../mod/profile.php:155 -msgid "Set your location" +#: ../../boot.php:815 +msgid "Nickname or Email address: " msgstr "" -#: ../../mod/network.php:96 ../../mod/profile.php:156 -msgid "Clear browser location" +#: ../../boot.php:816 +msgid "Password: " msgstr "" -#: ../../mod/network.php:97 ../../mod/network.php:367 -#: ../../mod/message.php:187 ../../mod/message.php:321 -#: ../../mod/display.php:158 ../../mod/photos.php:1052 -#: ../../mod/profile.php:157 ../../mod/profile.php:309 -msgid "Please wait" +#: ../../boot.php:817 ../../boot.php:823 ../../include/nav.php:44 +msgid "Login" msgstr "" -#: ../../mod/network.php:98 ../../mod/profile.php:158 -msgid "Permission settings" +#: ../../boot.php:821 +msgid "Nickname/Email/OpenID: " msgstr "" -#: ../../mod/network.php:104 ../../mod/profile.php:165 -msgid "CC: email addresses" +#: ../../boot.php:822 +msgid "Password (if not OpenID): " msgstr "" -#: ../../mod/network.php:106 ../../mod/profile.php:167 -msgid "Example: bob@example.com, mary@example.com" +#: ../../boot.php:825 +msgid "Forgot your password?" msgstr "" -#: ../../mod/network.php:149 -msgid "No such group" +#: ../../boot.php:826 +msgid "Password Reset" msgstr "" -#: ../../mod/network.php:160 -msgid "Group is empty" +#: ../../boot.php:837 ../../include/nav.php:38 +msgid "Logout" msgstr "" -#: ../../mod/network.php:164 -msgid "Group: " +#: ../../boot.php:1077 +msgid "prev" msgstr "" -#: ../../mod/network.php:272 ../../mod/network.php:434 -#: ../../mod/display.php:258 ../../mod/profile.php:382 -#: ../../mod/search.php:116 -msgid "View $name's profile" +#: ../../boot.php:1079 +msgid "first" msgstr "" -#: ../../mod/network.php:287 ../../mod/search.php:131 -msgid "View in context" +#: ../../boot.php:1108 +msgid "last" msgstr "" -#: ../../mod/network.php:321 ../../mod/display.php:149 -#: ../../mod/photos.php:935 ../../mod/profile.php:300 -msgid "Private Message" +#: ../../boot.php:1111 +msgid "next" msgstr "" -#: ../../mod/network.php:365 ../../mod/display.php:156 -#: ../../mod/photos.php:1050 ../../mod/profile.php:307 -msgid "I like this (toggle)" +#: ../../boot.php:1831 +#, php-format +msgid "%s likes this." msgstr "" -#: ../../mod/network.php:366 ../../mod/display.php:157 -#: ../../mod/photos.php:1051 ../../mod/profile.php:308 -msgid "I don't like this (toggle)" +#: ../../boot.php:1831 +#, php-format +msgid "%s doesn't like this." msgstr "" -#: ../../mod/network.php:380 ../../mod/display.php:170 -#: ../../mod/photos.php:1071 ../../mod/photos.php:1111 -#: ../../mod/photos.php:1140 ../../mod/profile.php:321 -msgid "This is you" +#: ../../boot.php:1835 +#, php-format +msgid "%2$d people like this." msgstr "" -#: ../../mod/network.php:386 ../../mod/display.php:234 -#: ../../mod/photos.php:1168 ../../mod/profile.php:361 ../../mod/group.php:137 -msgid "Delete" +#: ../../boot.php:1837 +#, php-format +msgid "%2$d people don't like this." msgstr "" -#: ../../mod/network.php:435 ../../mod/display.php:259 -msgid "View $owner_name's profile" +#: ../../boot.php:1843 +msgid "and" msgstr "" -#: ../../mod/network.php:436 ../../mod/display.php:260 -msgid "to" +#: ../../boot.php:1846 +#, php-format +msgid ", and %d other people" msgstr "" -#: ../../mod/network.php:437 ../../mod/display.php:261 -msgid "Wall-to-Wall" +#: ../../boot.php:1847 +#, php-format +msgid "%s like this." msgstr "" -#: ../../mod/network.php:438 ../../mod/display.php:262 -msgid "via Wall-To-Wall:" +#: ../../boot.php:1847 +#, php-format +msgid "%s don't like this." msgstr "" -#: ../../mod/network.php:471 ../../mod/display.php:312 -#: ../../mod/profile.php:414 ../../mod/register.php:422 -msgid "" -"Shared content is covered by the Creative Commons Attribution 3.0 license." +#: ../../boot.php:2008 +msgid "No contacts" msgstr "" -#: ../../mod/profiles.php:21 ../../mod/profiles.php:234 -#: ../../mod/profiles.php:339 ../../mod/dfrn_confirm.php:62 -msgid "Profile not found." +#: ../../boot.php:2016 ../../mod/contacts.php:303 +#: ../../include/acl_selectors.php:140 ../../include/acl_selectors.php:155 +#: ../../include/nav.php:111 +msgid "Contacts" msgstr "" -#: ../../mod/profiles.php:28 -msgid "Profile Name is required." +#: ../../boot.php:2032 ../../mod/viewcontacts.php:17 +msgid "View Contacts" msgstr "" -#: ../../mod/profiles.php:196 -msgid "Profile updated." +#: ../../boot.php:2049 ../../mod/search.php:17 ../../include/nav.php:67 +msgid "Search" msgstr "" -#: ../../mod/profiles.php:251 -msgid "Profile deleted." +#: ../../boot.php:2204 ../../mod/profile.php:8 +msgid "No profile" msgstr "" -#: ../../mod/profiles.php:267 ../../mod/profiles.php:298 -msgid "Profile-" +#: ../../boot.php:2261 +msgid "Connect" msgstr "" -#: ../../mod/profiles.php:286 ../../mod/profiles.php:325 -msgid "New profile created." +#: ../../boot.php:2271 +msgid "Location:" msgstr "" -#: ../../mod/profiles.php:304 -msgid "Profile unavailable to clone." +#: ../../boot.php:2275 +msgid ", " msgstr "" -#: ../../mod/profiles.php:367 -msgid "" -"This is your public profile.
It may " -"be visible to anybody using the internet." +#: ../../boot.php:2283 +msgid "Gender:" msgstr "" -#: ../../mod/profiles.php:377 -msgid "Age: " +#: ../../boot.php:2287 +msgid "Status:" msgstr "" -#: ../../mod/profiles.php:418 -msgid "Profile Image" +#: ../../boot.php:2289 +msgid "Homepage:" msgstr "" -#: ../../mod/lostpass.php:38 -#, php-format -msgid "Password reset requested at %s" +#: ../../boot.php:2380 +msgid "Monday" msgstr "" -#: ../../mod/lostpass.php:39 ../../mod/dfrn_confirm.php:649 -#: ../../mod/dfrn_notify.php:177 ../../mod/dfrn_notify.php:389 -#: ../../mod/regmod.php:93 ../../mod/item.php:423 ../../mod/register.php:311 -#: ../../mod/register.php:348 ../../mod/dfrn_request.php:545 -#: ../../include/items.php:1350 -msgid "Administrator" +#: ../../boot.php:2380 +msgid "Tuesday" msgstr "" -#: ../../mod/notifications.php:28 -msgid "Invalid request identifier." +#: ../../boot.php:2380 +msgid "Wednesday" msgstr "" -#: ../../mod/notifications.php:31 ../../mod/notifications.php:134 -msgid "Discard" +#: ../../boot.php:2380 +msgid "Thursday" msgstr "" -#: ../../mod/notifications.php:41 ../../mod/notifications.php:133 -msgid "Ignore" +#: ../../boot.php:2380 +msgid "Friday" msgstr "" -#: ../../mod/notifications.php:72 -msgid "Show Ignored Requests" +#: ../../boot.php:2380 +msgid "Saturday" msgstr "" -#: ../../mod/notifications.php:72 -msgid "Hide Ignored Requests" +#: ../../boot.php:2380 +msgid "Sunday" msgstr "" -#: ../../mod/notifications.php:105 -msgid "Claims to be known to you: " +#: ../../boot.php:2384 +msgid "January" msgstr "" -#: ../../mod/notifications.php:105 -msgid "yes" +#: ../../boot.php:2384 +msgid "February" msgstr "" -#: ../../mod/notifications.php:105 -msgid "no" +#: ../../boot.php:2384 +msgid "March" msgstr "" -#: ../../mod/notifications.php:111 -msgid "Approve as: " +#: ../../boot.php:2384 +msgid "April" msgstr "" -#: ../../mod/notifications.php:112 -msgid "Friend" +#: ../../boot.php:2384 +msgid "May" msgstr "" -#: ../../mod/notifications.php:113 -msgid "Fan/Admirer" +#: ../../boot.php:2384 +msgid "June" msgstr "" -#: ../../mod/notifications.php:120 -msgid "Notification type: " +#: ../../boot.php:2384 +msgid "July" msgstr "" -#: ../../mod/notifications.php:121 -msgid "Friend/Connect Request" +#: ../../boot.php:2384 +msgid "August" msgstr "" -#: ../../mod/notifications.php:121 -msgid "New Follower" +#: ../../boot.php:2384 +msgid "September" msgstr "" -#: ../../mod/notifications.php:131 -msgid "Approve" +#: ../../boot.php:2384 +msgid "October" msgstr "" -#: ../../mod/notifications.php:140 -msgid "No notifications." +#: ../../boot.php:2384 +msgid "November" msgstr "" -#: ../../mod/notifications.php:164 -msgid "No registrations." +#: ../../boot.php:2384 +msgid "December" msgstr "" -#: ../../mod/install.php:30 -msgid "Could not create/connect to database." +#: ../../boot.php:2413 +msgid "Birthdays this week:" msgstr "" -#: ../../mod/install.php:35 -msgid "Connected to database." +#: ../../boot.php:2414 +msgid "(Adjusted for local time)" msgstr "" -#: ../../mod/install.php:66 -msgid "Database import succeeded." +#: ../../boot.php:2423 +msgid "[today]" msgstr "" -#: ../../mod/install.php:67 -msgid "" -"IMPORTANT: You will need to [manually] setup a scheduled task for the poller." +#: ../../boot.php:2620 +msgid "link to source" msgstr "" -#: ../../mod/install.php:68 ../../mod/install.php:75 ../../mod/install.php:175 -msgid "Please see the file \"INSTALL.txt\"." +#: ../../mod/manage.php:37 +#, php-format +msgid "Welcome back %s" msgstr "" -#: ../../mod/install.php:73 -msgid "Database import failed." +#: ../../mod/manage.php:87 +msgid "Manage Identities and/or Pages" msgstr "" -#: ../../mod/install.php:74 +#: ../../mod/manage.php:90 msgid "" -"You may need to import the file \"database.sql\" manually using phpmyadmin " -"or mysql." +"(Toggle between different identities or community/group pages which share " +"your account details.)" msgstr "" -#: ../../mod/install.php:84 -msgid "Welcome to Friendika." +#: ../../mod/manage.php:92 +msgid "Select an identity to manage: " msgstr "" -#: ../../mod/install.php:109 ../../mod/manage.php:106 ../../mod/photos.php:800 -#: ../../mod/photos.php:857 ../../mod/photos.php:1032 ../../mod/invite.php:64 -#: ../../addon/facebook/facebook.php:151 -#: ../../addon/randplace/randplace.php:179 ../../addon/twitter/twitter.php:156 -#: ../../addon/twitter/twitter.php:175 ../../addon/statusnet/statusnet.php:163 +#: ../../mod/manage.php:106 ../../mod/photos.php:800 ../../mod/photos.php:857 +#: ../../mod/photos.php:1032 ../../mod/invite.php:64 ../../mod/install.php:109 +#: ../../addon/twitter/twitter.php:156 ../../addon/twitter/twitter.php:175 +#: ../../addon/statusnet/statusnet.php:163 #: ../../addon/statusnet/statusnet.php:189 #: ../../addon/statusnet/statusnet.php:207 +#: ../../addon/facebook/facebook.php:151 +#: ../../addon/randplace/randplace.php:179 msgid "Submit" msgstr "" -#: ../../mod/install.php:124 -msgid "Could not find a command line version of PHP in the web server PATH." +#: ../../mod/wall_upload.php:56 ../../mod/profile_photo.php:109 +#, php-format +msgid "Image exceeds size limit of %d" msgstr "" -#: ../../mod/install.php:125 -msgid "" -"This is required. Please adjust the configuration file .htconfig.php " -"accordingly." +#: ../../mod/wall_upload.php:65 ../../mod/profile_photo.php:118 +#: ../../mod/photos.php:570 +msgid "Unable to process image." msgstr "" -#: ../../mod/install.php:132 -msgid "" -"The command line version of PHP on your system does not have " -"\"register_argc_argv\" enabled." +#: ../../mod/wall_upload.php:79 ../../mod/wall_upload.php:88 +#: ../../mod/wall_upload.php:95 ../../mod/item.php:184 +#: ../../mod/message.php:93 +msgid "Wall Photos" msgstr "" -#: ../../mod/install.php:133 -msgid "This is required for message delivery to work." +#: ../../mod/wall_upload.php:82 ../../mod/profile_photo.php:230 +#: ../../mod/photos.php:588 +msgid "Image upload failed." msgstr "" -#: ../../mod/install.php:155 -msgid "" -"Error: the \"openssl_pkey_new\" function on this system is not able to " -"generate encryption keys" +#: ../../mod/dfrn_notify.php:177 ../../mod/dfrn_notify.php:389 +#: ../../mod/dfrn_notify.php:475 ../../mod/regmod.php:93 +#: ../../mod/register.php:311 ../../mod/register.php:348 +#: ../../mod/dfrn_request.php:545 ../../mod/lostpass.php:39 +#: ../../mod/item.php:423 ../../mod/item.php:446 +#: ../../mod/dfrn_confirm.php:649 ../../include/items.php:1350 +msgid "Administrator" msgstr "" -#: ../../mod/install.php:156 -msgid "" -"If running under Windows, please see \"http://www.php.net/manual/en/openssl." -"installation.php\"." +#: ../../mod/dfrn_notify.php:179 +msgid "noreply" msgstr "" -#: ../../mod/install.php:165 -msgid "" -"Error: Apache webserver mod-rewrite module is required but not installed." +#: ../../mod/dfrn_notify.php:237 +msgid "New mail received at " msgstr "" -#: ../../mod/install.php:167 -msgid "Error: libCURL PHP module required but not installed." +#: ../../mod/dfrn_notify.php:388 ../../mod/dfrn_notify.php:474 +#, php-format +msgid "%s commented on an item at %s" msgstr "" -#: ../../mod/install.php:169 -msgid "" -"Error: GD graphics PHP module with JPEG support required but not installed." +#: ../../mod/profile.php:151 ../../mod/network.php:91 +msgid "Share" msgstr "" -#: ../../mod/install.php:171 -msgid "Error: openssl PHP module required but not installed." +#: ../../mod/profile.php:152 ../../mod/network.php:92 +#: ../../mod/message.php:185 ../../mod/message.php:319 +msgid "Upload photo" msgstr "" -#: ../../mod/install.php:173 -msgid "Error: mysqli PHP module required but not installed." +#: ../../mod/profile.php:153 ../../mod/network.php:93 +#: ../../mod/message.php:186 ../../mod/message.php:320 +msgid "Insert web link" msgstr "" -#: ../../mod/install.php:184 -msgid "" -"The web installer needs to be able to create a file called \".htconfig.php\" " -"in the top folder of your web server and it is unable to do so." +#: ../../mod/profile.php:154 ../../mod/network.php:94 +msgid "Insert YouTube video" msgstr "" -#: ../../mod/install.php:185 -msgid "" -"This is most often a permission setting, as the web server may not be able " -"to write files in your folder - even if you can." +#: ../../mod/profile.php:155 ../../mod/network.php:95 +msgid "Set your location" msgstr "" -#: ../../mod/install.php:186 -msgid "" -"Please check with your site documentation or support people to see if this " -"situation can be corrected." +#: ../../mod/profile.php:156 ../../mod/network.php:96 +msgid "Clear browser location" msgstr "" -#: ../../mod/install.php:187 -msgid "" -"If not, you may be required to perform a manual installation. Please see the " -"file \"INSTALL.txt\" for instructions." +#: ../../mod/profile.php:157 ../../mod/profile.php:309 +#: ../../mod/photos.php:1052 ../../mod/display.php:158 +#: ../../mod/network.php:97 ../../mod/network.php:367 +#: ../../mod/message.php:187 ../../mod/message.php:321 +msgid "Please wait" msgstr "" -#: ../../mod/install.php:196 -msgid "" -"The database configuration file \".htconfig.php\" could not be written. " -"Please use the enclosed text to create a configuration file in your web " -"server root." +#: ../../mod/profile.php:158 ../../mod/network.php:98 +msgid "Permission settings" msgstr "" -#: ../../mod/install.php:211 -msgid "Errors encountered creating database tables." +#: ../../mod/profile.php:165 ../../mod/network.php:104 +msgid "CC: email addresses" msgstr "" -#: ../../mod/message.php:18 -msgid "No recipient selected." +#: ../../mod/profile.php:167 ../../mod/network.php:106 +msgid "Example: bob@example.com, mary@example.com" msgstr "" -#: ../../mod/message.php:23 -msgid "[no subject]" +#: ../../mod/profile.php:300 ../../mod/photos.php:935 +#: ../../mod/display.php:149 ../../mod/network.php:321 +msgid "Private Message" msgstr "" -#: ../../mod/message.php:34 -msgid "Unable to locate contact information." +#: ../../mod/profile.php:307 ../../mod/photos.php:1050 +#: ../../mod/display.php:156 ../../mod/network.php:365 +msgid "I like this (toggle)" msgstr "" -#: ../../mod/message.php:93 ../../mod/wall_upload.php:79 -#: ../../mod/wall_upload.php:88 ../../mod/wall_upload.php:95 -#: ../../mod/item.php:184 -msgid "Wall Photos" +#: ../../mod/profile.php:308 ../../mod/photos.php:1051 +#: ../../mod/display.php:157 ../../mod/network.php:366 +msgid "I don't like this (toggle)" msgstr "" -#: ../../mod/message.php:102 -msgid "Message sent." +#: ../../mod/profile.php:321 ../../mod/photos.php:1071 +#: ../../mod/photos.php:1111 ../../mod/photos.php:1140 +#: ../../mod/display.php:170 ../../mod/network.php:380 +msgid "This is you" msgstr "" -#: ../../mod/message.php:105 -msgid "Message could not be sent." +#: ../../mod/profile.php:361 ../../mod/photos.php:1168 +#: ../../mod/display.php:234 ../../mod/network.php:386 ../../mod/group.php:137 +msgid "Delete" msgstr "" -#: ../../mod/message.php:125 ../../include/nav.php:100 -msgid "Messages" +#: ../../mod/profile.php:382 ../../mod/search.php:116 +#: ../../mod/display.php:258 ../../mod/network.php:272 +#: ../../mod/network.php:434 +msgid "View $name's profile" msgstr "" -#: ../../mod/message.php:126 -msgid "Inbox" +#: ../../mod/profile.php:414 ../../mod/display.php:312 +#: ../../mod/register.php:422 ../../mod/network.php:471 +msgid "" +"Shared content is covered by the Creative Commons Attribution 3.0 license." msgstr "" -#: ../../mod/message.php:127 -msgid "Outbox" +#: ../../mod/follow.php:167 +msgid "The profile address specified does not provide adequate information." msgstr "" -#: ../../mod/message.php:128 -msgid "New Message" +#: ../../mod/follow.php:173 +msgid "" +"Limited profile. This person will be unable to receive direct/personal " +"notifications from you." msgstr "" -#: ../../mod/message.php:142 -msgid "Message deleted." +#: ../../mod/follow.php:224 +msgid "Unable to retrieve contact information." msgstr "" -#: ../../mod/message.php:158 -msgid "Conversation removed." +#: ../../mod/follow.php:270 +msgid "following" msgstr "" -#: ../../mod/message.php:177 -msgid "Send Private Message" +#: ../../mod/profile_photo.php:28 +msgid "Image uploaded but image cropping failed." msgstr "" -#: ../../mod/message.php:178 ../../mod/message.php:312 -msgid "To:" +#: ../../mod/profile_photo.php:58 ../../mod/profile_photo.php:65 +#: ../../mod/profile_photo.php:72 ../../mod/profile_photo.php:155 +#: ../../mod/profile_photo.php:225 ../../mod/profile_photo.php:234 +#: ../../mod/photos.php:106 ../../mod/photos.php:530 ../../mod/photos.php:849 +#: ../../mod/photos.php:864 ../../mod/register.php:267 +#: ../../mod/register.php:274 ../../mod/register.php:281 +msgid "Profile Photos" msgstr "" -#: ../../mod/message.php:179 ../../mod/message.php:313 -msgid "Subject:" +#: ../../mod/profile_photo.php:61 ../../mod/profile_photo.php:68 +#: ../../mod/profile_photo.php:75 ../../mod/profile_photo.php:237 +#, php-format +msgid "Image size reduction [%s] failed." msgstr "" -#: ../../mod/message.php:182 ../../mod/message.php:316 ../../mod/invite.php:59 -msgid "Your message:" +#: ../../mod/profile_photo.php:95 +msgid "Unable to process image" msgstr "" -#: ../../mod/message.php:221 -msgid "No messages." +#: ../../mod/profile_photo.php:228 +msgid "Image uploaded successfully." msgstr "" -#: ../../mod/message.php:234 -msgid "Delete conversation" +#: ../../mod/home.php:23 +#, php-format +msgid "Welcome to %s" msgstr "" -#: ../../mod/message.php:264 -msgid "Message not available." +#: ../../mod/regmod.php:10 +msgid "Please login." msgstr "" -#: ../../mod/message.php:301 -msgid "Delete message" +#: ../../mod/regmod.php:54 +#, php-format +msgid "Registration revoked for %s" msgstr "" -#: ../../mod/message.php:311 -msgid "Send Reply" +#: ../../mod/regmod.php:92 ../../mod/register.php:310 +#, php-format +msgid "Registration details for %s" msgstr "" -#: ../../mod/directory.php:32 -msgid "Global Directory" +#: ../../mod/regmod.php:96 +msgid "Account approved." msgstr "" -#: ../../mod/directory.php:38 ../../mod/contacts.php:307 -msgid "Finding: " +#: ../../mod/profiles.php:21 ../../mod/profiles.php:234 +#: ../../mod/profiles.php:339 ../../mod/dfrn_confirm.php:62 +msgid "Profile not found." msgstr "" -#: ../../mod/manage.php:37 -#, php-format -msgid "Welcome back %s" +#: ../../mod/profiles.php:28 +msgid "Profile Name is required." msgstr "" -#: ../../mod/manage.php:87 -msgid "Manage Identities and/or Pages" +#: ../../mod/profiles.php:196 +msgid "Profile updated." msgstr "" -#: ../../mod/manage.php:90 -msgid "" -"(Toggle between different identities or community/group pages which share " -"your account details.)" +#: ../../mod/profiles.php:251 +msgid "Profile deleted." msgstr "" -#: ../../mod/manage.php:92 -msgid "Select an identity to manage: " +#: ../../mod/profiles.php:267 ../../mod/profiles.php:298 +msgid "Profile-" msgstr "" -#: ../../mod/dfrn_poll.php:78 ../../mod/dfrn_poll.php:392 -#, php-format -msgid "%s welcomes %s" +#: ../../mod/profiles.php:286 ../../mod/profiles.php:325 +msgid "New profile created." msgstr "" -#: ../../mod/dfrn_confirm.php:114 ../../mod/contacts.php:209 -msgid "Contact not found." +#: ../../mod/profiles.php:304 +msgid "Profile unavailable to clone." msgstr "" -#: ../../mod/dfrn_confirm.php:231 -msgid "Response from remote site was not understood." +#: ../../mod/profiles.php:367 +msgid "" +"This is your public profile.
It may " +"be visible to anybody using the internet." msgstr "" -#: ../../mod/dfrn_confirm.php:240 -msgid "Unexpected response from remote site: " +#: ../../mod/profiles.php:377 +msgid "Age: " msgstr "" -#: ../../mod/dfrn_confirm.php:248 -msgid "Confirmation completed successfully." +#: ../../mod/profiles.php:418 +msgid "Profile Image" msgstr "" -#: ../../mod/dfrn_confirm.php:250 ../../mod/dfrn_confirm.php:264 -#: ../../mod/dfrn_confirm.php:271 -msgid "Remote site reported: " +#: ../../mod/settings.php:37 +msgid "Passwords do not match. Password unchanged." msgstr "" -#: ../../mod/dfrn_confirm.php:262 -msgid "Temporary failure. Please wait and try again." +#: ../../mod/settings.php:42 +msgid "Empty passwords are not allowed. Password unchanged." msgstr "" -#: ../../mod/dfrn_confirm.php:269 -msgid "Introduction failed or was revoked." +#: ../../mod/settings.php:53 +msgid "Password changed." msgstr "" -#: ../../mod/dfrn_confirm.php:387 -msgid "Unable to set contact photo." +#: ../../mod/settings.php:55 +msgid "Password update failed. Please try again." msgstr "" -#: ../../mod/dfrn_confirm.php:426 -msgid "is now friends with" +#: ../../mod/settings.php:95 +msgid " Please use a shorter name." msgstr "" -#: ../../mod/dfrn_confirm.php:494 -#, php-format -msgid "No user record found for '%s' " +#: ../../mod/settings.php:97 +msgid " Name too short." msgstr "" -#: ../../mod/dfrn_confirm.php:504 -msgid "Our site encryption key is apparently messed up." +#: ../../mod/settings.php:103 +msgid " Not valid email." msgstr "" -#: ../../mod/dfrn_confirm.php:515 -msgid "Empty site URL was provided or URL could not be decrypted by us." +#: ../../mod/settings.php:105 +msgid " Cannot change to that email." msgstr "" -#: ../../mod/dfrn_confirm.php:527 -msgid "Contact record was not found for you on our site." +#: ../../mod/settings.php:161 +msgid "Settings updated." msgstr "" -#: ../../mod/dfrn_confirm.php:555 -msgid "" -"The ID provided by your system is a duplicate on our system. It should work " -"if you try again." +#: ../../mod/settings.php:211 +msgid "Plugin Settings" msgstr "" -#: ../../mod/dfrn_confirm.php:566 -msgid "Unable to set your contact credentials on our system." +#: ../../mod/settings.php:212 +msgid "Account Settings" msgstr "" -#: ../../mod/dfrn_confirm.php:619 -msgid "Unable to update your contact profile details on our system" +#: ../../mod/settings.php:218 +msgid "No Plugin settings configured" msgstr "" -#: ../../mod/dfrn_confirm.php:648 -#, php-format -msgid "Connection accepted at %s" +#: ../../mod/settings.php:263 +msgid "OpenID: " msgstr "" -#: ../../mod/wall_upload.php:56 ../../mod/profile_photo.php:109 -#, php-format -msgid "Image exceeds size limit of %d" +#: ../../mod/settings.php:263 +msgid " (Optional) Allow this OpenID to login to this account." msgstr "" -#: ../../mod/wall_upload.php:65 ../../mod/photos.php:570 -#: ../../mod/profile_photo.php:118 -msgid "Unable to process image." +#: ../../mod/settings.php:295 +msgid "Profile is not published." msgstr "" -#: ../../mod/wall_upload.php:82 ../../mod/photos.php:588 -#: ../../mod/profile_photo.php:230 -msgid "Image upload failed." +#: ../../mod/settings.php:352 +msgid "Default Post Permissions" msgstr "" -#: ../../mod/display.php:15 ../../mod/display.php:307 ../../mod/item.php:546 -msgid "Item not found." +#: ../../mod/search.php:131 ../../mod/network.php:287 +msgid "View in context" msgstr "" -#: ../../mod/display.php:300 -msgid "Item has been removed." -msgstr "" - -#: ../../mod/lockview.php:39 -msgid "Remote privacy information not available." -msgstr "" - -#: ../../mod/lockview.php:43 -msgid "Visible to:" -msgstr "" - -#: ../../mod/dfrn_notify.php:179 -msgid "noreply" -msgstr "" - -#: ../../mod/dfrn_notify.php:237 -msgid "New mail received at " -msgstr "" - -#: ../../mod/dfrn_notify.php:388 ../../mod/dfrn_notify.php:474 -#, php-format -msgid "%s commented on an item at %s" -msgstr "" - -#: ../../mod/dfrn_notify.php:475 -msgid "From: Administrator@" -msgstr "" - -#: ../../mod/removeme.php:42 ../../mod/removeme.php:45 -msgid "Remove My Account" -msgstr "" - -#: ../../mod/removeme.php:43 -msgid "" -"This will completely remove your account. Once this has been done it is not " -"recoverable." -msgstr "" - -#: ../../mod/removeme.php:44 -msgid "Please enter your password for verification:" -msgstr "" - -#: ../../mod/home.php:23 -#, php-format -msgid "Welcome to %s" -msgstr "" - -#: ../../mod/regmod.php:10 -msgid "Please login." -msgstr "" - -#: ../../mod/regmod.php:54 -#, php-format -msgid "Registration revoked for %s" -msgstr "" - -#: ../../mod/regmod.php:92 ../../mod/register.php:310 -#, php-format -msgid "Registration details for %s" -msgstr "" - -#: ../../mod/regmod.php:96 -msgid "Account approved." -msgstr "" - -#: ../../mod/apps.php:6 -msgid "Applications" -msgstr "" - -#: ../../mod/photos.php:30 -msgid "Photo Albums" +#: ../../mod/photos.php:30 +msgid "Photo Albums" msgstr "" #: ../../mod/photos.php:34 ../../mod/photos.php:106 ../../mod/photos.php:780 @@ -713,15 +633,6 @@ msgstr "" msgid "Contact information unavailable" msgstr "" -#: ../../mod/photos.php:106 ../../mod/photos.php:530 ../../mod/photos.php:849 -#: ../../mod/photos.php:864 ../../mod/profile_photo.php:58 -#: ../../mod/profile_photo.php:65 ../../mod/profile_photo.php:72 -#: ../../mod/profile_photo.php:155 ../../mod/profile_photo.php:225 -#: ../../mod/profile_photo.php:234 ../../mod/register.php:267 -#: ../../mod/register.php:274 ../../mod/register.php:281 -msgid "Profile Photos" -msgstr "" - #: ../../mod/photos.php:116 msgid "Album not found." msgstr "" @@ -830,250 +741,248 @@ msgstr "" msgid "View Album" msgstr "" -#: ../../mod/profile.php:8 ../../boot.php:2200 -msgid "No profile" +#: ../../mod/display.php:15 ../../mod/display.php:307 ../../mod/item.php:546 +msgid "Item not found." msgstr "" -#: ../../mod/viewcontacts.php:17 ../../boot.php:2028 -msgid "View Contacts" +#: ../../mod/display.php:259 ../../mod/network.php:435 +msgid "View $owner_name's profile" msgstr "" -#: ../../mod/viewcontacts.php:32 -msgid "No contacts." +#: ../../mod/display.php:260 ../../mod/network.php:436 +msgid "to" msgstr "" -#: ../../mod/viewcontacts.php:44 ../../mod/contacts.php:368 -msgid "Visit $username's profile" +#: ../../mod/display.php:261 ../../mod/network.php:437 +msgid "Wall-to-Wall" msgstr "" -#: ../../mod/settings.php:37 -msgid "Passwords do not match. Password unchanged." +#: ../../mod/display.php:262 ../../mod/network.php:438 +msgid "via Wall-To-Wall:" msgstr "" -#: ../../mod/settings.php:42 -msgid "Empty passwords are not allowed. Password unchanged." +#: ../../mod/display.php:300 +msgid "Item has been removed." msgstr "" -#: ../../mod/settings.php:53 -msgid "Password changed." +#: ../../mod/invite.php:28 +#, php-format +msgid "%s : Not a valid email address." msgstr "" -#: ../../mod/settings.php:55 -msgid "Password update failed. Please try again." +#: ../../mod/invite.php:32 +#, php-format +msgid "Please join my network on %s" msgstr "" -#: ../../mod/settings.php:95 -msgid " Please use a shorter name." +#: ../../mod/invite.php:38 +#, php-format +msgid "%s : Message delivery failed." msgstr "" -#: ../../mod/settings.php:97 -msgid " Name too short." +#: ../../mod/invite.php:42 +#, php-format +msgid "%d message sent." +msgid_plural "%d messages sent." +msgstr[0] "" +msgstr[1] "" + +#: ../../mod/invite.php:57 +msgid "Send invitations" msgstr "" -#: ../../mod/settings.php:103 -msgid " Not valid email." +#: ../../mod/invite.php:58 +msgid "Enter email addresses, one per line:" msgstr "" -#: ../../mod/settings.php:105 -msgid " Cannot change to that email." +#: ../../mod/invite.php:59 ../../mod/message.php:182 ../../mod/message.php:316 +msgid "Your message:" msgstr "" -#: ../../mod/settings.php:161 -msgid "Settings updated." +#: ../../mod/invite.php:60 +#, php-format +msgid "Please join my social network on %s" msgstr "" -#: ../../mod/settings.php:211 -msgid "Plugin Settings" +#: ../../mod/invite.php:61 +msgid "To accept this invitation, please visit:" msgstr "" -#: ../../mod/settings.php:212 -msgid "Account Settings" +#: ../../mod/invite.php:62 +msgid "" +"Once you have registered, please connect with me via my profile page at:" msgstr "" -#: ../../mod/settings.php:218 -msgid "No Plugin settings configured" +#: ../../mod/contacts.php:12 +msgid "Invite Friends" msgstr "" -#: ../../mod/settings.php:263 -msgid "OpenID: " +#: ../../mod/contacts.php:16 +msgid "Connect/Follow" msgstr "" -#: ../../mod/settings.php:263 -msgid " (Optional) Allow this OpenID to login to this account." +#: ../../mod/contacts.php:17 +msgid "Example: bob@example.com, http://example.com/barbara" msgstr "" -#: ../../mod/settings.php:295 -msgid "Profile is not published." +#: ../../mod/contacts.php:18 +msgid "Follow" msgstr "" -#: ../../mod/settings.php:352 -msgid "Default Post Permissions" +#: ../../mod/contacts.php:38 ../../mod/contacts.php:119 +msgid "Could not access contact record." msgstr "" -#: ../../mod/item.php:37 -msgid "Unable to locate original post." +#: ../../mod/contacts.php:52 +msgid "Could not locate selected profile." msgstr "" -#: ../../mod/item.php:98 -msgid "Empty post discarded." +#: ../../mod/contacts.php:83 +msgid "Contact updated." msgstr "" -#: ../../mod/item.php:422 -#, php-format -msgid "%s commented on your item at %s" +#: ../../mod/contacts.php:85 ../../mod/dfrn_request.php:402 +msgid "Failed to update contact record." msgstr "" -#: ../../mod/item.php:445 -#, php-format -msgid "%s posted on your profile wall at %s" +#: ../../mod/contacts.php:141 +msgid "Contact has been blocked" msgstr "" -#: ../../mod/item.php:446 -msgid "Administrator@" +#: ../../mod/contacts.php:141 +msgid "Contact has been unblocked" msgstr "" -#: ../../mod/item.php:471 -msgid "System error. Post not saved." +#: ../../mod/contacts.php:155 +msgid "Contact has been ignored" msgstr "" -#: ../../mod/item.php:489 -#, php-format -msgid "" -"This message was sent to you by %s, a member of the Friendika social network." +#: ../../mod/contacts.php:155 +msgid "Contact has been unignored" msgstr "" -#: ../../mod/item.php:491 -msgid "You may visit them online at" +#: ../../mod/contacts.php:176 +msgid "stopped following" msgstr "" -#: ../../mod/item.php:493 -msgid "" -"Please contact the sender by replying to this post if you do not wish to " -"receive these messages." +#: ../../mod/contacts.php:195 +msgid "Contact has been removed." msgstr "" -#: ../../mod/item.php:495 -#, php-format -msgid "%s posted an update." +#: ../../mod/contacts.php:209 ../../mod/dfrn_confirm.php:114 +msgid "Contact not found." msgstr "" -#: ../../mod/search.php:17 ../../include/nav.php:67 ../../boot.php:2045 -msgid "Search" +#: ../../mod/contacts.php:223 ../../mod/contacts.php:344 +msgid "Mutual Friendship" msgstr "" -#: ../../mod/profile_photo.php:28 -msgid "Image uploaded but image cropping failed." +#: ../../mod/contacts.php:227 ../../mod/contacts.php:348 +msgid "is a fan of yours" msgstr "" -#: ../../mod/profile_photo.php:61 ../../mod/profile_photo.php:68 -#: ../../mod/profile_photo.php:75 ../../mod/profile_photo.php:237 -#, php-format -msgid "Image size reduction [%s] failed." +#: ../../mod/contacts.php:232 ../../mod/contacts.php:352 +msgid "you are a fan of" msgstr "" -#: ../../mod/profile_photo.php:95 -msgid "Unable to process image" +#: ../../mod/contacts.php:248 +msgid "Never" msgstr "" -#: ../../mod/profile_photo.php:228 -msgid "Image uploaded successfully." +#: ../../mod/contacts.php:252 +msgid "(Update was successful)" msgstr "" -#: ../../mod/group.php:27 -msgid "Group created." +#: ../../mod/contacts.php:252 +msgid "(Update was not successful)" msgstr "" -#: ../../mod/group.php:33 -msgid "Could not create group." +#: ../../mod/contacts.php:255 +msgid "Contact Editor" msgstr "" -#: ../../mod/group.php:43 ../../mod/group.php:123 -msgid "Group not found." +#: ../../mod/contacts.php:256 +msgid "Visit $name's profile" msgstr "" -#: ../../mod/group.php:56 -msgid "Group name changed." +#: ../../mod/contacts.php:257 +msgid "Block/Unblock contact" msgstr "" -#: ../../mod/group.php:79 -msgid "Membership list updated." +#: ../../mod/contacts.php:258 +msgid "Ignore contact" msgstr "" -#: ../../mod/group.php:88 ../../index.php:243 -msgid "Permission denied" +#: ../../mod/contacts.php:259 +msgid "Delete contact" msgstr "" -#: ../../mod/group.php:107 -msgid "Group removed." +#: ../../mod/contacts.php:261 +msgid "Last updated: " msgstr "" -#: ../../mod/group.php:109 -msgid "Unable to remove group." +#: ../../mod/contacts.php:262 +msgid "Update public posts: " msgstr "" -#: ../../mod/tagrm.php:11 ../../mod/tagrm.php:94 -#: ../../mod/dfrn_request.php:628 ../../addon/js_upload/js_upload.php:41 -msgid "Cancel" +#: ../../mod/contacts.php:264 +msgid "Update now" msgstr "" -#: ../../mod/tagrm.php:41 -msgid "Tag removed" +#: ../../mod/contacts.php:267 +msgid "Unblock this contact" msgstr "" -#: ../../mod/tagrm.php:79 -msgid "Remove Item Tag" +#: ../../mod/contacts.php:267 +msgid "Block this contact" msgstr "" -#: ../../mod/tagrm.php:81 -msgid "Select a tag to remove: " +#: ../../mod/contacts.php:268 +msgid "Unignore this contact" msgstr "" -#: ../../mod/tagrm.php:93 -msgid "Remove" +#: ../../mod/contacts.php:268 +msgid "Ignore this contact" msgstr "" -#: ../../mod/invite.php:28 -#, php-format -msgid "%s : Not a valid email address." +#: ../../mod/contacts.php:271 +msgid "Currently blocked" msgstr "" -#: ../../mod/invite.php:32 -#, php-format -msgid "Please join my network on %s" +#: ../../mod/contacts.php:272 +msgid "Currently ignored" msgstr "" -#: ../../mod/invite.php:38 -#, php-format -msgid "%s : Message delivery failed." +#: ../../mod/contacts.php:305 +msgid "Show Blocked Connections" msgstr "" -#: ../../mod/invite.php:42 -#, php-format -msgid "%d message sent." -msgid_plural "%d messages sent." -msgstr[0] "" -msgstr[1] "" +#: ../../mod/contacts.php:305 +msgid "Hide Blocked Connections" +msgstr "" -#: ../../mod/invite.php:57 -msgid "Send invitations" +#: ../../mod/contacts.php:307 ../../mod/directory.php:38 +msgid "Finding: " msgstr "" -#: ../../mod/invite.php:58 -msgid "Enter email addresses, one per line:" +#: ../../mod/contacts.php:308 +msgid "Find" msgstr "" -#: ../../mod/invite.php:60 -#, php-format -msgid "Please join my social network on %s" +#: ../../mod/contacts.php:368 ../../mod/viewcontacts.php:44 +msgid "Visit $username's profile" msgstr "" -#: ../../mod/invite.php:61 -msgid "To accept this invitation, please visit:" +#: ../../mod/contacts.php:369 +msgid "Edit contact" msgstr "" -#: ../../mod/invite.php:62 -msgid "" -"Once you have registered, please connect with me via my profile page at:" +#: ../../mod/lockview.php:39 +msgid "Remote privacy information not available." +msgstr "" + +#: ../../mod/lockview.php:43 +msgid "Visible to:" msgstr "" #: ../../mod/register.php:47 @@ -1209,835 +1118,900 @@ msgstr "" msgid "Choose a nickname: " msgstr "" -#: ../../mod/register.php:443 ../../include/nav.php:61 ../../boot.php:809 -msgid "Register" +#: ../../mod/install.php:30 +msgid "Could not create/connect to database." msgstr "" -#: ../../mod/openid.php:62 ../../mod/openid.php:109 ../../include/auth.php:105 -#: ../../include/auth.php:130 ../../include/auth.php:183 -msgid "Login failed." +#: ../../mod/install.php:35 +msgid "Connected to database." msgstr "" -#: ../../mod/openid.php:73 ../../include/auth.php:194 -msgid "Welcome back " +#: ../../mod/install.php:66 +msgid "Database import succeeded." msgstr "" -#: ../../mod/like.php:110 -msgid "status" +#: ../../mod/install.php:67 +msgid "" +"IMPORTANT: You will need to [manually] setup a scheduled task for the poller." msgstr "" -#: ../../mod/like.php:127 -msgid "likes" +#: ../../mod/install.php:68 ../../mod/install.php:75 ../../mod/install.php:175 +msgid "Please see the file \"INSTALL.txt\"." msgstr "" -#: ../../mod/like.php:129 -msgid "doesn't like" +#: ../../mod/install.php:73 +msgid "Database import failed." msgstr "" -#: ../../mod/like.php:151 -#, php-format -msgid "%s's" +#: ../../mod/install.php:74 +msgid "" +"You may need to import the file \"database.sql\" manually using phpmyadmin " +"or mysql." msgstr "" -#: ../../mod/follow.php:167 -msgid "The profile address specified does not provide adequate information." +#: ../../mod/install.php:84 +msgid "Welcome to Friendika." msgstr "" -#: ../../mod/follow.php:173 -msgid "" -"Limited profile. This person will be unable to receive direct/personal " -"notifications from you." +#: ../../mod/install.php:124 +msgid "Could not find a command line version of PHP in the web server PATH." msgstr "" -#: ../../mod/follow.php:224 -msgid "Unable to retrieve contact information." +#: ../../mod/install.php:125 +msgid "" +"This is required. Please adjust the configuration file .htconfig.php " +"accordingly." msgstr "" -#: ../../mod/follow.php:270 -msgid "following" +#: ../../mod/install.php:132 +msgid "" +"The command line version of PHP on your system does not have " +"\"register_argc_argv\" enabled." msgstr "" -#: ../../mod/dfrn_request.php:92 -msgid "This introduction has already been accepted." +#: ../../mod/install.php:133 +msgid "This is required for message delivery to work." msgstr "" -#: ../../mod/dfrn_request.php:116 ../../mod/dfrn_request.php:347 -msgid "Profile location is not valid or does not contain profile information." +#: ../../mod/install.php:155 +msgid "" +"Error: the \"openssl_pkey_new\" function on this system is not able to " +"generate encryption keys" msgstr "" -#: ../../mod/dfrn_request.php:121 ../../mod/dfrn_request.php:352 -msgid "Warning: profile location has no identifiable owner name." +#: ../../mod/install.php:156 +msgid "" +"If running under Windows, please see \"http://www.php.net/manual/en/openssl." +"installation.php\"." msgstr "" -#: ../../mod/dfrn_request.php:123 ../../mod/dfrn_request.php:354 -msgid "Warning: profile location has no profile photo." +#: ../../mod/install.php:165 +msgid "" +"Error: Apache webserver mod-rewrite module is required but not installed." msgstr "" -#: ../../mod/dfrn_request.php:126 ../../mod/dfrn_request.php:357 -#: ../../test.php:6 -#, php-format -msgid "%d required parameter was not found at the given location" -msgid_plural "%d required parameters were not found at the given location" -msgstr[0] "" -msgstr[1] "" - -#: ../../mod/dfrn_request.php:164 -msgid "Introduction complete." +#: ../../mod/install.php:167 +msgid "Error: libCURL PHP module required but not installed." msgstr "" -#: ../../mod/dfrn_request.php:188 -msgid "Unrecoverable protocol error." +#: ../../mod/install.php:169 +msgid "" +"Error: GD graphics PHP module with JPEG support required but not installed." msgstr "" -#: ../../mod/dfrn_request.php:216 -msgid "Profile unavailable." +#: ../../mod/install.php:171 +msgid "Error: openssl PHP module required but not installed." msgstr "" -#: ../../mod/dfrn_request.php:241 -#, php-format -msgid "%s has received too many connection requests today." +#: ../../mod/install.php:173 +msgid "Error: mysqli PHP module required but not installed." msgstr "" -#: ../../mod/dfrn_request.php:242 -msgid "Spam protection measures have been invoked." +#: ../../mod/install.php:184 +msgid "" +"The web installer needs to be able to create a file called \".htconfig.php\" " +"in the top folder of your web server and it is unable to do so." msgstr "" -#: ../../mod/dfrn_request.php:243 -msgid "Friends are advised to please try again in 24 hours." +#: ../../mod/install.php:185 +msgid "" +"This is most often a permission setting, as the web server may not be able " +"to write files in your folder - even if you can." msgstr "" -#: ../../mod/dfrn_request.php:273 -msgid "Invalid locator" +#: ../../mod/install.php:186 +msgid "" +"Please check with your site documentation or support people to see if this " +"situation can be corrected." msgstr "" -#: ../../mod/dfrn_request.php:292 -msgid "Unable to resolve your name at the provided location." +#: ../../mod/install.php:187 +msgid "" +"If not, you may be required to perform a manual installation. Please see the " +"file \"INSTALL.txt\" for instructions." msgstr "" -#: ../../mod/dfrn_request.php:305 -msgid "You have already introduced yourself here." +#: ../../mod/install.php:196 +msgid "" +"The database configuration file \".htconfig.php\" could not be written. " +"Please use the enclosed text to create a configuration file in your web " +"server root." msgstr "" -#: ../../mod/dfrn_request.php:309 -#, php-format -msgid "Apparently you are already friends with %s." +#: ../../mod/install.php:211 +msgid "Errors encountered creating database tables." msgstr "" -#: ../../mod/dfrn_request.php:330 -msgid "Invalid profile URL." +#: ../../mod/network.php:18 +msgid "Normal View" msgstr "" -#: ../../mod/dfrn_request.php:336 -msgid "Disallowed profile URL." +#: ../../mod/network.php:20 +msgid "New Item View" msgstr "" -#: ../../mod/dfrn_request.php:402 ../../mod/contacts.php:85 -msgid "Failed to update contact record." +#: ../../mod/network.php:149 +msgid "No such group" msgstr "" -#: ../../mod/dfrn_request.php:423 -msgid "Your introduction has been sent." +#: ../../mod/network.php:160 +msgid "Group is empty" msgstr "" -#: ../../mod/dfrn_request.php:477 -msgid "Please login to confirm introduction." +#: ../../mod/network.php:164 +msgid "Group: " msgstr "" -#: ../../mod/dfrn_request.php:491 -msgid "" -"Incorrect identity currently logged in. Please login to this profile." +#: ../../mod/notifications.php:28 +msgid "Invalid request identifier." msgstr "" -#: ../../mod/dfrn_request.php:536 ../../include/items.php:1341 -msgid "[Name Withheld]" +#: ../../mod/notifications.php:31 ../../mod/notifications.php:134 +msgid "Discard" msgstr "" -#: ../../mod/dfrn_request.php:543 -msgid "Introduction received at " +#: ../../mod/notifications.php:41 ../../mod/notifications.php:133 +msgid "Ignore" msgstr "" -#: ../../mod/dfrn_request.php:615 -msgid "Friend/Connection Request" +#: ../../mod/notifications.php:72 +msgid "Show Ignored Requests" msgstr "" -#: ../../mod/dfrn_request.php:616 -msgid "Please answer the following:" +#: ../../mod/notifications.php:72 +msgid "Hide Ignored Requests" msgstr "" -#: ../../mod/dfrn_request.php:617 -msgid "Does $name know you?" +#: ../../mod/notifications.php:105 +msgid "Claims to be known to you: " msgstr "" -#: ../../mod/dfrn_request.php:620 -msgid "Add a personal note:" +#: ../../mod/notifications.php:105 +msgid "yes" msgstr "" -#: ../../mod/dfrn_request.php:621 -msgid "" -"Please enter your profile address from one of the following supported social " -"networks:" +#: ../../mod/notifications.php:105 +msgid "no" msgstr "" -#: ../../mod/dfrn_request.php:622 -msgid "Friendika" +#: ../../mod/notifications.php:111 +msgid "Approve as: " msgstr "" -#: ../../mod/dfrn_request.php:623 -msgid "StatusNet/Federated Social Web" +#: ../../mod/notifications.php:112 +msgid "Friend" msgstr "" -#: ../../mod/dfrn_request.php:624 -msgid "Private (secure) network" +#: ../../mod/notifications.php:113 +msgid "Fan/Admirer" msgstr "" -#: ../../mod/dfrn_request.php:625 -msgid "Public (insecure) network" +#: ../../mod/notifications.php:120 +msgid "Notification type: " msgstr "" -#: ../../mod/dfrn_request.php:626 -msgid "Your profile address:" +#: ../../mod/notifications.php:121 +msgid "Friend/Connect Request" msgstr "" -#: ../../mod/dfrn_request.php:627 -msgid "Submit Request" +#: ../../mod/notifications.php:121 +msgid "New Follower" msgstr "" -#: ../../mod/contacts.php:12 -msgid "Invite Friends" +#: ../../mod/notifications.php:131 +msgid "Approve" msgstr "" -#: ../../mod/contacts.php:16 -msgid "Connect/Follow" +#: ../../mod/notifications.php:140 +msgid "No notifications." msgstr "" -#: ../../mod/contacts.php:17 -msgid "Example: bob@example.com, http://example.com/barbara" +#: ../../mod/notifications.php:164 +msgid "No registrations." msgstr "" -#: ../../mod/contacts.php:18 -msgid "Follow" +#: ../../mod/dfrn_request.php:92 +msgid "This introduction has already been accepted." msgstr "" -#: ../../mod/contacts.php:38 ../../mod/contacts.php:119 -msgid "Could not access contact record." +#: ../../mod/dfrn_request.php:116 ../../mod/dfrn_request.php:347 +msgid "Profile location is not valid or does not contain profile information." msgstr "" -#: ../../mod/contacts.php:52 -msgid "Could not locate selected profile." +#: ../../mod/dfrn_request.php:121 ../../mod/dfrn_request.php:352 +msgid "Warning: profile location has no identifiable owner name." msgstr "" -#: ../../mod/contacts.php:83 -msgid "Contact updated." +#: ../../mod/dfrn_request.php:123 ../../mod/dfrn_request.php:354 +msgid "Warning: profile location has no profile photo." msgstr "" -#: ../../mod/contacts.php:141 -msgid "Contact has been blocked" -msgstr "" +#: ../../mod/dfrn_request.php:126 ../../mod/dfrn_request.php:357 +#, php-format +msgid "%d required parameter was not found at the given location" +msgid_plural "%d required parameters were not found at the given location" +msgstr[0] "" +msgstr[1] "" -#: ../../mod/contacts.php:141 -msgid "Contact has been unblocked" +#: ../../mod/dfrn_request.php:164 +msgid "Introduction complete." msgstr "" -#: ../../mod/contacts.php:155 -msgid "Contact has been ignored" +#: ../../mod/dfrn_request.php:188 +msgid "Unrecoverable protocol error." msgstr "" -#: ../../mod/contacts.php:155 -msgid "Contact has been unignored" +#: ../../mod/dfrn_request.php:216 +msgid "Profile unavailable." msgstr "" -#: ../../mod/contacts.php:176 -msgid "stopped following" +#: ../../mod/dfrn_request.php:241 +#, php-format +msgid "%s has received too many connection requests today." msgstr "" -#: ../../mod/contacts.php:195 -msgid "Contact has been removed." +#: ../../mod/dfrn_request.php:242 +msgid "Spam protection measures have been invoked." msgstr "" -#: ../../mod/contacts.php:223 ../../mod/contacts.php:344 -msgid "Mutual Friendship" +#: ../../mod/dfrn_request.php:243 +msgid "Friends are advised to please try again in 24 hours." msgstr "" -#: ../../mod/contacts.php:227 ../../mod/contacts.php:348 -msgid "is a fan of yours" +#: ../../mod/dfrn_request.php:273 +msgid "Invalid locator" msgstr "" -#: ../../mod/contacts.php:232 ../../mod/contacts.php:352 -msgid "you are a fan of" +#: ../../mod/dfrn_request.php:292 +msgid "Unable to resolve your name at the provided location." msgstr "" -#: ../../mod/contacts.php:248 -msgid "Never" +#: ../../mod/dfrn_request.php:305 +msgid "You have already introduced yourself here." msgstr "" -#: ../../mod/contacts.php:252 -msgid "(Update was successful)" +#: ../../mod/dfrn_request.php:309 +#, php-format +msgid "Apparently you are already friends with %s." msgstr "" -#: ../../mod/contacts.php:252 -msgid "(Update was not successful)" +#: ../../mod/dfrn_request.php:330 +msgid "Invalid profile URL." msgstr "" -#: ../../mod/contacts.php:255 -msgid "Contact Editor" +#: ../../mod/dfrn_request.php:336 +msgid "Disallowed profile URL." msgstr "" -#: ../../mod/contacts.php:256 -msgid "Visit $name's profile" +#: ../../mod/dfrn_request.php:423 +msgid "Your introduction has been sent." msgstr "" -#: ../../mod/contacts.php:257 -msgid "Block/Unblock contact" +#: ../../mod/dfrn_request.php:477 +msgid "Please login to confirm introduction." msgstr "" -#: ../../mod/contacts.php:258 -msgid "Ignore contact" +#: ../../mod/dfrn_request.php:491 +msgid "" +"Incorrect identity currently logged in. Please login to this profile." msgstr "" -#: ../../mod/contacts.php:259 -msgid "Delete contact" +#: ../../mod/dfrn_request.php:536 ../../include/items.php:1341 +msgid "[Name Withheld]" msgstr "" -#: ../../mod/contacts.php:261 -msgid "Last updated: " +#: ../../mod/dfrn_request.php:543 +msgid "Introduction received at " msgstr "" -#: ../../mod/contacts.php:262 -msgid "Update public posts: " +#: ../../mod/dfrn_request.php:615 +msgid "Friend/Connection Request" msgstr "" -#: ../../mod/contacts.php:264 -msgid "Update now" +#: ../../mod/dfrn_request.php:616 +msgid "Please answer the following:" msgstr "" -#: ../../mod/contacts.php:267 -msgid "Unblock this contact" +#: ../../mod/dfrn_request.php:617 +msgid "Does $name know you?" msgstr "" -#: ../../mod/contacts.php:267 -msgid "Block this contact" +#: ../../mod/dfrn_request.php:620 +msgid "Add a personal note:" msgstr "" -#: ../../mod/contacts.php:268 -msgid "Unignore this contact" +#: ../../mod/dfrn_request.php:621 +msgid "" +"Please enter your profile address from one of the following supported social " +"networks:" msgstr "" -#: ../../mod/contacts.php:268 -msgid "Ignore this contact" +#: ../../mod/dfrn_request.php:622 +msgid "Friendika" msgstr "" -#: ../../mod/contacts.php:271 -msgid "Currently blocked" +#: ../../mod/dfrn_request.php:623 +msgid "StatusNet/Federated Social Web" msgstr "" -#: ../../mod/contacts.php:272 -msgid "Currently ignored" +#: ../../mod/dfrn_request.php:624 +msgid "Private (secure) network" msgstr "" -#: ../../mod/contacts.php:303 ../../include/acl_selectors.php:140 -#: ../../include/acl_selectors.php:155 ../../include/nav.php:111 -#: ../../boot.php:2012 -msgid "Contacts" +#: ../../mod/dfrn_request.php:625 +msgid "Public (insecure) network" msgstr "" -#: ../../mod/contacts.php:305 -msgid "Show Blocked Connections" +#: ../../mod/dfrn_request.php:626 +msgid "Your profile address:" msgstr "" -#: ../../mod/contacts.php:305 -msgid "Hide Blocked Connections" +#: ../../mod/dfrn_request.php:627 +msgid "Submit Request" msgstr "" -#: ../../mod/contacts.php:308 -msgid "Find" +#: ../../mod/dfrn_request.php:628 ../../mod/tagrm.php:11 +#: ../../mod/tagrm.php:94 ../../addon/js_upload/js_upload.php:41 +msgid "Cancel" msgstr "" -#: ../../mod/contacts.php:369 -msgid "Edit contact" +#: ../../mod/like.php:110 +msgid "status" msgstr "" -#: ../../addon/facebook/facebook.php:116 -msgid "Facebook disabled" +#: ../../mod/like.php:127 +#, php-format +msgid "%1$s likes %2$s's %3$s" msgstr "" -#: ../../addon/facebook/facebook.php:124 -msgid "Facebook API key is missing." +#: ../../mod/like.php:129 +#, php-format +msgid "%1$s doesn't like %2$s's %3$s" msgstr "" -#: ../../addon/facebook/facebook.php:131 -msgid "Facebook Connect" +#: ../../mod/lostpass.php:38 +#, php-format +msgid "Password reset requested at %s" msgstr "" -#: ../../addon/facebook/facebook.php:137 -msgid "Install Facebook post connector" +#: ../../mod/removeme.php:42 ../../mod/removeme.php:45 +msgid "Remove My Account" msgstr "" -#: ../../addon/facebook/facebook.php:144 -msgid "Remove Facebook post connector" +#: ../../mod/removeme.php:43 +msgid "" +"This will completely remove your account. Once this has been done it is not " +"recoverable." msgstr "" -#: ../../addon/facebook/facebook.php:150 -msgid "Post to Facebook by default" +#: ../../mod/removeme.php:44 +msgid "Please enter your password for verification:" msgstr "" -#: ../../addon/facebook/facebook.php:174 -msgid "Facebook" +#: ../../mod/apps.php:6 +msgid "Applications" msgstr "" -#: ../../addon/facebook/facebook.php:175 -msgid "Facebook Connector Settings" +#: ../../mod/directory.php:32 +msgid "Global Directory" msgstr "" -#: ../../addon/facebook/facebook.php:189 -msgid "Post to Facebook" +#: ../../mod/item.php:37 +msgid "Unable to locate original post." msgstr "" -#: ../../addon/facebook/facebook.php:230 -msgid "Image: " +#: ../../mod/item.php:98 +msgid "Empty post discarded." msgstr "" -#: ../../addon/randplace/randplace.php:171 -msgid "Randplace Settings" +#: ../../mod/item.php:422 +#, php-format +msgid "%s commented on your item at %s" msgstr "" -#: ../../addon/randplace/randplace.php:173 -msgid "Enable Randplace Plugin" +#: ../../mod/item.php:445 +#, php-format +msgid "%s posted on your profile wall at %s" msgstr "" -#: ../../addon/twitter/twitter.php:64 -msgid "Post to Twitter" +#: ../../mod/item.php:471 +msgid "System error. Post not saved." msgstr "" -#: ../../addon/twitter/twitter.php:122 -msgid "Twitter Posting Settings" +#: ../../mod/item.php:489 +#, php-format +msgid "" +"This message was sent to you by %s, a member of the Friendika social network." msgstr "" -#: ../../addon/twitter/twitter.php:129 -msgid "" -"No consumer key pair for Twitter found. Please contact your site " -"administrator." +#: ../../mod/item.php:491 +msgid "You may visit them online at" msgstr "" -#: ../../addon/twitter/twitter.php:148 +#: ../../mod/item.php:493 msgid "" -"At this Friendika instance the Twitter plugin was enabled but you have not " -"yet connected your account to your Twitter account. To do so click the " -"button below to get a PIN from Twitter which you have to copy into the input " -"box below and submit the form. Only your public posts will " -"be posted to Twitter." +"Please contact the sender by replying to this post if you do not wish to " +"receive these messages." msgstr "" -#: ../../addon/twitter/twitter.php:149 -msgid "Log in with Twitter" +#: ../../mod/item.php:495 +#, php-format +msgid "%s posted an update." msgstr "" -#: ../../addon/twitter/twitter.php:151 -msgid "Copy the PIN from Twitter here" +#: ../../mod/tagrm.php:41 +msgid "Tag removed" msgstr "" -#: ../../addon/twitter/twitter.php:165 ../../addon/statusnet/statusnet.php:197 -msgid "Currently connected to: " +#: ../../mod/tagrm.php:79 +msgid "Remove Item Tag" msgstr "" -#: ../../addon/twitter/twitter.php:166 -msgid "" -"If enabled all your public postings will be posted to the " -"associated Twitter account as well." +#: ../../mod/tagrm.php:81 +msgid "Select a tag to remove: " msgstr "" -#: ../../addon/twitter/twitter.php:168 -msgid "Send public postings to Twitter" +#: ../../mod/tagrm.php:93 +msgid "Remove" msgstr "" -#: ../../addon/twitter/twitter.php:172 ../../addon/statusnet/statusnet.php:204 -msgid "Clear OAuth configuration" +#: ../../mod/message.php:18 +msgid "No recipient selected." msgstr "" -#: ../../addon/tictac/tictac.php:14 -msgid "Three Dimensional Tic-Tac-Toe" +#: ../../mod/message.php:23 +msgid "[no subject]" msgstr "" -#: ../../addon/tictac/tictac.php:47 -msgid "3D Tic-Tac-Toe" +#: ../../mod/message.php:34 +msgid "Unable to locate contact information." msgstr "" -#: ../../addon/tictac/tictac.php:52 -msgid "New game" +#: ../../mod/message.php:102 +msgid "Message sent." msgstr "" -#: ../../addon/tictac/tictac.php:53 -msgid "New game with handicap" +#: ../../mod/message.php:105 +msgid "Message could not be sent." msgstr "" -#: ../../addon/tictac/tictac.php:54 -msgid "" -"Three dimensional tic-tac-toe is just like the traditional game except that " -"it is played on multiple levels simultaneously. " +#: ../../mod/message.php:125 ../../include/nav.php:100 +msgid "Messages" msgstr "" -#: ../../addon/tictac/tictac.php:55 -msgid "" -"In this case there are three levels. You win by getting three in a row on " -"any level, as well as up, down, and diagonally across the different levels." +#: ../../mod/message.php:126 +msgid "Inbox" msgstr "" -#: ../../addon/tictac/tictac.php:57 -msgid "" -"The handicap game disables the center position on the middle level because " -"the player claiming this square often has an unfair advantage." +#: ../../mod/message.php:127 +msgid "Outbox" msgstr "" -#: ../../addon/tictac/tictac.php:176 -msgid "You go first..." +#: ../../mod/message.php:128 +msgid "New Message" msgstr "" -#: ../../addon/tictac/tictac.php:181 -msgid "I'm going first this time..." +#: ../../mod/message.php:142 +msgid "Message deleted." msgstr "" -#: ../../addon/tictac/tictac.php:187 -msgid "You won!" +#: ../../mod/message.php:158 +msgid "Conversation removed." msgstr "" -#: ../../addon/tictac/tictac.php:193 ../../addon/tictac/tictac.php:218 -msgid "\"Cat\" game!" +#: ../../mod/message.php:177 +msgid "Send Private Message" msgstr "" -#: ../../addon/tictac/tictac.php:216 -msgid "I won!" +#: ../../mod/message.php:178 ../../mod/message.php:312 +msgid "To:" msgstr "" -#: ../../addon/js_upload/js_upload.php:39 -msgid "Upload a file" +#: ../../mod/message.php:179 ../../mod/message.php:313 +msgid "Subject:" msgstr "" -#: ../../addon/js_upload/js_upload.php:40 -msgid "Drop files here to upload" +#: ../../mod/message.php:221 +msgid "No messages." msgstr "" -#: ../../addon/js_upload/js_upload.php:42 -msgid "Failed" +#: ../../mod/message.php:234 +msgid "Delete conversation" msgstr "" -#: ../../addon/js_upload/js_upload.php:288 -msgid "No files were uploaded." +#: ../../mod/message.php:264 +msgid "Message not available." msgstr "" -#: ../../addon/js_upload/js_upload.php:294 -msgid "Uploaded file is empty" +#: ../../mod/message.php:301 +msgid "Delete message" msgstr "" -#: ../../addon/js_upload/js_upload.php:299 -msgid "Uploaded file is too large" +#: ../../mod/message.php:311 +msgid "Send Reply" msgstr "" -#: ../../addon/js_upload/js_upload.php:317 -msgid "File has an invalid extension, it should be one of " +#: ../../mod/dfrn_confirm.php:231 +msgid "Response from remote site was not understood." msgstr "" -#: ../../addon/js_upload/js_upload.php:328 -msgid "Upload was cancelled, or server error encountered" +#: ../../mod/dfrn_confirm.php:240 +msgid "Unexpected response from remote site: " msgstr "" -#: ../../addon/java_upload/java_upload.php:33 -msgid "Select files to upload: " +#: ../../mod/dfrn_confirm.php:248 +msgid "Confirmation completed successfully." msgstr "" -#: ../../addon/java_upload/java_upload.php:35 -msgid "" -"Use the following controls only if the Java uploader [above] fails to launch." +#: ../../mod/dfrn_confirm.php:250 ../../mod/dfrn_confirm.php:264 +#: ../../mod/dfrn_confirm.php:271 +msgid "Remote site reported: " msgstr "" -#: ../../addon/statusnet/statusnet.php:78 -msgid "Post to StatusNet" +#: ../../mod/dfrn_confirm.php:262 +msgid "Temporary failure. Please wait and try again." msgstr "" -#: ../../addon/statusnet/statusnet.php:146 -msgid "StatusNet Posting Settings" +#: ../../mod/dfrn_confirm.php:269 +msgid "Introduction failed or was revoked." msgstr "" -#: ../../addon/statusnet/statusnet.php:152 -msgid "" -"No consumer key pair for StatusNet found. Register your Friendika Account as " -"an desktop client on your StatusNet account, copy the consumer key pair here " -"and enter the API base root.
Before you register your own OAuth key " -"pair ask the administrator if there is already a key pair for this Friendika " -"installation at your favorited StatusNet installation." +#: ../../mod/dfrn_confirm.php:387 +msgid "Unable to set contact photo." msgstr "" -#: ../../addon/statusnet/statusnet.php:154 -msgid "OAuth Consumer Key" +#: ../../mod/dfrn_confirm.php:426 +msgid "is now friends with" msgstr "" -#: ../../addon/statusnet/statusnet.php:157 -msgid "OAuth Consumer Secret" +#: ../../mod/dfrn_confirm.php:494 +#, php-format +msgid "No user record found for '%s' " msgstr "" -#: ../../addon/statusnet/statusnet.php:160 -msgid "Base API Path (remember the trailing /)" +#: ../../mod/dfrn_confirm.php:504 +msgid "Our site encryption key is apparently messed up." msgstr "" -#: ../../addon/statusnet/statusnet.php:181 +#: ../../mod/dfrn_confirm.php:515 +msgid "Empty site URL was provided or URL could not be decrypted by us." +msgstr "" + +#: ../../mod/dfrn_confirm.php:527 +msgid "Contact record was not found for you on our site." +msgstr "" + +#: ../../mod/dfrn_confirm.php:555 msgid "" -"To connect to your StatusNet account click the button below to get a " -"security code from StatusNet which you have to copy into the input box below " -"and submit the form. Only your public posts will be posted " -"to StatusNet." +"The ID provided by your system is a duplicate on our system. It should work " +"if you try again." msgstr "" -#: ../../addon/statusnet/statusnet.php:182 -msgid "Log in with StatusNet" +#: ../../mod/dfrn_confirm.php:566 +msgid "Unable to set your contact credentials on our system." msgstr "" -#: ../../addon/statusnet/statusnet.php:184 -msgid "Copy the security code from StatusNet here" +#: ../../mod/dfrn_confirm.php:619 +msgid "Unable to update your contact profile details on our system" msgstr "" -#: ../../addon/statusnet/statusnet.php:198 -msgid "" -"If enabled all your public postings will be posted to the " -"associated StatusNet account as well." +#: ../../mod/dfrn_confirm.php:648 +#, php-format +msgid "Connection accepted at %s" msgstr "" -#: ../../addon/statusnet/statusnet.php:200 -msgid "Send public postings to StatusNet" +#: ../../mod/openid.php:62 ../../mod/openid.php:109 ../../include/auth.php:105 +#: ../../include/auth.php:130 ../../include/auth.php:183 +msgid "Login failed." msgstr "" -#: ../../index.php:187 -msgid "Not Found" +#: ../../mod/openid.php:73 ../../include/auth.php:194 +msgid "Welcome back " msgstr "" -#: ../../index.php:188 -msgid "Page not found." +#: ../../mod/dfrn_poll.php:78 ../../mod/dfrn_poll.php:392 +#, php-format +msgid "%s welcomes %s" msgstr "" -#: ../../include/acl_selectors.php:132 -msgid "Visible To:" +#: ../../mod/viewcontacts.php:32 +msgid "No contacts." msgstr "" -#: ../../include/acl_selectors.php:136 ../../include/acl_selectors.php:151 -msgid "Groups" +#: ../../mod/group.php:27 +msgid "Group created." msgstr "" -#: ../../include/acl_selectors.php:147 -msgid "Except For:" +#: ../../mod/group.php:33 +msgid "Could not create group." msgstr "" -#: ../../include/auth.php:27 -msgid "Logged out." +#: ../../mod/group.php:43 ../../mod/group.php:123 +msgid "Group not found." msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Male" +#: ../../mod/group.php:56 +msgid "Group name changed." msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Female" +#: ../../mod/group.php:79 +msgid "Membership list updated." msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Currently Male" +#: ../../mod/group.php:107 +msgid "Group removed." msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Currently Female" +#: ../../mod/group.php:109 +msgid "Unable to remove group." msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Mostly Male" +#: ../../addon/twitter/twitter.php:64 +msgid "Post to Twitter" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Mostly Female" +#: ../../addon/twitter/twitter.php:122 +msgid "Twitter Posting Settings" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Transgender" +#: ../../addon/twitter/twitter.php:129 +msgid "" +"No consumer key pair for Twitter found. Please contact your site " +"administrator." msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Intersex" +#: ../../addon/twitter/twitter.php:148 +msgid "" +"At this Friendika instance the Twitter plugin was enabled but you have not " +"yet connected your account to your Twitter account. To do so click the " +"button below to get a PIN from Twitter which you have to copy into the input " +"box below and submit the form. Only your public posts will " +"be posted to Twitter." msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Transsexual" +#: ../../addon/twitter/twitter.php:149 +msgid "Log in with Twitter" +msgstr "" + +#: ../../addon/twitter/twitter.php:151 +msgid "Copy the PIN from Twitter here" +msgstr "" + +#: ../../addon/twitter/twitter.php:165 ../../addon/statusnet/statusnet.php:197 +msgid "Currently connected to: " +msgstr "" + +#: ../../addon/twitter/twitter.php:166 +msgid "" +"If enabled all your public postings will be posted to the " +"associated Twitter account as well." +msgstr "" + +#: ../../addon/twitter/twitter.php:168 +msgid "Send public postings to Twitter" +msgstr "" + +#: ../../addon/twitter/twitter.php:172 ../../addon/statusnet/statusnet.php:204 +msgid "Clear OAuth configuration" +msgstr "" + +#: ../../addon/statusnet/statusnet.php:78 +msgid "Post to StatusNet" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Hermaphrodite" +#: ../../addon/statusnet/statusnet.php:146 +msgid "StatusNet Posting Settings" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Neuter" +#: ../../addon/statusnet/statusnet.php:152 +msgid "" +"No consumer key pair for StatusNet found. Register your Friendika Account as " +"an desktop client on your StatusNet account, copy the consumer key pair here " +"and enter the API base root.
Before you register your own OAuth key " +"pair ask the administrator if there is already a key pair for this Friendika " +"installation at your favorited StatusNet installation." msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Non-specific" +#: ../../addon/statusnet/statusnet.php:154 +msgid "OAuth Consumer Key" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Other" +#: ../../addon/statusnet/statusnet.php:157 +msgid "OAuth Consumer Secret" msgstr "" -#: ../../include/profile_selectors.php:6 -msgid "Undecided" +#: ../../addon/statusnet/statusnet.php:160 +msgid "Base API Path (remember the trailing /)" msgstr "" -#: ../../include/profile_selectors.php:19 -msgid "Males" +#: ../../addon/statusnet/statusnet.php:181 +msgid "" +"To connect to your StatusNet account click the button below to get a " +"security code from StatusNet which you have to copy into the input box below " +"and submit the form. Only your public posts will be posted " +"to StatusNet." msgstr "" -#: ../../include/profile_selectors.php:19 -msgid "Females" +#: ../../addon/statusnet/statusnet.php:182 +msgid "Log in with StatusNet" msgstr "" -#: ../../include/profile_selectors.php:19 -msgid "Gay" +#: ../../addon/statusnet/statusnet.php:184 +msgid "Copy the security code from StatusNet here" msgstr "" -#: ../../include/profile_selectors.php:19 -msgid "Lesbian" +#: ../../addon/statusnet/statusnet.php:198 +msgid "" +"If enabled all your public postings will be posted to the " +"associated StatusNet account as well." msgstr "" -#: ../../include/profile_selectors.php:19 -msgid "No Preference" +#: ../../addon/statusnet/statusnet.php:200 +msgid "Send public postings to StatusNet" msgstr "" -#: ../../include/profile_selectors.php:19 -msgid "Bisexual" +#: ../../addon/tictac/tictac.php:14 +msgid "Three Dimensional Tic-Tac-Toe" msgstr "" -#: ../../include/profile_selectors.php:19 -msgid "Autosexual" +#: ../../addon/tictac/tictac.php:47 +msgid "3D Tic-Tac-Toe" msgstr "" -#: ../../include/profile_selectors.php:19 -msgid "Abstinent" +#: ../../addon/tictac/tictac.php:52 +msgid "New game" msgstr "" -#: ../../include/profile_selectors.php:19 -msgid "Virgin" +#: ../../addon/tictac/tictac.php:53 +msgid "New game with handicap" msgstr "" -#: ../../include/profile_selectors.php:19 -msgid "Deviant" +#: ../../addon/tictac/tictac.php:54 +msgid "" +"Three dimensional tic-tac-toe is just like the traditional game except that " +"it is played on multiple levels simultaneously. " msgstr "" -#: ../../include/profile_selectors.php:19 -msgid "Fetish" +#: ../../addon/tictac/tictac.php:55 +msgid "" +"In this case there are three levels. You win by getting three in a row on " +"any level, as well as up, down, and diagonally across the different levels." msgstr "" -#: ../../include/profile_selectors.php:19 -msgid "Oodles" +#: ../../addon/tictac/tictac.php:57 +msgid "" +"The handicap game disables the center position on the middle level because " +"the player claiming this square often has an unfair advantage." msgstr "" -#: ../../include/profile_selectors.php:19 -msgid "Nonsexual" +#: ../../addon/tictac/tictac.php:176 +msgid "You go first..." msgstr "" -#: ../../include/profile_selectors.php:33 -msgid "Single" +#: ../../addon/tictac/tictac.php:181 +msgid "I'm going first this time..." msgstr "" -#: ../../include/profile_selectors.php:33 -msgid "Lonely" +#: ../../addon/tictac/tictac.php:187 +msgid "You won!" msgstr "" -#: ../../include/profile_selectors.php:33 -msgid "Available" +#: ../../addon/tictac/tictac.php:193 ../../addon/tictac/tictac.php:218 +msgid "\"Cat\" game!" msgstr "" -#: ../../include/profile_selectors.php:33 -msgid "Unavailable" +#: ../../addon/tictac/tictac.php:216 +msgid "I won!" msgstr "" -#: ../../include/profile_selectors.php:33 -msgid "Dating" +#: ../../addon/java_upload/java_upload.php:33 +msgid "Select files to upload: " msgstr "" -#: ../../include/profile_selectors.php:33 -msgid "Unfaithful" +#: ../../addon/java_upload/java_upload.php:35 +msgid "" +"Use the following controls only if the Java uploader [above] fails to launch." msgstr "" -#: ../../include/profile_selectors.php:33 -msgid "Sex Addict" +#: ../../addon/facebook/facebook.php:116 +msgid "Facebook disabled" msgstr "" -#: ../../include/profile_selectors.php:33 -msgid "Friends" +#: ../../addon/facebook/facebook.php:124 +msgid "Facebook API key is missing." msgstr "" -#: ../../include/profile_selectors.php:33 -msgid "Friends/Benefits" +#: ../../addon/facebook/facebook.php:131 +msgid "Facebook Connect" msgstr "" -#: ../../include/profile_selectors.php:33 -msgid "Casual" +#: ../../addon/facebook/facebook.php:137 +msgid "Install Facebook post connector" msgstr "" -#: ../../include/profile_selectors.php:33 -msgid "Engaged" +#: ../../addon/facebook/facebook.php:144 +msgid "Remove Facebook post connector" msgstr "" -#: ../../include/profile_selectors.php:33 -msgid "Married" +#: ../../addon/facebook/facebook.php:150 +msgid "Post to Facebook by default" msgstr "" -#: ../../include/profile_selectors.php:33 -msgid "Partners" +#: ../../addon/facebook/facebook.php:174 +msgid "Facebook" msgstr "" -#: ../../include/profile_selectors.php:33 -msgid "Cohabiting" +#: ../../addon/facebook/facebook.php:175 +msgid "Facebook Connector Settings" msgstr "" -#: ../../include/profile_selectors.php:33 -msgid "Happy" +#: ../../addon/facebook/facebook.php:189 +msgid "Post to Facebook" msgstr "" -#: ../../include/profile_selectors.php:33 -msgid "Not Looking" +#: ../../addon/facebook/facebook.php:230 +msgid "Image: " msgstr "" -#: ../../include/profile_selectors.php:33 -msgid "Swinger" +#: ../../addon/randplace/randplace.php:171 +msgid "Randplace Settings" msgstr "" -#: ../../include/profile_selectors.php:33 -msgid "Betrayed" +#: ../../addon/randplace/randplace.php:173 +msgid "Enable Randplace Plugin" msgstr "" -#: ../../include/profile_selectors.php:33 -msgid "Separated" +#: ../../addon/js_upload/js_upload.php:39 +msgid "Upload a file" msgstr "" -#: ../../include/profile_selectors.php:33 -msgid "Unstable" +#: ../../addon/js_upload/js_upload.php:40 +msgid "Drop files here to upload" msgstr "" -#: ../../include/profile_selectors.php:33 -msgid "Divorced" +#: ../../addon/js_upload/js_upload.php:42 +msgid "Failed" msgstr "" -#: ../../include/profile_selectors.php:33 -msgid "Widowed" +#: ../../addon/js_upload/js_upload.php:288 +msgid "No files were uploaded." msgstr "" -#: ../../include/profile_selectors.php:33 -msgid "Uncertain" +#: ../../addon/js_upload/js_upload.php:294 +msgid "Uploaded file is empty" msgstr "" -#: ../../include/profile_selectors.php:33 -msgid "Complicated" +#: ../../addon/js_upload/js_upload.php:299 +msgid "Uploaded file is too large" msgstr "" -#: ../../include/profile_selectors.php:33 -msgid "Don't care" +#: ../../addon/js_upload/js_upload.php:317 +msgid "File has an invalid extension, it should be one of " msgstr "" -#: ../../include/profile_selectors.php:33 -msgid "Ask me" +#: ../../addon/js_upload/js_upload.php:328 +msgid "Upload was cancelled, or server error encountered" msgstr "" #: ../../include/contact_selectors.php:32 @@ -2088,334 +2062,350 @@ msgstr "" msgid "Monthly" msgstr "" -#: ../../include/nav.php:38 ../../boot.php:837 -msgid "Logout" +#: ../../include/profile_selectors.php:6 +msgid "Male" msgstr "" -#: ../../include/nav.php:44 ../../boot.php:817 ../../boot.php:823 -msgid "Login" +#: ../../include/profile_selectors.php:6 +msgid "Female" msgstr "" -#: ../../include/nav.php:56 ../../include/nav.php:91 -msgid "Home" +#: ../../include/profile_selectors.php:6 +msgid "Currently Male" msgstr "" -#: ../../include/nav.php:64 -msgid "Apps" +#: ../../include/profile_selectors.php:6 +msgid "Currently Female" msgstr "" -#: ../../include/nav.php:77 -msgid "Directory" +#: ../../include/profile_selectors.php:6 +msgid "Mostly Male" msgstr "" -#: ../../include/nav.php:87 -msgid "Network" +#: ../../include/profile_selectors.php:6 +msgid "Mostly Female" msgstr "" -#: ../../include/nav.php:96 -msgid "Notifications" +#: ../../include/profile_selectors.php:6 +msgid "Transgender" msgstr "" -#: ../../include/nav.php:104 -msgid "Manage" +#: ../../include/profile_selectors.php:6 +msgid "Intersex" msgstr "" -#: ../../include/nav.php:107 -msgid "Settings" +#: ../../include/profile_selectors.php:6 +msgid "Transsexual" msgstr "" -#: ../../include/nav.php:109 -msgid "Profiles" +#: ../../include/profile_selectors.php:6 +msgid "Hermaphrodite" msgstr "" -#: ../../include/oembed.php:57 -msgid "Embedding disabled" +#: ../../include/profile_selectors.php:6 +msgid "Neuter" msgstr "" -#: ../../include/items.php:1004 -msgid "Birthday:" +#: ../../include/profile_selectors.php:6 +msgid "Non-specific" +msgstr "" + +#: ../../include/profile_selectors.php:6 +msgid "Other" +msgstr "" + +#: ../../include/profile_selectors.php:6 +msgid "Undecided" +msgstr "" + +#: ../../include/profile_selectors.php:19 +msgid "Males" +msgstr "" + +#: ../../include/profile_selectors.php:19 +msgid "Females" msgstr "" -#: ../../include/items.php:1348 -msgid "You have a new follower at " +#: ../../include/profile_selectors.php:19 +msgid "Gay" msgstr "" -#: ../../include/group.php:130 -msgid "Create a new group" +#: ../../include/profile_selectors.php:19 +msgid "Lesbian" msgstr "" -#: ../../include/group.php:131 -msgid "Everybody" +#: ../../include/profile_selectors.php:19 +msgid "No Preference" msgstr "" -#: ../../include/datetime.php:44 ../../include/datetime.php:46 -msgid "Miscellaneous" +#: ../../include/profile_selectors.php:19 +msgid "Bisexual" msgstr "" -#: ../../include/datetime.php:148 -msgid "less than a second ago" +#: ../../include/profile_selectors.php:19 +msgid "Autosexual" msgstr "" -#: ../../include/datetime.php:151 -msgid "year" +#: ../../include/profile_selectors.php:19 +msgid "Abstinent" msgstr "" -#: ../../include/datetime.php:151 -msgid "years" +#: ../../include/profile_selectors.php:19 +msgid "Virgin" msgstr "" -#: ../../include/datetime.php:152 -msgid "month" +#: ../../include/profile_selectors.php:19 +msgid "Deviant" msgstr "" -#: ../../include/datetime.php:152 -msgid "months" +#: ../../include/profile_selectors.php:19 +msgid "Fetish" msgstr "" -#: ../../include/datetime.php:153 -msgid "week" +#: ../../include/profile_selectors.php:19 +msgid "Oodles" msgstr "" -#: ../../include/datetime.php:153 -msgid "weeks" +#: ../../include/profile_selectors.php:19 +msgid "Nonsexual" msgstr "" -#: ../../include/datetime.php:154 -msgid "day" +#: ../../include/profile_selectors.php:33 +msgid "Single" msgstr "" -#: ../../include/datetime.php:154 -msgid "days" +#: ../../include/profile_selectors.php:33 +msgid "Lonely" msgstr "" -#: ../../include/datetime.php:155 -msgid "hour" +#: ../../include/profile_selectors.php:33 +msgid "Available" msgstr "" -#: ../../include/datetime.php:155 -msgid "hours" +#: ../../include/profile_selectors.php:33 +msgid "Unavailable" msgstr "" -#: ../../include/datetime.php:156 -msgid "minute" +#: ../../include/profile_selectors.php:33 +msgid "Dating" msgstr "" -#: ../../include/datetime.php:156 -msgid "minutes" +#: ../../include/profile_selectors.php:33 +msgid "Unfaithful" msgstr "" -#: ../../include/datetime.php:157 -msgid "second" +#: ../../include/profile_selectors.php:33 +msgid "Sex Addict" msgstr "" -#: ../../include/datetime.php:157 -msgid "seconds" +#: ../../include/profile_selectors.php:33 +msgid "Friends" msgstr "" -#: ../../include/datetime.php:164 -msgid " ago" +#: ../../include/profile_selectors.php:33 +msgid "Friends/Benefits" msgstr "" -#: ../../boot.php:808 -msgid "Create a New Account" +#: ../../include/profile_selectors.php:33 +msgid "Casual" msgstr "" -#: ../../boot.php:815 -msgid "Nickname or Email address: " +#: ../../include/profile_selectors.php:33 +msgid "Engaged" msgstr "" -#: ../../boot.php:816 -msgid "Password: " +#: ../../include/profile_selectors.php:33 +msgid "Married" msgstr "" -#: ../../boot.php:821 -msgid "Nickname/Email/OpenID: " +#: ../../include/profile_selectors.php:33 +msgid "Partners" msgstr "" -#: ../../boot.php:822 -msgid "Password (if not OpenID): " +#: ../../include/profile_selectors.php:33 +msgid "Cohabiting" msgstr "" -#: ../../boot.php:825 -msgid "Forgot your password?" +#: ../../include/profile_selectors.php:33 +msgid "Happy" msgstr "" -#: ../../boot.php:826 -msgid "Password Reset" +#: ../../include/profile_selectors.php:33 +msgid "Not Looking" msgstr "" -#: ../../boot.php:1077 -msgid "prev" +#: ../../include/profile_selectors.php:33 +msgid "Swinger" msgstr "" -#: ../../boot.php:1079 -msgid "first" +#: ../../include/profile_selectors.php:33 +msgid "Betrayed" msgstr "" -#: ../../boot.php:1108 -msgid "last" +#: ../../include/profile_selectors.php:33 +msgid "Separated" msgstr "" -#: ../../boot.php:1111 -msgid "next" +#: ../../include/profile_selectors.php:33 +msgid "Unstable" msgstr "" -#: ../../boot.php:1831 -msgid " likes this." +#: ../../include/profile_selectors.php:33 +msgid "Divorced" msgstr "" -#: ../../boot.php:1831 -msgid " doesn't like this." +#: ../../include/profile_selectors.php:33 +msgid "Widowed" msgstr "" -#: ../../boot.php:1834 -msgid "people" +#: ../../include/profile_selectors.php:33 +msgid "Uncertain" msgstr "" -#: ../../boot.php:1834 -msgid "like this." +#: ../../include/profile_selectors.php:33 +msgid "Complicated" msgstr "" -#: ../../boot.php:1834 -msgid "don't like this." +#: ../../include/profile_selectors.php:33 +msgid "Don't care" msgstr "" -#: ../../boot.php:1839 -msgid "and" +#: ../../include/profile_selectors.php:33 +msgid "Ask me" msgstr "" -#: ../../boot.php:1842 -msgid ", and " +#: ../../include/acl_selectors.php:132 +msgid "Visible To:" msgstr "" -#: ../../boot.php:1842 -msgid " other people" +#: ../../include/acl_selectors.php:136 ../../include/acl_selectors.php:151 +msgid "Groups" msgstr "" -#: ../../boot.php:1843 -msgid " like this." +#: ../../include/acl_selectors.php:147 +msgid "Except For:" msgstr "" -#: ../../boot.php:1843 -msgid " don't like this." +#: ../../include/auth.php:27 +msgid "Logged out." msgstr "" -#: ../../boot.php:2004 -msgid "No contacts" +#: ../../include/datetime.php:44 ../../include/datetime.php:46 +msgid "Miscellaneous" msgstr "" -#: ../../boot.php:2257 -msgid "Connect" +#: ../../include/datetime.php:148 +msgid "less than a second ago" msgstr "" -#: ../../boot.php:2267 -msgid "Location:" +#: ../../include/datetime.php:151 +msgid "year" msgstr "" -#: ../../boot.php:2271 -msgid ", " +#: ../../include/datetime.php:151 +msgid "years" msgstr "" -#: ../../boot.php:2279 -msgid "Gender:" +#: ../../include/datetime.php:152 +msgid "month" msgstr "" -#: ../../boot.php:2283 -msgid "Status:" +#: ../../include/datetime.php:152 +msgid "months" msgstr "" -#: ../../boot.php:2285 -msgid "Homepage:" +#: ../../include/datetime.php:153 +msgid "week" msgstr "" -#: ../../boot.php:2376 -msgid "Monday" +#: ../../include/datetime.php:153 +msgid "weeks" msgstr "" -#: ../../boot.php:2376 -msgid "Tuesday" +#: ../../include/datetime.php:154 +msgid "day" msgstr "" -#: ../../boot.php:2376 -msgid "Wednesday" +#: ../../include/datetime.php:154 +msgid "days" msgstr "" -#: ../../boot.php:2376 -msgid "Thursday" +#: ../../include/datetime.php:155 +msgid "hour" msgstr "" -#: ../../boot.php:2376 -msgid "Friday" +#: ../../include/datetime.php:155 +msgid "hours" msgstr "" -#: ../../boot.php:2376 -msgid "Saturday" +#: ../../include/datetime.php:156 +msgid "minute" msgstr "" -#: ../../boot.php:2376 -msgid "Sunday" +#: ../../include/datetime.php:156 +msgid "minutes" msgstr "" -#: ../../boot.php:2380 -msgid "January" +#: ../../include/datetime.php:157 +msgid "second" msgstr "" -#: ../../boot.php:2380 -msgid "February" +#: ../../include/datetime.php:157 +msgid "seconds" msgstr "" -#: ../../boot.php:2380 -msgid "March" +#: ../../include/datetime.php:164 +msgid " ago" msgstr "" -#: ../../boot.php:2380 -msgid "April" +#: ../../include/nav.php:56 ../../include/nav.php:91 +msgid "Home" msgstr "" -#: ../../boot.php:2380 -msgid "May" +#: ../../include/nav.php:64 +msgid "Apps" msgstr "" -#: ../../boot.php:2380 -msgid "June" +#: ../../include/nav.php:77 +msgid "Directory" msgstr "" -#: ../../boot.php:2380 -msgid "July" +#: ../../include/nav.php:87 +msgid "Network" msgstr "" -#: ../../boot.php:2380 -msgid "August" +#: ../../include/nav.php:96 +msgid "Notifications" msgstr "" -#: ../../boot.php:2380 -msgid "September" +#: ../../include/nav.php:104 +msgid "Manage" msgstr "" -#: ../../boot.php:2380 -msgid "October" +#: ../../include/nav.php:107 +msgid "Settings" msgstr "" -#: ../../boot.php:2380 -msgid "November" +#: ../../include/nav.php:109 +msgid "Profiles" msgstr "" -#: ../../boot.php:2380 -msgid "December" +#: ../../include/items.php:1004 +msgid "Birthday:" msgstr "" -#: ../../boot.php:2409 -msgid "Birthdays this week:" +#: ../../include/items.php:1348 +msgid "You have a new follower at " msgstr "" -#: ../../boot.php:2410 -msgid "(Adjusted for local time)" +#: ../../include/group.php:130 +msgid "Create a new group" msgstr "" -#: ../../boot.php:2419 -msgid "[today]" +#: ../../include/group.php:131 +msgid "Everybody" msgstr "" -#: ../../boot.php:2616 -msgid "link to source" +#: ../../include/oembed.php:57 +msgid "Embedding disabled" msgstr "" -- cgit v1.2.3 From 9bc85162a469337fbcc5ebbee64e38b25ac4cea0 Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Fri, 18 Mar 2011 11:02:59 +0100 Subject: Update po2php script --- util/po2php.php | 38 +++++++++++++++++++++++++++----------- 1 file changed, 27 insertions(+), 11 deletions(-) (limited to 'util') diff --git a/util/po2php.php b/util/po2php.php index 171e9f297..cf62492e7 100644 --- a/util/po2php.php +++ b/util/po2php.php @@ -1,5 +1,6 @@ strings['.$k.'] = '; - } else { - $k = ""; - } - } + + if ($k!="" && substr($l,0,7)=="msgstr "){ + if ($ink) { $ink = False; $out .= '$a->strings["'.$k.'"] = '; } $v = substr($l,7,$len-8); $out .= $v; } if ($k!="" && substr($l,0,7)=="msgstr["){ + if ($ink) { $ink = False; $out .= '$a->strings["'.$k.'"] = '; } + if (!$arr) { $arr=True; $out .= "array(\n"; @@ -58,6 +54,26 @@ function po2php_run($argv, $argc) { preg_match("|\[([0-9]*)\] (.*)|", $l, $match); $out .= "\t". $match[1]." => ". $match[2] .",\n"; } + + if (substr($l,0,6)=="msgid_") { $ink = False; $out .= '$a->strings["'.$k.'"] = '; }; + + if ($ink) { + $k .= trim($l,"\" \r\n"); + //$out .= '$a->strings['.$k.'] = '; + } + + if (substr($l,0,6)=="msgid "){ + if ($k!="") $out .= $arr?");\n":";\n"; + $arr=False; + $k = str_replace("msgid ","",$l); + if ($k != '""' ) { + $k = trim($k,"\"\r\n"); + } else { + $k = ""; + } + $ink = True; + } + } -- cgit v1.2.3 From fd4256a13f879089351aaf36d557de4b7d3ea99e Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Fri, 18 Mar 2011 11:03:15 +0100 Subject: php2po script --- util/php2po.php | 71 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 util/php2po.php (limited to 'util') diff --git a/util/php2po.php b/util/php2po.php new file mode 100644 index 000000000..d3ce0a5af --- /dev/null +++ b/util/php2po.php @@ -0,0 +1,71 @@ +\n\n"; + return; + } + + $phpfile = $argv[1]; + $pofile = dirname($phpfile)."/messages.po"; + + if (!file_exists($phpfile)){ + print "Unable to find '$phpfile'\n"; + return; + } + + include_once($phpfile); + + print "Out to '$pofile'\n"; + + $out = ""; + $infile = file($pofile); + $k=""; + $ink = False; + foreach ($infile as $l) { + + if ($k!="" && substr($l,0,7)=="msgstr "){ + $ink = False; + $v = '""'; + //echo "DBG: k:'$k'\n"; + if (isset($a->strings[$k])) { + $v= '"'.$a->strings[$k].'"'; + //echo "DBG\n"; + //var_dump($k, $v, $a->strings[$k], $v); + //echo "/DBG\n"; + + } + //echo "DBG: v:'$v'\n"; + $l = "msgstr ".$v."\n"; + } + + if (substr($l,0,6)=="msgid_" || substr($l,0,7)=="msgstr[" )$ink = False;; + + if ($ink) { + $k .= trim($l,"\"\r\n"); + $k = str_replace('\"','"',$k); + } + + if (substr($l,0,6)=="msgid "){ + $arr=False; + $k = str_replace("msgid ","",$l); + if ($k != '""' ) { + $k = trim($k,"\"\r\n"); + $k = str_replace('\"','"',$k); + } else { + $k = ""; + } + $ink = True; + } + + $out .= $l; + } + //echo $out; + file_put_contents($pofile, $out); +?> \ No newline at end of file -- cgit v1.2.3 From 7e4f22a0b676c153f643345b9f449b22fb2500f4 Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Fri, 18 Mar 2011 11:25:22 +0100 Subject: Fix to po2php on multiline msgstr --- util/po2php.php | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) (limited to 'util') diff --git a/util/po2php.php b/util/po2php.php index cf62492e7..66edd290c 100644 --- a/util/po2php.php +++ b/util/po2php.php @@ -22,10 +22,13 @@ function po2php_run($argv, $argc) { $infile = file($pofile); $k=""; + $v=""; $arr = False; $ink = False; + $inv = False; foreach ($infile as $l) { $len = strlen($l); + if ($l[0]=="#") $l=""; if (substr($l,0,15)=='"Plural-Forms: '){ $match=Array(); preg_match("|nplurals=([0-9]*); plural=(.*);|", $l, $match); @@ -40,12 +43,16 @@ function po2php_run($argv, $argc) { if ($k!="" && substr($l,0,7)=="msgstr "){ if ($ink) { $ink = False; $out .= '$a->strings["'.$k.'"] = '; } - $v = substr($l,7,$len-8); - $out .= $v; + if ($inv) { $inv = False; $out .= '"'.$v.'"'; } + + $v = substr($l,8,$len-10); + $inv = True; + //$out .= $v; } if ($k!="" && substr($l,0,7)=="msgstr["){ if ($ink) { $ink = False; $out .= '$a->strings["'.$k.'"] = '; } - + if ($inv) { $inv = False; $out .= '"'.$v.'"'; } + if (!$arr) { $arr=True; $out .= "array(\n"; @@ -56,13 +63,15 @@ function po2php_run($argv, $argc) { } if (substr($l,0,6)=="msgid_") { $ink = False; $out .= '$a->strings["'.$k.'"] = '; }; - + + if ($ink) { - $k .= trim($l,"\" \r\n"); + $k .= trim($l,"\"\r\n"); //$out .= '$a->strings['.$k.'] = '; } if (substr($l,0,6)=="msgid "){ + if ($inv) { $inv = False; $out .= '"'.$v.'"'; } if ($k!="") $out .= $arr?");\n":";\n"; $arr=False; $k = str_replace("msgid ","",$l); @@ -74,9 +83,15 @@ function po2php_run($argv, $argc) { $ink = True; } + if ($inv && substr($l,0,6)!="msgstr") { + $v .= trim($l,"\"\r\n"); + //$out .= '$a->strings['.$k.'] = '; + } + } + if ($inv) { $inv = False; $out .= '"'.$v.'"'; } if ($k!="") $out .= $arr?");\n":";\n"; file_put_contents($outfile, $out); -- cgit v1.2.3 From e307846c2d89cf450ed2e7ddf8f325f5f4581f8f Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Fri, 18 Mar 2011 12:36:34 +0100 Subject: Updated utils/README --- util/README | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) (limited to 'util') diff --git a/util/README b/util/README index 285358b28..c6bc032a5 100644 --- a/util/README +++ b/util/README @@ -44,5 +44,77 @@ then relocate the files to the view directory. The files in the top-level view directory are template files which do not require translation. +Placeholders + +Do not translate placeholders in strings! Things like %s, %d, %1$s and $somename +are used to add dynamic content to the string. + +%s rappresent a dynamic string, like in "Welcome to %s" +%d rappresent a dynamic number, like in "%d new messages" +$somename is a variable like in php +In %1$s %2$s, the numbers are the position index of multiple dynamic content. +You could swap position in string of indexed placeholders. +e.g. +"%1$s's %2$s" => "John's photo", "John's item" +"%2$s di %1$s" => "foto di John", "elemento di John" + + +Plural + +The tt() function supports plural form. Script extract.php write this in +strings.php as an array, one string for every plural form language supports: + +$a->string["%d message sent"] = Array( + 0 => "%d message sent", + 1 => "%d messages sent", +); + +The function string_plural_select($n) defined in strings.php, return the string +index to use, related to the numbers of item (value of $n). + +This is modelled after ngettext function of GNU gettext. +More info at http://www.gnu.org/software/hello/manual/gettext/Plural-forms.html + + +Xgettext and .po workflow + +1. Run utils/run_xgettext.sh script (on *unix sistems, with GNU xgettext installed) + This script runs xgettext on source tree, extracting strings from t() and tt() + functions, and creates a utils/messages.po file. +2. copy utils/messages.po to views//messages.po +3. open views//messages.po with a text editor and fill in infos in + "Last-Translator: FULL NAME " + "Language-Team: LANGUAGE \n" + "Language: \n" + + (eg: + "Last-Translator: Guybrush Threepwood " + "Language-Team: Pirate Friendika \n" + "Language: pi\n" + ) + + For the line + "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" + read GNU gettext manual at + http://www.gnu.org/software/hello/manual/gettext/Plural-forms.html + +4. You could then translate the strings in text editor, but I suggest to use one + of the many .po editors out there, like QtLinguist + +5. run + $ php utils/po2php.php views//messages.po + to create the strings.php file + +When strings are added or modified in source, you could run + $ utils/run_xgettext.sh views//messages.po + to extraxt strings from source files and join them with the existing .po file: + new strings are added, the existing are not overwritten. + +If you already translated Friendika using strings.php, you could import your old +translation to messages.po. Run: +$ php utils/php2po.php views//strings.php + + + -- cgit v1.2.3