diff options
author | Brion Vibber <brion@pobox.com> | 2010-10-26 15:39:31 -0700 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-10-26 15:39:31 -0700 |
commit | 8ff44a1fb9f54ce61a91987ca44cbd4fccf0a012 (patch) | |
tree | 15b95f9a9b3abc52ad063f6ce808507a7fae256e /plugins/AutoSandbox | |
parent | 22047f6412811cb340aee6ba49d15257581b5aa9 (diff) | |
parent | c09487f272e247d7c6fd8cd3d785454d2385fe3d (diff) |
Merge branch '0.9.x' into twitstream
Diffstat (limited to 'plugins/AutoSandbox')
-rw-r--r-- | plugins/AutoSandbox/locale/de/LC_MESSAGES/AutoSandbox.po | 45 | ||||
-rw-r--r-- | plugins/AutoSandbox/locale/ru/LC_MESSAGES/AutoSandbox.po | 46 |
2 files changed, 91 insertions, 0 deletions
diff --git a/plugins/AutoSandbox/locale/de/LC_MESSAGES/AutoSandbox.po b/plugins/AutoSandbox/locale/de/LC_MESSAGES/AutoSandbox.po new file mode 100644 index 000000000..1ab375aa9 --- /dev/null +++ b/plugins/AutoSandbox/locale/de/LC_MESSAGES/AutoSandbox.po @@ -0,0 +1,45 @@ +# Translation of StatusNet - AutoSandbox to German (Deutsch) +# Expored from translatewiki.net +# +# Author: The Evil IP address +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - AutoSandbox\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-10-18 18:35+0000\n" +"PO-Revision-Date: 2010-10-18 18:42:31+0000\n" +"Language-Team: German <http://translatewiki.net/wiki/Portal:de>\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2010-10-09 14:33:22+0000\n" +"X-Generator: MediaWiki 1.17alpha (r74952); Translate extension (2010-09-17)\n" +"X-Translation-Project: translatewiki.net at http://translatewiki.net\n" +"X-Language-Code: de\n" +"X-Message-Group: #out-statusnet-plugin-autosandbox\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: AutoSandboxPlugin.php:66 +msgid "Automatically sandboxes newly registered members." +msgstr "Neu registrierte Benutzer automatisch auf die Spielwiese setzen." + +#: AutoSandboxPlugin.php:72 +msgid "" +"Note you will initially be \"sandboxed\" so your posts will not appear in " +"the public timeline." +msgstr "" +"Beachte, dass du anfangs in die „Spielwiese“ gesetzt wirst, sodass deine " +"Beiträge nicht in der öffentlichen Zeitleiste erscheinen." + +#. TRANS: $contactlink is a clickable e-mailaddress. +#: AutoSandboxPlugin.php:79 +msgid "" +"Note you will initially be \"sandboxed\" so your posts will not appear in " +"the public timeline. Send a message to $contactlink to speed up the " +"unsandboxing process." +msgstr "" +"Beachte, dass du anfangs in die „Spielwiese“ gesetzt wirst, sodass deine " +"Beiträge nicht in der öffentlichen Zeitleiste erscheinen. Schicke eine " +"Nachricht an $contactlink, um schneller aus der Spielwiese rauszukommen." diff --git a/plugins/AutoSandbox/locale/ru/LC_MESSAGES/AutoSandbox.po b/plugins/AutoSandbox/locale/ru/LC_MESSAGES/AutoSandbox.po new file mode 100644 index 000000000..85a239862 --- /dev/null +++ b/plugins/AutoSandbox/locale/ru/LC_MESSAGES/AutoSandbox.po @@ -0,0 +1,46 @@ +# Translation of StatusNet - AutoSandbox to Russian (Русский) +# Expored from translatewiki.net +# +# Author: MaxSem +# -- +# This file is distributed under the same license as the StatusNet package. +# +msgid "" +msgstr "" +"Project-Id-Version: StatusNet - AutoSandbox\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2010-10-18 18:35+0000\n" +"PO-Revision-Date: 2010-10-18 18:42:31+0000\n" +"Language-Team: Russian <http://translatewiki.net/wiki/Portal:ru>\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-POT-Import-Date: 2010-10-09 14:33:22+0000\n" +"X-Generator: MediaWiki 1.17alpha (r74952); Translate extension (2010-09-17)\n" +"X-Translation-Project: translatewiki.net at http://translatewiki.net\n" +"X-Language-Code: ru\n" +"X-Message-Group: #out-statusnet-plugin-autosandbox\n" +"Plural-Forms: nplurals=3; plural=(n%10 == 1 && n%100 != 11) ? 0 : ( (n%10 >= " +"2 && n%10 <= 4 && (n%100 < 10 || n%100 >= 20)) ? 1 : 2 );\n" + +#: AutoSandboxPlugin.php:66 +msgid "Automatically sandboxes newly registered members." +msgstr "Автоматически отсылает всех новых пользователей в «песочницу»." + +#: AutoSandboxPlugin.php:72 +msgid "" +"Note you will initially be \"sandboxed\" so your posts will not appear in " +"the public timeline." +msgstr "" +"Обратите внимание, что сначала вы будете находиться в «песочнице», так что " +"ваши сообщения не будут появляться в общей ленте." + +#. TRANS: $contactlink is a clickable e-mailaddress. +#: AutoSandboxPlugin.php:79 +msgid "" +"Note you will initially be \"sandboxed\" so your posts will not appear in " +"the public timeline. Send a message to $contactlink to speed up the " +"unsandboxing process." +msgstr "" +"Обратите внимание, что сначала вы будете находиться в «песочнице», так что " +"ваши сообщения не будут появляться в общей ленте. Отправьте сообщение на " +"адрес $contactlink, чтобы ускорить перевод из песочницы." |