diff --git a/blackout/lang/en-us/messages.po b/blackout/lang/en-us/messages.po new file mode 100644 index 00000000..bc2dbd54 --- /dev/null +++ b/blackout/lang/en-us/messages.po @@ -0,0 +1,52 @@ +# ADDON blackout +# Copyright (C) +# This file is distributed under the same license as the Friendica blackout addon package. +# +# +# Translators: +# Adam Clark , 2018 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-06-22 13:18+0200\n" +"PO-Revision-Date: 2018-04-09 21:27+0000\n" +"Last-Translator: Adam Clark \n" +"Language-Team: English (United States) (http://www.transifex.com/Friendica/friendica/language/en_US/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en_US\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: blackout.php:99 +msgid "Save Settings" +msgstr "Save Settings" + +#: blackout.php:100 +msgid "Redirect URL" +msgstr "Redirect URL" + +#: blackout.php:100 +msgid "all your visitors from the web will be redirected to this URL" +msgstr "All your visitors from the web will be redirected to this URL." + +#: blackout.php:101 +msgid "Begin of the Blackout" +msgstr "Start time of the Blackout" + +#: blackout.php:101 +msgid "" +"format is YYYY year, MM month, DD day, " +"hh hour and mm minute" +msgstr "Format is YYYY year, MM month, DD day, hh hour and mm minute" + +#: blackout.php:102 +msgid "End of the Blackout" +msgstr "End time of the Blackout" + +#: blackout.php:108 +msgid "" +"The end-date is prior to the start-date of the blackout, you should fix " +"this." +msgstr "The end-date is prior to the start-date of the blackout, you should fix this." diff --git a/blackout/lang/en-us/strings.php b/blackout/lang/en-us/strings.php new file mode 100644 index 00000000..705163ab --- /dev/null +++ b/blackout/lang/en-us/strings.php @@ -0,0 +1,14 @@ +strings["Save Settings"] = "Save Settings"; +$a->strings["Redirect URL"] = "Redirect URL"; +$a->strings["all your visitors from the web will be redirected to this URL"] = "All your visitors from the web will be redirected to this URL."; +$a->strings["Begin of the Blackout"] = "Start time of the Blackout"; +$a->strings["format is YYYY year, MM month, DD day, hh hour and mm minute"] = "Format is YYYY year, MM month, DD day, hh hour and mm minute"; +$a->strings["End of the Blackout"] = "End time of the Blackout"; +$a->strings["The end-date is prior to the start-date of the blackout, you should fix this."] = "The end-date is prior to the start-date of the blackout, you should fix this."; diff --git a/blockem/lang/en-us/messages.po b/blockem/lang/en-us/messages.po index 362c4891..ccaa21b0 100644 --- a/blockem/lang/en-us/messages.po +++ b/blockem/lang/en-us/messages.po @@ -4,14 +4,15 @@ # # # Translators: +# Adam Clark , 2018 # Andy H3 , 2018 msgid "" msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2018-02-09 13:00+0100\n" -"PO-Revision-Date: 2018-03-15 14:14+0000\n" -"Last-Translator: Andy H3 \n" +"POT-Creation-Date: 2018-04-01 11:11-0400\n" +"PO-Revision-Date: 2018-04-10 02:54+0000\n" +"Last-Translator: Adam Clark \n" "Language-Team: English (United States) (http://www.transifex.com/Friendica/friendica/language/en_US/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -19,41 +20,41 @@ msgstr "" "Language: en_US\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: blockem.php:51 blockem.php:55 +#: blockem.php:52 blockem.php:56 msgid "\"Blockem\"" -msgstr "\"Blockem\"" +msgstr "Blockem" -#: blockem.php:59 +#: blockem.php:60 msgid "" "Hides user's content by collapsing posts. Also replaces their avatar with " "generic image." msgstr "Hides user's content by collapsing posts. Also replaces their avatar with generic image." -#: blockem.php:60 +#: blockem.php:61 msgid "Comma separated profile URLS:" msgstr "Comma separated profile URLs:" -#: blockem.php:64 +#: blockem.php:65 msgid "Save Settings" msgstr "Save settings" -#: blockem.php:77 +#: blockem.php:78 msgid "BLOCKEM Settings saved." msgstr "Blockem settings saved." -#: blockem.php:140 +#: blockem.php:136 #, php-format -msgid "Hidden content by %s - Click to open/close" -msgstr "Hidden content by %s - Reveal/hide" +msgid "Filtered user: %s" +msgstr "Filtered user: %s" -#: blockem.php:193 +#: blockem.php:189 msgid "Unblock Author" msgstr "Unblock author" -#: blockem.php:195 +#: blockem.php:191 msgid "Block Author" msgstr "Block author" -#: blockem.php:227 +#: blockem.php:223 msgid "blockem settings updated" msgstr "Blockem settings updated" diff --git a/blockem/lang/en-us/strings.php b/blockem/lang/en-us/strings.php index ad88b546..56f23cad 100644 --- a/blockem/lang/en-us/strings.php +++ b/blockem/lang/en-us/strings.php @@ -5,12 +5,12 @@ function string_plural_select_en_us($n){ return ($n != 1);; }} ; -$a->strings["\"Blockem\""] = "\"Blockem\""; +$a->strings["\"Blockem\""] = "Blockem"; $a->strings["Hides user's content by collapsing posts. Also replaces their avatar with generic image."] = "Hides user's content by collapsing posts. Also replaces their avatar with generic image."; $a->strings["Comma separated profile URLS:"] = "Comma separated profile URLs:"; $a->strings["Save Settings"] = "Save settings"; $a->strings["BLOCKEM Settings saved."] = "Blockem settings saved."; -$a->strings["Hidden content by %s - Click to open/close"] = "Hidden content by %s - Reveal/hide"; +$a->strings["Filtered user: %s"] = "Filtered user: %s"; $a->strings["Unblock Author"] = "Unblock author"; $a->strings["Block Author"] = "Block author"; $a->strings["blockem settings updated"] = "Blockem settings updated"; diff --git a/langfilter/lang/en-us/messages.po b/langfilter/lang/en-us/messages.po new file mode 100644 index 00000000..00964e38 --- /dev/null +++ b/langfilter/lang/en-us/messages.po @@ -0,0 +1,80 @@ +# ADDON langfilter +# Copyright (C) +# This file is distributed under the same license as the Friendica langfilter addon package. +# +# +# Translators: +# Adam Clark , 2018 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-04-01 11:11-0400\n" +"PO-Revision-Date: 2018-04-09 21:21+0000\n" +"Last-Translator: Adam Clark \n" +"Language-Team: English (United States) (http://www.transifex.com/Friendica/friendica/language/en_US/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en_US\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: langfilter.php:58 +msgid "Language Filter" +msgstr "Language Filter" + +#: langfilter.php:59 +msgid "" +"This addon tries to identify the language posts are writen in. If it does " +"not match any language specifed below, posts will be hidden by collapsing " +"them." +msgstr "This addon tries to identify the language posts are written in. If it does not match any language specifed below, posts will be hidden by collapsing them." + +#: langfilter.php:60 +msgid "Use the language filter" +msgstr "Use the language filter" + +#: langfilter.php:61 +msgid "Able to read" +msgstr "Able to read" + +#: langfilter.php:61 +msgid "" +"List of abbreviations (iso2 codes) for languages you speak, comma separated." +" For example \"de,it\"." +msgstr "List of abbreviations (iso2 codes) for languages you speak, comma separated. For example \"de,it\"." + +#: langfilter.php:62 +msgid "Minimum confidence in language detection" +msgstr "Minimum confidence in language detection" + +#: langfilter.php:62 +msgid "" +"Minimum confidence in language detection being correct, from 0 to 100. Posts" +" will not be filtered when the confidence of language detection is below " +"this percent value." +msgstr "Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value." + +#: langfilter.php:63 +msgid "Minimum length of message body" +msgstr "Minimum length of message body" + +#: langfilter.php:63 +msgid "" +"Minimum number of characters in message body for filter to be used. Posts " +"shorter than this will not be filtered. Note: Language detection is " +"unreliable for short content (<200 characters)." +msgstr "Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters)." + +#: langfilter.php:64 +msgid "Save Settings" +msgstr "Save Settings" + +#: langfilter.php:105 +msgid "Language Filter Settings saved." +msgstr "Language Filter Settings saved." + +#: langfilter.php:182 +#, php-format +msgid "Filtered language: %s" +msgstr "Filtered language: %s" diff --git a/langfilter/lang/en-us/strings.php b/langfilter/lang/en-us/strings.php new file mode 100644 index 00000000..5f7f7e1d --- /dev/null +++ b/langfilter/lang/en-us/strings.php @@ -0,0 +1,19 @@ +strings["Language Filter"] = "Language Filter"; +$a->strings["This addon tries to identify the language posts are writen in. If it does not match any language specifed below, posts will be hidden by collapsing them."] = "This addon tries to identify the language posts are written in. If it does not match any language specifed below, posts will be hidden by collapsing them."; +$a->strings["Use the language filter"] = "Use the language filter"; +$a->strings["Able to read"] = "Able to read"; +$a->strings["List of abbreviations (iso2 codes) for languages you speak, comma separated. For example \"de,it\"."] = "List of abbreviations (iso2 codes) for languages you speak, comma separated. For example \"de,it\"."; +$a->strings["Minimum confidence in language detection"] = "Minimum confidence in language detection"; +$a->strings["Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value."] = "Minimum confidence in language detection being correct, from 0 to 100. Posts will not be filtered when the confidence of language detection is below this percent value."; +$a->strings["Minimum length of message body"] = "Minimum length of message body"; +$a->strings["Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters)."] = "Minimum number of characters in message body for filter to be used. Posts shorter than this will not be filtered. Note: Language detection is unreliable for short content (<200 characters)."; +$a->strings["Save Settings"] = "Save Settings"; +$a->strings["Language Filter Settings saved."] = "Language Filter Settings saved."; +$a->strings["Filtered language: %s"] = "Filtered language: %s"; diff --git a/showmore/lang/en-gb/messages.po b/showmore/lang/en-gb/messages.po new file mode 100644 index 00000000..636e98c1 --- /dev/null +++ b/showmore/lang/en-gb/messages.po @@ -0,0 +1,44 @@ +# ADDON showmore +# Copyright (C) +# This file is distributed under the same license as the Friendica showmore addon package. +# +# +# Translators: +# Andy H3 , 2018 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-04-01 11:11-0400\n" +"PO-Revision-Date: 2018-04-09 14:16+0000\n" +"Last-Translator: Andy H3 \n" +"Language-Team: English (United Kingdom) (http://www.transifex.com/Friendica/friendica/language/en_GB/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: showmore.php:41 showmore.php:45 +msgid "\"Show more\" Settings" +msgstr "Show More" + +#: showmore.php:50 +msgid "Enable Show More" +msgstr "Enable this addon?" + +#: showmore.php:53 +msgid "Cutting posts after how much characters" +msgstr "Cutting posts after how many characters" + +#: showmore.php:57 +msgid "Save Settings" +msgstr "Save settings" + +#: showmore.php:74 +msgid "Show More Settings saved." +msgstr "Show More Settings saved." + +#: showmore.php:134 +msgid "show more" +msgstr "show more" diff --git a/showmore/lang/en-gb/strings.php b/showmore/lang/en-gb/strings.php new file mode 100644 index 00000000..87f88ef5 --- /dev/null +++ b/showmore/lang/en-gb/strings.php @@ -0,0 +1,13 @@ +strings["\"Show more\" Settings"] = "Show More"; +$a->strings["Enable Show More"] = "Enable this addon?"; +$a->strings["Cutting posts after how much characters"] = "Cutting posts after how many characters"; +$a->strings["Save Settings"] = "Save settings"; +$a->strings["Show More Settings saved."] = "Show More Settings saved."; +$a->strings["show more"] = "show more"; diff --git a/xmpp/lang/en-us/messages.po b/xmpp/lang/en-us/messages.po new file mode 100644 index 00000000..0aba17fb --- /dev/null +++ b/xmpp/lang/en-us/messages.po @@ -0,0 +1,61 @@ +# ADDON xmpp +# Copyright (C) +# This file is distributed under the same license as the Friendica xmpp addon package. +# +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: \n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-11-27 09:30+0100\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Adam Clark , 2018\n" +"Language-Team: English (United States) (https://www.transifex.com/Friendica/teams/12172/en_US/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en_US\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: xmpp.php:38 +msgid "XMPP settings updated." +msgstr "XMPP settings updated." + +#: xmpp.php:63 xmpp.php:67 +msgid "XMPP-Chat (Jabber)" +msgstr "XMPP-Chat (Jabber)" + +#: xmpp.php:71 +msgid "Enable Webchat" +msgstr "Enable Webchat" + +#: xmpp.php:76 +msgid "Individual Credentials" +msgstr "Individual Credentials" + +#: xmpp.php:82 xmpp.php:108 +msgid "Jabber BOSH host" +msgstr "Jabber BOSH host" + +#: xmpp.php:91 xmpp.php:107 +msgid "Save Settings" +msgstr "Save Settings" + +#: xmpp.php:109 +msgid "Use central userbase" +msgstr "Use central userbase" + +#: xmpp.php:109 +msgid "" +"If enabled, users will automatically login to an ejabberd server that has to" +" be installed on this machine with synchronized credentials via the " +"\"auth_ejabberd.php\" script." +msgstr "" +"If enabled, users will automatically login to an ejabberd server that has to" +" be installed on this machine with synchronized credentials via the " +"\"auth_ejabberd.php\" script." + +#: xmpp.php:119 +msgid "Settings updated." +msgstr "Settings updated." diff --git a/xmpp/lang/en-us/strings.php b/xmpp/lang/en-us/strings.php new file mode 100644 index 00000000..1112c27b --- /dev/null +++ b/xmpp/lang/en-us/strings.php @@ -0,0 +1,16 @@ +strings["XMPP settings updated."] = "XMPP settings updated."; +$a->strings["XMPP-Chat (Jabber)"] = "XMPP-Chat (Jabber)"; +$a->strings["Enable Webchat"] = "Enable Webchat"; +$a->strings["Individual Credentials"] = "Individual Credentials"; +$a->strings["Jabber BOSH host"] = "Jabber BOSH host"; +$a->strings["Save Settings"] = "Save Settings"; +$a->strings["Use central userbase"] = "Use central userbase"; +$a->strings["If enabled, users will automatically login to an ejabberd server that has to be installed on this machine with synchronized credentials via the \"auth_ejabberd.php\" script."] = "If enabled, users will automatically login to an ejabberd server that has to be installed on this machine with synchronized credentials via the \"auth_ejabberd.php\" script."; +$a->strings["Settings updated."] = "Settings updated.";