From 8662c8121d2bdf1518a00941ce1c19b206987ee2 Mon Sep 17 00:00:00 2001 From: Xavier ROOT Date: Mon, 28 Dec 2015 13:41:28 +0100 Subject: [PATCH 1/6] remove TESTS, edit CHANGELOG --- CHANGELOG | 2 +- TESTS | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 TESTS diff --git a/CHANGELOG b/CHANGELOG index 7176886..6e3fe00 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,6 @@ **Changelog** -1.4 ? +1.4 2015-12-28 - IMPORTANT (upgrades only): public pod option has been removed and replaced by SSO option. If you had a public pod --> SSO will be disabled, but xmpp whitelist will allow only your domain. This can be changed using Movim admin (example.org/movim/?admin). If you had a private pod --> SSO will be enabled, xmpp whitelist will remains but is now useless. diff --git a/TESTS b/TESTS deleted file mode 100644 index 971e885..0000000 --- a/TESTS +++ /dev/null @@ -1,10 +0,0 @@ -Checklist before pushing to master : - -* Installation -* Upgrade -* Remove -* Auto start on boot -* Movim login -* Log output - -On Debian 8 x86_64 & Debian 7 armhf. From b481ed9c6dcd1b3541fafea7a46f45df00947cc1 Mon Sep 17 00:00:00 2001 From: Xavier ROOT Date: Mon, 28 Dec 2015 13:43:08 +0100 Subject: [PATCH 2/6] edit README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9b5bd65..28935c5 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Movim is a decentralized social network, written in PHP and HTML5 and based on t It is recommended to use a "valid" certificate to use Movim, auto-signed is sometimes problematic. You might want to take a look a StartSSL or Let's Encrypt. -Current Movim version : 0.9 git2015-12-28 +Provided Movim version : 0.9 git2015-12-28 Please read CHANGELOG. @@ -20,7 +20,7 @@ Please read CHANGELOG. **Options** * domain : Your domain name. -* path : Path for you Movim pod (will be https://example.com/path). +* path : Path for you Movim pod (https://example.com/path). * admin : Who can access /?admin (pod options). * password : Password to access /?admin. * language : Pod language, currently en or fr. From 2fb2a6536f37803428bceeb6cd2b95390cdcc6fc Mon Sep 17 00:00:00 2001 From: Xavier ROOT Date: Wed, 6 Jan 2016 09:18:43 +0100 Subject: [PATCH 3/6] update to movim 0.9 git2016-01-06 --- CHANGELOG | 3 + sources/CMakeLists.txt | 2 +- sources/app/widgets/Contact/_contact.tpl | 15 +- sources/app/widgets/Roster/locales.ini | 2 +- sources/app/widgets/Vcard4/locales.ini | 16 - sources/bootstrap.php | 2 +- .../debian/lib/systemd/system/movim.service | 3 + sources/debian/postinst | 1 + sources/locales/ar.po | 112 +- sources/locales/be.po | 106 +- sources/locales/bn.po | 102 +- sources/locales/br.po | 109 +- sources/locales/da.po | 153 +- sources/locales/de.po | 177 +- sources/locales/el.po | 109 +- sources/locales/eo.po | 106 +- sources/locales/es.po | 145 +- sources/locales/fa.po | 102 +- sources/locales/fi.po | 109 +- sources/locales/fr.po | 121 +- sources/locales/gl.po | 106 +- sources/locales/he.po | 106 +- sources/locales/hr.po | 102 +- sources/locales/hu.po | 2742 +++++++++++++++++ sources/locales/id.po | 120 +- sources/locales/io.po | 102 +- sources/locales/is.po | 113 +- sources/locales/it.po | 181 +- sources/locales/ja.po | 106 +- sources/locales/kk.po | 102 +- sources/locales/lv.po | 112 +- sources/locales/messages.pot | 578 +++- sources/locales/nl.po | 656 ++-- sources/locales/no.po | 102 +- sources/locales/oc.po | 115 +- sources/locales/pl.po | 144 +- sources/locales/pt.po | 1421 ++++----- sources/locales/ro.po | 106 +- sources/locales/ru.po | 133 +- sources/locales/uk.po | 106 +- sources/locales/zh.po | 312 +- 41 files changed, 6192 insertions(+), 2868 deletions(-) create mode 100644 sources/locales/hu.po diff --git a/CHANGELOG b/CHANGELOG index 6e3fe00..d73fa68 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,8 @@ **Changelog** +1.5 ? +- Update to movim 0.9 git2016-01-06 + 1.4 2015-12-28 - IMPORTANT (upgrades only): public pod option has been removed and replaced by SSO option. If you had a public pod --> SSO will be disabled, but xmpp whitelist will allow only your domain. This can be changed using Movim admin (example.org/movim/?admin). diff --git a/sources/CMakeLists.txt b/sources/CMakeLists.txt index bf563fc..404b07e 100644 --- a/sources/CMakeLists.txt +++ b/sources/CMakeLists.txt @@ -16,7 +16,7 @@ set(VERSION_PATCH "${MOVIM_VERSION_PATCH}") install(DIRECTORY "debian/etc" DESTINATION "/") install(DIRECTORY "debian/lib" DESTINATION "/") install(DIRECTORY "app" DESTINATION "/usr/share/${CMAKE_PROJECT_NAME}") -install(DIRECTORY "src" DESTINATION "/usr/share/${CMAKE_PROJECT_NAME}") +install(DIRECTORY "src" DESTINATION "/var/lib/${CMAKE_PROJECT_NAME}") install(DIRECTORY "system" DESTINATION "/usr/share/${CMAKE_PROJECT_NAME}") install(DIRECTORY "lib" DESTINATION "/var/lib/${CMAKE_PROJECT_NAME}") install(DIRECTORY "locales" DESTINATION "/var/lib/${CMAKE_PROJECT_NAME}") diff --git a/sources/app/widgets/Contact/_contact.tpl b/sources/app/widgets/Contact/_contact.tpl index b6a2228..e5fdfba 100644 --- a/sources/app/widgets/Contact/_contact.tpl +++ b/sources/app/widgets/Contact/_contact.tpl @@ -36,8 +36,8 @@ -
    -
  • +
      +
    • {if="$url"} @@ -50,10 +50,9 @@

      {$contact->getTrueName()}

      {$contact->jid}

    • - + {/if}
    diff --git a/sources/app/widgets/Roster/locales.ini b/sources/app/widgets/Roster/locales.ini index cf33afa..813073a 100644 --- a/sources/app/widgets/Roster/locales.ini +++ b/sources/app/widgets/Roster/locales.ini @@ -15,4 +15,4 @@ results = Results added = Contact added updated = Contact updated deleted = Contact deleted -search = Search +search = Search in your contacts diff --git a/sources/app/widgets/Vcard4/locales.ini b/sources/app/widgets/Vcard4/locales.ini index 5635727..caa998d 100644 --- a/sources/app/widgets/Vcard4/locales.ini +++ b/sources/app/widgets/Vcard4/locales.ini @@ -5,22 +5,6 @@ not_updated = Profile Not Updated public = Your profile is now public restricted = Your profile is now restricted -[general] -general_title = General Informations -name = Name -nickname = Nickname -email = Email -date_of_birth = Date of Birth -gender = Gender -marital = Marital Status -website = Website -about = About Me - -[position] -position_title = Geographic Position -locality = Locality -country = Country - [accounts] accounts_title = Accounts twitter = Twitter diff --git a/sources/bootstrap.php b/sources/bootstrap.php index 0dc443a..227c1f8 100644 --- a/sources/bootstrap.php +++ b/sources/bootstrap.php @@ -255,7 +255,7 @@ class Bootstrap { $cd = new \Modl\ConfigDAO(); $config = $cd->get(); - $l = Movim\i18n\Locale::start(); + $l = \Movim\i18n\Locale::start(); if($user->isLogged()) { $lang = $user->getConfig('language'); diff --git a/sources/debian/lib/systemd/system/movim.service b/sources/debian/lib/systemd/system/movim.service index 7019dcb..4b5d7d5 100644 --- a/sources/debian/lib/systemd/system/movim.service +++ b/sources/debian/lib/systemd/system/movim.service @@ -7,6 +7,9 @@ User=www-data Type=simple ExecStart=/usr/bin/php daemon.php https://localhost/movim/ 8080 WorkingDirectory=/usr/share/movim/ +StandardOutput=syslog +SyslogIdentifier=movim +PIDFile=/run/movim.pid [Install] WantedBy=multi-user.target diff --git a/sources/debian/postinst b/sources/debian/postinst index e3051bd..97cb685 100755 --- a/sources/debian/postinst +++ b/sources/debian/postinst @@ -124,6 +124,7 @@ ln -s /var/lib/movim/lib /usr/share/movim/ 2>/dev/null ln -s /var/lib/movim/locales /usr/share/movim/ 2>/dev/null ln -s /var/lib/movim/themes /usr/share/movim/ 2>/dev/null ln -s /var/lib/movim/vendor /usr/share/movim/ 2>/dev/null +ln -s /var/lib/movim/src /usr/share/movim/ 2>/dev/null # We create the cache folder mkdir -p /var/cache/movim/cache 2>/dev/null diff --git a/sources/locales/ar.po b/sources/locales/ar.po index 4523ea5..072a5d4 100644 --- a/sources/locales/ar.po +++ b/sources/locales/ar.po @@ -92,7 +92,7 @@ msgid "" msgstr "" "Project-Id-Version: movim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-06 23:33+0200\n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" "PO-Revision-Date: 2015-10-06 21:34+0000\n" "Last-Translator: Jaussoin Timothée \n" "Language-Team: Arabic (http://www.transifex.com/movim/movim/language/ar/)\n" @@ -204,6 +204,10 @@ msgstr "" msgid "Loading" msgstr "" +#: [create]placeholder +msgid "…and start playing" +msgstr "" + #: [error]not_acceptable msgid "Not Acceptable" msgstr "" @@ -257,8 +261,9 @@ msgid "Port" msgstr "المَنفذ" #: [db]name -msgid "Database sName" -msgstr "" +#, fuzzy +msgid "Database Name" +msgstr "نوع قاعدة البيانات" #: [admin]general msgid "General Settings" @@ -366,14 +371,6 @@ msgstr "" msgid "Syslog and files" msgstr "" -#: [rewrite]title -msgid "URL Rewriting" -msgstr "" - -#: [rewrite]info -msgid "The URL Rewriting can be enabled" -msgstr "" - #: [admin]compatibility msgid "General Overview" msgstr "" @@ -406,10 +403,6 @@ msgstr "" msgid "Read and write rights for the webserver in Movims root directory" msgstr "" -#: [compatibility]rewrite -msgid "The URL Rewriting support is currently disabled" -msgstr "" - #: [compatibility]db msgid "The database need to be updated, go to the database panel to fix this" msgstr "" @@ -494,6 +487,10 @@ msgstr "" msgid "Avatar Not Updated" msgstr "" +#: [avatar]missing +msgid "No avatar defined yet" +msgstr "" + #: [blog]title [feed]title msgid "%s's feed" msgstr "" @@ -502,6 +499,10 @@ msgstr "" msgid "This user has not posted anything right now" msgstr "" +#: [blog]private +msgid "This content is private, please login to see it" +msgstr "" + #: [title]conferences msgid "Conferences" msgstr "" @@ -584,6 +585,10 @@ msgstr "" msgid "Contact gone" msgstr "" +#: [message]history +msgid "%s messages retrieved" +msgstr "" + #: [chat]attention msgid "%s needs your attention" msgstr "" @@ -641,7 +646,7 @@ msgid "No chats yet..." msgstr "" #: [chats]empty -msgid "Open a new conversation by clicking on the %s button bellow or visit the %s Contacts%s page." +msgid "Open a new conversation by clicking on the %s button bellow or visit the %sContacts%s page." msgstr "" #: [chats]add @@ -696,9 +701,15 @@ msgstr "" msgid "Appearence" msgstr "" -#: [config]info -msgid "This configuration is shared wherever you are connected" -msgstr "" +#: [config]not_valid +#, fuzzy +msgid "Configuration invalid" +msgstr "ضبط" + +#: [config]advanced +#, fuzzy +msgid "Advanced Configuration" +msgstr "ضبط" #: [notifications]message msgid "Notify on incoming message" @@ -708,6 +719,10 @@ msgstr "" msgid "Use desktop notifications" msgstr "" +#: [cssurl]label +msgid "Custom CSS URL for your blog" +msgstr "" + #: [general]legend [general]general_title msgid "General Informations" msgstr "معلومات عامة" @@ -820,6 +835,10 @@ msgstr "" msgid "Last public post" msgstr "" +#: [blog]visit +msgid "Visit the blog to see all the public posts" +msgstr "" + #: [subscription]to msgid "You can see this contact status" msgstr "" @@ -1004,18 +1023,6 @@ msgstr "" msgid "This server doesn't exists" msgstr "" -#: [menu]all -msgid "All" -msgstr "الكل" - -#: [menu]refresh -msgid "Refresh all the streams" -msgstr "" - -#: [menu]me -msgid "My publications" -msgstr "" - #: [roster]search msgid "Search in your contacts" msgstr "" @@ -1121,7 +1128,7 @@ msgid "Chat with the team ?" msgstr "" #: [chatroom]button -msgid "Join the Chatroom" +msgid "Add the chatroom" msgstr "" #: [init]location @@ -1213,10 +1220,6 @@ msgstr "" msgid "The server takes too much time to respond" msgstr "" -#: [error]too_old -msgid "Your web browser is too old to use with Movim." -msgstr "المتصفح الذي تستخدمه أقدم من أن يُشغّل Movim!" - #: [error]websocket msgid "Movim cannot talk with the server, please try again later (Websocket connection error)" msgstr "" @@ -1299,13 +1302,17 @@ msgid "Welcome on your news feed, here you will see all the posts published by y msgstr "" #: [menu]refresh -msgid "Refreshing all the streams" +msgid "Refresh all the streams" msgstr "" #: [menu]public msgid "This post is public" msgstr "" +#: [menu]all +msgid "All" +msgstr "الكل" + #: [affiliations]title msgid "Manage your members" msgstr "" @@ -1342,10 +1349,6 @@ msgstr "" msgid "%s wants to talk with you" msgstr "" -#: [notifs]manage -msgid "Manage" -msgstr "" - #: [post]news_feed msgid "News Feed" msgstr "" @@ -1390,12 +1393,12 @@ msgstr "" msgid "Publish this post publicly?" msgstr "" -#: [post]blog_add -msgid "Post published on your blog" +#: [post]public_yes +msgid "This post is now public" msgstr "" -#: [post]blog_remove -msgid "Post removed from your blog" +#: [post]public_no +msgid "This post is now private" msgstr "" #: [post]delete_title [post]delete @@ -1406,6 +1409,10 @@ msgstr "حذف هذه التدوينة" msgid "You are going to delete this post, please confirm your action" msgstr "" +#: [post]discover +msgid "Discover more articles on the Groups page" +msgstr "" + #: [post]comments_disabled msgid "Comments disabled" msgstr "" @@ -1470,10 +1477,6 @@ msgstr "" msgid "This picture will be added to your gallery" msgstr "" -#: [post]embed_tip -msgid "You can also use services like Imgur or Flickr to host your picture and paste the link here." -msgstr "" - #: [publish]valid_url msgid "Please enter a valid url" msgstr "" @@ -1486,6 +1489,10 @@ msgstr "" msgid "Please provide a title" msgstr "" +#: [publish]edit +msgid "Edit post" +msgstr "" + #: [publish]title msgid "Publish" msgstr "" @@ -1876,6 +1883,10 @@ msgstr "" msgid "Room" msgstr "" +#: [page]tag +msgid "Tag" +msgstr "" + #: [error]error msgid "Error: %s" msgstr "خطأ: %s" @@ -2729,3 +2740,6 @@ msgstr "" #: [field]type_here msgid "Type here" msgstr "" + +#~ msgid "Your web browser is too old to use with Movim." +#~ msgstr "المتصفح الذي تستخدمه أقدم من أن يُشغّل Movim!" diff --git a/sources/locales/be.po b/sources/locales/be.po index 6605413..051c26d 100644 --- a/sources/locales/be.po +++ b/sources/locales/be.po @@ -93,7 +93,7 @@ msgid "" msgstr "" "Project-Id-Version: Movim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-06 23:33+0200\n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" "PO-Revision-Date: 2011-10-26 21:31+0000\n" "Last-Translator: edhelas \n" "Language-Team: LANGUAGE \n" @@ -207,6 +207,10 @@ msgstr "" msgid "Loading" msgstr "" +#: [create]placeholder +msgid "…and start playing" +msgstr "" + #: [error]not_acceptable msgid "Not Acceptable" msgstr "" @@ -260,7 +264,7 @@ msgid "Port" msgstr "" #: [db]name -msgid "Database sName" +msgid "Database Name" msgstr "" #: [admin]general @@ -369,14 +373,6 @@ msgstr "" msgid "Syslog and files" msgstr "" -#: [rewrite]title -msgid "URL Rewriting" -msgstr "" - -#: [rewrite]info -msgid "The URL Rewriting can be enabled" -msgstr "" - #: [admin]compatibility msgid "General Overview" msgstr "" @@ -409,10 +405,6 @@ msgstr "" msgid "Read and write rights for the webserver in Movims root directory" msgstr "" -#: [compatibility]rewrite -msgid "The URL Rewriting support is currently disabled" -msgstr "" - #: [compatibility]db msgid "The database need to be updated, go to the database panel to fix this" msgstr "" @@ -497,6 +489,10 @@ msgstr "" msgid "Avatar Not Updated" msgstr "" +#: [avatar]missing +msgid "No avatar defined yet" +msgstr "" + #: [blog]title [feed]title msgid "%s's feed" msgstr "" @@ -505,6 +501,10 @@ msgstr "" msgid "This user has not posted anything right now" msgstr "" +#: [blog]private +msgid "This content is private, please login to see it" +msgstr "" + #: [title]conferences msgid "Conferences" msgstr "" @@ -587,6 +587,10 @@ msgstr "" msgid "Contact gone" msgstr "" +#: [message]history +msgid "%s messages retrieved" +msgstr "" + #: [chat]attention msgid "%s needs your attention" msgstr "" @@ -644,7 +648,7 @@ msgid "No chats yet..." msgstr "" #: [chats]empty -msgid "Open a new conversation by clicking on the %s button bellow or visit the %s Contacts%s page." +msgid "Open a new conversation by clicking on the %s button bellow or visit the %sContacts%s page." msgstr "" #: [chats]add @@ -699,9 +703,15 @@ msgstr "" msgid "Appearence" msgstr "" -#: [config]info -msgid "This configuration is shared wherever you are connected" -msgstr "" +#: [config]not_valid +#, fuzzy +msgid "Configuration invalid" +msgstr "Канфігурацыя" + +#: [config]advanced +#, fuzzy +msgid "Advanced Configuration" +msgstr "Канфігурацыя" #: [notifications]message msgid "Notify on incoming message" @@ -711,6 +721,10 @@ msgstr "" msgid "Use desktop notifications" msgstr "" +#: [cssurl]label +msgid "Custom CSS URL for your blog" +msgstr "" + #: [general]legend [general]general_title msgid "General Informations" msgstr "" @@ -823,6 +837,10 @@ msgstr "" msgid "Last public post" msgstr "" +#: [blog]visit +msgid "Visit the blog to see all the public posts" +msgstr "" + #: [subscription]to msgid "You can see this contact status" msgstr "" @@ -1007,18 +1025,6 @@ msgstr "" msgid "This server doesn't exists" msgstr "" -#: [menu]all -msgid "All" -msgstr "" - -#: [menu]refresh -msgid "Refresh all the streams" -msgstr "" - -#: [menu]me -msgid "My publications" -msgstr "" - #: [roster]search msgid "Search in your contacts" msgstr "" @@ -1124,7 +1130,7 @@ msgid "Chat with the team ?" msgstr "" #: [chatroom]button -msgid "Join the Chatroom" +msgid "Add the chatroom" msgstr "" #: [init]location @@ -1216,10 +1222,6 @@ msgstr "" msgid "The server takes too much time to respond" msgstr "" -#: [error]too_old -msgid "Your web browser is too old to use with Movim." -msgstr "" - #: [error]websocket msgid "Movim cannot talk with the server, please try again later (Websocket connection error)" msgstr "" @@ -1302,13 +1304,17 @@ msgid "Welcome on your news feed, here you will see all the posts published by y msgstr "" #: [menu]refresh -msgid "Refreshing all the streams" +msgid "Refresh all the streams" msgstr "" #: [menu]public msgid "This post is public" msgstr "" +#: [menu]all +msgid "All" +msgstr "" + #: [affiliations]title msgid "Manage your members" msgstr "" @@ -1345,10 +1351,6 @@ msgstr "" msgid "%s wants to talk with you" msgstr "" -#: [notifs]manage -msgid "Manage" -msgstr "" - #: [post]news_feed msgid "News Feed" msgstr "" @@ -1393,12 +1395,12 @@ msgstr "" msgid "Publish this post publicly?" msgstr "" -#: [post]blog_add -msgid "Post published on your blog" +#: [post]public_yes +msgid "This post is now public" msgstr "" -#: [post]blog_remove -msgid "Post removed from your blog" +#: [post]public_no +msgid "This post is now private" msgstr "" #: [post]delete_title [post]delete @@ -1409,6 +1411,10 @@ msgstr "" msgid "You are going to delete this post, please confirm your action" msgstr "" +#: [post]discover +msgid "Discover more articles on the Groups page" +msgstr "" + #: [post]comments_disabled msgid "Comments disabled" msgstr "" @@ -1473,10 +1479,6 @@ msgstr "" msgid "This picture will be added to your gallery" msgstr "" -#: [post]embed_tip -msgid "You can also use services like Imgur or Flickr to host your picture and paste the link here." -msgstr "" - #: [publish]valid_url msgid "Please enter a valid url" msgstr "" @@ -1489,6 +1491,10 @@ msgstr "" msgid "Please provide a title" msgstr "" +#: [publish]edit +msgid "Edit post" +msgstr "" + #: [publish]title msgid "Publish" msgstr "" @@ -1879,6 +1885,10 @@ msgstr "" msgid "Room" msgstr "" +#: [page]tag +msgid "Tag" +msgstr "" + #: [error]error msgid "Error: %s" msgstr "" diff --git a/sources/locales/bn.po b/sources/locales/bn.po index 2a67791..9211bf3 100644 --- a/sources/locales/bn.po +++ b/sources/locales/bn.po @@ -95,7 +95,7 @@ msgid "" msgstr "" "Project-Id-Version: movim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-06 23:33+0200\n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" "PO-Revision-Date: 2014-05-23 12:58+0000\n" "Last-Translator: Guruvai Oronno Bangalee \n" "Language-Team: Bengali \n" @@ -207,6 +207,10 @@ msgstr "" msgid "Loading" msgstr "" +#: [create]placeholder +msgid "…and start playing" +msgstr "" + #: [error]not_acceptable msgid "Not Acceptable" msgstr "" @@ -260,7 +264,7 @@ msgid "Port" msgstr "" #: [db]name -msgid "Database sName" +msgid "Database Name" msgstr "" #: [admin]general @@ -369,14 +373,6 @@ msgstr "" msgid "Syslog and files" msgstr "" -#: [rewrite]title -msgid "URL Rewriting" -msgstr "" - -#: [rewrite]info -msgid "The URL Rewriting can be enabled" -msgstr "" - #: [admin]compatibility msgid "General Overview" msgstr "" @@ -409,10 +405,6 @@ msgstr "" msgid "Read and write rights for the webserver in Movims root directory" msgstr "" -#: [compatibility]rewrite -msgid "The URL Rewriting support is currently disabled" -msgstr "" - #: [compatibility]db msgid "The database need to be updated, go to the database panel to fix this" msgstr "" @@ -497,6 +489,10 @@ msgstr "" msgid "Avatar Not Updated" msgstr "" +#: [avatar]missing +msgid "No avatar defined yet" +msgstr "" + #: [blog]title [feed]title msgid "%s's feed" msgstr "" @@ -505,6 +501,10 @@ msgstr "" msgid "This user has not posted anything right now" msgstr "" +#: [blog]private +msgid "This content is private, please login to see it" +msgstr "" + #: [title]conferences msgid "Conferences" msgstr "" @@ -587,6 +587,10 @@ msgstr "" msgid "Contact gone" msgstr "" +#: [message]history +msgid "%s messages retrieved" +msgstr "" + #: [chat]attention msgid "%s needs your attention" msgstr "" @@ -644,7 +648,7 @@ msgid "No chats yet..." msgstr "" #: [chats]empty -msgid "Open a new conversation by clicking on the %s button bellow or visit the %s Contacts%s page." +msgid "Open a new conversation by clicking on the %s button bellow or visit the %sContacts%s page." msgstr "" #: [chats]add @@ -699,8 +703,12 @@ msgstr "" msgid "Appearence" msgstr "" -#: [config]info -msgid "This configuration is shared wherever you are connected" +#: [config]not_valid +msgid "Configuration invalid" +msgstr "" + +#: [config]advanced +msgid "Advanced Configuration" msgstr "" #: [notifications]message @@ -711,6 +719,10 @@ msgstr "" msgid "Use desktop notifications" msgstr "" +#: [cssurl]label +msgid "Custom CSS URL for your blog" +msgstr "" + #: [general]legend [general]general_title msgid "General Informations" msgstr "" @@ -823,6 +835,10 @@ msgstr "" msgid "Last public post" msgstr "" +#: [blog]visit +msgid "Visit the blog to see all the public posts" +msgstr "" + #: [subscription]to msgid "You can see this contact status" msgstr "" @@ -1007,18 +1023,6 @@ msgstr "" msgid "This server doesn't exists" msgstr "" -#: [menu]all -msgid "All" -msgstr "" - -#: [menu]refresh -msgid "Refresh all the streams" -msgstr "" - -#: [menu]me -msgid "My publications" -msgstr "" - #: [roster]search msgid "Search in your contacts" msgstr "" @@ -1124,7 +1128,7 @@ msgid "Chat with the team ?" msgstr "" #: [chatroom]button -msgid "Join the Chatroom" +msgid "Add the chatroom" msgstr "" #: [init]location @@ -1216,10 +1220,6 @@ msgstr "" msgid "The server takes too much time to respond" msgstr "" -#: [error]too_old -msgid "Your web browser is too old to use with Movim." -msgstr "" - #: [error]websocket msgid "Movim cannot talk with the server, please try again later (Websocket connection error)" msgstr "" @@ -1302,13 +1302,17 @@ msgid "Welcome on your news feed, here you will see all the posts published by y msgstr "" #: [menu]refresh -msgid "Refreshing all the streams" +msgid "Refresh all the streams" msgstr "" #: [menu]public msgid "This post is public" msgstr "" +#: [menu]all +msgid "All" +msgstr "" + #: [affiliations]title msgid "Manage your members" msgstr "" @@ -1345,10 +1349,6 @@ msgstr "" msgid "%s wants to talk with you" msgstr "" -#: [notifs]manage -msgid "Manage" -msgstr "" - #: [post]news_feed msgid "News Feed" msgstr "" @@ -1393,12 +1393,12 @@ msgstr "" msgid "Publish this post publicly?" msgstr "" -#: [post]blog_add -msgid "Post published on your blog" +#: [post]public_yes +msgid "This post is now public" msgstr "" -#: [post]blog_remove -msgid "Post removed from your blog" +#: [post]public_no +msgid "This post is now private" msgstr "" #: [post]delete_title [post]delete @@ -1409,6 +1409,10 @@ msgstr "" msgid "You are going to delete this post, please confirm your action" msgstr "" +#: [post]discover +msgid "Discover more articles on the Groups page" +msgstr "" + #: [post]comments_disabled msgid "Comments disabled" msgstr "" @@ -1473,10 +1477,6 @@ msgstr "" msgid "This picture will be added to your gallery" msgstr "" -#: [post]embed_tip -msgid "You can also use services like Imgur or Flickr to host your picture and paste the link here." -msgstr "" - #: [publish]valid_url msgid "Please enter a valid url" msgstr "" @@ -1489,6 +1489,10 @@ msgstr "" msgid "Please provide a title" msgstr "" +#: [publish]edit +msgid "Edit post" +msgstr "" + #: [publish]title msgid "Publish" msgstr "" @@ -1879,6 +1883,10 @@ msgstr "" msgid "Room" msgstr "" +#: [page]tag +msgid "Tag" +msgstr "" + #: [error]error msgid "Error: %s" msgstr "" diff --git a/sources/locales/br.po b/sources/locales/br.po index 8009ee2..6fc7052 100644 --- a/sources/locales/br.po +++ b/sources/locales/br.po @@ -93,7 +93,7 @@ msgid "" msgstr "" "Project-Id-Version: Movim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-06 23:33+0200\n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" "PO-Revision-Date: 2013-07-27 17:06+0000\n" "Last-Translator: Gwenn M \n" "Language-Team: LANGUAGE \n" @@ -208,6 +208,10 @@ msgstr "" msgid "Loading" msgstr "" +#: [create]placeholder +msgid "…and start playing" +msgstr "" + #: [error]not_acceptable msgid "Not Acceptable" msgstr "" @@ -261,7 +265,7 @@ msgid "Port" msgstr "" #: [db]name -msgid "Database sName" +msgid "Database Name" msgstr "" #: [admin]general @@ -372,14 +376,6 @@ msgstr "" msgid "Syslog and files" msgstr "" -#: [rewrite]title -msgid "URL Rewriting" -msgstr "" - -#: [rewrite]info -msgid "The URL Rewriting can be enabled" -msgstr "" - #: [admin]compatibility msgid "General Overview" msgstr "" @@ -412,10 +408,6 @@ msgstr "" msgid "Read and write rights for the webserver in Movims root directory" msgstr "" -#: [compatibility]rewrite -msgid "The URL Rewriting support is currently disabled" -msgstr "" - #: [compatibility]db msgid "The database need to be updated, go to the database panel to fix this" msgstr "" @@ -500,6 +492,10 @@ msgstr "" msgid "Avatar Not Updated" msgstr "" +#: [avatar]missing +msgid "No avatar defined yet" +msgstr "" + #: [blog]title [feed]title msgid "%s's feed" msgstr "" @@ -508,6 +504,10 @@ msgstr "" msgid "This user has not posted anything right now" msgstr "" +#: [blog]private +msgid "This content is private, please login to see it" +msgstr "" + #: [title]conferences msgid "Conferences" msgstr "" @@ -592,6 +592,10 @@ msgstr "" msgid "Contact gone" msgstr "" +#: [message]history +msgid "%s messages retrieved" +msgstr "" + #: [chat]attention msgid "%s needs your attention" msgstr "" @@ -649,7 +653,7 @@ msgid "No chats yet..." msgstr "" #: [chats]empty -msgid "Open a new conversation by clicking on the %s button bellow or visit the %s Contacts%s page." +msgid "Open a new conversation by clicking on the %s button bellow or visit the %sContacts%s page." msgstr "" #: [chats]add @@ -704,9 +708,15 @@ msgstr "" msgid "Appearence" msgstr "" -#: [config]info -msgid "This configuration is shared wherever you are connected" -msgstr "" +#: [config]not_valid +#, fuzzy +msgid "Configuration invalid" +msgstr "Kefluniadur" + +#: [config]advanced +#, fuzzy +msgid "Advanced Configuration" +msgstr "Kefluniadur" #: [notifications]message msgid "Notify on incoming message" @@ -716,6 +726,10 @@ msgstr "" msgid "Use desktop notifications" msgstr "" +#: [cssurl]label +msgid "Custom CSS URL for your blog" +msgstr "" + #: [general]legend [general]general_title msgid "General Informations" msgstr "Titouroù hollek" @@ -828,6 +842,10 @@ msgstr "" msgid "Last public post" msgstr "" +#: [blog]visit +msgid "Visit the blog to see all the public posts" +msgstr "" + #: [subscription]to #, fuzzy msgid "You can see this contact status" @@ -1013,18 +1031,6 @@ msgstr "" msgid "This server doesn't exists" msgstr "" -#: [menu]all -msgid "All" -msgstr "" - -#: [menu]refresh -msgid "Refresh all the streams" -msgstr "" - -#: [menu]me -msgid "My publications" -msgstr "" - #: [roster]search msgid "Search in your contacts" msgstr "" @@ -1130,7 +1136,7 @@ msgid "Chat with the team ?" msgstr "" #: [chatroom]button -msgid "Join the Chatroom" +msgid "Add the chatroom" msgstr "" #: [init]location @@ -1222,10 +1228,6 @@ msgstr "" msgid "The server takes too much time to respond" msgstr "" -#: [error]too_old -msgid "Your web browser is too old to use with Movim." -msgstr "Ho merdeer a zo re gozh evit implij Movim" - #: [error]websocket msgid "Movim cannot talk with the server, please try again later (Websocket connection error)" msgstr "" @@ -1308,13 +1310,17 @@ msgid "Welcome on your news feed, here you will see all the posts published by y msgstr "" #: [menu]refresh -msgid "Refreshing all the streams" +msgid "Refresh all the streams" msgstr "" #: [menu]public msgid "This post is public" msgstr "" +#: [menu]all +msgid "All" +msgstr "" + #: [affiliations]title msgid "Manage your members" msgstr "" @@ -1351,10 +1357,6 @@ msgstr "" msgid "%s wants to talk with you" msgstr "" -#: [notifs]manage -msgid "Manage" -msgstr "" - #: [post]news_feed msgid "News Feed" msgstr "" @@ -1399,12 +1401,12 @@ msgstr "" msgid "Publish this post publicly?" msgstr "" -#: [post]blog_add -msgid "Post published on your blog" +#: [post]public_yes +msgid "This post is now public" msgstr "" -#: [post]blog_remove -msgid "Post removed from your blog" +#: [post]public_no +msgid "This post is now private" msgstr "" #: [post]delete_title [post]delete @@ -1415,6 +1417,10 @@ msgstr "" msgid "You are going to delete this post, please confirm your action" msgstr "" +#: [post]discover +msgid "Discover more articles on the Groups page" +msgstr "" + #: [post]comments_disabled msgid "Comments disabled" msgstr "" @@ -1479,10 +1485,6 @@ msgstr "" msgid "This picture will be added to your gallery" msgstr "" -#: [post]embed_tip -msgid "You can also use services like Imgur or Flickr to host your picture and paste the link here." -msgstr "" - #: [publish]valid_url msgid "Please enter a valid url" msgstr "" @@ -1495,6 +1497,10 @@ msgstr "" msgid "Please provide a title" msgstr "" +#: [publish]edit +msgid "Edit post" +msgstr "" + #: [publish]title msgid "Publish" msgstr "" @@ -1887,6 +1893,10 @@ msgstr "" msgid "Room" msgstr "" +#: [page]tag +msgid "Tag" +msgstr "" + #: [error]error msgid "Error: %s" msgstr "Kudenn: %s" @@ -2744,6 +2754,9 @@ msgstr "" msgid "Type here" msgstr "" +#~ msgid "Your web browser is too old to use with Movim." +#~ msgstr "Ho merdeer a zo re gozh evit implij Movim" + #, fuzzy #~ msgid "Active contacts" #~ msgstr "Oberennoù" diff --git a/sources/locales/da.po b/sources/locales/da.po index fa9cd83..e657bb0 100644 --- a/sources/locales/da.po +++ b/sources/locales/da.po @@ -92,7 +92,7 @@ msgid "" msgstr "" "Project-Id-Version: movim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-06 23:33+0200\n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" "PO-Revision-Date: 2015-10-06 21:34+0000\n" "Last-Translator: Jaussoin Timothée \n" "Language-Team: Danish (http://www.transifex.com/movim/movim/language/da/)\n" @@ -204,6 +204,10 @@ msgstr "" msgid "Loading" msgstr "" +#: [create]placeholder +msgid "…and start playing" +msgstr "" + #: [error]not_acceptable msgid "Not Acceptable" msgstr "" @@ -257,8 +261,9 @@ msgid "Port" msgstr "Port" #: [db]name -msgid "Database sName" -msgstr "" +#, fuzzy +msgid "Database Name" +msgstr "Databasetype" #: [admin]general msgid "General Settings" @@ -366,14 +371,6 @@ msgstr "Syslog" msgid "Syslog and files" msgstr "Syslog og filer" -#: [rewrite]title -msgid "URL Rewriting" -msgstr "URL omskrivning" - -#: [rewrite]info -msgid "The URL Rewriting can be enabled" -msgstr "URL omskrivning kan slås til" - #: [admin]compatibility msgid "General Overview" msgstr "Generel oversigt" @@ -406,10 +403,6 @@ msgstr "" msgid "Read and write rights for the webserver in Movims root directory" msgstr "" -#: [compatibility]rewrite -msgid "The URL Rewriting support is currently disabled" -msgstr "URL omskrivnings understøttelse er i øjeblikket slået fra" - #: [compatibility]db msgid "The database need to be updated, go to the database panel to fix this" msgstr "" @@ -494,6 +487,10 @@ msgstr "Avatar opdateret" msgid "Avatar Not Updated" msgstr "Avatar ikke opdateret" +#: [avatar]missing +msgid "No avatar defined yet" +msgstr "" + #: [blog]title [feed]title msgid "%s's feed" msgstr "%s's feed" @@ -502,6 +499,10 @@ msgstr "%s's feed" msgid "This user has not posted anything right now" msgstr "Denne bruger har ikke postet noget endnu" +#: [blog]private +msgid "This content is private, please login to see it" +msgstr "" + #: [title]conferences msgid "Conferences" msgstr "Konferencer" @@ -584,6 +585,10 @@ msgstr "Sat i pause..." msgid "Contact gone" msgstr "Kontakt er væk" +#: [message]history +msgid "%s messages retrieved" +msgstr "" + #: [chat]attention msgid "%s needs your attention" msgstr "%s har brug for din opmærksomhed" @@ -641,7 +646,7 @@ msgid "No chats yet..." msgstr "" #: [chats]empty -msgid "Open a new conversation by clicking on the %s button bellow or visit the %s Contacts%s page." +msgid "Open a new conversation by clicking on the %s button bellow or visit the %sContacts%s page." msgstr "" #: [chats]add @@ -696,9 +701,15 @@ msgstr "Skjul offline kontakter" msgid "Appearence" msgstr "Udseende" -#: [config]info -msgid "This configuration is shared wherever you are connected" -msgstr "" +#: [config]not_valid +#, fuzzy +msgid "Configuration invalid" +msgstr "Opsætning gemt" + +#: [config]advanced +#, fuzzy +msgid "Advanced Configuration" +msgstr "Opsætning" #: [notifications]message msgid "Notify on incoming message" @@ -708,6 +719,10 @@ msgstr "Giv besked om indkomne beskeder" msgid "Use desktop notifications" msgstr "Brug skrivebordsmeddelelser" +#: [cssurl]label +msgid "Custom CSS URL for your blog" +msgstr "" + #: [general]legend [general]general_title msgid "General Informations" msgstr "Generelle informationer" @@ -820,6 +835,10 @@ msgstr "%s år" msgid "Last public post" msgstr "Sidste offentige indlæg" +#: [blog]visit +msgid "Visit the blog to see all the public posts" +msgstr "" + #: [subscription]to msgid "You can see this contact status" msgstr "" @@ -1004,18 +1023,6 @@ msgstr "%s indlæg" msgid "This server doesn't exists" msgstr "" -#: [menu]all -msgid "All" -msgstr "Alle" - -#: [menu]refresh -msgid "Refresh all the streams" -msgstr "Genopfrisk alle strømmene" - -#: [menu]me -msgid "My publications" -msgstr "" - #: [roster]search msgid "Search in your contacts" msgstr "" @@ -1121,8 +1128,9 @@ msgid "Chat with the team ?" msgstr "Chat med teamet ?" #: [chatroom]button -msgid "Join the Chatroom" -msgstr "Gå ind i chatrummet" +#, fuzzy +msgid "Add the chatroom" +msgstr "Tilføj et chatrum" #: [init]location msgid "Location node created" @@ -1213,10 +1221,6 @@ msgstr "" msgid "The server takes too much time to respond" msgstr "Serveren er for lang tid om at svare" -#: [error]too_old -msgid "Your web browser is too old to use with Movim." -msgstr "Din internet browser er for gammel til at bruge Movim." - #: [error]websocket msgid "Movim cannot talk with the server, please try again later (Websocket connection error)" msgstr "Movim kan ikke kommunikere med serveren, prøv venligst igen senere (Websocket forbindelsesfejl)" @@ -1299,13 +1303,17 @@ msgid "Welcome on your news feed, here you will see all the posts published by y msgstr "" #: [menu]refresh -msgid "Refreshing all the streams" -msgstr "Genopfriksker alle strømmende" +msgid "Refresh all the streams" +msgstr "Genopfrisk alle strømmene" #: [menu]public msgid "This post is public" msgstr "Dette indlæg er offentligt" +#: [menu]all +msgid "All" +msgstr "Alle" + #: [affiliations]title msgid "Manage your members" msgstr "Administrér dine medlemmer" @@ -1342,10 +1350,6 @@ msgstr "Ventende invitationer" msgid "%s wants to talk with you" msgstr "%s vil gerne snakke med dig" -#: [notifs]manage -msgid "Manage" -msgstr "Administrér" - #: [post]news_feed msgid "News Feed" msgstr "Nyhedsfeed" @@ -1390,13 +1394,15 @@ msgstr "" msgid "Publish this post publicly?" msgstr "" -#: [post]blog_add -msgid "Post published on your blog" -msgstr "Indlæg udgivet på din blog" +#: [post]public_yes +#, fuzzy +msgid "This post is now public" +msgstr "Dette indlæg er offentligt" -#: [post]blog_remove -msgid "Post removed from your blog" -msgstr "Indlæg fjernet fra din blog" +#: [post]public_no +#, fuzzy +msgid "This post is now private" +msgstr "Dette indlæg er offentligt" #: [post]delete_title [post]delete msgid "Delete this post" @@ -1406,6 +1412,11 @@ msgstr "Slet dette indlæg" msgid "You are going to delete this post, please confirm your action" msgstr "Du er ved at slette dette indlæg, bekræft venligst din handling" +#: [post]discover +#, fuzzy +msgid "Discover more articles on the Groups page" +msgstr "Læs alle disse artikler på nyhedssiden" + #: [post]comments_disabled msgid "Comments disabled" msgstr "Kommentarer slået fra" @@ -1470,10 +1481,6 @@ msgstr "Tags" msgid "This picture will be added to your gallery" msgstr "Dette billede vil blive tilføjet til dit galleri" -#: [post]embed_tip -msgid "You can also use services like Imgur or Flickr to host your picture and paste the link here." -msgstr "Du kan også bruge tjenester som Imgur eller Flickr til at hoste dit billede og så indsætte et link her." - #: [publish]valid_url msgid "Please enter a valid url" msgstr "Skriv venligst en gyldig url" @@ -1486,6 +1493,11 @@ msgstr "Intet indhold at forhåndsvise" msgid "Please provide a title" msgstr "" +#: [publish]edit +#, fuzzy +msgid "Edit post" +msgstr "Redigér" + #: [publish]title msgid "Publish" msgstr "" @@ -1876,6 +1888,11 @@ msgstr "Del" msgid "Room" msgstr "" +#: [page]tag +#, fuzzy +msgid "Tag" +msgstr "Tags" + #: [error]error msgid "Error: %s" msgstr "Fejl: '%s'" @@ -2729,3 +2746,33 @@ msgstr "API'en kan ikke nåes, prøv igen senere" #: [field]type_here msgid "Type here" msgstr "Skriv her" + +#~ msgid "URL Rewriting" +#~ msgstr "URL omskrivning" + +#~ msgid "The URL Rewriting can be enabled" +#~ msgstr "URL omskrivning kan slås til" + +#~ msgid "The URL Rewriting support is currently disabled" +#~ msgstr "URL omskrivnings understøttelse er i øjeblikket slået fra" + +#~ msgid "Join the Chatroom" +#~ msgstr "Gå ind i chatrummet" + +#~ msgid "Your web browser is too old to use with Movim." +#~ msgstr "Din internet browser er for gammel til at bruge Movim." + +#~ msgid "Refreshing all the streams" +#~ msgstr "Genopfriksker alle strømmende" + +#~ msgid "Manage" +#~ msgstr "Administrér" + +#~ msgid "Post published on your blog" +#~ msgstr "Indlæg udgivet på din blog" + +#~ msgid "Post removed from your blog" +#~ msgstr "Indlæg fjernet fra din blog" + +#~ msgid "You can also use services like Imgur or Flickr to host your picture and paste the link here." +#~ msgstr "Du kan også bruge tjenester som Imgur eller Flickr til at hoste dit billede og så indsætte et link her." diff --git a/sources/locales/de.po b/sources/locales/de.po index cd0bd65..25d9594 100644 --- a/sources/locales/de.po +++ b/sources/locales/de.po @@ -1,5 +1,6 @@ # # Translators: +# Lazalatin , 2015 # Johann Philipp Strathausen , 2015 # Maurice Breznik , 2015 # No , 2015 @@ -97,8 +98,8 @@ msgid "" msgstr "" "Project-Id-Version: movim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-06 23:33+0200\n" -"PO-Revision-Date: 2015-10-06 21:34+0000\n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" +"PO-Revision-Date: 2015-12-29 12:43+0000\n" "Last-Translator: Jaussoin Timothée \n" "Language-Team: German (http://www.transifex.com/movim/movim/language/de/)\n" "Language: de\n" @@ -122,7 +123,7 @@ msgstr "Übersetzer" #: [about]translators_text msgid "Thanks to all the translators" -msgstr "" +msgstr "Danke an alle Übersetzer" #: [about]software msgid "Software" @@ -187,7 +188,7 @@ msgstr "Sind Sie sicher, dass Sie es löschen wollen?" #: [account]gateway_title msgid "Gateway" -msgstr "Gateway" +msgstr "Zugang" #: [create]title [subscribe]title msgid "Create a new account" @@ -207,7 +208,11 @@ msgstr "Ihr Konto wurde erfolgreich eingerichtet" #: [create]loading msgid "Loading" -msgstr "Lade" +msgstr "Wird geladen" + +#: [create]placeholder +msgid "…and start playing" +msgstr "" #: [error]not_acceptable msgid "Not Acceptable" @@ -262,8 +267,8 @@ msgid "Port" msgstr "Anschluss (Port)" #: [db]name -msgid "Database sName" -msgstr "Datenbank sName" +msgid "Database Name" +msgstr "" #: [admin]general msgid "General Settings" @@ -371,14 +376,6 @@ msgstr "Systemprotokoll" msgid "Syslog and files" msgstr "Systemprotokoll und Dateien" -#: [rewrite]title -msgid "URL Rewriting" -msgstr "Adressumschreiben" - -#: [rewrite]info -msgid "The URL Rewriting can be enabled" -msgstr "Adressumschreiben kann aktiviert werden" - #: [admin]compatibility msgid "General Overview" msgstr "Allgemeiner Überblick" @@ -389,7 +386,7 @@ msgstr "Movim hat Probleme oder Dinge gefunden, die repariert oder verbessert we #: [compatibility]php1 msgid "Update your PHP-Version: %s" -msgstr "Bitte aktualisieren Sie Ihre PHP-Version : %s" +msgstr "Bitte aktualisieren Sie Ihre PHP-Version: %s" #: [compatibility]php2 msgid "Required: 5.3.0" @@ -411,10 +408,6 @@ msgstr "Die php5-gd-Bibliothek installieren" msgid "Read and write rights for the webserver in Movims root directory" msgstr "Lese- und Schreibrechte für den Webserver im Wurzelverzeichnis von Movim" -#: [compatibility]rewrite -msgid "The URL Rewriting support is currently disabled" -msgstr "Das Adressumschreiben ist derzeit deaktiviert" - #: [compatibility]db msgid "The database need to be updated, go to the database panel to fix this" msgstr "Die Datenbank muss aktualisiert werden. Bitte zur Datenbankverwaltung gehen, um das zu reparieren." @@ -425,7 +418,7 @@ msgstr "WebSocket-Verbindung fehlgeschlagen. Überprüfen Sie ob der Movim Serve #: [compatibility]xmpp_websocket msgid "XMPP Websocket connection error, please check the validity of the URL given in the General Configuration" -msgstr "XMPP Websocket-Verbindung fehlgeschlagen. Bitte überprüfen Sie, ob die URL in den allgemeinen Einstellungen korrekt ist." +msgstr "XMPP-Websocket-Verbindung fehlgeschlagen. Bitte überprüfen Sie, ob die Adresse in den allgemeinen Einstellungen korrekt ist." #: [schema]browser msgid "Browser" @@ -499,6 +492,10 @@ msgstr "Benutzerbild aktualisiert" msgid "Avatar Not Updated" msgstr "Benutzerbild nicht aktualisiert" +#: [avatar]missing +msgid "No avatar defined yet" +msgstr "" + #: [blog]title [feed]title msgid "%s's feed" msgstr "%ss Datenstrom" @@ -507,6 +504,10 @@ msgstr "%ss Datenstrom" msgid "This user has not posted anything right now" msgstr "Dieser Benutzer hat noch nichts veröffentlicht" +#: [blog]private +msgid "This content is private, please login to see it" +msgstr "" + #: [title]conferences msgid "Conferences" msgstr "Chaträume" @@ -589,6 +590,10 @@ msgstr "Angehalten …" msgid "Contact gone" msgstr "Kontakt verschwunden" +#: [message]history +msgid "%s messages retrieved" +msgstr "" + #: [chat]attention msgid "%s needs your attention" msgstr "%s braucht Ihre Aufmerksamkeit" @@ -646,7 +651,7 @@ msgid "No chats yet..." msgstr "Noch keine Unterhaltungen …" #: [chats]empty -msgid "Open a new conversation by clicking on the %s button bellow or visit the %s Contacts%s page." +msgid "Open a new conversation by clicking on the %s button bellow or visit the %sContacts%s page." msgstr "" #: [chats]add @@ -701,9 +706,13 @@ msgstr "Abgemeldete Kontakte ausblenden" msgid "Appearence" msgstr "Erscheinungsbild" -#: [config]info -msgid "This configuration is shared wherever you are connected" -msgstr "Diese Konfiguration wird verwendet, wo auch immer Sie sich verbinden" +#: [config]not_valid +msgid "Configuration invalid" +msgstr "" + +#: [config]advanced +msgid "Advanced Configuration" +msgstr "" #: [notifications]message msgid "Notify on incoming message" @@ -713,6 +722,10 @@ msgstr "Benachrichtigung über eingehende Nachricht" msgid "Use desktop notifications" msgstr "Schreibtischbenachrichtigung nutzen" +#: [cssurl]label +msgid "Custom CSS URL for your blog" +msgstr "" + #: [general]legend [general]general_title msgid "General Informations" msgstr "Allgemeine Angaben" @@ -825,21 +838,25 @@ msgstr "%s Jahre" msgid "Last public post" msgstr "Letzer öffentlicher Beitrag" +#: [blog]visit +msgid "Visit the blog to see all the public posts" +msgstr "" + #: [subscription]to msgid "You can see this contact status" -msgstr "Du kannst diesen Kontaktstatus sehen" +msgstr "Sie können diesen Kontaktstatus sehen" #: [subscription]to_button msgid "Share my status" -msgstr "Teile meinen Status" +msgstr "Meinen Status freigeben" #: [subscription]to_text msgid "But this contact cannot see yours" -msgstr "Aber dieser Kontakt kann deinen nicht sehen" +msgstr "Aber dieser Kontakt kann Ihren nicht sehen" #: [subscription]from msgid "You are not subscribed to this contact" -msgstr "Sie haben diesen Kontakt nicht abonniert." +msgstr "Sie haben diesen Kontakt nicht abonniert" #: [subscription]from_button msgid "Ask to subscribe" @@ -847,7 +864,7 @@ msgstr "Abonnement erfragen" #: [subscription]from_text msgid "But this contact can still see if you are online" -msgstr "Aber dieser Kontakt kann immer noch sehen, ob Sie online sind." +msgstr "Aber dieser Kontakt kann immer noch sehen, ob Sie verbunden sind" #: [subscription]nil msgid "No subscriptions" @@ -959,11 +976,11 @@ msgstr "Kontaktnachricht" #: [groups]empty_text1 msgid "You don't have any group subscriptions yet." -msgstr "" +msgstr "Sie haben noch keine Gruppen abonniert." #: [groups]empty_text2 msgid "Here you will be able to manage all your subscriptions." -msgstr "" +msgstr "Hier können Sie Ihre Abonnements verwalten." #: [groups]subscriptions msgid "My Subscriptions" @@ -991,7 +1008,7 @@ msgstr "Gruppe erfolgreich gelöscht" #: [groups]name_error msgid "Please provide a valid group name (4 characters minimum)" -msgstr "Bitte geben Sie einen validen Gruppennamen ein (mindestens 4 Zeichen)" +msgstr "Bitte geben Sie einen gültigen Gruppennamen ein (mindestens 4 Zeichen)" #: [groups]no_creation msgid "You cannot create a new Group on this server" @@ -1009,18 +1026,6 @@ msgstr "%s Beiträge" msgid "This server doesn't exists" msgstr "Dieser Server existiert nicht" -#: [menu]all -msgid "All" -msgstr "Alle" - -#: [menu]refresh -msgid "Refresh all the streams" -msgstr "Alle Daten auffrischen" - -#: [menu]me -msgid "My publications" -msgstr "" - #: [roster]search msgid "Search in your contacts" msgstr "Kontakte durchsuchen" @@ -1051,7 +1056,7 @@ msgstr "Universeller Freigabeknopf" #: [hello]share_text msgid "Bookmark or drag and drop the following button in your toolbar and use it on all the pages you want to share on Movim" -msgstr "Erstelle ein Lesezeichen oder ziehe den folgenden Button in deine Toolbar und benutze ihn auf allen Seiten die du in Movim teilen möchtest." +msgstr "Ein Lesezeichen erstellen oder den folgenden Knopf in Ihre Werkzeugleiste ziehen und ihn auf allen Seiten die Sie in Movim teilen möchten benutzen." #: [hello]share_button msgid "Share on Movim" @@ -1059,19 +1064,19 @@ msgstr "Auf Movim teilen" #: [hello]enter_title msgid "Oh! Hello!" -msgstr "" +msgstr "Oh, hallo!" #: [hello]enter_paragraph msgid "It seems that you're new there! Welcome on Movim!" -msgstr "" +msgstr "Scheint, als sind Sie neu hier. Willkommen bei Movim!" #: [hello]menu_title msgid "Check the Menu" -msgstr "" +msgstr "Menü ansehen" #: [hello]menu_paragraph msgid "All the main Movim features are accessible there. Don't hesitate to navigate through the pages to discover more!" -msgstr "" +msgstr "Alle wichtigen Funktionen von Movim können Sie hier erreichen. Zögern Sie nicht durch die Seiten zu navigieren, um mehr zu erfahren!" #: [help]faq msgid "Frequently Asked Questions" @@ -1126,8 +1131,8 @@ msgid "Chat with the team ?" msgstr "Mit dem Team sprechen?" #: [chatroom]button -msgid "Join the Chatroom" -msgstr "Den Chatraum betreten" +msgid "Add the chatroom" +msgstr "" #: [init]location msgid "Location node created" @@ -1212,16 +1217,12 @@ msgstr "Das Benutzerkonto wurde erfolgreich angelegt." #: [error]xmpp_unauthorized msgctxt "[error]xmpp_unauthorized" msgid "Your XMPP server is unauthorized" -msgstr "Ihr XMPP Server ist nicht authorisiert." +msgstr "Ihr XMPP Server ist nicht legitimiert" #: [error]mec_error msgid "The server takes too much time to respond" msgstr "Der Server braucht zum Antworten zu lange" -#: [error]too_old -msgid "Your web browser is too old to use with Movim." -msgstr "Ihr Browser ist zu alt für Movim." - #: [error]websocket msgid "Movim cannot talk with the server, please try again later (Websocket connection error)" msgstr "Movim kann den Server nicht erreichen, bitte versuchen Sie es später nochmal (Websocket-Verbindungsfehler)" @@ -1249,7 +1250,7 @@ msgstr "Ungültiges Passwortformat" #: [error]unauthorized msgctxt "[error]unauthorized" msgid "Your XMPP server is unauthorized" -msgstr "Ihr XMPP-Server ist nicht authorisiert." +msgstr "Ihr XMPP-Server ist nicht legitimiert" #: [error]conflict msgid "A Movim session is already open on an other device" @@ -1304,13 +1305,17 @@ msgid "Welcome on your news feed, here you will see all the posts published by y msgstr "Willkommen zu Ihren Neuigkeiten, hier können Sie alle Beiträge sehen, welche von Ihren Kontakten oder in Ihren abonnierten Gruppen veröffentlicht wurden." #: [menu]refresh -msgid "Refreshing all the streams" -msgstr "Alle Daten werden aufgefrischt" +msgid "Refresh all the streams" +msgstr "Alle Daten auffrischen" #: [menu]public msgid "This post is public" msgstr "Dieser Beitrag ist öffentlich" +#: [menu]all +msgid "All" +msgstr "Alle" + #: [affiliations]title msgid "Manage your members" msgstr "Mitglieder verwalten" @@ -1347,10 +1352,6 @@ msgstr "Neue Einladungen" msgid "%s wants to talk with you" msgstr "%s möchte mit Ihnen sprechen" -#: [notifs]manage -msgid "Manage" -msgstr "Verwalten" - #: [post]news_feed msgid "News Feed" msgstr "Nachrichtendaten" @@ -1395,13 +1396,13 @@ msgstr "Profil %s ansehen" msgid "Publish this post publicly?" msgstr "Diesen Beitrag öffentlich zeigen?" -#: [post]blog_add -msgid "Post published on your blog" -msgstr "Beitrag in Ihrem Blog veröffentlicht" +#: [post]public_yes +msgid "This post is now public" +msgstr "" -#: [post]blog_remove -msgid "Post removed from your blog" -msgstr "Beitrag von Ihrem Blog entfernt" +#: [post]public_no +msgid "This post is now private" +msgstr "" #: [post]delete_title [post]delete msgid "Delete this post" @@ -1411,6 +1412,10 @@ msgstr "Diesen Beitrag löschen" msgid "You are going to delete this post, please confirm your action" msgstr "Sie sind dabei Ihren Beitrag zu löschen. Möchten Sie fortfahren?" +#: [post]discover +msgid "Discover more articles on the Groups page" +msgstr "" + #: [post]comments_disabled msgid "Comments disabled" msgstr "Kommentare deaktiviert" @@ -1461,7 +1466,7 @@ msgstr "Markdown-Anleitung" #: [post]content_text msgid "You can format your content using Markdown" -msgstr "" +msgstr "Sie können ihren Text mithilfe der Markdown-Sprache formatieren" #: [post]link msgid "Link" @@ -1475,10 +1480,6 @@ msgstr "Schlagwörter" msgid "This picture will be added to your gallery" msgstr "Dieses Bild wird zu Ihrer Galerie hinzugefügt." -#: [post]embed_tip -msgid "You can also use services like Imgur or Flickr to host your picture and paste the link here." -msgstr "Sie können Dienste, wie Imgur oder Flickr dazu benutzen, um Ihre Bilder hochzuladen und deren Link hier einzufügen." - #: [publish]valid_url msgid "Please enter a valid url" msgstr "Bitte eine gültige Adresse eingeben" @@ -1489,6 +1490,10 @@ msgstr "Kein Inhalt zur Vorschau" #: [publish]no_title msgid "Please provide a title" +msgstr "Bitte einen Titel angeben" + +#: [publish]edit +msgid "Edit post" msgstr "" #: [publish]title @@ -1505,15 +1510,15 @@ msgstr "Sie können in dieser Gruppe keine Beiträge veröffentlichen." #: [publish]form_filled msgid "Some fields have been filled in. Do you still want to go back and loose their content?" -msgstr "Einige Felder wurden bereits ausgefüllt. Möchtest du dennoch zurückgehen und die Einträge verwerfen?" +msgstr "Einige Felder wurden bereits ausgefüllt. Möchten Sie dennoch zurückgehen und die Einträge verwerfen?" #: [publish]add_text msgid "Click here to add some text to your publication" -msgstr "" +msgstr "Klicken Sie hier um ihrer Veröffentlichung einen Text hinzuzufügen" #: [publish]add_text_label msgid "Add some text" -msgstr "" +msgstr "Text hinzufügen" #: [public_groups]shared msgid "Shared" @@ -1533,7 +1538,7 @@ msgstr "Sie sind noch keinem Chatraum beigetreten." #: [rooms]empty_text2 msgid "Add one by clicking on the add button." -msgstr "" +msgstr "Zum Hinzufügen klicken Sie oben auf den Hinzufügen-Knopf." #: [chatrooms]title msgid "Chatrooms" @@ -1553,7 +1558,7 @@ msgstr "Bitte geben Sie einen korrekten Spitznamen ein (zwischen 2 und 40 Zeiche #: [chatrooms]conflict msgid "Username already taken" -msgstr "" +msgstr "Benutzername bereits vergeben" #: [room]anonymous_title msgid "Public chatroom" @@ -1565,11 +1570,11 @@ msgstr "Bitte eine Raumadresse übermitteln" #: [room]anonymous_text1 msgid "You are currently logued as an anonymous user." -msgstr "Sie sind gerade als anonymer Nutzer eingeloggt." +msgstr "Sie sind gerade als anonymer Nutzer angemeldet." #: [room]anonymous_text2 msgid "You can join using your own account or create one on the login page by loging out using the cross in the top-right corner." -msgstr "Sie können mit einem eigenen Konto beitreten oder ein neues Konto erstellen, indem Sie sich mit dem Kreuz in der oberen rechten Ecke ausloggen." +msgstr "Sie können mit einem eigenen Konto beitreten oder ein neues Konto erstellen, indem Sie sich mit dem Kreuz in der oberen rechten Ecke abmelden." #: [room]anonymous_login msgid "Login on %s" @@ -1605,7 +1610,7 @@ msgstr "Bitte eine gültige Jabber-Kennung eingeben" #: [roster]no_contacts_title msgid "No contacts ?" -msgstr "Keine Kontakte ?" +msgstr "Keine Kontakte?" #: [roster]no_contacts_text msgid "You can add one using the + button bellow" @@ -1881,6 +1886,10 @@ msgstr "Teilen" msgid "Room" msgstr "Raum" +#: [page]tag +msgid "Tag" +msgstr "" + #: [error]error msgid "Error: %s" msgstr "Fehler: %s" @@ -2689,7 +2698,7 @@ msgstr "Ältere Kommentare anzeigen" #: [post]comments_loading msgid "Loading comments..." -msgstr "Kommentare werden geladen…" +msgstr "Kommentare werden geladen …" #: [post]comments_get msgid "Get the comments" diff --git a/sources/locales/el.po b/sources/locales/el.po index 75cd9c4..56a6196 100644 --- a/sources/locales/el.po +++ b/sources/locales/el.po @@ -93,7 +93,7 @@ msgid "" msgstr "" "Project-Id-Version: Movim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-06 23:33+0200\n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" "PO-Revision-Date: 2013-12-07 17:27+0000\n" "Last-Translator: aitolos \n" "Language-Team: LANGUAGE \n" @@ -208,6 +208,10 @@ msgstr "" msgid "Loading" msgstr "" +#: [create]placeholder +msgid "…and start playing" +msgstr "" + #: [error]not_acceptable msgid "Not Acceptable" msgstr "" @@ -262,7 +266,7 @@ msgstr "" #: [db]name #, fuzzy -msgid "Database sName" +msgid "Database Name" msgstr "Εντοπίστηκε βάση δεδομένων" #: [admin]general @@ -373,14 +377,6 @@ msgstr "" msgid "Syslog and files" msgstr "" -#: [rewrite]title -msgid "URL Rewriting" -msgstr "" - -#: [rewrite]info -msgid "The URL Rewriting can be enabled" -msgstr "" - #: [admin]compatibility msgid "General Overview" msgstr "" @@ -413,10 +409,6 @@ msgstr "" msgid "Read and write rights for the webserver in Movims root directory" msgstr "" -#: [compatibility]rewrite -msgid "The URL Rewriting support is currently disabled" -msgstr "" - #: [compatibility]db msgid "The database need to be updated, go to the database panel to fix this" msgstr "" @@ -501,6 +493,10 @@ msgstr "" msgid "Avatar Not Updated" msgstr "" +#: [avatar]missing +msgid "No avatar defined yet" +msgstr "" + #: [blog]title [feed]title msgid "%s's feed" msgstr "" @@ -509,6 +505,10 @@ msgstr "" msgid "This user has not posted anything right now" msgstr "" +#: [blog]private +msgid "This content is private, please login to see it" +msgstr "" + #: [title]conferences msgid "Conferences" msgstr "" @@ -593,6 +593,10 @@ msgstr "" msgid "Contact gone" msgstr "" +#: [message]history +msgid "%s messages retrieved" +msgstr "" + #: [chat]attention msgid "%s needs your attention" msgstr "" @@ -650,7 +654,7 @@ msgid "No chats yet..." msgstr "" #: [chats]empty -msgid "Open a new conversation by clicking on the %s button bellow or visit the %s Contacts%s page." +msgid "Open a new conversation by clicking on the %s button bellow or visit the %sContacts%s page." msgstr "" #: [chats]add @@ -705,9 +709,15 @@ msgstr "" msgid "Appearence" msgstr "" -#: [config]info -msgid "This configuration is shared wherever you are connected" -msgstr "" +#: [config]not_valid +#, fuzzy +msgid "Configuration invalid" +msgstr "Ρύθμιση" + +#: [config]advanced +#, fuzzy +msgid "Advanced Configuration" +msgstr "Ρύθμιση" #: [notifications]message msgid "Notify on incoming message" @@ -717,6 +727,10 @@ msgstr "" msgid "Use desktop notifications" msgstr "" +#: [cssurl]label +msgid "Custom CSS URL for your blog" +msgstr "" + #: [general]legend [general]general_title msgid "General Informations" msgstr "Γενικές πληροφορίες" @@ -829,6 +843,10 @@ msgstr "" msgid "Last public post" msgstr "" +#: [blog]visit +msgid "Visit the blog to see all the public posts" +msgstr "" + #: [subscription]to #, fuzzy msgid "You can see this contact status" @@ -1014,18 +1032,6 @@ msgstr "" msgid "This server doesn't exists" msgstr "" -#: [menu]all -msgid "All" -msgstr "" - -#: [menu]refresh -msgid "Refresh all the streams" -msgstr "" - -#: [menu]me -msgid "My publications" -msgstr "" - #: [roster]search msgid "Search in your contacts" msgstr "" @@ -1131,7 +1137,7 @@ msgid "Chat with the team ?" msgstr "" #: [chatroom]button -msgid "Join the Chatroom" +msgid "Add the chatroom" msgstr "" #: [init]location @@ -1223,10 +1229,6 @@ msgstr "" msgid "The server takes too much time to respond" msgstr "" -#: [error]too_old -msgid "Your web browser is too old to use with Movim." -msgstr "Ο περιηγητης σας είναι αρκετά παλιός για να χρησιμοποιηθεί με Movim" - #: [error]websocket msgid "Movim cannot talk with the server, please try again later (Websocket connection error)" msgstr "" @@ -1309,13 +1311,17 @@ msgid "Welcome on your news feed, here you will see all the posts published by y msgstr "" #: [menu]refresh -msgid "Refreshing all the streams" +msgid "Refresh all the streams" msgstr "" #: [menu]public msgid "This post is public" msgstr "" +#: [menu]all +msgid "All" +msgstr "" + #: [affiliations]title msgid "Manage your members" msgstr "" @@ -1352,10 +1358,6 @@ msgstr "" msgid "%s wants to talk with you" msgstr "" -#: [notifs]manage -msgid "Manage" -msgstr "" - #: [post]news_feed msgid "News Feed" msgstr "" @@ -1400,12 +1402,12 @@ msgstr "" msgid "Publish this post publicly?" msgstr "" -#: [post]blog_add -msgid "Post published on your blog" +#: [post]public_yes +msgid "This post is now public" msgstr "" -#: [post]blog_remove -msgid "Post removed from your blog" +#: [post]public_no +msgid "This post is now private" msgstr "" #: [post]delete_title [post]delete @@ -1416,6 +1418,10 @@ msgstr "" msgid "You are going to delete this post, please confirm your action" msgstr "" +#: [post]discover +msgid "Discover more articles on the Groups page" +msgstr "" + #: [post]comments_disabled msgid "Comments disabled" msgstr "" @@ -1480,10 +1486,6 @@ msgstr "" msgid "This picture will be added to your gallery" msgstr "" -#: [post]embed_tip -msgid "You can also use services like Imgur or Flickr to host your picture and paste the link here." -msgstr "" - #: [publish]valid_url msgid "Please enter a valid url" msgstr "" @@ -1496,6 +1498,10 @@ msgstr "" msgid "Please provide a title" msgstr "" +#: [publish]edit +msgid "Edit post" +msgstr "" + #: [publish]title msgid "Publish" msgstr "" @@ -1888,6 +1894,10 @@ msgstr "" msgid "Room" msgstr "" +#: [page]tag +msgid "Tag" +msgstr "" + #: [error]error msgid "Error: %s" msgstr "Σφάλμα: %s" @@ -2746,6 +2756,9 @@ msgstr "" msgid "Type here" msgstr "" +#~ msgid "Your web browser is too old to use with Movim." +#~ msgstr "Ο περιηγητης σας είναι αρκετά παλιός για να χρησιμοποιηθεί με Movim" + #~ msgid "PHP version mismatch. Movim requires PHP 5.3 minimum." #~ msgstr "Αναντιστοιχία έκδοσης της PHP. Το Movim απαιτεί τουλάχιστον την έκδοση 5.3 της PHP." diff --git a/sources/locales/eo.po b/sources/locales/eo.po index 5999e22..99bc72a 100644 --- a/sources/locales/eo.po +++ b/sources/locales/eo.po @@ -93,7 +93,7 @@ msgid "" msgstr "" "Project-Id-Version: Movim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-06 23:33+0200\n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" "PO-Revision-Date: 2013-05-11 17:33+0000\n" "Last-Translator: Baptiste Darthenay \n" "Language-Team: LANGUAGE \n" @@ -207,6 +207,10 @@ msgstr "" msgid "Loading" msgstr "" +#: [create]placeholder +msgid "…and start playing" +msgstr "" + #: [error]not_acceptable msgid "Not Acceptable" msgstr "" @@ -261,7 +265,7 @@ msgstr "" #: [db]name #, fuzzy -msgid "Database sName" +msgid "Database Name" msgstr "Datumbazo trovita" #: [admin]general @@ -372,14 +376,6 @@ msgstr "" msgid "Syslog and files" msgstr "" -#: [rewrite]title -msgid "URL Rewriting" -msgstr "" - -#: [rewrite]info -msgid "The URL Rewriting can be enabled" -msgstr "" - #: [admin]compatibility msgid "General Overview" msgstr "" @@ -413,10 +409,6 @@ msgstr "" msgid "Read and write rights for the webserver in Movims root directory" msgstr "Ebligi legi kaj skribi rajtojn on la radika dosierujo de Movim" -#: [compatibility]rewrite -msgid "The URL Rewriting support is currently disabled" -msgstr "" - #: [compatibility]db msgid "The database need to be updated, go to the database panel to fix this" msgstr "" @@ -501,6 +493,10 @@ msgstr "" msgid "Avatar Not Updated" msgstr "" +#: [avatar]missing +msgid "No avatar defined yet" +msgstr "" + #: [blog]title [feed]title msgid "%s's feed" msgstr "" @@ -509,6 +505,10 @@ msgstr "" msgid "This user has not posted anything right now" msgstr "" +#: [blog]private +msgid "This content is private, please login to see it" +msgstr "" + #: [title]conferences msgid "Conferences" msgstr "" @@ -593,6 +593,10 @@ msgstr "" msgid "Contact gone" msgstr "" +#: [message]history +msgid "%s messages retrieved" +msgstr "" + #: [chat]attention msgid "%s needs your attention" msgstr "" @@ -650,7 +654,7 @@ msgid "No chats yet..." msgstr "" #: [chats]empty -msgid "Open a new conversation by clicking on the %s button bellow or visit the %s Contacts%s page." +msgid "Open a new conversation by clicking on the %s button bellow or visit the %sContacts%s page." msgstr "" #: [chats]add @@ -705,9 +709,15 @@ msgstr "" msgid "Appearence" msgstr "" -#: [config]info -msgid "This configuration is shared wherever you are connected" -msgstr "" +#: [config]not_valid +#, fuzzy +msgid "Configuration invalid" +msgstr "Agordaĵoj" + +#: [config]advanced +#, fuzzy +msgid "Advanced Configuration" +msgstr "Agordaĵoj" #: [notifications]message msgid "Notify on incoming message" @@ -717,6 +727,10 @@ msgstr "" msgid "Use desktop notifications" msgstr "" +#: [cssurl]label +msgid "Custom CSS URL for your blog" +msgstr "" + #: [general]legend [general]general_title msgid "General Informations" msgstr "Generalaj informoj" @@ -829,6 +843,10 @@ msgstr "" msgid "Last public post" msgstr "" +#: [blog]visit +msgid "Visit the blog to see all the public posts" +msgstr "" + #: [subscription]to #, fuzzy msgid "You can see this contact status" @@ -1014,18 +1032,6 @@ msgstr "" msgid "This server doesn't exists" msgstr "" -#: [menu]all -msgid "All" -msgstr "" - -#: [menu]refresh -msgid "Refresh all the streams" -msgstr "" - -#: [menu]me -msgid "My publications" -msgstr "" - #: [roster]search msgid "Search in your contacts" msgstr "" @@ -1131,7 +1137,7 @@ msgid "Chat with the team ?" msgstr "" #: [chatroom]button -msgid "Join the Chatroom" +msgid "Add the chatroom" msgstr "" #: [init]location @@ -1223,10 +1229,6 @@ msgstr "" msgid "The server takes too much time to respond" msgstr "" -#: [error]too_old -msgid "Your web browser is too old to use with Movim." -msgstr "" - #: [error]websocket msgid "Movim cannot talk with the server, please try again later (Websocket connection error)" msgstr "" @@ -1309,13 +1311,17 @@ msgid "Welcome on your news feed, here you will see all the posts published by y msgstr "" #: [menu]refresh -msgid "Refreshing all the streams" +msgid "Refresh all the streams" msgstr "" #: [menu]public msgid "This post is public" msgstr "" +#: [menu]all +msgid "All" +msgstr "" + #: [affiliations]title msgid "Manage your members" msgstr "" @@ -1352,10 +1358,6 @@ msgstr "" msgid "%s wants to talk with you" msgstr "" -#: [notifs]manage -msgid "Manage" -msgstr "" - #: [post]news_feed msgid "News Feed" msgstr "" @@ -1400,12 +1402,12 @@ msgstr "" msgid "Publish this post publicly?" msgstr "" -#: [post]blog_add -msgid "Post published on your blog" +#: [post]public_yes +msgid "This post is now public" msgstr "" -#: [post]blog_remove -msgid "Post removed from your blog" +#: [post]public_no +msgid "This post is now private" msgstr "" #: [post]delete_title [post]delete @@ -1416,6 +1418,10 @@ msgstr "" msgid "You are going to delete this post, please confirm your action" msgstr "" +#: [post]discover +msgid "Discover more articles on the Groups page" +msgstr "" + #: [post]comments_disabled msgid "Comments disabled" msgstr "" @@ -1480,10 +1486,6 @@ msgstr "" msgid "This picture will be added to your gallery" msgstr "" -#: [post]embed_tip -msgid "You can also use services like Imgur or Flickr to host your picture and paste the link here." -msgstr "" - #: [publish]valid_url msgid "Please enter a valid url" msgstr "" @@ -1496,6 +1498,10 @@ msgstr "" msgid "Please provide a title" msgstr "" +#: [publish]edit +msgid "Edit post" +msgstr "" + #: [publish]title msgid "Publish" msgstr "" @@ -1888,6 +1894,10 @@ msgstr "" msgid "Room" msgstr "" +#: [page]tag +msgid "Tag" +msgstr "" + #: [error]error msgid "Error: %s" msgstr "Eraro: %s" diff --git a/sources/locales/es.po b/sources/locales/es.po index f0a1287..d3271a2 100644 --- a/sources/locales/es.po +++ b/sources/locales/es.po @@ -1,5 +1,6 @@ # # Translators: +# Bikalkas , 2015 # Raúl , 2015 #. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-# #. extracted from ../app/widgets/About/locales.ini @@ -93,8 +94,8 @@ msgid "" msgstr "" "Project-Id-Version: movim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-06 23:33+0200\n" -"PO-Revision-Date: 2015-10-06 21:34+0000\n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" +"PO-Revision-Date: 2015-12-29 12:43+0000\n" "Last-Translator: Jaussoin Timothée \n" "Language-Team: Spanish (http://www.transifex.com/movim/movim/language/es/)\n" "Language: es\n" @@ -118,7 +119,7 @@ msgstr "Traductores" #: [about]translators_text msgid "Thanks to all the translators" -msgstr "" +msgstr "Gracias a todos los Traductores" #: [about]software msgid "Software" @@ -183,7 +184,7 @@ msgstr "¿Está seguro de que quieres eliminarla?" #: [account]gateway_title msgid "Gateway" -msgstr "" +msgstr "Puerta de Enlace" #: [create]title [subscribe]title msgid "Create a new account" @@ -205,6 +206,10 @@ msgstr "Tu cuenta ha sido registrada exitosamente" msgid "Loading" msgstr "Cargando" +#: [create]placeholder +msgid "…and start playing" +msgstr "" + #: [error]not_acceptable msgid "Not Acceptable" msgstr "No admisible" @@ -258,7 +263,7 @@ msgid "Port" msgstr "Puerto" #: [db]name -msgid "Database sName" +msgid "Database Name" msgstr "" #: [admin]general @@ -367,14 +372,6 @@ msgstr "Syslog" msgid "Syslog and files" msgstr "Syslog y archivos" -#: [rewrite]title -msgid "URL Rewriting" -msgstr "Reescritura de la URL" - -#: [rewrite]info -msgid "The URL Rewriting can be enabled" -msgstr "La reescritura de la URL puede ser activada" - #: [admin]compatibility msgid "General Overview" msgstr "Visión general" @@ -407,10 +404,6 @@ msgstr "Instalar la librería php5-gd" msgid "Read and write rights for the webserver in Movims root directory" msgstr "Derechos de lectura y escritura para el servidor web en el directorio raíz de Movim" -#: [compatibility]rewrite -msgid "The URL Rewriting support is currently disabled" -msgstr "La reescritura de la URL está actualmente desactivada" - #: [compatibility]db msgid "The database need to be updated, go to the database panel to fix this" msgstr "La base de datos necesita ser actualizada, ve al panel de la base de datos para reparar esto" @@ -495,6 +488,10 @@ msgstr "Avatar actualizado" msgid "Avatar Not Updated" msgstr "Avatar no actualizado" +#: [avatar]missing +msgid "No avatar defined yet" +msgstr "" + #: [blog]title [feed]title msgid "%s's feed" msgstr "Contenido de %s" @@ -503,6 +500,10 @@ msgstr "Contenido de %s" msgid "This user has not posted anything right now" msgstr "Este usuario no ha publicado nada ahora mismo" +#: [blog]private +msgid "This content is private, please login to see it" +msgstr "" + #: [title]conferences msgid "Conferences" msgstr "Conferencias" @@ -585,6 +586,10 @@ msgstr "Pausado..." msgid "Contact gone" msgstr "Contacto perdido" +#: [message]history +msgid "%s messages retrieved" +msgstr "" + #: [chat]attention msgid "%s needs your attention" msgstr "%s necesita tu atención" @@ -642,7 +647,7 @@ msgid "No chats yet..." msgstr "Aún no hay conversaciones..." #: [chats]empty -msgid "Open a new conversation by clicking on the %s button bellow or visit the %s Contacts%s page." +msgid "Open a new conversation by clicking on the %s button bellow or visit the %sContacts%s page." msgstr "" #: [chats]add @@ -697,9 +702,13 @@ msgstr "Esconder los contactos desconectados" msgid "Appearence" msgstr "Aspecto" -#: [config]info -msgid "This configuration is shared wherever you are connected" -msgstr "Esta configuación es compartida dondequiera que te conectes" +#: [config]not_valid +msgid "Configuration invalid" +msgstr "" + +#: [config]advanced +msgid "Advanced Configuration" +msgstr "" #: [notifications]message msgid "Notify on incoming message" @@ -709,6 +718,10 @@ msgstr "Notificar cuando reciba un mensaje" msgid "Use desktop notifications" msgstr "Utilice notificaciones en el escritorio" +#: [cssurl]label +msgid "Custom CSS URL for your blog" +msgstr "" + #: [general]legend [general]general_title msgid "General Informations" msgstr "Informaciones generales" @@ -821,6 +834,10 @@ msgstr "%s años" msgid "Last public post" msgstr "Último post público" +#: [blog]visit +msgid "Visit the blog to see all the public posts" +msgstr "" + #: [subscription]to msgid "You can see this contact status" msgstr "Puedes ver el estado de este contacto" @@ -847,7 +864,7 @@ msgstr "Pero este contacto puede verte aún si estás en línea" #: [subscription]nil msgid "No subscriptions" -msgstr "" +msgstr "No hay subscripciones" #: [subscription]nil_button msgid "Invite" @@ -923,27 +940,27 @@ msgstr "Suscripciones" #: [group]servers msgid "Groups servers" -msgstr "" +msgstr "Grupo de Servidores" #: [group]search_server msgid "Search for a new server" -msgstr "" +msgstr "Busca un nuevo Servidor" #: [group]help_info1 msgid "Groups are the perfect way to share posts about topics that you like with all the other Movim's users." -msgstr "" +msgstr "Los grupos son la manera perfecta para compartir tus posts sobre los tópicos que te gusta con el resto de Movim" #: [group]help_info2 msgid "Choose a server and a Group and subscribe to it using the %s button in the header. You can also create a new one using the %s button." -msgstr "" +msgstr "Elige un servidor y un Grupo y suscribete a él usando el botón" #: [group]help_info3 msgid "Done? You can now publish a new post in the Group by using the %s button." -msgstr "" +msgstr "¿Has Terminado? Puedes publicar un nuevo post en el Grupo usando el botón" #: [group]help_info4 msgid "You will find a list of all your subscribed Groups in My Subscriptions and receive instantly all the new incoming posts in the %sNews%s page." -msgstr "" +msgstr "Encontrarás una lista con todos los Grupos a los que te has suscrito en Tus Subscripciones y recibe instantáneamente todos los nuevos poste en la página de novedades" #: [groups]empty_title msgid "Hello" @@ -955,11 +972,11 @@ msgstr "Publicación de contacto" #: [groups]empty_text1 msgid "You don't have any group subscriptions yet." -msgstr "" +msgstr "No te has suscrito a un grupo todavía" #: [groups]empty_text2 msgid "Here you will be able to manage all your subscriptions." -msgstr "" +msgstr "Aquí seras capaz de gestionar todas tus subscripciones" #: [groups]subscriptions msgid "My Subscriptions" @@ -1003,19 +1020,7 @@ msgstr "%s publicaciones" #: [groups]disco_error msgid "This server doesn't exists" -msgstr "" - -#: [menu]all -msgid "All" -msgstr "Todos" - -#: [menu]refresh -msgid "Refresh all the streams" -msgstr "Refrescar todas las retransmisiones" - -#: [menu]me -msgid "My publications" -msgstr "" +msgstr "Este servidor no existe" #: [roster]search msgid "Search in your contacts" @@ -1055,15 +1060,15 @@ msgstr "Compartir en Movim" #: [hello]enter_title msgid "Oh! Hello!" -msgstr "" +msgstr "¡Oh! ¡Hola!" #: [hello]enter_paragraph msgid "It seems that you're new there! Welcome on Movim!" -msgstr "" +msgstr "¡Pareces nuevo aquí! ¡Bienvenido a Movim!" #: [hello]menu_title msgid "Check the Menu" -msgstr "" +msgstr "Comprueba el menú" #: [hello]menu_paragraph msgid "All the main Movim features are accessible there. Don't hesitate to navigate through the pages to discover more!" @@ -1122,8 +1127,8 @@ msgid "Chat with the team ?" msgstr "¿Conversar con el equipo?" #: [chatroom]button -msgid "Join the Chatroom" -msgstr "Unirse a la sala de conversación" +msgid "Add the chatroom" +msgstr "" #: [init]location msgid "Location node created" @@ -1214,10 +1219,6 @@ msgstr "Tu server XMPP no está autorizado" msgid "The server takes too much time to respond" msgstr "El servidor está tardando demasiado en responder" -#: [error]too_old -msgid "Your web browser is too old to use with Movim." -msgstr "Tu navegador web es demasiado antiguo para usar Movim" - #: [error]websocket msgid "Movim cannot talk with the server, please try again later (Websocket connection error)" msgstr "Movim no puede contactar con el servidor, por favor, inténtelo de nuevo más tarde (error de conexión del Websocket)" @@ -1300,13 +1301,17 @@ msgid "Welcome on your news feed, here you will see all the posts published by y msgstr "Bienvenido al contenido de tus noticias, aquí verás todos las publicaciones de tus contactos y de los grupos a los que te has suscrito" #: [menu]refresh -msgid "Refreshing all the streams" -msgstr "Refrescando todas las transmisiones" +msgid "Refresh all the streams" +msgstr "Refrescar todas las retransmisiones" #: [menu]public msgid "This post is public" msgstr "Esta publicación es pública" +#: [menu]all +msgid "All" +msgstr "Todos" + #: [affiliations]title msgid "Manage your members" msgstr "Gestionar miembros" @@ -1343,10 +1348,6 @@ msgstr "Invitaciones pendientes" msgid "%s wants to talk with you" msgstr "%s quiere hablar contigo" -#: [notifs]manage -msgid "Manage" -msgstr "Administrar" - #: [post]news_feed msgid "News Feed" msgstr "Contenido de noticias" @@ -1391,13 +1392,13 @@ msgstr "Ver el perfil de %s" msgid "Publish this post publicly?" msgstr "" -#: [post]blog_add -msgid "Post published on your blog" -msgstr "Mensaje publicado en tu blog" +#: [post]public_yes +msgid "This post is now public" +msgstr "" -#: [post]blog_remove -msgid "Post removed from your blog" -msgstr "Mensaje eliminado de tu blog" +#: [post]public_no +msgid "This post is now private" +msgstr "" #: [post]delete_title [post]delete msgid "Delete this post" @@ -1407,6 +1408,10 @@ msgstr "Eliminar esta publicación" msgid "You are going to delete this post, please confirm your action" msgstr "Vas a eliminar esta publicación, por favor, confirma la acción" +#: [post]discover +msgid "Discover more articles on the Groups page" +msgstr "" + #: [post]comments_disabled msgid "Comments disabled" msgstr "Comentarios deshabilitados" @@ -1471,10 +1476,6 @@ msgstr "Etiquetas" msgid "This picture will be added to your gallery" msgstr "Esta imagen será añadida a tu galería" -#: [post]embed_tip -msgid "You can also use services like Imgur or Flickr to host your picture and paste the link here." -msgstr "Puedes también utilizar servicios como Imgur o Flickr para guardar tu imagen y pegar el enlace aquí." - #: [publish]valid_url msgid "Please enter a valid url" msgstr "Por favor, introduzca un enlace válido" @@ -1487,6 +1488,10 @@ msgstr "Sin contenido para ver" msgid "Please provide a title" msgstr "" +#: [publish]edit +msgid "Edit post" +msgstr "" + #: [publish]title msgid "Publish" msgstr "Publicar" @@ -1877,6 +1882,10 @@ msgstr "Compartir" msgid "Room" msgstr "Sala" +#: [page]tag +msgid "Tag" +msgstr "" + #: [error]error msgid "Error: %s" msgstr "Error: %s" diff --git a/sources/locales/fa.po b/sources/locales/fa.po index d562b21..0efe2d8 100644 --- a/sources/locales/fa.po +++ b/sources/locales/fa.po @@ -95,7 +95,7 @@ msgid "" msgstr "" "Project-Id-Version: movim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-06 23:33+0200\n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" "PO-Revision-Date: 2014-06-01 23:08+0000\n" "Last-Translator: reza \n" "Language-Team: Persian \n" @@ -207,6 +207,10 @@ msgstr "" msgid "Loading" msgstr "" +#: [create]placeholder +msgid "…and start playing" +msgstr "" + #: [error]not_acceptable msgid "Not Acceptable" msgstr "" @@ -260,7 +264,7 @@ msgid "Port" msgstr "" #: [db]name -msgid "Database sName" +msgid "Database Name" msgstr "" #: [admin]general @@ -369,14 +373,6 @@ msgstr "" msgid "Syslog and files" msgstr "" -#: [rewrite]title -msgid "URL Rewriting" -msgstr "" - -#: [rewrite]info -msgid "The URL Rewriting can be enabled" -msgstr "" - #: [admin]compatibility msgid "General Overview" msgstr "" @@ -409,10 +405,6 @@ msgstr "" msgid "Read and write rights for the webserver in Movims root directory" msgstr "" -#: [compatibility]rewrite -msgid "The URL Rewriting support is currently disabled" -msgstr "" - #: [compatibility]db msgid "The database need to be updated, go to the database panel to fix this" msgstr "" @@ -497,6 +489,10 @@ msgstr "" msgid "Avatar Not Updated" msgstr "" +#: [avatar]missing +msgid "No avatar defined yet" +msgstr "" + #: [blog]title [feed]title msgid "%s's feed" msgstr "" @@ -505,6 +501,10 @@ msgstr "" msgid "This user has not posted anything right now" msgstr "" +#: [blog]private +msgid "This content is private, please login to see it" +msgstr "" + #: [title]conferences msgid "Conferences" msgstr "" @@ -587,6 +587,10 @@ msgstr "" msgid "Contact gone" msgstr "" +#: [message]history +msgid "%s messages retrieved" +msgstr "" + #: [chat]attention msgid "%s needs your attention" msgstr "" @@ -644,7 +648,7 @@ msgid "No chats yet..." msgstr "" #: [chats]empty -msgid "Open a new conversation by clicking on the %s button bellow or visit the %s Contacts%s page." +msgid "Open a new conversation by clicking on the %s button bellow or visit the %sContacts%s page." msgstr "" #: [chats]add @@ -699,8 +703,12 @@ msgstr "" msgid "Appearence" msgstr "" -#: [config]info -msgid "This configuration is shared wherever you are connected" +#: [config]not_valid +msgid "Configuration invalid" +msgstr "" + +#: [config]advanced +msgid "Advanced Configuration" msgstr "" #: [notifications]message @@ -711,6 +719,10 @@ msgstr "" msgid "Use desktop notifications" msgstr "" +#: [cssurl]label +msgid "Custom CSS URL for your blog" +msgstr "" + #: [general]legend [general]general_title msgid "General Informations" msgstr "" @@ -823,6 +835,10 @@ msgstr "" msgid "Last public post" msgstr "" +#: [blog]visit +msgid "Visit the blog to see all the public posts" +msgstr "" + #: [subscription]to msgid "You can see this contact status" msgstr "" @@ -1007,18 +1023,6 @@ msgstr "" msgid "This server doesn't exists" msgstr "" -#: [menu]all -msgid "All" -msgstr "" - -#: [menu]refresh -msgid "Refresh all the streams" -msgstr "" - -#: [menu]me -msgid "My publications" -msgstr "" - #: [roster]search msgid "Search in your contacts" msgstr "" @@ -1124,7 +1128,7 @@ msgid "Chat with the team ?" msgstr "" #: [chatroom]button -msgid "Join the Chatroom" +msgid "Add the chatroom" msgstr "" #: [init]location @@ -1216,10 +1220,6 @@ msgstr "" msgid "The server takes too much time to respond" msgstr "" -#: [error]too_old -msgid "Your web browser is too old to use with Movim." -msgstr "" - #: [error]websocket msgid "Movim cannot talk with the server, please try again later (Websocket connection error)" msgstr "" @@ -1302,13 +1302,17 @@ msgid "Welcome on your news feed, here you will see all the posts published by y msgstr "" #: [menu]refresh -msgid "Refreshing all the streams" +msgid "Refresh all the streams" msgstr "" #: [menu]public msgid "This post is public" msgstr "" +#: [menu]all +msgid "All" +msgstr "" + #: [affiliations]title msgid "Manage your members" msgstr "" @@ -1345,10 +1349,6 @@ msgstr "" msgid "%s wants to talk with you" msgstr "" -#: [notifs]manage -msgid "Manage" -msgstr "" - #: [post]news_feed msgid "News Feed" msgstr "" @@ -1393,12 +1393,12 @@ msgstr "" msgid "Publish this post publicly?" msgstr "" -#: [post]blog_add -msgid "Post published on your blog" +#: [post]public_yes +msgid "This post is now public" msgstr "" -#: [post]blog_remove -msgid "Post removed from your blog" +#: [post]public_no +msgid "This post is now private" msgstr "" #: [post]delete_title [post]delete @@ -1409,6 +1409,10 @@ msgstr "" msgid "You are going to delete this post, please confirm your action" msgstr "" +#: [post]discover +msgid "Discover more articles on the Groups page" +msgstr "" + #: [post]comments_disabled msgid "Comments disabled" msgstr "" @@ -1473,10 +1477,6 @@ msgstr "" msgid "This picture will be added to your gallery" msgstr "" -#: [post]embed_tip -msgid "You can also use services like Imgur or Flickr to host your picture and paste the link here." -msgstr "" - #: [publish]valid_url msgid "Please enter a valid url" msgstr "" @@ -1489,6 +1489,10 @@ msgstr "" msgid "Please provide a title" msgstr "" +#: [publish]edit +msgid "Edit post" +msgstr "" + #: [publish]title msgid "Publish" msgstr "" @@ -1879,6 +1883,10 @@ msgstr "" msgid "Room" msgstr "" +#: [page]tag +msgid "Tag" +msgstr "" + #: [error]error msgid "Error: %s" msgstr "" diff --git a/sources/locales/fi.po b/sources/locales/fi.po index 9566eeb..750d30c 100644 --- a/sources/locales/fi.po +++ b/sources/locales/fi.po @@ -93,7 +93,7 @@ msgid "" msgstr "" "Project-Id-Version: Movim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-06 23:33+0200\n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" "PO-Revision-Date: 2012-07-19 13:34+0000\n" "Last-Translator: Sampo Harjula \n" "Language-Team: LANGUAGE \n" @@ -208,6 +208,10 @@ msgstr "" msgid "Loading" msgstr "" +#: [create]placeholder +msgid "…and start playing" +msgstr "" + #: [error]not_acceptable msgid "Not Acceptable" msgstr "" @@ -262,7 +266,7 @@ msgstr "" #: [db]name #, fuzzy -msgid "Database sName" +msgid "Database Name" msgstr "Tietokanta tunnistettu" #: [admin]general @@ -373,14 +377,6 @@ msgstr "" msgid "Syslog and files" msgstr "" -#: [rewrite]title -msgid "URL Rewriting" -msgstr "" - -#: [rewrite]info -msgid "The URL Rewriting can be enabled" -msgstr "" - #: [admin]compatibility msgid "General Overview" msgstr "" @@ -414,10 +410,6 @@ msgstr "" msgid "Read and write rights for the webserver in Movims root directory" msgstr "kirjoitus- ja lukuoikeudet Movim-juurihakemistoon" -#: [compatibility]rewrite -msgid "The URL Rewriting support is currently disabled" -msgstr "" - #: [compatibility]db msgid "The database need to be updated, go to the database panel to fix this" msgstr "" @@ -502,6 +494,10 @@ msgstr "" msgid "Avatar Not Updated" msgstr "" +#: [avatar]missing +msgid "No avatar defined yet" +msgstr "" + #: [blog]title [feed]title msgid "%s's feed" msgstr "" @@ -510,6 +506,10 @@ msgstr "" msgid "This user has not posted anything right now" msgstr "" +#: [blog]private +msgid "This content is private, please login to see it" +msgstr "" + #: [title]conferences msgid "Conferences" msgstr "" @@ -594,6 +594,10 @@ msgstr "" msgid "Contact gone" msgstr "" +#: [message]history +msgid "%s messages retrieved" +msgstr "" + #: [chat]attention msgid "%s needs your attention" msgstr "" @@ -651,7 +655,7 @@ msgid "No chats yet..." msgstr "" #: [chats]empty -msgid "Open a new conversation by clicking on the %s button bellow or visit the %s Contacts%s page." +msgid "Open a new conversation by clicking on the %s button bellow or visit the %sContacts%s page." msgstr "" #: [chats]add @@ -706,9 +710,15 @@ msgstr "" msgid "Appearence" msgstr "" -#: [config]info -msgid "This configuration is shared wherever you are connected" -msgstr "" +#: [config]not_valid +#, fuzzy +msgid "Configuration invalid" +msgstr "Asetukset" + +#: [config]advanced +#, fuzzy +msgid "Advanced Configuration" +msgstr "Asetukset" #: [notifications]message msgid "Notify on incoming message" @@ -718,6 +728,10 @@ msgstr "" msgid "Use desktop notifications" msgstr "" +#: [cssurl]label +msgid "Custom CSS URL for your blog" +msgstr "" + #: [general]legend [general]general_title msgid "General Informations" msgstr "Perustiedot" @@ -830,6 +844,10 @@ msgstr "" msgid "Last public post" msgstr "" +#: [blog]visit +msgid "Visit the blog to see all the public posts" +msgstr "" + #: [subscription]to #, fuzzy msgid "You can see this contact status" @@ -1016,18 +1034,6 @@ msgstr "" msgid "This server doesn't exists" msgstr "Tämä palvelin ylläpitää %s käyttäjätiliä" -#: [menu]all -msgid "All" -msgstr "Kaikki" - -#: [menu]refresh -msgid "Refresh all the streams" -msgstr "" - -#: [menu]me -msgid "My publications" -msgstr "" - #: [roster]search msgid "Search in your contacts" msgstr "" @@ -1133,7 +1139,7 @@ msgid "Chat with the team ?" msgstr "" #: [chatroom]button -msgid "Join the Chatroom" +msgid "Add the chatroom" msgstr "" #: [init]location @@ -1225,10 +1231,6 @@ msgstr "" msgid "The server takes too much time to respond" msgstr "" -#: [error]too_old -msgid "Your web browser is too old to use with Movim." -msgstr "Selaimesi on liian vanha Movimille, lataa uudempi" - #: [error]websocket msgid "Movim cannot talk with the server, please try again later (Websocket connection error)" msgstr "" @@ -1311,13 +1313,17 @@ msgid "Welcome on your news feed, here you will see all the posts published by y msgstr "" #: [menu]refresh -msgid "Refreshing all the streams" +msgid "Refresh all the streams" msgstr "" #: [menu]public msgid "This post is public" msgstr "" +#: [menu]all +msgid "All" +msgstr "Kaikki" + #: [affiliations]title msgid "Manage your members" msgstr "" @@ -1354,10 +1360,6 @@ msgstr "" msgid "%s wants to talk with you" msgstr "" -#: [notifs]manage -msgid "Manage" -msgstr "" - #: [post]news_feed msgid "News Feed" msgstr "" @@ -1402,12 +1404,12 @@ msgstr "" msgid "Publish this post publicly?" msgstr "" -#: [post]blog_add -msgid "Post published on your blog" +#: [post]public_yes +msgid "This post is now public" msgstr "" -#: [post]blog_remove -msgid "Post removed from your blog" +#: [post]public_no +msgid "This post is now private" msgstr "" #: [post]delete_title [post]delete @@ -1418,6 +1420,10 @@ msgstr "" msgid "You are going to delete this post, please confirm your action" msgstr "" +#: [post]discover +msgid "Discover more articles on the Groups page" +msgstr "" + #: [post]comments_disabled msgid "Comments disabled" msgstr "" @@ -1482,10 +1488,6 @@ msgstr "" msgid "This picture will be added to your gallery" msgstr "" -#: [post]embed_tip -msgid "You can also use services like Imgur or Flickr to host your picture and paste the link here." -msgstr "" - #: [publish]valid_url msgid "Please enter a valid url" msgstr "" @@ -1498,6 +1500,10 @@ msgstr "" msgid "Please provide a title" msgstr "" +#: [publish]edit +msgid "Edit post" +msgstr "" + #: [publish]title msgid "Publish" msgstr "" @@ -1891,6 +1897,10 @@ msgstr "" msgid "Room" msgstr "" +#: [page]tag +msgid "Tag" +msgstr "" + #: [error]error msgid "Error: %s" msgstr "Virhe: %s" @@ -2749,6 +2759,9 @@ msgstr "" msgid "Type here" msgstr "" +#~ msgid "Your web browser is too old to use with Movim." +#~ msgstr "Selaimesi on liian vanha Movimille, lataa uudempi" + #, fuzzy #~ msgid "Active contacts" #~ msgstr "Toimenpiteet" diff --git a/sources/locales/fr.po b/sources/locales/fr.po index dafb77e..f4444be 100644 --- a/sources/locales/fr.po +++ b/sources/locales/fr.po @@ -1,5 +1,6 @@ # # Translators: +# Cypouz, 2015 # Éfrit, 2015 # Jaussoin Timothée , 2015 # Maxime Buquet , 2015 @@ -97,8 +98,8 @@ msgid "" msgstr "" "Project-Id-Version: movim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-06 23:33+0200\n" -"PO-Revision-Date: 2015-10-08 06:51+0000\n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" +"PO-Revision-Date: 2015-12-29 12:51+0000\n" "Last-Translator: Jaussoin Timothée \n" "Language-Team: French (France) (http://www.transifex.com/movim/movim/language/fr_FR/)\n" "Language: fr_FR\n" @@ -209,6 +210,10 @@ msgstr "Compte créé avec succès" msgid "Loading" msgstr "Chargement" +#: [create]placeholder +msgid "…and start playing" +msgstr "…et amusez-vous" + #: [error]not_acceptable msgid "Not Acceptable" msgstr "Non acceptable" @@ -262,8 +267,8 @@ msgid "Port" msgstr "Port" #: [db]name -msgid "Database sName" -msgstr "" +msgid "Database Name" +msgstr "Nom de la base de données" #: [admin]general msgid "General Settings" @@ -371,14 +376,6 @@ msgstr "Journal système (syslog)" msgid "Syslog and files" msgstr "Journal système et fichiers" -#: [rewrite]title -msgid "URL Rewriting" -msgstr "Réécriture d’URL" - -#: [rewrite]info -msgid "The URL Rewriting can be enabled" -msgstr "La réécriture d’URL peut être activée" - #: [admin]compatibility msgid "General Overview" msgstr "Aperçu général" @@ -411,10 +408,6 @@ msgstr "Installez la librairie php5-gd" msgid "Read and write rights for the webserver in Movims root directory" msgstr "Droits de lecture et d’écriture pour le serveur web dans le dossier racine de Movim" -#: [compatibility]rewrite -msgid "The URL Rewriting support is currently disabled" -msgstr "Le support des URI simplifiées (URL Rewriting) est actuellement désactivé" - #: [compatibility]db msgid "The database need to be updated, go to the database panel to fix this" msgstr "La base de données doit être mise à jour, allez dans son panneau pour résoudre ce problème" @@ -499,6 +492,10 @@ msgstr "Avatar mis à jour" msgid "Avatar Not Updated" msgstr "Avatar non mis à jour" +#: [avatar]missing +msgid "No avatar defined yet" +msgstr "Aucun avatar définit pour le moment" + #: [blog]title [feed]title msgid "%s's feed" msgstr "Flux de %s" @@ -507,6 +504,10 @@ msgstr "Flux de %s" msgid "This user has not posted anything right now" msgstr "Cet utilisateur n’a rien publié pour le moment" +#: [blog]private +msgid "This content is private, please login to see it" +msgstr "Ce contenu est privé, veuillez vous connecter pour le consulter" + #: [title]conferences msgid "Conferences" msgstr "Conférences" @@ -589,6 +590,10 @@ msgstr "En pause…" msgid "Contact gone" msgstr "Le contact est absent pour le moment" +#: [message]history +msgid "%s messages retrieved" +msgstr "%s messages récupérés" + #: [chat]attention msgid "%s needs your attention" msgstr "%s a besoin de votre attention" @@ -646,8 +651,8 @@ msgid "No chats yet..." msgstr "Pas de discussions pour le moment" #: [chats]empty -msgid "Open a new conversation by clicking on the %s button bellow or visit the %s Contacts%s page." -msgstr "Commencez une nouvelle conversation en cliquant sur le bouton plus ci-dessous ou visitez la page %s Contacts%s." +msgid "Open a new conversation by clicking on the %s button bellow or visit the %sContacts%s page." +msgstr "Commencez une nouvelle conversation en cliquant sur le bouton %s ci-dessous ou visitez la page %sContacts%s." #: [chats]add msgid "Chat with a contact" @@ -701,9 +706,13 @@ msgstr "Cacher les contacts hors ligne" msgid "Appearence" msgstr "Apparence" -#: [config]info -msgid "This configuration is shared wherever you are connected" -msgstr "Cette configuration est partagée partout où vous vous connectez !" +#: [config]not_valid +msgid "Configuration invalid" +msgstr "Configuration non valide" + +#: [config]advanced +msgid "Advanced Configuration" +msgstr "Configuration avancée" #: [notifications]message msgid "Notify on incoming message" @@ -713,6 +722,10 @@ msgstr "Notifier lors d’un message entrant" msgid "Use desktop notifications" msgstr "Utiliser les notifications bureau" +#: [cssurl]label +msgid "Custom CSS URL for your blog" +msgstr "URL CSS personnalisée pour votre blog" + #: [general]legend [general]general_title msgid "General Informations" msgstr "Informations générales" @@ -825,6 +838,10 @@ msgstr "%s ans" msgid "Last public post" msgstr "Derniers billets public" +#: [blog]visit +msgid "Visit the blog to see all the public posts" +msgstr "Visiter le blog pour voir tous les billets publiques" + #: [subscription]to msgid "You can see this contact status" msgstr "Vous pouvez voir l'état de ce contact" @@ -835,7 +852,7 @@ msgstr "Partager mon état" #: [subscription]to_text msgid "But this contact cannot see yours" -msgstr "Mais ce contact ne peux pas voir le votre" +msgstr "Mais ce contact ne peut pas voir le vôtre" #: [subscription]from msgid "You are not subscribed to this contact" @@ -1009,18 +1026,6 @@ msgstr "%s billets" msgid "This server doesn't exists" msgstr "Ce serveur n'existe pas" -#: [menu]all -msgid "All" -msgstr "Tous" - -#: [menu]refresh -msgid "Refresh all the streams" -msgstr "Rafraîchir tous les flux" - -#: [menu]me -msgid "My publications" -msgstr "Mes publications" - #: [roster]search msgid "Search in your contacts" msgstr "Chercher dans vos contacts " @@ -1126,8 +1131,8 @@ msgid "Chat with the team ?" msgstr "Discuter avec l’équipe ?" #: [chatroom]button -msgid "Join the Chatroom" -msgstr "Rejoindre le salon de discussion" +msgid "Add the chatroom" +msgstr "Ajouter le salon de discussion" #: [init]location msgid "Location node created" @@ -1218,10 +1223,6 @@ msgstr "Votre compte XMPP n’est pas autorisé à se connecter" msgid "The server takes too much time to respond" msgstr "Le serveur met trop de temps à répondre" -#: [error]too_old -msgid "Your web browser is too old to use with Movim." -msgstr "Votre navigateur est trop vieux pour prendre en charge Movim" - #: [error]websocket msgid "Movim cannot talk with the server, please try again later (Websocket connection error)" msgstr "Movim ne peut pas communiquer avec le serveur, veuillez réessayer plus tard (erreur de connexion WebSocket)" @@ -1304,13 +1305,17 @@ msgid "Welcome on your news feed, here you will see all the posts published by y msgstr "Bienvenue sur votre flux d’actualité, ici vous verrez toutes les publications des groupes auxquels vous vous êtes abonnés ainsi que celles de vos contacts." #: [menu]refresh -msgid "Refreshing all the streams" +msgid "Refresh all the streams" msgstr "Rafraîchir tous les flux" #: [menu]public msgid "This post is public" msgstr "Ce billet est public" +#: [menu]all +msgid "All" +msgstr "Tous" + #: [affiliations]title msgid "Manage your members" msgstr "Gérer vos membres" @@ -1347,10 +1352,6 @@ msgstr "Invitations en attente" msgid "%s wants to talk with you" msgstr "%s veut parler avec vous" -#: [notifs]manage -msgid "Manage" -msgstr "Gérer" - #: [post]news_feed msgid "News Feed" msgstr "Fil d’actualité" @@ -1395,13 +1396,13 @@ msgstr "Voir le profil de %s" msgid "Publish this post publicly?" msgstr "Publier ce billet publiquement?" -#: [post]blog_add -msgid "Post published on your blog" -msgstr "Billet publié sur votre blog" +#: [post]public_yes +msgid "This post is now public" +msgstr "Ce billet est désormais publique" -#: [post]blog_remove -msgid "Post removed from your blog" -msgstr "Billet retiré de votre blog" +#: [post]public_no +msgid "This post is now private" +msgstr "Ce billet est désormais privé" #: [post]delete_title [post]delete msgid "Delete this post" @@ -1411,6 +1412,10 @@ msgstr "Supprimer ce billet" msgid "You are going to delete this post, please confirm your action" msgstr "Vous allez supprimer ce billet, veuillez confirmer votre action." +#: [post]discover +msgid "Discover more articles on the Groups page" +msgstr "Découvrez plus de publications sur la page Actualité" + #: [post]comments_disabled msgid "Comments disabled" msgstr "Commentaires désactivés." @@ -1475,10 +1480,6 @@ msgstr "Étiquettes" msgid "This picture will be added to your gallery" msgstr "Cette image va être ajoutée à votre galerie" -#: [post]embed_tip -msgid "You can also use services like Imgur or Flickr to host your picture and paste the link here." -msgstr "Vous pouvez également utiliser des services comme Imgur ou Flickr pour héberger vos images et coller le lien résultant ici." - #: [publish]valid_url msgid "Please enter a valid url" msgstr "Veuillez entrer une URL valide" @@ -1491,6 +1492,10 @@ msgstr "Pas de contenu à afficher" msgid "Please provide a title" msgstr "Veuillez mettre un titre à votre publication" +#: [publish]edit +msgid "Edit post" +msgstr "Éditer le billet" + #: [publish]title msgid "Publish" msgstr "Publier" @@ -1533,7 +1538,7 @@ msgstr "Vous n'avez pas encore de salon de discussions." #: [rooms]empty_text2 msgid "Add one by clicking on the add button." -msgstr "" +msgstr "Ajoutez en un en cliquant sur le bouton ajouter." #: [chatrooms]title msgid "Chatrooms" @@ -1881,6 +1886,10 @@ msgstr "Partager" msgid "Room" msgstr "Salon" +#: [page]tag +msgid "Tag" +msgstr "Étiquette" + #: [error]error msgid "Error: %s" msgstr "Erreur : %s" diff --git a/sources/locales/gl.po b/sources/locales/gl.po index f8ad347..2c3eb11 100644 --- a/sources/locales/gl.po +++ b/sources/locales/gl.po @@ -93,7 +93,7 @@ msgid "" msgstr "" "Project-Id-Version: Movim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-06 23:33+0200\n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" "PO-Revision-Date: 2014-06-01 23:06+0000\n" "Last-Translator: Daniel-san \n" "Language-Team: LANGUAGE \n" @@ -207,6 +207,10 @@ msgstr "" msgid "Loading" msgstr "" +#: [create]placeholder +msgid "…and start playing" +msgstr "" + #: [error]not_acceptable msgid "Not Acceptable" msgstr "" @@ -260,7 +264,7 @@ msgid "Port" msgstr "" #: [db]name -msgid "Database sName" +msgid "Database Name" msgstr "" #: [admin]general @@ -369,14 +373,6 @@ msgstr "" msgid "Syslog and files" msgstr "" -#: [rewrite]title -msgid "URL Rewriting" -msgstr "" - -#: [rewrite]info -msgid "The URL Rewriting can be enabled" -msgstr "" - #: [admin]compatibility msgid "General Overview" msgstr "" @@ -409,10 +405,6 @@ msgstr "" msgid "Read and write rights for the webserver in Movims root directory" msgstr "" -#: [compatibility]rewrite -msgid "The URL Rewriting support is currently disabled" -msgstr "" - #: [compatibility]db msgid "The database need to be updated, go to the database panel to fix this" msgstr "" @@ -497,6 +489,10 @@ msgstr "" msgid "Avatar Not Updated" msgstr "" +#: [avatar]missing +msgid "No avatar defined yet" +msgstr "" + #: [blog]title [feed]title msgid "%s's feed" msgstr "" @@ -505,6 +501,10 @@ msgstr "" msgid "This user has not posted anything right now" msgstr "" +#: [blog]private +msgid "This content is private, please login to see it" +msgstr "" + #: [title]conferences msgid "Conferences" msgstr "" @@ -587,6 +587,10 @@ msgstr "" msgid "Contact gone" msgstr "" +#: [message]history +msgid "%s messages retrieved" +msgstr "" + #: [chat]attention msgid "%s needs your attention" msgstr "" @@ -644,7 +648,7 @@ msgid "No chats yet..." msgstr "" #: [chats]empty -msgid "Open a new conversation by clicking on the %s button bellow or visit the %s Contacts%s page." +msgid "Open a new conversation by clicking on the %s button bellow or visit the %sContacts%s page." msgstr "" #: [chats]add @@ -699,9 +703,15 @@ msgstr "" msgid "Appearence" msgstr "" -#: [config]info -msgid "This configuration is shared wherever you are connected" -msgstr "" +#: [config]not_valid +#, fuzzy +msgid "Configuration invalid" +msgstr "Configuración" + +#: [config]advanced +#, fuzzy +msgid "Advanced Configuration" +msgstr "Configuración" #: [notifications]message msgid "Notify on incoming message" @@ -711,6 +721,10 @@ msgstr "" msgid "Use desktop notifications" msgstr "" +#: [cssurl]label +msgid "Custom CSS URL for your blog" +msgstr "" + #: [general]legend [general]general_title msgid "General Informations" msgstr "" @@ -823,6 +837,10 @@ msgstr "" msgid "Last public post" msgstr "" +#: [blog]visit +msgid "Visit the blog to see all the public posts" +msgstr "" + #: [subscription]to msgid "You can see this contact status" msgstr "" @@ -1007,18 +1025,6 @@ msgstr "" msgid "This server doesn't exists" msgstr "" -#: [menu]all -msgid "All" -msgstr "" - -#: [menu]refresh -msgid "Refresh all the streams" -msgstr "" - -#: [menu]me -msgid "My publications" -msgstr "" - #: [roster]search msgid "Search in your contacts" msgstr "" @@ -1124,7 +1130,7 @@ msgid "Chat with the team ?" msgstr "" #: [chatroom]button -msgid "Join the Chatroom" +msgid "Add the chatroom" msgstr "" #: [init]location @@ -1216,10 +1222,6 @@ msgstr "" msgid "The server takes too much time to respond" msgstr "" -#: [error]too_old -msgid "Your web browser is too old to use with Movim." -msgstr "" - #: [error]websocket msgid "Movim cannot talk with the server, please try again later (Websocket connection error)" msgstr "" @@ -1302,13 +1304,17 @@ msgid "Welcome on your news feed, here you will see all the posts published by y msgstr "" #: [menu]refresh -msgid "Refreshing all the streams" +msgid "Refresh all the streams" msgstr "" #: [menu]public msgid "This post is public" msgstr "" +#: [menu]all +msgid "All" +msgstr "" + #: [affiliations]title msgid "Manage your members" msgstr "" @@ -1345,10 +1351,6 @@ msgstr "" msgid "%s wants to talk with you" msgstr "" -#: [notifs]manage -msgid "Manage" -msgstr "" - #: [post]news_feed msgid "News Feed" msgstr "" @@ -1393,12 +1395,12 @@ msgstr "" msgid "Publish this post publicly?" msgstr "" -#: [post]blog_add -msgid "Post published on your blog" +#: [post]public_yes +msgid "This post is now public" msgstr "" -#: [post]blog_remove -msgid "Post removed from your blog" +#: [post]public_no +msgid "This post is now private" msgstr "" #: [post]delete_title [post]delete @@ -1409,6 +1411,10 @@ msgstr "" msgid "You are going to delete this post, please confirm your action" msgstr "" +#: [post]discover +msgid "Discover more articles on the Groups page" +msgstr "" + #: [post]comments_disabled msgid "Comments disabled" msgstr "" @@ -1473,10 +1479,6 @@ msgstr "" msgid "This picture will be added to your gallery" msgstr "" -#: [post]embed_tip -msgid "You can also use services like Imgur or Flickr to host your picture and paste the link here." -msgstr "" - #: [publish]valid_url msgid "Please enter a valid url" msgstr "" @@ -1489,6 +1491,10 @@ msgstr "" msgid "Please provide a title" msgstr "" +#: [publish]edit +msgid "Edit post" +msgstr "" + #: [publish]title msgid "Publish" msgstr "" @@ -1879,6 +1885,10 @@ msgstr "" msgid "Room" msgstr "" +#: [page]tag +msgid "Tag" +msgstr "" + #: [error]error msgid "Error: %s" msgstr "" diff --git a/sources/locales/he.po b/sources/locales/he.po index 5fd0f83..a864f24 100644 --- a/sources/locales/he.po +++ b/sources/locales/he.po @@ -93,8 +93,8 @@ msgid "" msgstr "" "Project-Id-Version: movim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-06 23:33+0200\n" -"PO-Revision-Date: 2015-10-06 21:34+0000\n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" +"PO-Revision-Date: 2015-12-29 12:43+0000\n" "Last-Translator: Jaussoin Timothée \n" "Language-Team: Hebrew (http://www.transifex.com/movim/movim/language/he/)\n" "Language: he\n" @@ -205,6 +205,10 @@ msgstr "" msgid "Loading" msgstr "" +#: [create]placeholder +msgid "…and start playing" +msgstr "" + #: [error]not_acceptable msgid "Not Acceptable" msgstr "" @@ -258,7 +262,7 @@ msgid "Port" msgstr "פורט" #: [db]name -msgid "Database sName" +msgid "Database Name" msgstr "" #: [admin]general @@ -367,14 +371,6 @@ msgstr "יומן מערכת" msgid "Syslog and files" msgstr "יומן מערכת וקבצים" -#: [rewrite]title -msgid "URL Rewriting" -msgstr "" - -#: [rewrite]info -msgid "The URL Rewriting can be enabled" -msgstr "" - #: [admin]compatibility msgid "General Overview" msgstr "סקירה כללית" @@ -407,10 +403,6 @@ msgstr "" msgid "Read and write rights for the webserver in Movims root directory" msgstr "" -#: [compatibility]rewrite -msgid "The URL Rewriting support is currently disabled" -msgstr "" - #: [compatibility]db msgid "The database need to be updated, go to the database panel to fix this" msgstr "" @@ -495,6 +487,10 @@ msgstr "אווטאר עודכן" msgid "Avatar Not Updated" msgstr "אווטאר לא מעודכן" +#: [avatar]missing +msgid "No avatar defined yet" +msgstr "" + #: [blog]title [feed]title msgid "%s's feed" msgstr "הערוץ של %s" @@ -503,6 +499,10 @@ msgstr "הערוץ של %s" msgid "This user has not posted anything right now" msgstr "" +#: [blog]private +msgid "This content is private, please login to see it" +msgstr "" + #: [title]conferences msgid "Conferences" msgstr "ועידות" @@ -585,6 +585,10 @@ msgstr "מושהה..." msgid "Contact gone" msgstr "" +#: [message]history +msgid "%s messages retrieved" +msgstr "" + #: [chat]attention msgid "%s needs your attention" msgstr "%s רוצה את צומת ליבך" @@ -642,7 +646,7 @@ msgid "No chats yet..." msgstr "" #: [chats]empty -msgid "Open a new conversation by clicking on the %s button bellow or visit the %s Contacts%s page." +msgid "Open a new conversation by clicking on the %s button bellow or visit the %sContacts%s page." msgstr "" #: [chats]add @@ -697,8 +701,12 @@ msgstr "" msgid "Appearence" msgstr "חזות" -#: [config]info -msgid "This configuration is shared wherever you are connected" +#: [config]not_valid +msgid "Configuration invalid" +msgstr "" + +#: [config]advanced +msgid "Advanced Configuration" msgstr "" #: [notifications]message @@ -709,6 +717,10 @@ msgstr "התראה בעת הודעה נכנסת" msgid "Use desktop notifications" msgstr "השתמש בהתראות שולחן עבודה" +#: [cssurl]label +msgid "Custom CSS URL for your blog" +msgstr "" + #: [general]legend [general]general_title msgid "General Informations" msgstr "מידע כללי" @@ -821,6 +833,10 @@ msgstr "" msgid "Last public post" msgstr "" +#: [blog]visit +msgid "Visit the blog to see all the public posts" +msgstr "" + #: [subscription]to msgid "You can see this contact status" msgstr "" @@ -1005,18 +1021,6 @@ msgstr "" msgid "This server doesn't exists" msgstr "" -#: [menu]all -msgid "All" -msgstr "הכל" - -#: [menu]refresh -msgid "Refresh all the streams" -msgstr "רענון של כל הזרמים" - -#: [menu]me -msgid "My publications" -msgstr "" - #: [roster]search msgid "Search in your contacts" msgstr "" @@ -1122,8 +1126,8 @@ msgid "Chat with the team ?" msgstr "שיחה עם הצוות ?" #: [chatroom]button -msgid "Join the Chatroom" -msgstr "הצטרף לשיחת קבוצה" +msgid "Add the chatroom" +msgstr "" #: [init]location msgid "Location node created" @@ -1214,10 +1218,6 @@ msgstr "" msgid "The server takes too much time to respond" msgstr "לשרת לוקח יותר מדי זמן להגיב" -#: [error]too_old -msgid "Your web browser is too old to use with Movim." -msgstr "דפדפן הרשת שלך הינו ישן מידי בכדי לעשות שימוש עם Movim." - #: [error]websocket msgid "Movim cannot talk with the server, please try again later (Websocket connection error)" msgstr "" @@ -1300,13 +1300,17 @@ msgid "Welcome on your news feed, here you will see all the posts published by y msgstr "" #: [menu]refresh -msgid "Refreshing all the streams" +msgid "Refresh all the streams" msgstr "רענון של כל הזרמים" #: [menu]public msgid "This post is public" msgstr "" +#: [menu]all +msgid "All" +msgstr "הכל" + #: [affiliations]title msgid "Manage your members" msgstr "נהל את חבריך" @@ -1343,10 +1347,6 @@ msgstr "הזמנות תלויות ועומדות" msgid "%s wants to talk with you" msgstr "%s רוצה לשוחח עמך" -#: [notifs]manage -msgid "Manage" -msgstr "נהל" - #: [post]news_feed msgid "News Feed" msgstr "הזנת חדשות" @@ -1391,12 +1391,12 @@ msgstr "" msgid "Publish this post publicly?" msgstr "" -#: [post]blog_add -msgid "Post published on your blog" +#: [post]public_yes +msgid "This post is now public" msgstr "" -#: [post]blog_remove -msgid "Post removed from your blog" +#: [post]public_no +msgid "This post is now private" msgstr "" #: [post]delete_title [post]delete @@ -1407,6 +1407,10 @@ msgstr "מחק את פרסום זה" msgid "You are going to delete this post, please confirm your action" msgstr "" +#: [post]discover +msgid "Discover more articles on the Groups page" +msgstr "" + #: [post]comments_disabled msgid "Comments disabled" msgstr "" @@ -1471,10 +1475,6 @@ msgstr "" msgid "This picture will be added to your gallery" msgstr "" -#: [post]embed_tip -msgid "You can also use services like Imgur or Flickr to host your picture and paste the link here." -msgstr "" - #: [publish]valid_url msgid "Please enter a valid url" msgstr "" @@ -1487,6 +1487,10 @@ msgstr "" msgid "Please provide a title" msgstr "" +#: [publish]edit +msgid "Edit post" +msgstr "" + #: [publish]title msgid "Publish" msgstr "" @@ -1877,6 +1881,10 @@ msgstr "" msgid "Room" msgstr "" +#: [page]tag +msgid "Tag" +msgstr "" + #: [error]error msgid "Error: %s" msgstr "שגיאה: %s" diff --git a/sources/locales/hr.po b/sources/locales/hr.po index e7073b7..bea459a 100644 --- a/sources/locales/hr.po +++ b/sources/locales/hr.po @@ -95,7 +95,7 @@ msgid "" msgstr "" "Project-Id-Version: movim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-06 23:33+0200\n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" "PO-Revision-Date: 2014-06-22 14:34+0000\n" "Last-Translator: Martina \n" "Language-Team: Croatian \n" @@ -207,6 +207,10 @@ msgstr "" msgid "Loading" msgstr "" +#: [create]placeholder +msgid "…and start playing" +msgstr "" + #: [error]not_acceptable msgid "Not Acceptable" msgstr "" @@ -260,7 +264,7 @@ msgid "Port" msgstr "" #: [db]name -msgid "Database sName" +msgid "Database Name" msgstr "" #: [admin]general @@ -369,14 +373,6 @@ msgstr "" msgid "Syslog and files" msgstr "" -#: [rewrite]title -msgid "URL Rewriting" -msgstr "" - -#: [rewrite]info -msgid "The URL Rewriting can be enabled" -msgstr "" - #: [admin]compatibility msgid "General Overview" msgstr "" @@ -409,10 +405,6 @@ msgstr "" msgid "Read and write rights for the webserver in Movims root directory" msgstr "" -#: [compatibility]rewrite -msgid "The URL Rewriting support is currently disabled" -msgstr "" - #: [compatibility]db msgid "The database need to be updated, go to the database panel to fix this" msgstr "" @@ -497,6 +489,10 @@ msgstr "" msgid "Avatar Not Updated" msgstr "" +#: [avatar]missing +msgid "No avatar defined yet" +msgstr "" + #: [blog]title [feed]title msgid "%s's feed" msgstr "" @@ -505,6 +501,10 @@ msgstr "" msgid "This user has not posted anything right now" msgstr "" +#: [blog]private +msgid "This content is private, please login to see it" +msgstr "" + #: [title]conferences msgid "Conferences" msgstr "" @@ -587,6 +587,10 @@ msgstr "" msgid "Contact gone" msgstr "" +#: [message]history +msgid "%s messages retrieved" +msgstr "" + #: [chat]attention msgid "%s needs your attention" msgstr "" @@ -644,7 +648,7 @@ msgid "No chats yet..." msgstr "" #: [chats]empty -msgid "Open a new conversation by clicking on the %s button bellow or visit the %s Contacts%s page." +msgid "Open a new conversation by clicking on the %s button bellow or visit the %sContacts%s page." msgstr "" #: [chats]add @@ -699,8 +703,12 @@ msgstr "" msgid "Appearence" msgstr "" -#: [config]info -msgid "This configuration is shared wherever you are connected" +#: [config]not_valid +msgid "Configuration invalid" +msgstr "" + +#: [config]advanced +msgid "Advanced Configuration" msgstr "" #: [notifications]message @@ -711,6 +719,10 @@ msgstr "" msgid "Use desktop notifications" msgstr "" +#: [cssurl]label +msgid "Custom CSS URL for your blog" +msgstr "" + #: [general]legend [general]general_title msgid "General Informations" msgstr "" @@ -823,6 +835,10 @@ msgstr "" msgid "Last public post" msgstr "" +#: [blog]visit +msgid "Visit the blog to see all the public posts" +msgstr "" + #: [subscription]to msgid "You can see this contact status" msgstr "" @@ -1007,18 +1023,6 @@ msgstr "" msgid "This server doesn't exists" msgstr "" -#: [menu]all -msgid "All" -msgstr "" - -#: [menu]refresh -msgid "Refresh all the streams" -msgstr "" - -#: [menu]me -msgid "My publications" -msgstr "" - #: [roster]search msgid "Search in your contacts" msgstr "" @@ -1124,7 +1128,7 @@ msgid "Chat with the team ?" msgstr "" #: [chatroom]button -msgid "Join the Chatroom" +msgid "Add the chatroom" msgstr "" #: [init]location @@ -1216,10 +1220,6 @@ msgstr "" msgid "The server takes too much time to respond" msgstr "" -#: [error]too_old -msgid "Your web browser is too old to use with Movim." -msgstr "" - #: [error]websocket msgid "Movim cannot talk with the server, please try again later (Websocket connection error)" msgstr "" @@ -1302,13 +1302,17 @@ msgid "Welcome on your news feed, here you will see all the posts published by y msgstr "" #: [menu]refresh -msgid "Refreshing all the streams" +msgid "Refresh all the streams" msgstr "" #: [menu]public msgid "This post is public" msgstr "" +#: [menu]all +msgid "All" +msgstr "" + #: [affiliations]title msgid "Manage your members" msgstr "" @@ -1345,10 +1349,6 @@ msgstr "" msgid "%s wants to talk with you" msgstr "" -#: [notifs]manage -msgid "Manage" -msgstr "" - #: [post]news_feed msgid "News Feed" msgstr "" @@ -1393,12 +1393,12 @@ msgstr "" msgid "Publish this post publicly?" msgstr "" -#: [post]blog_add -msgid "Post published on your blog" +#: [post]public_yes +msgid "This post is now public" msgstr "" -#: [post]blog_remove -msgid "Post removed from your blog" +#: [post]public_no +msgid "This post is now private" msgstr "" #: [post]delete_title [post]delete @@ -1409,6 +1409,10 @@ msgstr "" msgid "You are going to delete this post, please confirm your action" msgstr "" +#: [post]discover +msgid "Discover more articles on the Groups page" +msgstr "" + #: [post]comments_disabled msgid "Comments disabled" msgstr "" @@ -1473,10 +1477,6 @@ msgstr "" msgid "This picture will be added to your gallery" msgstr "" -#: [post]embed_tip -msgid "You can also use services like Imgur or Flickr to host your picture and paste the link here." -msgstr "" - #: [publish]valid_url msgid "Please enter a valid url" msgstr "" @@ -1489,6 +1489,10 @@ msgstr "" msgid "Please provide a title" msgstr "" +#: [publish]edit +msgid "Edit post" +msgstr "" + #: [publish]title msgid "Publish" msgstr "" @@ -1879,6 +1883,10 @@ msgstr "" msgid "Room" msgstr "" +#: [page]tag +msgid "Tag" +msgstr "" + #: [error]error msgid "Error: %s" msgstr "" diff --git a/sources/locales/hu.po b/sources/locales/hu.po new file mode 100644 index 0000000..f7c004b --- /dev/null +++ b/sources/locales/hu.po @@ -0,0 +1,2742 @@ +# +# Translators: +# FIRST AUTHOR , 2012 +# Simon Ede , 2015 +# Simon Ede , 2015 +#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-# +#. extracted from ../app/widgets/About/locales.ini +#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-# +#. extracted from ../app/widgets/Account/locales.ini +#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-# +#. extracted from ../app/widgets/AccountNext/locales.ini +#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-# +#. extracted from ../app/widgets/AdHoc/locales.ini +#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-# +#. extracted from ../app/widgets/AdminDB/locales.ini +#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-# +#. extracted from ../app/widgets/AdminMain/locales.ini +#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-# +#. extracted from ../app/widgets/AdminTest/locales.ini +#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-# +#. extracted from ../app/widgets/Api/locales.ini +#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-# +#. extracted from ../app/widgets/Avatar/locales.ini +#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-# +#. extracted from ../app/widgets/Blog/locales.ini +#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-# +#. extracted from ../app/widgets/Bookmark/locales.ini +#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-# +#. extracted from ../app/widgets/Chat/locales.ini +#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-# +#. extracted from ../app/widgets/Chats/locales.ini +#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-# +#. extracted from ../app/widgets/ConfigData/locales.ini +#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-# +#. extracted from ../app/widgets/Config/locales.ini +#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-# +#. extracted from ../app/widgets/Contact/locales.ini +#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-# +#. extracted from ../app/widgets/Group/locales.ini +#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-# +#. extracted from ../app/widgets/Groups/locales.ini +#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-# +#. extracted from ../app/widgets/Header/locales.ini +#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-# +#. extracted from ../app/widgets/Hello/locales.ini +#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-# +#. extracted from ../app/widgets/Help/locales.ini +#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-# +#. extracted from ../app/widgets/Init/locales.ini +#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-# +#. extracted from ../app/widgets/Location/locales.ini +#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-# +#. extracted from ../app/widgets/LoginAnonymous/locales.ini +#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-# +#. extracted from ../app/widgets/Login/locales.ini +#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-# +#. extracted from ../app/widgets/Menu/locales.ini +#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-# +#. extracted from ../app/widgets/NodeAffiliations/locales.ini +#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-# +#. extracted from ../app/widgets/NodeSubscriptions/locales.ini +#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-# +#. extracted from ../app/widgets/Notifs/locales.ini +#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-# +#. extracted from ../app/widgets/Post/locales.ini +#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-# +#. extracted from ../app/widgets/Presence/locales.ini +#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-# +#. extracted from ../app/widgets/Publish/locales.ini +#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-# +#. extracted from ../app/widgets/PubsubSubscriptionConfig/locales.ini +#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-# +#. extracted from ../app/widgets/Rooms/locales.ini +#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-# +#. extracted from ../app/widgets/Roster/locales.ini +#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-# +#. extracted from ../app/widgets/Share/locales.ini +#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-# +#. extracted from ../app/widgets/Statistics/locales.ini +#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-# +#. extracted from ../app/widgets/Subscribe/locales.ini +#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-# +#. extracted from ../app/widgets/Syndication/locales.ini +#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-# +#. extracted from ../app/widgets/Upload/locales.ini +#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-# +#. extracted from ../app/widgets/Vcard4/locales.ini +#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-# +#. extracted from ../app/widgets/VisioExt/locales.ini +#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-# +#. extracted from ../app/widgets/Visio/locales.ini +#. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-# +#. extracted from ../locales/locales.ini +msgid "" +msgstr "" +"Project-Id-Version: movim\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" +"PO-Revision-Date: 2015-12-29 12:43+0000\n" +"Last-Translator: Jaussoin Timothée \n" +"Language-Team: Hungarian (http://www.transifex.com/movim/movim/language/hu/)\n" +"Language: hu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"X-Generator: Translate Toolkit 1.13.0\n" + +#: [about]thanks +msgid "Thanks" +msgstr "Köszönet" + +#: [about]developers +msgid "Developers" +msgstr "Fejlesztők" + +#: [about]translators +msgid "Translators" +msgstr "Fordítók" + +#: [about]translators_text +msgid "Thanks to all the translators" +msgstr "Köszönet minden fordítónak" + +#: [about]software +msgid "Software" +msgstr "Szoftver" + +#: [about]resources +msgid "Resources" +msgstr "Erőforrások" + +#: [about]api [schema]api [api]title +msgid "API" +msgstr "API" + +#: [about]info +msgid "Movim is an XMPP-based communication platform. All the project, except the following software and resources, is under" +msgstr "A Movim egy XMPP alapú kommunikációs platform. Az egész projekt, kikéve a következő szoftvereket és forrásokat alatta van a" + +#: [account]title +msgid "Account" +msgstr "Felhasználó" + +#: [account]password_change_title +msgid "Change my password" +msgstr "Megváltoztatom a jelszavam" + +#: [account]password [db]password [credentials]password [form]password +#: [input]password +msgid "Password" +msgstr "Jelszó" + +#: [account]password_confirmation +msgid "Password confirmation" +msgstr "Jelszó megerősítése" + +#: [account]password_changed +msgid "The password has been updated" +msgstr "A jelszó frissítve lett" + +#: [account]password_not_valid +msgid "Please provide a valid password (6 characters minimum)" +msgstr "Kérlek adj meg egy érvényes jelszót (minimum 6 karakter)" + +#: [account]password_not_same +msgid "The provided passwords are not the same" +msgstr "A megadott jelszavak nem egyeznek" + +#: [account]delete_title +msgid "Delete my account" +msgstr "Törlöm a felhasználói fiókom" + +#: [account]delete +msgid "Delete your account" +msgstr "Felhasználói fiókod törlése" + +#: [account]delete_text +msgid "You will delete your XMPP account and all the relative information linked to it (profile, contacts and publications)." +msgstr "Törölni fogod az XMPP felhasználód és minden vele kapcsolatos információt (profil, kapcsolatok, és megosztások)." + +#: [account]delete_text_confirm +msgid "Are you sure that you want to delete it ?" +msgstr "Biztosan törölni akarod?" + +#: [account]gateway_title +msgid "Gateway" +msgstr "Átjáró" + +#: [create]title [subscribe]title +msgid "Create a new account" +msgstr "Felhasználó létrehozása" + +#: [create]notfound +msgid "No account creation form found on the server" +msgstr "Nem található felhasználó létrehozási űrlap a szerveren." + +#: [create]server_on +msgid "on" +msgstr "rajta" + +#: [create]successfull +msgid "Your acccount has been successfully registered" +msgstr "Felhasználói fiókodat sikeresen létrehoztuk." + +#: [create]loading +msgid "Loading" +msgstr "Töltés" + +#: [create]placeholder +msgid "…and start playing" +msgstr "" + +#: [error]not_acceptable +msgid "Not Acceptable" +msgstr "Nem elfogadható" + +#: [error]service_unavailable +msgid "The registration system of this server is currently unavailable" +msgstr "A szerver regisztrációs rendszere jelenleg nem elérhető." + +#: [oob]about +msgid "This server use an external system for the registration, please click on the following URL." +msgstr "Ez a szerver külső rendszert használ a regisztrációhoz, kérlek kattints a következő URL-re." + +#: [adhoc]title +msgid "Actions" +msgstr "Akciók" + +#: [db]legend [schema]database +msgid "Database" +msgstr "Adatbázis" + +#: [db]connect_error +msgid "Modl wasn't able to connect to the database" +msgstr "Modl nem tudott kapcsolódni az adatbázishoz." + +#: [db]connect_success +msgid "Movim is connected to the database" +msgstr "Movim csatlakoztatva az adatbázishoz." + +#: [db]update +msgid "The database need to be updated" +msgstr "Az adatbázis frissítésre szorul." + +#: [db]up_to_date +msgid "Movim database is up to date" +msgstr "A Movim adatbázis napra kész." + +#: [db]type +msgid "Database Type" +msgstr "Adatbázis típusa" + +#: [db]username [credentials]username [input]username +msgid "Username" +msgstr "Felhasználónév" + +#: [db]host +msgid "Host" +msgstr "Host" + +#: [db]port +msgid "Port" +msgstr "Port" + +#: [db]name +msgid "Database Name" +msgstr "" + +#: [admin]general +msgid "General Settings" +msgstr "Általános Beállítások" + +#: [general]theme +msgid "Theme" +msgstr "Téma" + +#: [general]language +msgid "Default language" +msgstr "Alapértelmezett nyelv" + +#: [general]log_verbosity +msgid "Log verbosity" +msgstr "" + +#: [general]timezone +msgid "Server Timezone" +msgstr "Szerver Időzóna" + +#: [general]limit +msgid "User folder size limit (in bytes)" +msgstr "Felhasználói mappa méret korlátja (bájtokban)" + +#: [websocket]title +msgid "WebSocket Configuration" +msgstr "" + +#: [websocket]info +msgid "Enter here a valid WebSocket URI in the form" +msgstr "" + +#: [websocket]label +msgid "WebSocket URI" +msgstr "" + +#: [websocket]save_info +msgid "If you change the URI, please restart the daemon to reload the configuration" +msgstr "" + +#: [websocket]publics +msgid "Public WebSockets" +msgstr "" + +#: [credentials]title +msgid "Administration Credential" +msgstr "" + +#: [credentials]info +msgid "Change the default credentials admin/password" +msgstr "" + +#: [credentials]re_password +msgid "Retype password" +msgstr "Gépeld újra a jelszót" + +#: [whitelist]title +msgid "Whitelist - XMPP Server" +msgstr "Fehérlista - XMPP szerver" + +#: [whitelist]info1 +msgid "If you want to specify a list of authorized XMPP servers on your Movim pod and forbid the connection on all the others please put their domain name here, with comma (ex: movim.eu,jabber.fr)" +msgstr "Ha megakarsz határozni az azonosított XMPP szervereket a Movim pod-odon és megtiltani a kapcsolatot minden egyéb szervernek, kérlek írd a domain nevüket ide, vesszővel elválasztva (pl: movim.eu,jabber.fr)" + +#: [whitelist]info2 +msgid "Leave this field blank if you allow the access to all the XMPP accounts." +msgstr "Hagyd ezt a mezőt üresen ha engedélyezed a hozzáférést mindegyik XMPP felhasználóhoz." + +#: [whitelist]label +msgid "List of whitelisted XMPP servers" +msgstr "A fehérlistázott szerverek listája" + +#: [information]title +msgctxt "[information]title" +msgid "Information Message" +msgstr "Információs üzenet" + +#: [information]description +msgid "Description" +msgstr "Leírás" + +#: [information]info1 +msgid "This message will be displayed on the login page" +msgstr "Ez az üzenet a bejelentkező képernyőn fog megjelenni" + +#: [information]info2 +msgid "Leave this field blank if you dont want to show any message." +msgstr "Hagyd ezt a mezőt üresen ha nem akarsz megjeleníteni semmilyen üzenetet." + +#: [information]label +msgctxt "[information]label" +msgid "Information Message" +msgstr "Információs üzenet" + +#: [log]empty +msgid "Empty" +msgstr "Üres" + +#: [log]syslog +msgid "Syslog" +msgstr "" + +#: [log]syslog_files +msgid "Syslog and files" +msgstr "" + +#: [admin]compatibility +msgid "General Overview" +msgstr "Általános Áttekintés" + +#: [compatibility]info +msgid "Movim has found some issues or things that need to be fixed or improved" +msgstr "" + +#: [compatibility]php1 +msgid "Update your PHP-Version: %s" +msgstr "A PHP verziód: %s" + +#: [compatibility]php2 +msgid "Required: 5.3.0" +msgstr "Szükséges verzió: 5.3.0" + +#: [compatibility]curl +msgid "Install the php5-curl library" +msgstr "Telepítsd a php5-curl könyvtárat" + +#: [compatibility]imagick +msgid "Install the php5-imagick library" +msgstr "Telepítsd a php5-imagick könyvtárat" + +#: [compatibility]gd +msgid "Install the php5-gd library" +msgstr "Telepítsd a php5-gd könyvtárat" + +#: [compatibility]rights +msgid "Read and write rights for the webserver in Movims root directory" +msgstr "" + +#: [compatibility]db +msgid "The database need to be updated, go to the database panel to fix this" +msgstr "" + +#: [compatibility]websocket +msgid "WebSocket connection error, check if the Movim Daemon is running and is reachable" +msgstr "" + +#: [compatibility]xmpp_websocket +msgid "XMPP Websocket connection error, please check the validity of the URL given in the General Configuration" +msgstr "" + +#: [schema]browser +msgid "Browser" +msgstr "Böngésző" + +#: [schema]movim +msgid "Movim Core" +msgstr "Movim Core" + +#: [schema]daemon +msgid "Movim Daemon" +msgstr "Movim Daemon" + +#: [schema]xmpp +msgid "XMPP" +msgstr "XMPP" + +#: [api]info +msgid "Here you can register your pod on the official %sMovim API%s and be listed on %sthe pods page%s." +msgstr "Itt tudod regisztrálni a podod a hivatalos %sMovim API%kon és listázhatod a %sthe pods page%n." + +#: [api]register +msgid "Your pod is not registered on the API" +msgstr "" + +#: [api]registered +msgid "Your pod is registered on the API" +msgstr "" + +#: [api]wait +msgid "Your pod is not yet validated" +msgstr "" + +#: [api]validated +msgid "Your pod is validated" +msgstr "A podod érvényesítve lett." + +#: [api]unregister +msgid "You asked to be removed from the API, this request will be processed in a couple of hours" +msgstr "" + +#: [api]conf_updated [config]updated +msgid "Configuration updated" +msgstr "Konfiguráció frissítve." + +#: [avatar]file +msgid "File" +msgstr "Fájl" + +#: [avatar]use_it +msgid "Use it" +msgstr "Használd" + +#: [avatar]webcam +msgid "Webcam" +msgstr "Webkam" + +#: [avatar]cheese +msgid "Cheese !" +msgstr "Sajt!" + +#: [avatar]snapshot +msgid "Take a webcam snapshot" +msgstr "Webkam pillanatkép készítése." + +#: [avatar]updated +msgid "Avatar Updated" +msgstr "Avatár frissítve" + +#: [avatar]not_updated +msgid "Avatar Not Updated" +msgstr "Az avatár nem lett frissítve." + +#: [avatar]missing +msgid "No avatar defined yet" +msgstr "" + +#: [blog]title [feed]title +msgid "%s's feed" +msgstr "" + +#: [blog]empty +msgid "This user has not posted anything right now" +msgstr "Ez a felhasználó nem osztott meg semmit sem eddig." + +#: [blog]private +msgid "This content is private, please login to see it" +msgstr "" + +#: [title]conferences +msgid "Conferences" +msgstr "Konferenciák" + +#: [title]groups [group]empty_title [menu]groups [page]groups +msgid "Groups" +msgstr "Csoportok" + +#: [chatroom]add +msgid "Add a new Chat Room" +msgstr "Új chat szoba hozzáadása." + +#: [chatroom]id [chatrooms]id +msgid "Chat Room ID" +msgstr "Chat szoba azonosítója:" + +#: [chatroom]name +msgctxt "[chatroom]name" +msgid "Name" +msgstr "Név" + +#: [chatroom]nickname [general]nickname [chatrooms]nickname +msgid "Nickname" +msgstr "Becenév" + +#: [chatroom]autojoin_label +msgid "Do you want do join automaticaly this Chat Room ?" +msgstr "Automatikusan be akarsz lépni a chat szobába?" + +#: [chatroom]bad_id [chatrooms]bad_id +msgid "Bad Chatroom ID" +msgstr "Rossz Chat szoba azonosító" + +#: [chatroom]empty_name [chatrooms]empty_name +msgid "Empty name" +msgstr "" + +#: [bookmarks]updated +msgid "Bookmarks updated" +msgstr "Könyvjelzők frissítve" + +#: [bookmarks]error +msgid "An error occured :" +msgstr "Hiba lépett fel:" + +#: [bookmarks]configure +msgid "Configure" +msgstr "Konfigurálás" + +#: [url]add +msgid "Add a new URL" +msgstr "Új URL hozzáadása" + +#: [url]url +msgid "URL" +msgstr "URL" + +#: [url]name +msgctxt "[url]name" +msgid "Name" +msgstr "Név" + +#: [message]published +msgid "Message Published" +msgstr "Üzenet közzétéve" + +#: [message]encrypted +msgid "Encrypted message" +msgstr "Titkosított üzenet" + +#: [message]composing [chats]composing +msgid "Composing..." +msgstr "Ír..." + +#: [message]paused [chats]paused +msgid "Paused..." +msgstr "Megállt..." + +#: [message]gone +msgid "Contact gone" +msgstr "" + +#: [message]history +msgid "%s messages retrieved" +msgstr "" + +#: [chat]attention +msgid "%s needs your attention" +msgstr "%snek a figyelmedre van szüksége" + +#: [chat]placeholder +msgid "Your message here..." +msgstr "Ide írd az üzenetet..." + +#: [chat]smileys +msgid "Smileys" +msgstr "Hangulatjelek" + +#: [chat]empty_title [button]chat +msgid "Chat" +msgstr "Chat" + +#: [chat]empty_text +msgid "Discuss with your contacts" +msgstr "Vitasd meg ismerőseiddel" + +#: [chat]frequent [chats]frequent +msgid "Frequent contacts" +msgstr "Gyakori kapcsolatok" + +#: [chatroom]members +msgid "Members" +msgstr "Tagok" + +#: [chatroom]connected [chatrooms]connected +msgid "Connected to the chatroom" +msgstr "Csatlakozva a chat szobához" + +#: [chatroom]disconnected [chatrooms]disconnected +msgid "Disconnected from the chatroom" +msgstr "Lecsatlakozva a chat szobától" + +#: [chatroom]config [group]configuration [page]configuration +msgid "Configuration" +msgstr "Beállítások" + +#: [chatroom]config_saved +msgid "Configuration saved" +msgstr "Beállítások elmentve." + +#: [chatroom]subject +msgid "Subject" +msgstr "Tárgy" + +#: [chatroom]subject_changed +msgid "Subject changed" +msgstr "A tárgy megváltozott" + +#: [chats]empty_title +msgid "No chats yet..." +msgstr "Nincsenek még beszélgetések..." + +#: [chats]empty +msgid "Open a new conversation by clicking on the %s button bellow or visit the %sContacts%s page." +msgstr "" + +#: [chats]add +msgid "Chat with a contact" +msgstr "" + +#: [chats]more +msgid "Load more contacts" +msgstr "További kapcsolatok betöltése" + +#: [title]data +msgid "Data" +msgstr "Adat" + +#: [title]cache +msgid "Cache" +msgstr "Cache" + +#: [title]contacts [menu]contacts [page]contacts +msgid "Contacts" +msgstr "Kapcsolatok" + +#: [title]posts [page]posts +msgid "Posts" +msgstr "Megosztások" + +#: [title]messages +msgid "Messages" +msgstr "Üzenetek" + +#: [config]general +msgid "General" +msgstr "Általános" + +#: [config]language +msgid "Language" +msgstr "Nyelv" + +#: [config]roster +msgid "Roster display" +msgstr "" + +#: [config]roster_show +msgid "Show the offline contacts" +msgstr "Mutatsd az offline kapcsolatokat" + +#: [config]roster_hide +msgid "Hide the offline contacts" +msgstr "Rejtsd el az offline kapcsolatokat" + +#: [config]appearence +msgid "Appearence" +msgstr "Megjelenés" + +#: [config]not_valid +msgid "Configuration invalid" +msgstr "" + +#: [config]advanced +msgid "Advanced Configuration" +msgstr "" + +#: [notifications]message +msgid "Notify on incoming message" +msgstr "Értesíts bejövő üzenet esetén" + +#: [notifications]desktop +msgid "Use desktop notifications" +msgstr "" + +#: [cssurl]label +msgid "Custom CSS URL for your blog" +msgstr "" + +#: [general]legend [general]general_title +msgid "General Informations" +msgstr "Általános információk" + +#: [general]name [public_groups]name [chatrooms]name +msgid "Name" +msgstr "Név" + +#: [general]date_of_birth +msgid "Date of Birth" +msgstr "Születési idő" + +#: [general]gender +msgid "Gender" +msgstr "Nem" + +#: [general]marital +msgid "Marital Status" +msgstr "Családi állapot" + +#: [general]email +msgid "Email" +msgstr "Email" + +#: [general]website +msgid "Website" +msgstr "Honlap" + +#: [general]about +msgid "About Me" +msgstr "Névjegyem" + +#: [general]accounts +msgid "Other Accounts" +msgstr "Egyéb felhasználói fiókok" + +#: [general]tune +msgid "Is Listening" +msgstr "Éppen hallgatja" + +#: [position]legend [position]position_title +msgid "Geographic Position" +msgstr "Földrajzi helyzet" + +#: [position]locality +msgid "Locality" +msgstr "Helység" + +#: [position]country +msgid "Country" +msgstr "Ország" + +#: [mood]title +msgid "Mood" +msgstr "Hangulat" + +#: [mood]im +msgid "I'm " +msgstr "Én" + +#: [listen]title +msgid "Listening" +msgstr "hallgat" + +#: [last]title +msgid "Last seen" +msgstr "Utoljára itt" + +#: [client]title +msgid "Client Informations" +msgstr "Kliens információk" + +#: [explore]last_registered +msgid "Last registered" +msgstr "Utoljára regisztrálva" + +#: [explore]explore +msgid "Find some new friends" +msgstr "Találj néhány új barátot" + +#: [edit]title [button]edit +msgid "Edit" +msgstr "Szerkesztés" + +#: [edit]alias +msgid "Alias" +msgstr "Alias" + +#: [edit]group +msgid "Group" +msgstr "Csoport" + +#: [edit]updated [roster]updated +msgid "Contact updated" +msgstr "Kapcsolat frissítve" + +#: [delete]title +msgid "Are you sure?" +msgstr "Biztos vagy benne?" + +#: [delete]text +msgid "You are going to delete one of your contacts, please confirm your action" +msgstr "Törölni fogod az egyik kapcsolatod, kérlek erősítsd meg a szándékod." + +#: [age]years +msgid "%s years" +msgstr "%s éves" + +#: [blog]last +msgid "Last public post" +msgstr "Utolsó nyilvános megosztás" + +#: [blog]visit +msgid "Visit the blog to see all the public posts" +msgstr "" + +#: [subscription]to +msgid "You can see this contact status" +msgstr "Láthatod ezt a kapcsolati állapotot" + +#: [subscription]to_button +msgid "Share my status" +msgstr "Állapot megosztása" + +#: [subscription]to_text +msgid "But this contact cannot see yours" +msgstr "De ez az ismerős nem láthatja a tiéd" + +#: [subscription]from +msgid "You are not subscribed to this contact" +msgstr "Nem vagy feliratkozva erre az ismerősre" + +#: [subscription]from_button +msgid "Ask to subscribe" +msgstr "Felkérés feliratkozásra" + +#: [subscription]from_text +msgid "But this contact can still see if you are online" +msgstr "De ez az ismerős még mindig láthatja ha online vagy" + +#: [subscription]nil +msgid "No subscriptions" +msgstr "Nincsenek feliratkozók" + +#: [subscription]nil_button +msgid "Invite" +msgstr "Meghívás" + +#: [subscription]nil_text +msgid "This contact is in your contact list but there is no subscriptions between the two accounts" +msgstr "Ez az ismerős az ismerős listádon van, de nincsenek feliratkozások a két felhasználó között." + +#: [group]subscribe +msgid "Subscribe" +msgstr "Feliratkozás" + +#: [group]subscribed +msgid "Subscribed" +msgstr "Feliratkozva" + +#: [group]unsubscribe +msgid "Unsubscribe" +msgstr "Leiratkozás" + +#: [group]unsubscribe_text +msgid "You are going to unsubscribe from this Group" +msgstr "Le fogsz iratkozni ennek a csoportnak a frissítéseiről" + +#: [group]unsubscribed +msgid "Unsubscribed" +msgstr "Leiratkozva" + +#: [group]share_label +msgid "Make your membership to this group public to your friends" +msgstr "Tedd publikussá, hogy ennek a csoportnak tagja vagy a barátaid számára" + +#: [group]label_label +msgid "Give a label for this group" +msgstr "Adj meg címkéket ehhez a csoporthoz" + +#: [group]sure +msgid "Are you sure ?" +msgstr "Biztos vagy benne ?" + +#: [group]empty_text +msgid "Discover, follow and share" +msgstr "Fedezd fel, kövesd és oszd meg" + +#: [group]empty +msgid "Something bad happened to this group" +msgstr "Valami rossz történt a csoporttal" + +#: [group]config_saved +msgid "Group configuration saved" +msgstr "Csoportbeállítások elmentve." + +#: [group]delete_title +msgid "Delete the group" +msgstr "Csoport törlése" + +#: [group]delete_text +msgid "You are going to delete the following group. Please confirm your action." +msgstr "Törölni fogod a következő csoportot. Kérlek erősítsd meg szándékod!" + +#: [group]delete_clean_text +msgid "It seems that this group doesn't exists anymore. Do you want to remove it from your subscriptions?" +msgstr "Úgy tűnik ez a csoport már nem létezik. El akarod távolítani a feliratkozásaid közül?" + +#: [group]counter +msgid "%s groups on this server" +msgstr "%s csoportok a szerveren." + +#: [group]subscriptions [statistics]subscriptions +msgid "Subscriptions" +msgstr "Feliratkozások" + +#: [group]servers +msgid "Groups servers" +msgstr "" + +#: [group]search_server +msgid "Search for a new server" +msgstr "Új szerver keresése" + +#: [group]help_info1 +msgid "Groups are the perfect way to share posts about topics that you like with all the other Movim's users." +msgstr "" + +#: [group]help_info2 +msgid "Choose a server and a Group and subscribe to it using the %s button in the header. You can also create a new one using the %s button." +msgstr "" + +#: [group]help_info3 +msgid "Done? You can now publish a new post in the Group by using the %s button." +msgstr "" + +#: [group]help_info4 +msgid "You will find a list of all your subscribed Groups in My Subscriptions and receive instantly all the new incoming posts in the %sNews%s page." +msgstr "" + +#: [groups]empty_title +msgid "Hello" +msgstr "Szia" + +#: [groups]contact_post [hello]contact_post [menu]contact_post +msgid "Contact post" +msgstr "" + +#: [groups]empty_text1 +msgid "You don't have any group subscriptions yet." +msgstr "" + +#: [groups]empty_text2 +msgid "Here you will be able to manage all your subscriptions." +msgstr "" + +#: [groups]subscriptions +msgid "My Subscriptions" +msgstr "Feliratkozásaim" + +#: [groups]add +msgid "Create a new Group" +msgstr "Új csoport létrehozása" + +#: [groups]name +msgid "Group name" +msgstr "Csoport neve" + +#: [groups]name_example +msgid "My Little Pony - Fan Club" +msgstr "Én Kicsi Pónim - Rajongói Klub" + +#: [groups]created +msgid "Group created successfully" +msgstr "Csoport sikeresen létrehozva" + +#: [groups]deleted +msgid "Group deleted successfully" +msgstr "Csoport sikeresen törölve" + +#: [groups]name_error +msgid "Please provide a valid group name (4 characters minimum)" +msgstr "" + +#: [groups]no_creation +msgid "You cannot create a new Group on this server" +msgstr "Nem tudsz új csoportot létrehozni ezen a szerveren" + +#: [groups]sub +msgid "%s subscribers" +msgstr "%s feliratkozó" + +#: [groups]num +msgid "%s posts" +msgstr "%s poszt" + +#: [groups]disco_error +msgid "This server doesn't exists" +msgstr "Ez a szerver nem létezik" + +#: [roster]search +msgid "Search in your contacts" +msgstr "Keresés ismerősök között" + +#: [hello]chat +msgid "Go on the Chat page" +msgstr "Irány a chat oldal" + +#: [hello]news [page]news +msgid "News" +msgstr "Hírek" + +#: [hello]news_page +msgid "Read all theses articles on the News page" +msgstr "Olvasd ezeket a cikkeket a híroldalon" + +#: [hello]blog_title +msgid "Visit your public blog" +msgstr "Látogasd meg a nyilvános blogod." + +#: [hello]blog_text +msgid "See your public posts and share them with all your contacts" +msgstr "" + +#: [hello]share_title +msgid "Universal share button" +msgstr "Univerzális megosztás gomb" + +#: [hello]share_text +msgid "Bookmark or drag and drop the following button in your toolbar and use it on all the pages you want to share on Movim" +msgstr "" + +#: [hello]share_button +msgid "Share on Movim" +msgstr "Megosztás Movimon" + +#: [hello]enter_title +msgid "Oh! Hello!" +msgstr "Ó! Szia!" + +#: [hello]enter_paragraph +msgid "It seems that you're new there! Welcome on Movim!" +msgstr "Úgy tűnik új vagy itt! Üdv a Movimon!" + +#: [hello]menu_title +msgid "Check the Menu" +msgstr "" + +#: [hello]menu_paragraph +msgid "All the main Movim features are accessible there. Don't hesitate to navigate through the pages to discover more!" +msgstr "" + +#: [help]faq +msgid "Frequently Asked Questions" +msgstr "" + +#: [banner]title +msgid "What do the little banners refer to ?" +msgstr "" + +#: [banner]info1 +msgid "Thanks to these five little banners, you can quickly identitfy the level of confdentiality applied to the information you provide." +msgstr "" + +#: [banner]white +msgid "White, only you can see the information" +msgstr "" + +#: [banner]green +msgid "Green, you have chosen some contacts who can see your information" +msgstr "" + +#: [banner]orange +msgid "Orange, all your contact list can see your information" +msgstr "" + +#: [banner]red +msgid "Red, everybody in the XMPP network can see your information" +msgstr "" + +#: [banner]black +msgid "Black, the whole Internet can see your information" +msgstr "" + +#: [wiki]question +msgid "Looking for some documentation ?" +msgstr "" + +#: [wiki]button +msgid "Read the Wiki" +msgstr "Wiki olvasása" + +#: [ml]question +msgid "Talk with us by email ?" +msgstr "" + +#: [ml]button +msgid "Join the Mailing List" +msgstr "" + +#: [chatroom]question +msgid "Chat with the team ?" +msgstr "" + +#: [chatroom]button +msgid "Add the chatroom" +msgstr "" + +#: [init]location +msgid "Location node created" +msgstr "" + +#: [init]bookmark +msgid "Bookmark node created" +msgstr "" + +#: [init]vcard4 +msgid "Profile node created" +msgstr "" + +#: [init]avatar +msgid "Avatar node created" +msgstr "" + +#: [init]subscriptions +msgid "Subscriptions node created" +msgstr "" + +#: [init]microblog +msgid "Microblog node created" +msgstr "" + +#: [location]title +msgid "Location" +msgstr "" + +#: [location]wrong_postition +msgid "Wrong position" +msgstr "" + +#: [location]updated +msgid "Location updated" +msgstr "Helyzet frissítve" + +#: [location]update +msgid "Update my position" +msgstr "Helyzetem frissítése" + +#: [login_anonymous]bad_username +msgid "Bad nickname (between 4 and 40 characters)" +msgstr "" + +#: [error]username +msgid "Wrong username" +msgstr "Téves felhasználónév" + +#: [error]jid +msgid "Invalid JID" +msgstr "" + +#: [error]empty_challenge +msgid "Empty Challenge from the server" +msgstr "" + +#: [error]dns +msgid "XMPP Domain error, your account is not a correct Jabber ID" +msgstr "" + +#: [error]data_missings +msgid "Some data are missing !" +msgstr "Néhány adat hiányzik!" + +#: [error]wrong_password +msgid "Wrong password" +msgstr "Hibás jelszó" + +#: [error]internal +msgid "Internal server error" +msgstr "Belső szerver hiba" + +#: [error]session +msgid "Session error" +msgstr "Hiba a munkamenetben" + +#: [error]account_created +msgid "Account successfully created" +msgstr "Felhasználói fiók sikeresen létrehozva" + +#: [error]xmpp_unauthorized +msgctxt "[error]xmpp_unauthorized" +msgid "Your XMPP server is unauthorized" +msgstr "" + +#: [error]mec_error +msgid "The server takes too much time to respond" +msgstr "A szervernek túl sok időbe telik válaszolni" + +#: [error]websocket +msgid "Movim cannot talk with the server, please try again later (Websocket connection error)" +msgstr "" + +#: [error]impossible +msgid "Impossible login" +msgstr "" + +#: [error]title +msgid "Oops!" +msgstr "Hupsz!" + +#: [error]default [visio]unknown_error +msgid "Unknown error" +msgstr "Ismeretlen hiba" + +#: [error]login_format +msgid "Invalid username format" +msgstr "Érvénytelen felhasználónév formátum" + +#: [error]password_format +msgid "Invalid password format" +msgstr "Érvénytelen jelszó formátum" + +#: [error]unauthorized +msgctxt "[error]unauthorized" +msgid "Your XMPP server is unauthorized" +msgstr "" + +#: [error]conflict +msgid "A Movim session is already open on an other device" +msgstr "" + +#: [error]wrong_account +msgid "Movim failed to authenticate. You entered wrong data" +msgstr "" + +#: [error]mechanism +msgid "Authentication mechanism not supported by Movim" +msgstr "" + +#: [error]fail_auth +msgid "The XMPP authentification failed" +msgstr "Az XMPP azonosítás sikertelen volt." + +#: [form]username +msgid "My address" +msgstr "Én címem" + +#: [form]create_one +msgid "Create one !" +msgstr "Hozz létre egyet!" + +#: [form]another_account +msgid "Another account" +msgstr "Másik felhasználói fiók" + +#: [form]no_account +msgid "No account yet ?" +msgstr "Nincs még felhasználói fiókod ?" + +#: [form]whitelist.info +msgid "You can login with accounts from theses servers" +msgstr "" + +#: [form]connected +msgid "Connected" +msgstr "Csatlakozva" + +#: [form]population +msgid "Population" +msgstr "Lakosság" + +#: [menu]empty_title +msgid "No news yet..." +msgstr "Nincsenek még hírek" + +#: [menu]empty +msgid "Welcome on your news feed, here you will see all the posts published by your contacts and in the groups you have subscribed." +msgstr "" + +#: [menu]refresh +msgid "Refresh all the streams" +msgstr "Adatfolyamok frissítése" + +#: [menu]public +msgid "This post is public" +msgstr "Ez a megosztás nyílvános" + +#: [menu]all +msgid "All" +msgstr "Mind" + +#: [affiliations]title +msgid "Manage your members" +msgstr "" + +#: [affiliations]get +msgid "Get the members" +msgstr "Tagok lekérdezése" + +#: [affiliations]saved +msgid "Affiliations saved" +msgstr "" + +#: [subscriptions]title +msgid "Manage your subscriptions" +msgstr "" + +#: [subscriptions]info +msgid "Manage the subscriptions" +msgstr "" + +#: [subscriptions]get +msgid "Get the subscriptions" +msgstr "" + +#: [subscriptions]saved +msgid "Subscriptions saved" +msgstr "" + +#: [notifs]title +msgid "Pending Invitations" +msgstr "Várakozó meghívások" + +#: [notifs]wants_to_talk +msgid "%s wants to talk with you" +msgstr "%s beszélni szeretne veled" + +#: [post]news_feed +msgid "News Feed" +msgstr "Hírfolyam" + +#: [post]placeholder +msgid "Discover and register to the groups you are interested in" +msgstr "" + +#: [post]content [post]content_label +msgid "Content" +msgstr "Tartalom" + +#: [post]published +msgid "Post published" +msgstr "Poszt közzétéve" + +#: [post]deleted +msgid "Post deleted" +msgstr "Poszt törölve" + +#: [post]hot +msgid "What's Hot" +msgstr "Újdonságok" + +#: [post]hot_text +msgid "Posts recently published in Groups that you are not subscribed (yet)" +msgstr "" + +#: [post]new [publish]new +msgid "New post" +msgstr "Új poszt" + +#: [post]repost +msgid "This is a re-post from %s" +msgstr "" + +#: [post]repost_profile +msgid "See %s profile" +msgstr "" + +#: [post]public +msgid "Publish this post publicly?" +msgstr "" + +#: [post]public_yes +msgid "This post is now public" +msgstr "" + +#: [post]public_no +msgid "This post is now private" +msgstr "" + +#: [post]delete_title [post]delete +msgid "Delete this post" +msgstr "Poszt törlése" + +#: [post]delete_text +msgid "You are going to delete this post, please confirm your action" +msgstr "" + +#: [post]discover +msgid "Discover more articles on the Groups page" +msgstr "" + +#: [post]comments_disabled +msgid "Comments disabled" +msgstr "Kommentek letiltva" + +#: [post]comment_published +msgid "Comment published" +msgstr "Komment közzétéve" + +#: [status]disconnect +msgid "Disconnect" +msgstr "Lecsatlakozás" + +#: [status]here +msgid "Your status here !" +msgstr "" + +#: [status]updated +msgid "Status updated" +msgstr "Állapot frissítve" + +#: [status]status +msgid "Status" +msgstr "Állapot" + +#: [status]presence +msgid "Presence" +msgstr "Jelenlét" + +#: [status]online +msgid "Online with Movim" +msgstr "Online Movimmal" + +#: [post]preview [page]preview +msgid "Preview" +msgstr "Előnézet" + +#: [post]help [page]help +msgid "Help" +msgstr "Segítség" + +#: [post]help_more +msgid "More help" +msgstr "Mégtöbb segítség" + +#: [post]help_manual +msgid "Markdown syntax manual" +msgstr "" + +#: [post]content_text +msgid "You can format your content using Markdown" +msgstr "" + +#: [post]link +msgid "Link" +msgstr "Link" + +#: [post]tags +msgid "Tags" +msgstr "Címkék" + +#: [post]gallery +msgid "This picture will be added to your gallery" +msgstr "Ez a kép a galériádhoz lesz adva" + +#: [publish]valid_url +msgid "Please enter a valid url" +msgstr "" + +#: [publish]no_content_preview +msgid "No content to preview" +msgstr "Nincs megjeleníthető tartalom előnézethez" + +#: [publish]no_title +msgid "Please provide a title" +msgstr "Kérlek adj címet neki" + +#: [publish]edit +msgid "Edit post" +msgstr "" + +#: [publish]title +msgid "Publish" +msgstr "Közzétesz" + +#: [publish]attach +msgid "Add a file or a picture to your post" +msgstr "Csatolj fájlt vagy képet a posztodhoz" + +#: [publish]no_publication +msgid "You cannot publish a post on this Group" +msgstr "" + +#: [publish]form_filled +msgid "Some fields have been filled in. Do you still want to go back and loose their content?" +msgstr "" + +#: [publish]add_text +msgid "Click here to add some text to your publication" +msgstr "" + +#: [publish]add_text_label +msgid "Add some text" +msgstr "" + +#: [public_groups]shared +msgid "Shared" +msgstr "Megosztva" + +#: [public_groups]added +msgid "%s has been added to your public groups" +msgstr "" + +#: [rooms]add +msgid "Add a chatroom" +msgstr "" + +#: [rooms]empty_text1 +msgid "You don't have any chatroom yet." +msgstr "" + +#: [rooms]empty_text2 +msgid "Add one by clicking on the add button." +msgstr "" + +#: [chatrooms]title +msgid "Chatrooms" +msgstr "" + +#: [chatrooms]name_placeholder +msgid "My Favorite Room" +msgstr "" + +#: [chatrooms]users +msgid "Users in the room" +msgstr "" + +#: [chatrooms]bad_nickname +msgid "Please enter a correct nickname (2 to 40 characters)" +msgstr "" + +#: [chatrooms]conflict +msgid "Username already taken" +msgstr "A felhasználónév már használatban van" + +#: [room]anonymous_title +msgid "Public chatroom" +msgstr "" + +#: [room]no_room +msgid "Please provide a room address" +msgstr "" + +#: [room]anonymous_text1 +msgid "You are currently logued as an anonymous user." +msgstr "" + +#: [room]anonymous_text2 +msgid "You can join using your own account or create one on the login page by loging out using the cross in the top-right corner." +msgstr "" + +#: [room]anonymous_login +msgid "Login on %s" +msgstr "Bejelentkezés %s-n" + +#: [room]nick +msgid "Your nickname" +msgstr "" + +#: [roster]ungrouped +msgid "Ungrouped" +msgstr "" + +#: [roster]show_disconnected +msgid "Show disconnected contacts" +msgstr "Lecsatlakozott ismerősök mutatása" + +#: [roster]hide_disconnected +msgid "Hide disconnected contacts" +msgstr "Lecsatlakozott ismerősök rejtése" + +#: [roster]show_group +msgid "Show group %s" +msgstr "%s csoport mutatása" + +#: [roster]hide_group +msgid "Hide group %s" +msgstr "%s csoport elrejtése" + +#: [roster]jid_error +msgid "Please enter a valid Jabber ID" +msgstr "" + +#: [roster]no_contacts_title +msgid "No contacts ?" +msgstr "" + +#: [roster]no_contacts_text +msgid "You can add one using the + button bellow" +msgstr "" + +#: [roster]show_hide +msgid "Show/Hide" +msgstr "" + +#: [roster]add_contact_info1 +msgid "Enter the Jabber ID of your contact." +msgstr "" + +#: [roster]add_contact_info2 +msgid "Press enter to validate." +msgstr "" + +#: [roster]jid +msgid "JID" +msgstr "" + +#: [roster]results +msgid "Results" +msgstr "Eredmények" + +#: [roster]added +msgid "Contact added" +msgstr "Ismerős hozzáadva" + +#: [roster]deleted +msgid "Contact deleted" +msgstr "Ismerős törölve" + +#: [roster]search +msgid "Search" +msgstr "Keresés" + +#: [share]error +msgid "This is not a valid url" +msgstr "" + +#: [share]success +msgid "Sharing the URL" +msgstr "" + +#: [statistics]title +msgid "Statistics" +msgstr "Statisztika" + +#: [statistics]since +msgid "Since" +msgstr "Óta" + +#: [statistics]sessions +msgid "Sessions" +msgstr "Munkamenetek" + +#: [statistics]monthly_sub +msgid "Monthly Subscriptions" +msgstr "" + +#: [statistics]monthly_sub_cum +msgid "Monthly Subscriptions Cumulated" +msgstr "" + +#: [subscribe]info +msgid "Movim is a decentralized social network, before creating a new account you need to choose a server to register." +msgstr "A Movim egy decentralizált közösségi hálózat. Mielőtt létrehozod a fiókod válassz egy szervert a regisztrációhoz." + +#: [subscribe]server_question +msgid "Your server here ?" +msgstr "Itt van a szervered ?" + +#: [subscribe]server_contact +msgid "Contact us to add yours to the officially supported servers list" +msgstr "" + +#: [feed]nope +msgid "No public feed for this contact" +msgstr "" + +#: [feed]nope_contact +msgid "No contact specified" +msgstr "Nincs kapcsolat megadva" + +#: [upload]title +msgid "Upload a file" +msgstr "Fájl feltöltése" + +#: [upload]choose +msgid "Choose a file to upload" +msgstr "Válaszd ki a feltölteni kívánt fájlt" + +#: [vcard]title [page]profile +msgid "Profile" +msgstr "Profil" + +#: [vcard]updated +msgid "Profile Updated" +msgstr "Profil frissítve" + +#: [vcard]not_updated +msgid "Profile Not Updated" +msgstr "" + +#: [vcard]public +msgid "Your profile is now public" +msgstr "A profilod mostantól nyilvános" + +#: [vcard]restricted +msgid "Your profile is now restricted" +msgstr "" + +#: [general]nickname +msgctxt "[general]nickname" +msgid "Nickname" +msgstr "" + +#: [accounts]accounts_title +msgid "Accounts" +msgstr "Felhasználók" + +#: [accounts]twitter +msgid "Twitter" +msgstr "Twitter" + +#: [accounts]skype +msgid "Skype" +msgstr "Skype" + +#: [accounts]yahoo +msgid "Yahoo Account" +msgstr "Yahoo Account" + +#: [accounts]accounts_nickname +msgctxt "[accounts]accounts_nickname" +msgid "Nickname" +msgstr "" + +#: [privacy]privacy_title +msgid "Privacy Level" +msgstr "Magánszféra szintje" + +#: [privacy]privacy_question +msgid "Is this profile public ?" +msgstr "Nyilvános ez a profil?" + +#: [privacy]privacy_info +msgid "Please pay attention ! By making your profile public, all the information listed above will be available for all the Movim users and on the whole Internet." +msgstr "" + +#: [save]submit [button]submit +msgid "Submit" +msgstr "Küldés" + +#: [save]reset [button]reset +msgid "Reset" +msgstr "Alapértékek" + +#: [visio]hung_up +msgid "Hung up" +msgstr "" + +#: [visio]busy +msgid "Your contact is busy" +msgstr "" + +#: [visio]declined +msgid "Declined" +msgstr "" + +#: [visio]calling +msgid "Is calling you" +msgstr "Hív téged" + +#: [visio]call +msgid "Call" +msgstr "Hívás" + +#: [visio]hang_up +msgid "Hang up" +msgstr "" + +#: [visio]connection +msgid "Connection" +msgstr "Kapcsolat" + +#: [global]no_js +msgid "You don't have javascript enabled. Good luck with that." +msgstr "" + +#: [global]description +msgid "Movim is a kickass distributed social networking platform that protect your privacy an comes with a set of awesome features." +msgstr "" + +#: [page]administration +msgid "Administration" +msgstr "Adminisztráció" + +#: [page]home +msgid "Home" +msgstr "Kezdőoldal" + +#: [page]discover +msgid "Discover" +msgstr "" + +#: [page]explore +msgid "Explore" +msgstr "" + +#: [page]account_creation +msgid "Account Creation" +msgstr "Felhasználó létrehozása" + +#: [page]avatar +msgid "Avatar" +msgstr "Avatár" + +#: [page]chats +msgid "Chats" +msgstr "" + +#: [page]server +msgid "Server" +msgstr "Szerver" + +#: [page]public_groups +msgid "Public Groups" +msgstr "Nyilvános csoportok" + +#: [page]viewer +msgid "Viewer" +msgstr "Nézegető" + +#: [page]media +msgid "Media" +msgstr "Média" + +#: [page]blog +msgid "Blog" +msgstr "Blog" + +#: [page]about +msgid "About" +msgstr "Névjegy" + +#: [page]login +msgid "Login" +msgstr "Bejelentkezés" + +#: [page]feed +msgid "Feed" +msgstr "Hírforrás" + +#: [page]gallery +msgid "Gallery" +msgstr "Galéria" + +#: [page]visio +msgid "Visio-conference" +msgstr "Videó-konferencia" + +#: [page]pods +msgid "Pods" +msgstr "Podok" + +#: [page]share +msgid "Share" +msgstr "Megosztás" + +#: [page]room +msgid "Room" +msgstr "" + +#: [page]tag +msgid "Tag" +msgstr "" + +#: [error]error +msgid "Error: %s" +msgstr "Hiba: %s" + +#: [error]cannot_load_file +msgid "Cannot load file '%s'" +msgstr "" + +#: [error]route +msgid "Route error, please set all the parameters for the page %s" +msgstr "" + +#: [error]widget_load_error +msgid "Requested widget '%s' doesn't exist." +msgstr "" + +#: [error]widget_call_error +msgid "Requested event '%s' not registered." +msgstr "" + +#: [error]whoops +msgid "Whoops!" +msgstr "Hupsz!" + +#: [error]media_not_found +msgid "It seem that you don't have any pictures here?" +msgstr "Úgy tűnik még nincsenek itt képeid." + +#: [error]media_ask_upload +msgid "You can try to upload a couple by going to the Media page" +msgstr "" + +#: [title]about +msgid "%s - About" +msgstr "" + +#: [title]account +msgid "%s - Account" +msgstr "%s - Felhasználó" + +#: [title]administration +msgid "%s - Administration Panel" +msgstr "" + +#: [title]blog +msgid "%s - Blog" +msgstr "" + +#: [title]configuration +msgid "%s - Configuration" +msgstr "%s - Beállítások" + +#: [title]discover +msgid "%s - Discover" +msgstr "" + +#: [title]explore +msgid "%s - Explore" +msgstr "" + +#: [title]help +msgid "%s - Help Page" +msgstr "" + +#: [title]login +msgid "%s - Login to Movim" +msgstr "%s - Bejelentkezés Momimon" + +#: [title]main +msgid "%s - Welcome to Movim" +msgstr "%s - Üdv a Movimon" + +#: [title]media +msgid "%s - Media" +msgstr "%s - Média" + +#: [title]news +msgid "%s - News" +msgstr "%s - Hírek" + +#: [title]node_configuration +msgid "%s - Group Configuration" +msgstr "%s - Csoport beállítása" + +#: [title]node +msgid "%s - Group" +msgstr "%s - Csoport" + +#: [title]not_found +msgid "%s - 404" +msgstr "%s - 404" + +#: [title]profile +msgid "%s - Profile" +msgstr "%s - Profil" + +#: [title]server +msgid "%s - Server" +msgstr "%s - Szerver" + +#: [button]validate +msgid "Validate" +msgstr "Érvényesít" + +#: [button]refresh +msgid "Refresh" +msgstr "Frissít" + +#: [button]add +msgid "Add" +msgstr "Hozzáad" + +#: [button]delete +msgid "Delete" +msgstr "Törlés" + +#: [button]cancel +msgid "Cancel" +msgstr "Mégse" + +#: [button]close +msgid "Close" +msgstr "Bezárás" + +#: [button]update +msgid "Update" +msgstr "Frissít" + +#: [button]updating +msgid "Updating" +msgstr "Frissítés" + +#: [button]submitting +msgid "Submitting" +msgstr "Közzétesz" + +#: [button]register +msgid "Register" +msgstr "Regisztráció" + +#: [button]unregister +msgid "Unregister" +msgstr "Regisztráció törlése" + +#: [button]save +msgid "Save" +msgstr "Mentés" + +#: [button]clear +msgid "Clear" +msgstr "" + +#: [button]upload +msgid "Upload" +msgstr "Feltölt" + +#: [button]come_in +msgid "Come in!" +msgstr "Gyere be!" + +#: [button]connecting +msgid "Connecting" +msgstr "Csatlakozás" + +#: [button]bool_yes +msgid "Yes" +msgstr "Igen" + +#: [button]bool_no +msgid "No" +msgstr "Nem" + +#: [button]return +msgid "Return" +msgstr "Visszatérés" + +#: [button]accept +msgid "Accept" +msgstr "Elfogad" + +#: [button]refuse +msgid "Refuse" +msgstr "Visszautasít" + +#: [button]next +msgid "Next" +msgstr "Következő" + +#: [button]previous +msgid "Previous" +msgstr "Előző" + +#: [step]step +msgid "Step %s" +msgstr "%s. lépés" + +#: [day]title +msgid "Day" +msgstr "Nap" + +#: [day]monday +msgid "Monday" +msgstr "Hétfő" + +#: [day]tuesday +msgid "Tuesday" +msgstr "Kedd" + +#: [day]wednesday +msgid "Wednesday" +msgstr "Szerda" + +#: [day]thursday +msgid "Thursday" +msgstr "Csütörtök" + +#: [day]friday +msgid "Friday" +msgstr "Péntek" + +#: [day]saturday +msgid "Saturday" +msgstr "Szombat" + +#: [day]sunday +msgid "Sunday" +msgstr "Vasárnap" + +#: [gender]nil +msgctxt "[gender]nil" +msgid "None" +msgstr "Nincs" + +#: [gender]male +msgid "Male" +msgstr "Férfi" + +#: [gender]female +msgid "Female" +msgstr "Nő" + +#: [gender]other +msgid "Other" +msgstr "Egyéb" + +#: [client]bot +msgid "Bot" +msgstr "Robot" + +#: [client]desktop +msgid "Desktop" +msgstr "Asztal" + +#: [client]phone +msgid "Phone" +msgstr "Telefon" + +#: [client]web +msgid "Web" +msgstr "Webcím" + +#: [client]registered +msgid "Registered" +msgstr "Regisztrálva" + +#: [marital]nil +msgctxt "[marital]nil" +msgid "None" +msgstr "Nincs" + +#: [marital]single +msgid "Single" +msgstr "Egyedülálló" + +#: [marital]relationship +msgid "In a relationship" +msgstr "Kapcsolatban" + +#: [marital]married +msgid "Married" +msgstr "Házas" + +#: [marital]divorced +msgid "Divorced" +msgstr "Elvált" + +#: [marital]widowed +msgid "Widowed" +msgstr "Özvegy" + +#: [marital]cohabiting +msgid "Cohabiting" +msgstr "Élettársak" + +#: [marital]union +msgid "Civil Union" +msgstr "" + +#: [flag]white +msgid "Not shared" +msgstr "Nem publikus" + +#: [flag]green +msgid "Shared with one contact" +msgstr "" + +#: [flag]orange +msgid "Shared with all contacts" +msgstr "Minden ismerőssel megosztva" + +#: [flag]red +msgid "Shared with the XMPP network" +msgstr "Megosztva az XMPP hálózattal" + +#: [flag]black +msgid "Shared with the whole Internet" +msgstr "" + +#: [presence]online +msgid "Online" +msgstr "Elérhető" + +#: [presence]away +msgid "Away" +msgstr "Távol" + +#: [presence]dnd +msgid "Do Not Disturb" +msgstr "Ne zavarj" + +#: [presence]xa +msgid "Extended Away" +msgstr "" + +#: [presence]offline +msgid "Offline" +msgstr "Offline" + +#: [presence]error +msgid "Error" +msgstr "Hiba" + +#: [mood]afraid +msgid "afraid" +msgstr "" + +#: [mood]amazed +msgid "amazed" +msgstr "lenyűgözött" + +#: [mood]amorous +msgid "amorous" +msgstr "" + +#: [mood]angry +msgid "angry" +msgstr "haragos" + +#: [mood]annoyed +msgid "annoyed" +msgstr "" + +#: [mood]anxious +msgid "anxious" +msgstr "szorongó" + +#: [mood]aroused +msgid "aroused" +msgstr "" + +#: [mood]ashamed +msgid "ashamed" +msgstr "" + +#: [mood]bored +msgid "bored" +msgstr "unott" + +#: [mood]brave +msgid "brave" +msgstr "bátor" + +#: [mood]calm +msgid "calm" +msgstr "nyugodt" + +#: [mood]cautious +msgid "cautious" +msgstr "óvatos" + +#: [mood]cold +msgid "cold" +msgstr "hideg" + +#: [mood]confident +msgid "confident" +msgstr "konfidens" + +#: [mood]confused +msgid "confused" +msgstr "" + +#: [mood]contemplative +msgid "contemplative" +msgstr "" + +#: [mood]contented +msgid "contented" +msgstr "" + +#: [mood]cranky +msgid "cranky" +msgstr "" + +#: [mood]crazy +msgid "crazy" +msgstr "őrült" + +#: [mood]creative +msgid "creative" +msgstr "kreatív" + +#: [mood]curious +msgid "curious" +msgstr "kíváncsi" + +#: [mood]dejected +msgid "dejected" +msgstr "" + +#: [mood]depressed +msgid "depressed" +msgstr "depressziós" + +#: [mood]disappointed +msgid "disappointed" +msgstr "csalódott" + +#: [mood]disgusted +msgid "disgusted" +msgstr "undorodó" + +#: [mood]dismayed +msgid "dismayed" +msgstr "" + +#: [mood]distracted +msgid "distracted" +msgstr "" + +#: [mood]embarrassed +msgid "embarrassed" +msgstr "cikis" + +#: [mood]envious +msgid "envious" +msgstr "irigykedő" + +#: [mood]excited +msgid "excited" +msgstr "izgatott" + +#: [mood]flirtatious +msgid "flirtatious" +msgstr "flörtölő" + +#: [mood]frustated +msgid "frustated" +msgstr "frusztrált" + +#: [mood]grateful +msgid "grateful" +msgstr "hálás" + +#: [mood]grieving +msgid "grieving" +msgstr "" + +#: [mood]grumpy +msgid "grumpy" +msgstr "mogorva" + +#: [mood]guilty +msgid "guilty" +msgstr "bűnös" + +#: [mood]happy +msgid "happy" +msgstr "boldog" + +#: [mood]hopeful +msgid "hopeful" +msgstr "reményteli" + +#: [mood]hot +msgid "hot" +msgstr "forró/ szexi" + +#: [mood]humbled +msgid "humbled" +msgstr "" + +#: [mood]humiliated +msgid "humiliated" +msgstr "megalázott" + +#: [mood]hungry +msgid "hungry" +msgstr "éhes" + +#: [mood]hurt +msgid "hurt" +msgstr "sérült" + +#: [mood]impressed +msgid "impressed" +msgstr "" + +#: [mood]in_awe +msgid "in awe" +msgstr "" + +#: [mood]in_love +msgid "in love" +msgstr "szerelmes" + +#: [mood]indignant +msgid "indignant" +msgstr "" + +#: [mood]interested +msgid "interested" +msgstr "érdeklődő" + +#: [mood]intoxicated +msgid "intoxicated" +msgstr "mérgezett" + +#: [mood]invincible +msgid "invincible" +msgstr "" + +#: [mood]jealous +msgid "jealous" +msgstr "irigy" + +#: [mood]lonely +msgid "lonely" +msgstr "magányos" + +#: [mood]lost +msgid "lost" +msgstr "elveszett" + +#: [mood]lucky +msgid "lucky" +msgstr "szerencsés" + +#: [mood]mean +msgid "mean" +msgstr "" + +#: [mood]moody +msgid "moody" +msgstr "" + +#: [mood]nervous +msgid "nervous" +msgstr "feszült" + +#: [mood]neutral +msgid "neutral" +msgstr "semleges" + +#: [mood]offended +msgid "offended" +msgstr "sértett" + +#: [mood]outraged +msgid "outraged" +msgstr "dühös" + +#: [mood]playful +msgid "playful" +msgstr "játékos" + +#: [mood]proud +msgid "proud" +msgstr "büszke" + +#: [mood]relaxed +msgid "relaxed" +msgstr "ellazult" + +#: [mood]relieved +msgid "relieved" +msgstr "megkönnyebbült" + +#: [mood]restless +msgid "restless" +msgstr "nyugtalan" + +#: [mood]sad +msgid "sad" +msgstr "szomorú" + +#: [mood]sarcastic +msgid "sarcastic" +msgstr "szarkasztikus" + +#: [mood]satisfied +msgid "satisfied" +msgstr "elégedett" + +#: [mood]serious +msgid "serious" +msgstr "komoly" + +#: [mood]shocked +msgid "shocked" +msgstr "sokkolt" + +#: [mood]shy +msgid "shy" +msgstr "szégyellős" + +#: [mood]sick +msgid "sick" +msgstr "beteg" + +#: [mood]sleepy +msgid "sleepy" +msgstr "álmos" + +#: [mood]spontaneous +msgid "spontaneous" +msgstr "spontán" + +#: [mood]stressed +msgid "stressed" +msgstr "stresszes" + +#: [mood]strong +msgid "strong" +msgstr "erős" + +#: [mood]surprised +msgid "surprised" +msgstr "meglepett" + +#: [mood]thankful +msgid "thankful" +msgstr "hálás" + +#: [mood]thirsty +msgid "thirsty" +msgstr "szomjas" + +#: [mood]tired +msgid "tired" +msgstr "fáradt" + +#: [mood]undefined +msgid "undefined" +msgstr "" + +#: [mood]weak +msgid "weak" +msgstr "gyenge" + +#: [mood]worried +msgid "worried" +msgstr "aggódik" + +#: [month]title +msgid "Month" +msgstr "Hónap" + +#: [month]january +msgid "January" +msgstr "Január" + +#: [month]february +msgid "February" +msgstr "Február" + +#: [month]march +msgid "March" +msgstr "Március" + +#: [month]april +msgid "April" +msgstr "Április" + +#: [month]may +msgid "May" +msgstr "Május" + +#: [month]june +msgid "June" +msgstr "Június" + +#: [month]july +msgid "July" +msgstr "Július" + +#: [month]august +msgid "August" +msgstr "Augusztus" + +#: [month]september +msgid "September" +msgstr "Szeptember" + +#: [month]october +msgid "October" +msgstr "Október" + +#: [month]november +msgid "November" +msgstr "November" + +#: [month]december +msgid "December" +msgstr "December" + +#: [year]title +msgid "Year" +msgstr "Év" + +#: [date]today +msgid "Today" +msgstr "Ma" + +#: [date]tomorrow +msgid "Tomorrow" +msgstr "Holnap" + +#: [date]yesterday +msgid "Yesterday" +msgstr "Tegnap" + +#: [date]ago +msgid "%d days ago" +msgstr "%d napja" + +#: [date]day +msgid "day" +msgstr "nap" + +#: [post]title +msgid "Title" +msgstr "Cím" + +#: [post]whats_new +msgid "What's new ?" +msgstr "Mi történt?" + +#: [post]place +msgid "Place" +msgstr "Hely" + +#: [post]by +msgid "by" +msgstr "által" + +#: [post]geolocalisation +msgid "Geolocalisation" +msgstr "" + +#: [post]email +msgid "email" +msgstr "email" + +#: [post]empty +msgid "No content" +msgstr "Nincs tartalom" + +#: [post]no_comments +msgid "No comments yet" +msgstr "" + +#: [post]no_comments_stream +msgid "No comments stream" +msgstr "" + +#: [post]no_load +msgid "Your feed cannot be loaded." +msgstr "" + +#: [post]older +msgid "Get older posts" +msgstr "" + +#: [post]new_items +msgid "%s new items" +msgstr "%s új elem" + +#: [post]comment_error +msgid "Comment publication error" +msgstr "Hozzászólás megosztási hiba" + +#: [post]comments_older +msgid "Show the older comments" +msgstr "Mutasd a régebbi hozzászólásokat" + +#: [post]comments_loading +msgid "Loading comments..." +msgstr "Hozzászólások betöltése..." + +#: [post]comments_get +msgid "Get the comments" +msgstr "" + +#: [post]comment_add +msgid "Add a comment" +msgstr "Hozzászólok" + +#: [post]share +msgid "Share with" +msgstr "Megosztás vele:" + +#: [post]share_everyone +msgid "Everyone" +msgstr "Mindenki" + +#: [post]share_your_contacts +msgid "Your contacts" +msgstr "Ismerőseid" + +#: [post]updated +msgid "Updated" +msgstr "Frissítve" + +#: [post]content_not_found +msgid "Content not found" +msgstr "Tartalom nem található" + +#: [post]default_title +msgid "Contact publication" +msgstr "" + +#: [post]comments +msgid "Comments" +msgstr "Kommentek" + +#: [api]error +msgid "The API is not reachable, try again later" +msgstr "" + +#: [field]type_here +msgid "Type here" +msgstr "Ide írj" diff --git a/sources/locales/id.po b/sources/locales/id.po index 1294f1f..2fe5fd4 100644 --- a/sources/locales/id.po +++ b/sources/locales/id.po @@ -95,7 +95,7 @@ msgid "" msgstr "" "Project-Id-Version: movim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-06 23:33+0200\n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" "PO-Revision-Date: 2015-06-09 12:21+0000\n" "Last-Translator: edhelas \n" "Language-Team: Indonesian \n" @@ -208,6 +208,10 @@ msgstr "" msgid "Loading" msgstr "" +#: [create]placeholder +msgid "…and start playing" +msgstr "" + #: [error]not_acceptable msgid "Not Acceptable" msgstr "" @@ -261,7 +265,7 @@ msgid "Port" msgstr "" #: [db]name -msgid "Database sName" +msgid "Database Name" msgstr "" #: [admin]general @@ -372,14 +376,6 @@ msgstr "" msgid "Syslog and files" msgstr "" -#: [rewrite]title -msgid "URL Rewriting" -msgstr "" - -#: [rewrite]info -msgid "The URL Rewriting can be enabled" -msgstr "" - #: [admin]compatibility msgid "General Overview" msgstr "" @@ -412,10 +408,6 @@ msgstr "" msgid "Read and write rights for the webserver in Movims root directory" msgstr "" -#: [compatibility]rewrite -msgid "The URL Rewriting support is currently disabled" -msgstr "" - #: [compatibility]db msgid "The database need to be updated, go to the database panel to fix this" msgstr "" @@ -500,6 +492,10 @@ msgstr "" msgid "Avatar Not Updated" msgstr "" +#: [avatar]missing +msgid "No avatar defined yet" +msgstr "" + #: [blog]title [feed]title msgid "%s's feed" msgstr "" @@ -508,6 +504,10 @@ msgstr "" msgid "This user has not posted anything right now" msgstr "" +#: [blog]private +msgid "This content is private, please login to see it" +msgstr "" + #: [title]conferences msgid "Conferences" msgstr "Konferensi" @@ -593,6 +593,10 @@ msgstr "" msgid "Contact gone" msgstr "" +#: [message]history +msgid "%s messages retrieved" +msgstr "" + #: [chat]attention msgid "%s needs your attention" msgstr "" @@ -650,7 +654,7 @@ msgid "No chats yet..." msgstr "" #: [chats]empty -msgid "Open a new conversation by clicking on the %s button bellow or visit the %s Contacts%s page." +msgid "Open a new conversation by clicking on the %s button bellow or visit the %sContacts%s page." msgstr "" #: [chats]add @@ -705,9 +709,15 @@ msgstr "" msgid "Appearence" msgstr "" -#: [config]info -msgid "This configuration is shared wherever you are connected" -msgstr "" +#: [config]not_valid +#, fuzzy +msgid "Configuration invalid" +msgstr "Konfigurasi" + +#: [config]advanced +#, fuzzy +msgid "Advanced Configuration" +msgstr "Konfigurasi" #: [notifications]message msgid "Notify on incoming message" @@ -717,6 +727,10 @@ msgstr "" msgid "Use desktop notifications" msgstr "" +#: [cssurl]label +msgid "Custom CSS URL for your blog" +msgstr "" + #: [general]legend [general]general_title msgid "General Informations" msgstr "Informasi Umum" @@ -829,6 +843,10 @@ msgstr "" msgid "Last public post" msgstr "" +#: [blog]visit +msgid "Visit the blog to see all the public posts" +msgstr "" + #: [subscription]to #, fuzzy msgid "You can see this contact status" @@ -1018,19 +1036,6 @@ msgstr "" msgid "This server doesn't exists" msgstr "" -#: [menu]all -msgid "All" -msgstr "" - -#: [menu]refresh -msgid "Refresh all the streams" -msgstr "" - -#: [menu]me -#, fuzzy -msgid "My publications" -msgstr "Kesalahan publikasikan komentar" - #: [roster]search #, fuzzy msgid "Search in your contacts" @@ -1137,7 +1142,7 @@ msgid "Chat with the team ?" msgstr "" #: [chatroom]button -msgid "Join the Chatroom" +msgid "Add the chatroom" msgstr "" #: [init]location @@ -1229,10 +1234,6 @@ msgstr "" msgid "The server takes too much time to respond" msgstr "" -#: [error]too_old -msgid "Your web browser is too old to use with Movim." -msgstr "Browser anda terlalu lawas untuk di gunakan dengan Movim." - #: [error]websocket msgid "Movim cannot talk with the server, please try again later (Websocket connection error)" msgstr "" @@ -1315,13 +1316,17 @@ msgid "Welcome on your news feed, here you will see all the posts published by y msgstr "" #: [menu]refresh -msgid "Refreshing all the streams" +msgid "Refresh all the streams" msgstr "" #: [menu]public msgid "This post is public" msgstr "" +#: [menu]all +msgid "All" +msgstr "" + #: [affiliations]title msgid "Manage your members" msgstr "" @@ -1358,10 +1363,6 @@ msgstr "" msgid "%s wants to talk with you" msgstr "" -#: [notifs]manage -msgid "Manage" -msgstr "Kelola" - #: [post]news_feed msgid "News Feed" msgstr "" @@ -1407,12 +1408,13 @@ msgstr "" msgid "Publish this post publicly?" msgstr "Apakah ini profil publik ?" -#: [post]blog_add -msgid "Post published on your blog" -msgstr "" +#: [post]public_yes +#, fuzzy +msgid "This post is now public" +msgstr "Apakah ini profil publik ?" -#: [post]blog_remove -msgid "Post removed from your blog" +#: [post]public_no +msgid "This post is now private" msgstr "" #: [post]delete_title [post]delete @@ -1423,6 +1425,10 @@ msgstr "" msgid "You are going to delete this post, please confirm your action" msgstr "" +#: [post]discover +msgid "Discover more articles on the Groups page" +msgstr "" + #: [post]comments_disabled msgid "Comments disabled" msgstr "" @@ -1487,10 +1493,6 @@ msgstr "" msgid "This picture will be added to your gallery" msgstr "" -#: [post]embed_tip -msgid "You can also use services like Imgur or Flickr to host your picture and paste the link here." -msgstr "" - #: [publish]valid_url msgid "Please enter a valid url" msgstr "" @@ -1503,6 +1505,10 @@ msgstr "" msgid "Please provide a title" msgstr "" +#: [publish]edit +msgid "Edit post" +msgstr "" + #: [publish]title msgid "Publish" msgstr "" @@ -1896,6 +1902,10 @@ msgstr "" msgid "Room" msgstr "" +#: [page]tag +msgid "Tag" +msgstr "" + #: [error]error msgid "Error: %s" msgstr "Kesalahan: %s" @@ -2753,6 +2763,16 @@ msgstr "" msgid "Type here" msgstr "" +#, fuzzy +#~ msgid "My publications" +#~ msgstr "Kesalahan publikasikan komentar" + +#~ msgid "Your web browser is too old to use with Movim." +#~ msgstr "Browser anda terlalu lawas untuk di gunakan dengan Movim." + +#~ msgid "Manage" +#~ msgstr "Kelola" + #, fuzzy #~ msgid "Active contacts" #~ msgstr "Tindakan" diff --git a/sources/locales/io.po b/sources/locales/io.po index 9a2e2f8..401b8d9 100644 --- a/sources/locales/io.po +++ b/sources/locales/io.po @@ -95,7 +95,7 @@ msgid "" msgstr "" "Project-Id-Version: movim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-06 23:33+0200\n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" "PO-Revision-Date: 2014-06-01 23:07+0000\n" "Last-Translator: edhelas \n" "Language-Team: Ido \n" @@ -207,6 +207,10 @@ msgstr "" msgid "Loading" msgstr "" +#: [create]placeholder +msgid "…and start playing" +msgstr "" + #: [error]not_acceptable msgid "Not Acceptable" msgstr "" @@ -260,7 +264,7 @@ msgid "Port" msgstr "" #: [db]name -msgid "Database sName" +msgid "Database Name" msgstr "" #: [admin]general @@ -369,14 +373,6 @@ msgstr "" msgid "Syslog and files" msgstr "" -#: [rewrite]title -msgid "URL Rewriting" -msgstr "" - -#: [rewrite]info -msgid "The URL Rewriting can be enabled" -msgstr "" - #: [admin]compatibility msgid "General Overview" msgstr "" @@ -409,10 +405,6 @@ msgstr "" msgid "Read and write rights for the webserver in Movims root directory" msgstr "" -#: [compatibility]rewrite -msgid "The URL Rewriting support is currently disabled" -msgstr "" - #: [compatibility]db msgid "The database need to be updated, go to the database panel to fix this" msgstr "" @@ -497,6 +489,10 @@ msgstr "" msgid "Avatar Not Updated" msgstr "" +#: [avatar]missing +msgid "No avatar defined yet" +msgstr "" + #: [blog]title [feed]title msgid "%s's feed" msgstr "" @@ -505,6 +501,10 @@ msgstr "" msgid "This user has not posted anything right now" msgstr "" +#: [blog]private +msgid "This content is private, please login to see it" +msgstr "" + #: [title]conferences msgid "Conferences" msgstr "" @@ -587,6 +587,10 @@ msgstr "" msgid "Contact gone" msgstr "" +#: [message]history +msgid "%s messages retrieved" +msgstr "" + #: [chat]attention msgid "%s needs your attention" msgstr "" @@ -644,7 +648,7 @@ msgid "No chats yet..." msgstr "" #: [chats]empty -msgid "Open a new conversation by clicking on the %s button bellow or visit the %s Contacts%s page." +msgid "Open a new conversation by clicking on the %s button bellow or visit the %sContacts%s page." msgstr "" #: [chats]add @@ -699,8 +703,12 @@ msgstr "" msgid "Appearence" msgstr "" -#: [config]info -msgid "This configuration is shared wherever you are connected" +#: [config]not_valid +msgid "Configuration invalid" +msgstr "" + +#: [config]advanced +msgid "Advanced Configuration" msgstr "" #: [notifications]message @@ -711,6 +719,10 @@ msgstr "" msgid "Use desktop notifications" msgstr "" +#: [cssurl]label +msgid "Custom CSS URL for your blog" +msgstr "" + #: [general]legend [general]general_title msgid "General Informations" msgstr "" @@ -823,6 +835,10 @@ msgstr "" msgid "Last public post" msgstr "" +#: [blog]visit +msgid "Visit the blog to see all the public posts" +msgstr "" + #: [subscription]to msgid "You can see this contact status" msgstr "" @@ -1007,18 +1023,6 @@ msgstr "" msgid "This server doesn't exists" msgstr "" -#: [menu]all -msgid "All" -msgstr "" - -#: [menu]refresh -msgid "Refresh all the streams" -msgstr "" - -#: [menu]me -msgid "My publications" -msgstr "" - #: [roster]search msgid "Search in your contacts" msgstr "" @@ -1124,7 +1128,7 @@ msgid "Chat with the team ?" msgstr "" #: [chatroom]button -msgid "Join the Chatroom" +msgid "Add the chatroom" msgstr "" #: [init]location @@ -1216,10 +1220,6 @@ msgstr "" msgid "The server takes too much time to respond" msgstr "" -#: [error]too_old -msgid "Your web browser is too old to use with Movim." -msgstr "" - #: [error]websocket msgid "Movim cannot talk with the server, please try again later (Websocket connection error)" msgstr "" @@ -1302,13 +1302,17 @@ msgid "Welcome on your news feed, here you will see all the posts published by y msgstr "" #: [menu]refresh -msgid "Refreshing all the streams" +msgid "Refresh all the streams" msgstr "" #: [menu]public msgid "This post is public" msgstr "" +#: [menu]all +msgid "All" +msgstr "" + #: [affiliations]title msgid "Manage your members" msgstr "" @@ -1345,10 +1349,6 @@ msgstr "" msgid "%s wants to talk with you" msgstr "" -#: [notifs]manage -msgid "Manage" -msgstr "" - #: [post]news_feed msgid "News Feed" msgstr "" @@ -1393,12 +1393,12 @@ msgstr "" msgid "Publish this post publicly?" msgstr "" -#: [post]blog_add -msgid "Post published on your blog" +#: [post]public_yes +msgid "This post is now public" msgstr "" -#: [post]blog_remove -msgid "Post removed from your blog" +#: [post]public_no +msgid "This post is now private" msgstr "" #: [post]delete_title [post]delete @@ -1409,6 +1409,10 @@ msgstr "" msgid "You are going to delete this post, please confirm your action" msgstr "" +#: [post]discover +msgid "Discover more articles on the Groups page" +msgstr "" + #: [post]comments_disabled msgid "Comments disabled" msgstr "" @@ -1473,10 +1477,6 @@ msgstr "" msgid "This picture will be added to your gallery" msgstr "" -#: [post]embed_tip -msgid "You can also use services like Imgur or Flickr to host your picture and paste the link here." -msgstr "" - #: [publish]valid_url msgid "Please enter a valid url" msgstr "" @@ -1489,6 +1489,10 @@ msgstr "" msgid "Please provide a title" msgstr "" +#: [publish]edit +msgid "Edit post" +msgstr "" + #: [publish]title msgid "Publish" msgstr "" @@ -1879,6 +1883,10 @@ msgstr "" msgid "Room" msgstr "" +#: [page]tag +msgid "Tag" +msgstr "" + #: [error]error msgid "Error: %s" msgstr "" diff --git a/sources/locales/is.po b/sources/locales/is.po index 7eb9f80..fb037e2 100644 --- a/sources/locales/is.po +++ b/sources/locales/is.po @@ -93,7 +93,7 @@ msgid "" msgstr "" "Project-Id-Version: movim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-06 23:33+0200\n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" "PO-Revision-Date: 2015-10-06 21:34+0000\n" "Last-Translator: Jaussoin Timothée \n" "Language-Team: Icelandic (http://www.transifex.com/movim/movim/language/is/)\n" @@ -205,6 +205,10 @@ msgstr "Aðgangur þinn hefur verið skráður" msgid "Loading" msgstr "Hleð" +#: [create]placeholder +msgid "…and start playing" +msgstr "" + #: [error]not_acceptable msgid "Not Acceptable" msgstr "" @@ -258,8 +262,9 @@ msgid "Port" msgstr "" #: [db]name -msgid "Database sName" -msgstr "" +#, fuzzy +msgid "Database Name" +msgstr "Gerð Gagnagrunns" #: [admin]general msgid "General Settings" @@ -367,14 +372,6 @@ msgstr "" msgid "Syslog and files" msgstr "" -#: [rewrite]title -msgid "URL Rewriting" -msgstr "" - -#: [rewrite]info -msgid "The URL Rewriting can be enabled" -msgstr "" - #: [admin]compatibility msgid "General Overview" msgstr "" @@ -407,10 +404,6 @@ msgstr "" msgid "Read and write rights for the webserver in Movims root directory" msgstr "" -#: [compatibility]rewrite -msgid "The URL Rewriting support is currently disabled" -msgstr "" - #: [compatibility]db msgid "The database need to be updated, go to the database panel to fix this" msgstr "" @@ -495,6 +488,10 @@ msgstr "Myndin hefur verið uppfærð" msgid "Avatar Not Updated" msgstr "Ekki náðist að uppfæra mynd" +#: [avatar]missing +msgid "No avatar defined yet" +msgstr "" + #: [blog]title [feed]title msgid "%s's feed" msgstr "" @@ -503,6 +500,10 @@ msgstr "" msgid "This user has not posted anything right now" msgstr "" +#: [blog]private +msgid "This content is private, please login to see it" +msgstr "" + #: [title]conferences msgid "Conferences" msgstr "" @@ -585,6 +586,10 @@ msgstr "" msgid "Contact gone" msgstr "" +#: [message]history +msgid "%s messages retrieved" +msgstr "" + #: [chat]attention msgid "%s needs your attention" msgstr "" @@ -642,7 +647,7 @@ msgid "No chats yet..." msgstr "" #: [chats]empty -msgid "Open a new conversation by clicking on the %s button bellow or visit the %s Contacts%s page." +msgid "Open a new conversation by clicking on the %s button bellow or visit the %sContacts%s page." msgstr "" #: [chats]add @@ -697,9 +702,15 @@ msgstr "Fela ótengda tengiliði" msgid "Appearence" msgstr "Útlit" -#: [config]info -msgid "This configuration is shared wherever you are connected" -msgstr "" +#: [config]not_valid +#, fuzzy +msgid "Configuration invalid" +msgstr "Stillingar" + +#: [config]advanced +#, fuzzy +msgid "Advanced Configuration" +msgstr "Stillingar" #: [notifications]message msgid "Notify on incoming message" @@ -709,6 +720,10 @@ msgstr "" msgid "Use desktop notifications" msgstr "" +#: [cssurl]label +msgid "Custom CSS URL for your blog" +msgstr "" + #: [general]legend [general]general_title msgid "General Informations" msgstr "" @@ -821,6 +836,10 @@ msgstr "" msgid "Last public post" msgstr "" +#: [blog]visit +msgid "Visit the blog to see all the public posts" +msgstr "" + #: [subscription]to msgid "You can see this contact status" msgstr "" @@ -1005,18 +1024,6 @@ msgstr "" msgid "This server doesn't exists" msgstr "" -#: [menu]all -msgid "All" -msgstr "" - -#: [menu]refresh -msgid "Refresh all the streams" -msgstr "" - -#: [menu]me -msgid "My publications" -msgstr "" - #: [roster]search msgid "Search in your contacts" msgstr "" @@ -1122,8 +1129,9 @@ msgid "Chat with the team ?" msgstr "" #: [chatroom]button -msgid "Join the Chatroom" -msgstr "" +#, fuzzy +msgid "Add the chatroom" +msgstr "Bæta við spjallrás" #: [init]location msgid "Location node created" @@ -1214,10 +1222,6 @@ msgstr "" msgid "The server takes too much time to respond" msgstr "" -#: [error]too_old -msgid "Your web browser is too old to use with Movim." -msgstr "" - #: [error]websocket msgid "Movim cannot talk with the server, please try again later (Websocket connection error)" msgstr "" @@ -1300,13 +1304,17 @@ msgid "Welcome on your news feed, here you will see all the posts published by y msgstr "" #: [menu]refresh -msgid "Refreshing all the streams" +msgid "Refresh all the streams" msgstr "" #: [menu]public msgid "This post is public" msgstr "" +#: [menu]all +msgid "All" +msgstr "" + #: [affiliations]title msgid "Manage your members" msgstr "" @@ -1343,10 +1351,6 @@ msgstr "" msgid "%s wants to talk with you" msgstr "" -#: [notifs]manage -msgid "Manage" -msgstr "" - #: [post]news_feed msgid "News Feed" msgstr "" @@ -1391,12 +1395,12 @@ msgstr "" msgid "Publish this post publicly?" msgstr "" -#: [post]blog_add -msgid "Post published on your blog" +#: [post]public_yes +msgid "This post is now public" msgstr "" -#: [post]blog_remove -msgid "Post removed from your blog" +#: [post]public_no +msgid "This post is now private" msgstr "" #: [post]delete_title [post]delete @@ -1407,6 +1411,10 @@ msgstr "" msgid "You are going to delete this post, please confirm your action" msgstr "" +#: [post]discover +msgid "Discover more articles on the Groups page" +msgstr "" + #: [post]comments_disabled msgid "Comments disabled" msgstr "" @@ -1471,10 +1479,6 @@ msgstr "Mörk" msgid "This picture will be added to your gallery" msgstr "Þessi mynd verður bætt við myndasafnið þitt" -#: [post]embed_tip -msgid "You can also use services like Imgur or Flickr to host your picture and paste the link here." -msgstr "" - #: [publish]valid_url msgid "Please enter a valid url" msgstr "Gjörið svo vel að setja inn rétta slóð" @@ -1487,6 +1491,10 @@ msgstr "Ekkert efni til þess að forskoða" msgid "Please provide a title" msgstr "" +#: [publish]edit +msgid "Edit post" +msgstr "" + #: [publish]title msgid "Publish" msgstr "" @@ -1877,6 +1885,11 @@ msgstr "" msgid "Room" msgstr "" +#: [page]tag +#, fuzzy +msgid "Tag" +msgstr "Mörk" + #: [error]error msgid "Error: %s" msgstr "" diff --git a/sources/locales/it.po b/sources/locales/it.po index 8e1e85e..b4636a6 100644 --- a/sources/locales/it.po +++ b/sources/locales/it.po @@ -1,5 +1,6 @@ # # Translators: +# Astrofillite, 2015 # fmarella , 2015 #. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-# #. extracted from ../app/widgets/About/locales.ini @@ -93,8 +94,8 @@ msgid "" msgstr "" "Project-Id-Version: movim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-06 23:33+0200\n" -"PO-Revision-Date: 2015-10-06 21:34+0000\n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" +"PO-Revision-Date: 2015-12-29 12:43+0000\n" "Last-Translator: Jaussoin Timothée \n" "Language-Team: Italian (http://www.transifex.com/movim/movim/language/it/)\n" "Language: it\n" @@ -118,7 +119,7 @@ msgstr "Traduttori" #: [about]translators_text msgid "Thanks to all the translators" -msgstr "" +msgstr "Grazie a tutti i traduttori" #: [about]software msgid "Software" @@ -191,7 +192,7 @@ msgstr "Crea un nuovo account" #: [create]notfound msgid "No account creation form found on the server" -msgstr "" +msgstr "Nessun form di creazione dell'account trovato sul server" #: [create]server_on msgid "on" @@ -205,9 +206,13 @@ msgstr "Il tuo account è stato registrato con successo" msgid "Loading" msgstr "Caricamento in corso" +#: [create]placeholder +msgid "…and start playing" +msgstr "" + #: [error]not_acceptable msgid "Not Acceptable" -msgstr "" +msgstr "non accettabile" #: [error]service_unavailable msgid "The registration system of this server is currently unavailable" @@ -258,7 +263,7 @@ msgid "Port" msgstr "Porta" #: [db]name -msgid "Database sName" +msgid "Database Name" msgstr "" #: [admin]general @@ -367,14 +372,6 @@ msgstr "Syslog" msgid "Syslog and files" msgstr "Syslog e file" -#: [rewrite]title -msgid "URL Rewriting" -msgstr "URL Rewriting" - -#: [rewrite]info -msgid "The URL Rewriting can be enabled" -msgstr "L'URL Rewriting può essere abilitato" - #: [admin]compatibility msgid "General Overview" msgstr "Panoramica generale" @@ -407,10 +404,6 @@ msgstr "Installare la libreria php5-gd" msgid "Read and write rights for the webserver in Movims root directory" msgstr "Permessi di lettura e scrittura per il webserver nella cartella root di Movim" -#: [compatibility]rewrite -msgid "The URL Rewriting support is currently disabled" -msgstr "Il supporto al URL Rewriting è al momento disabilitato" - #: [compatibility]db msgid "The database need to be updated, go to the database panel to fix this" msgstr "Il database deve essere aggiornato, vai nel pannello del database per correggere" @@ -441,15 +434,15 @@ msgstr "XMPP" #: [api]info msgid "Here you can register your pod on the official %sMovim API%s and be listed on %sthe pods page%s." -msgstr "" +msgstr "Qui puoi registrare il tuo pod su %sMovim API% ufficiale ed essere elencato su %sthe pods page%s." #: [api]register msgid "Your pod is not registered on the API" -msgstr "" +msgstr "Il tuo pod non è registrato sull'API" #: [api]registered msgid "Your pod is registered on the API" -msgstr "" +msgstr "Il tuo pod è registrato sull'API" #: [api]wait msgid "Your pod is not yet validated" @@ -461,7 +454,7 @@ msgstr "Il tuo pod è validato" #: [api]unregister msgid "You asked to be removed from the API, this request will be processed in a couple of hours" -msgstr "" +msgstr "Hai chiesto di essere rimosso dall'API, la richiesta verrà elaborata entro un paio d'ore" #: [api]conf_updated [config]updated msgid "Configuration updated" @@ -473,7 +466,7 @@ msgstr "File" #: [avatar]use_it msgid "Use it" -msgstr "" +msgstr "Usalo" #: [avatar]webcam msgid "Webcam" @@ -495,17 +488,25 @@ msgstr "Foto profilo aggiornata" msgid "Avatar Not Updated" msgstr "Foto profilo non aggiornata" +#: [avatar]missing +msgid "No avatar defined yet" +msgstr "" + #: [blog]title [feed]title msgid "%s's feed" -msgstr "" +msgstr "feed %s" #: [blog]empty msgid "This user has not posted anything right now" msgstr "Questo utente non ha pubblicato nulla al momento" +#: [blog]private +msgid "This content is private, please login to see it" +msgstr "" + #: [title]conferences msgid "Conferences" -msgstr "" +msgstr "Conferenze" #: [title]groups [group]empty_title [menu]groups [page]groups msgid "Groups" @@ -530,7 +531,7 @@ msgstr "Nickname" #: [chatroom]autojoin_label msgid "Do you want do join automaticaly this Chat Room ?" -msgstr "" +msgstr "Vuoi entrare automaticamente in questa Chat?" #: [chatroom]bad_id [chatrooms]bad_id msgid "Bad Chatroom ID" @@ -542,7 +543,7 @@ msgstr "Nome non inserito" #: [bookmarks]updated msgid "Bookmarks updated" -msgstr "" +msgstr "Segnalibro aggiornato" #: [bookmarks]error msgid "An error occured :" @@ -585,9 +586,13 @@ msgstr "In attesa..." msgid "Contact gone" msgstr "Contatto perso" +#: [message]history +msgid "%s messages retrieved" +msgstr "" + #: [chat]attention msgid "%s needs your attention" -msgstr "" +msgstr "%s richiede la tua attenzione" #: [chat]placeholder msgid "Your message here..." @@ -595,7 +600,7 @@ msgstr "Inserisci il tuo messaggio qui..." #: [chat]smileys msgid "Smileys" -msgstr "" +msgstr "Smileys" #: [chat]empty_title [button]chat msgid "Chat" @@ -631,23 +636,23 @@ msgstr "Configurazione salvata" #: [chatroom]subject msgid "Subject" -msgstr "" +msgstr "Argomento" #: [chatroom]subject_changed msgid "Subject changed" -msgstr "" +msgstr "Argomento cambiato" #: [chats]empty_title msgid "No chats yet..." msgstr "Nessun messaggio..." #: [chats]empty -msgid "Open a new conversation by clicking on the %s button bellow or visit the %s Contacts%s page." +msgid "Open a new conversation by clicking on the %s button bellow or visit the %sContacts%s page." msgstr "" #: [chats]add msgid "Chat with a contact" -msgstr "" +msgstr "Chatta con un contatto" #: [chats]more msgid "Load more contacts" @@ -697,9 +702,13 @@ msgstr "Nascondi i messaggi non in linea" msgid "Appearence" msgstr "" -#: [config]info -msgid "This configuration is shared wherever you are connected" -msgstr "Questa configurazione é condivisa dovunque tu sia connesso" +#: [config]not_valid +msgid "Configuration invalid" +msgstr "" + +#: [config]advanced +msgid "Advanced Configuration" +msgstr "" #: [notifications]message msgid "Notify on incoming message" @@ -707,6 +716,10 @@ msgstr "Notifica i messaggi in arrivo" #: [notifications]desktop msgid "Use desktop notifications" +msgstr "Usa notifiche desktop" + +#: [cssurl]label +msgid "Custom CSS URL for your blog" msgstr "" #: [general]legend [general]general_title @@ -747,7 +760,7 @@ msgstr "Altri account" #: [general]tune msgid "Is Listening" -msgstr "" +msgstr "Sta ascoltando" #: [position]legend [position]position_title msgid "Geographic Position" @@ -755,7 +768,7 @@ msgstr "Posizione geografica" #: [position]locality msgid "Locality" -msgstr "" +msgstr "Località" #: [position]country msgid "Country" @@ -763,15 +776,15 @@ msgstr "Nazione" #: [mood]title msgid "Mood" -msgstr "" +msgstr "Umore" #: [mood]im msgid "I'm " -msgstr "" +msgstr "Sono" #: [listen]title msgid "Listening" -msgstr "" +msgstr "Ascoltando" #: [last]title msgid "Last seen" @@ -811,7 +824,7 @@ msgstr "Sei sicuro?" #: [delete]text msgid "You are going to delete one of your contacts, please confirm your action" -msgstr "" +msgstr "Stai per eliminare uno dei tuoi contatti, sei sicuro?" #: [age]years msgid "%s years" @@ -821,9 +834,13 @@ msgstr "%s anni" msgid "Last public post" msgstr "Ultimo articolo pubblico" +#: [blog]visit +msgid "Visit the blog to see all the public posts" +msgstr "" + #: [subscription]to msgid "You can see this contact status" -msgstr "" +msgstr "Puoi vedere lo status di questo contatto" #: [subscription]to_button msgid "Share my status" @@ -831,19 +848,19 @@ msgstr "Condividi il mio stato" #: [subscription]to_text msgid "But this contact cannot see yours" -msgstr "" +msgstr "Ma questo contatto non può vedere il tuo" #: [subscription]from msgid "You are not subscribed to this contact" -msgstr "" +msgstr "Non sei iscritto a questo contatto" #: [subscription]from_button msgid "Ask to subscribe" -msgstr "" +msgstr "Chiedi di iscriverti" #: [subscription]from_text msgid "But this contact can still see if you are online" -msgstr "" +msgstr "Ma questo contatto può ancora vedere se sei online" #: [subscription]nil msgid "No subscriptions" @@ -851,15 +868,15 @@ msgstr "Nessuna sottoscrizione" #: [subscription]nil_button msgid "Invite" -msgstr "" +msgstr "Invita" #: [subscription]nil_text msgid "This contact is in your contact list but there is no subscriptions between the two accounts" -msgstr "" +msgstr "Questo contatto è nella tua lista contatti ma non c'è nessuna iscrizione tra i due account" #: [group]subscribe msgid "Subscribe" -msgstr "" +msgstr "Iscriviti" #: [group]subscribed msgid "Subscribed" @@ -867,19 +884,19 @@ msgstr "Iscritto" #: [group]unsubscribe msgid "Unsubscribe" -msgstr "" +msgstr "Cancella iscrizione" #: [group]unsubscribe_text msgid "You are going to unsubscribe from this Group" -msgstr "" +msgstr "Stai per cancellare l'iscrizione a questo Gruppo" #: [group]unsubscribed msgid "Unsubscribed" -msgstr "" +msgstr "Non iscritto" #: [group]share_label msgid "Make your membership to this group public to your friends" -msgstr "" +msgstr "Rendi la tua appartenenza a questo gruppo pubblica per i tuoi amici" #: [group]label_label msgid "Give a label for this group" @@ -907,7 +924,7 @@ msgstr "Cancella il gruppo" #: [group]delete_text msgid "You are going to delete the following group. Please confirm your action." -msgstr "" +msgstr "Stai per eliminare il seguente gruppo. Sei sicuro di volerlo fare?" #: [group]delete_clean_text msgid "It seems that this group doesn't exists anymore. Do you want to remove it from your subscriptions?" @@ -1005,18 +1022,6 @@ msgstr "%s articoli" msgid "This server doesn't exists" msgstr "Questo server non esiste" -#: [menu]all -msgid "All" -msgstr "Tutti" - -#: [menu]refresh -msgid "Refresh all the streams" -msgstr "Aggiorna tutti gli stream" - -#: [menu]me -msgid "My publications" -msgstr "" - #: [roster]search msgid "Search in your contacts" msgstr "Cerca nei tuoi contatti" @@ -1122,7 +1127,7 @@ msgid "Chat with the team ?" msgstr "" #: [chatroom]button -msgid "Join the Chatroom" +msgid "Add the chatroom" msgstr "" #: [init]location @@ -1214,10 +1219,6 @@ msgstr "" msgid "The server takes too much time to respond" msgstr "Il server sta impiegando troppo tempo a rispondere" -#: [error]too_old -msgid "Your web browser is too old to use with Movim." -msgstr "Il tuo browser web è troppo vecchio per usarlo con Movim" - #: [error]websocket msgid "Movim cannot talk with the server, please try again later (Websocket connection error)" msgstr "" @@ -1300,13 +1301,17 @@ msgid "Welcome on your news feed, here you will see all the posts published by y msgstr "" #: [menu]refresh -msgid "Refreshing all the streams" -msgstr "" +msgid "Refresh all the streams" +msgstr "Aggiorna tutti gli stream" #: [menu]public msgid "This post is public" msgstr "Questo articolo è pubblico" +#: [menu]all +msgid "All" +msgstr "Tutti" + #: [affiliations]title msgid "Manage your members" msgstr "" @@ -1343,10 +1348,6 @@ msgstr "" msgid "%s wants to talk with you" msgstr "" -#: [notifs]manage -msgid "Manage" -msgstr "" - #: [post]news_feed msgid "News Feed" msgstr "" @@ -1391,12 +1392,12 @@ msgstr "Guarda il profilo %s" msgid "Publish this post publicly?" msgstr "" -#: [post]blog_add -msgid "Post published on your blog" +#: [post]public_yes +msgid "This post is now public" msgstr "" -#: [post]blog_remove -msgid "Post removed from your blog" +#: [post]public_no +msgid "This post is now private" msgstr "" #: [post]delete_title [post]delete @@ -1407,6 +1408,10 @@ msgstr "Elimina questo articolo" msgid "You are going to delete this post, please confirm your action" msgstr "Stai per eliminare questo articolo, sei sicuro?" +#: [post]discover +msgid "Discover more articles on the Groups page" +msgstr "" + #: [post]comments_disabled msgid "Comments disabled" msgstr "Commenti disabilitati" @@ -1471,10 +1476,6 @@ msgstr "Etichette" msgid "This picture will be added to your gallery" msgstr "" -#: [post]embed_tip -msgid "You can also use services like Imgur or Flickr to host your picture and paste the link here." -msgstr "" - #: [publish]valid_url msgid "Please enter a valid url" msgstr "Inserire un URL valido" @@ -1487,6 +1488,10 @@ msgstr "Nessun contenuto per l'anteprima" msgid "Please provide a title" msgstr "" +#: [publish]edit +msgid "Edit post" +msgstr "" + #: [publish]title msgid "Publish" msgstr "Pubblica" @@ -1877,6 +1882,10 @@ msgstr "" msgid "Room" msgstr "Stanza" +#: [page]tag +msgid "Tag" +msgstr "" + #: [error]error msgid "Error: %s" msgstr "Errore: %s" diff --git a/sources/locales/ja.po b/sources/locales/ja.po index 13ca562..015d05c 100644 --- a/sources/locales/ja.po +++ b/sources/locales/ja.po @@ -93,8 +93,8 @@ msgid "" msgstr "" "Project-Id-Version: movim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-06 23:33+0200\n" -"PO-Revision-Date: 2015-10-06 21:34+0000\n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" +"PO-Revision-Date: 2015-12-29 12:43+0000\n" "Last-Translator: Jaussoin Timothée \n" "Language-Team: Japanese (http://www.transifex.com/movim/movim/language/ja/)\n" "Language: ja\n" @@ -205,6 +205,10 @@ msgstr "アカウントが正常に作成されました" msgid "Loading" msgstr "読み込み中" +#: [create]placeholder +msgid "…and start playing" +msgstr "" + #: [error]not_acceptable msgid "Not Acceptable" msgstr "不正" @@ -258,7 +262,7 @@ msgid "Port" msgstr "ポート" #: [db]name -msgid "Database sName" +msgid "Database Name" msgstr "" #: [admin]general @@ -367,14 +371,6 @@ msgstr "Syslog" msgid "Syslog and files" msgstr "Syslogとファイル" -#: [rewrite]title -msgid "URL Rewriting" -msgstr "" - -#: [rewrite]info -msgid "The URL Rewriting can be enabled" -msgstr "" - #: [admin]compatibility msgid "General Overview" msgstr "概要" @@ -407,10 +403,6 @@ msgstr "" msgid "Read and write rights for the webserver in Movims root directory" msgstr "" -#: [compatibility]rewrite -msgid "The URL Rewriting support is currently disabled" -msgstr "" - #: [compatibility]db msgid "The database need to be updated, go to the database panel to fix this" msgstr "" @@ -495,6 +487,10 @@ msgstr "アバターがアップデートされました" msgid "Avatar Not Updated" msgstr "アバターが更新されていません" +#: [avatar]missing +msgid "No avatar defined yet" +msgstr "" + #: [blog]title [feed]title msgid "%s's feed" msgstr "%s のフィード" @@ -503,6 +499,10 @@ msgstr "%s のフィード" msgid "This user has not posted anything right now" msgstr "このユーザがまだ投稿していません" +#: [blog]private +msgid "This content is private, please login to see it" +msgstr "" + #: [title]conferences msgid "Conferences" msgstr "" @@ -585,6 +585,10 @@ msgstr "" msgid "Contact gone" msgstr "" +#: [message]history +msgid "%s messages retrieved" +msgstr "" + #: [chat]attention msgid "%s needs your attention" msgstr "" @@ -642,7 +646,7 @@ msgid "No chats yet..." msgstr "" #: [chats]empty -msgid "Open a new conversation by clicking on the %s button bellow or visit the %s Contacts%s page." +msgid "Open a new conversation by clicking on the %s button bellow or visit the %sContacts%s page." msgstr "" #: [chats]add @@ -697,8 +701,12 @@ msgstr "オフラインのコンタクトを非表示" msgid "Appearence" msgstr "表示" -#: [config]info -msgid "This configuration is shared wherever you are connected" +#: [config]not_valid +msgid "Configuration invalid" +msgstr "" + +#: [config]advanced +msgid "Advanced Configuration" msgstr "" #: [notifications]message @@ -709,6 +717,10 @@ msgstr "" msgid "Use desktop notifications" msgstr "" +#: [cssurl]label +msgid "Custom CSS URL for your blog" +msgstr "" + #: [general]legend [general]general_title msgid "General Informations" msgstr "一般情報" @@ -821,6 +833,10 @@ msgstr "%s 年" msgid "Last public post" msgstr "" +#: [blog]visit +msgid "Visit the blog to see all the public posts" +msgstr "" + #: [subscription]to msgid "You can see this contact status" msgstr "" @@ -1005,18 +1021,6 @@ msgstr "%s 投稿" msgid "This server doesn't exists" msgstr "" -#: [menu]all -msgid "All" -msgstr "全て" - -#: [menu]refresh -msgid "Refresh all the streams" -msgstr "" - -#: [menu]me -msgid "My publications" -msgstr "" - #: [roster]search msgid "Search in your contacts" msgstr "" @@ -1122,8 +1126,8 @@ msgid "Chat with the team ?" msgstr "チャットがいいですか" #: [chatroom]button -msgid "Join the Chatroom" -msgstr "チャットルームに来てください" +msgid "Add the chatroom" +msgstr "" #: [init]location msgid "Location node created" @@ -1214,10 +1218,6 @@ msgstr "" msgid "The server takes too much time to respond" msgstr "このサーバは重すぎます" -#: [error]too_old -msgid "Your web browser is too old to use with Movim." -msgstr "ブラウザーのバージョンが古すぎてMovimを使用できません" - #: [error]websocket msgid "Movim cannot talk with the server, please try again later (Websocket connection error)" msgstr "" @@ -1300,13 +1300,17 @@ msgid "Welcome on your news feed, here you will see all the posts published by y msgstr "" #: [menu]refresh -msgid "Refreshing all the streams" +msgid "Refresh all the streams" msgstr "" #: [menu]public msgid "This post is public" msgstr "" +#: [menu]all +msgid "All" +msgstr "全て" + #: [affiliations]title msgid "Manage your members" msgstr "" @@ -1343,10 +1347,6 @@ msgstr "" msgid "%s wants to talk with you" msgstr "" -#: [notifs]manage -msgid "Manage" -msgstr "管理" - #: [post]news_feed msgid "News Feed" msgstr "新着情報" @@ -1391,12 +1391,12 @@ msgstr "" msgid "Publish this post publicly?" msgstr "" -#: [post]blog_add -msgid "Post published on your blog" +#: [post]public_yes +msgid "This post is now public" msgstr "" -#: [post]blog_remove -msgid "Post removed from your blog" +#: [post]public_no +msgid "This post is now private" msgstr "" #: [post]delete_title [post]delete @@ -1407,6 +1407,10 @@ msgstr "この投稿を削除する" msgid "You are going to delete this post, please confirm your action" msgstr "この投稿が削除されますが、よろしいですか" +#: [post]discover +msgid "Discover more articles on the Groups page" +msgstr "" + #: [post]comments_disabled msgid "Comments disabled" msgstr "" @@ -1471,10 +1475,6 @@ msgstr "" msgid "This picture will be added to your gallery" msgstr "" -#: [post]embed_tip -msgid "You can also use services like Imgur or Flickr to host your picture and paste the link here." -msgstr "" - #: [publish]valid_url msgid "Please enter a valid url" msgstr "" @@ -1487,6 +1487,10 @@ msgstr "" msgid "Please provide a title" msgstr "" +#: [publish]edit +msgid "Edit post" +msgstr "" + #: [publish]title msgid "Publish" msgstr "" @@ -1877,6 +1881,10 @@ msgstr "" msgid "Room" msgstr "" +#: [page]tag +msgid "Tag" +msgstr "" + #: [error]error msgid "Error: %s" msgstr "エラーが発生しました。%s" diff --git a/sources/locales/kk.po b/sources/locales/kk.po index 3447f85..76afb90 100644 --- a/sources/locales/kk.po +++ b/sources/locales/kk.po @@ -95,7 +95,7 @@ msgid "" msgstr "" "Project-Id-Version: movim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-06 23:33+0200\n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" "PO-Revision-Date: 2014-04-04 12:56+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Kazakh \n" @@ -207,6 +207,10 @@ msgstr "" msgid "Loading" msgstr "" +#: [create]placeholder +msgid "…and start playing" +msgstr "" + #: [error]not_acceptable msgid "Not Acceptable" msgstr "" @@ -260,7 +264,7 @@ msgid "Port" msgstr "" #: [db]name -msgid "Database sName" +msgid "Database Name" msgstr "" #: [admin]general @@ -369,14 +373,6 @@ msgstr "" msgid "Syslog and files" msgstr "" -#: [rewrite]title -msgid "URL Rewriting" -msgstr "" - -#: [rewrite]info -msgid "The URL Rewriting can be enabled" -msgstr "" - #: [admin]compatibility msgid "General Overview" msgstr "" @@ -409,10 +405,6 @@ msgstr "" msgid "Read and write rights for the webserver in Movims root directory" msgstr "" -#: [compatibility]rewrite -msgid "The URL Rewriting support is currently disabled" -msgstr "" - #: [compatibility]db msgid "The database need to be updated, go to the database panel to fix this" msgstr "" @@ -497,6 +489,10 @@ msgstr "" msgid "Avatar Not Updated" msgstr "" +#: [avatar]missing +msgid "No avatar defined yet" +msgstr "" + #: [blog]title [feed]title msgid "%s's feed" msgstr "" @@ -505,6 +501,10 @@ msgstr "" msgid "This user has not posted anything right now" msgstr "" +#: [blog]private +msgid "This content is private, please login to see it" +msgstr "" + #: [title]conferences msgid "Conferences" msgstr "" @@ -587,6 +587,10 @@ msgstr "" msgid "Contact gone" msgstr "" +#: [message]history +msgid "%s messages retrieved" +msgstr "" + #: [chat]attention msgid "%s needs your attention" msgstr "" @@ -644,7 +648,7 @@ msgid "No chats yet..." msgstr "" #: [chats]empty -msgid "Open a new conversation by clicking on the %s button bellow or visit the %s Contacts%s page." +msgid "Open a new conversation by clicking on the %s button bellow or visit the %sContacts%s page." msgstr "" #: [chats]add @@ -699,8 +703,12 @@ msgstr "" msgid "Appearence" msgstr "" -#: [config]info -msgid "This configuration is shared wherever you are connected" +#: [config]not_valid +msgid "Configuration invalid" +msgstr "" + +#: [config]advanced +msgid "Advanced Configuration" msgstr "" #: [notifications]message @@ -711,6 +719,10 @@ msgstr "" msgid "Use desktop notifications" msgstr "" +#: [cssurl]label +msgid "Custom CSS URL for your blog" +msgstr "" + #: [general]legend [general]general_title msgid "General Informations" msgstr "" @@ -823,6 +835,10 @@ msgstr "" msgid "Last public post" msgstr "" +#: [blog]visit +msgid "Visit the blog to see all the public posts" +msgstr "" + #: [subscription]to msgid "You can see this contact status" msgstr "" @@ -1007,18 +1023,6 @@ msgstr "" msgid "This server doesn't exists" msgstr "" -#: [menu]all -msgid "All" -msgstr "" - -#: [menu]refresh -msgid "Refresh all the streams" -msgstr "" - -#: [menu]me -msgid "My publications" -msgstr "" - #: [roster]search msgid "Search in your contacts" msgstr "" @@ -1124,7 +1128,7 @@ msgid "Chat with the team ?" msgstr "" #: [chatroom]button -msgid "Join the Chatroom" +msgid "Add the chatroom" msgstr "" #: [init]location @@ -1216,10 +1220,6 @@ msgstr "" msgid "The server takes too much time to respond" msgstr "" -#: [error]too_old -msgid "Your web browser is too old to use with Movim." -msgstr "" - #: [error]websocket msgid "Movim cannot talk with the server, please try again later (Websocket connection error)" msgstr "" @@ -1302,13 +1302,17 @@ msgid "Welcome on your news feed, here you will see all the posts published by y msgstr "" #: [menu]refresh -msgid "Refreshing all the streams" +msgid "Refresh all the streams" msgstr "" #: [menu]public msgid "This post is public" msgstr "" +#: [menu]all +msgid "All" +msgstr "" + #: [affiliations]title msgid "Manage your members" msgstr "" @@ -1345,10 +1349,6 @@ msgstr "" msgid "%s wants to talk with you" msgstr "" -#: [notifs]manage -msgid "Manage" -msgstr "" - #: [post]news_feed msgid "News Feed" msgstr "" @@ -1393,12 +1393,12 @@ msgstr "" msgid "Publish this post publicly?" msgstr "" -#: [post]blog_add -msgid "Post published on your blog" +#: [post]public_yes +msgid "This post is now public" msgstr "" -#: [post]blog_remove -msgid "Post removed from your blog" +#: [post]public_no +msgid "This post is now private" msgstr "" #: [post]delete_title [post]delete @@ -1409,6 +1409,10 @@ msgstr "" msgid "You are going to delete this post, please confirm your action" msgstr "" +#: [post]discover +msgid "Discover more articles on the Groups page" +msgstr "" + #: [post]comments_disabled msgid "Comments disabled" msgstr "" @@ -1473,10 +1477,6 @@ msgstr "" msgid "This picture will be added to your gallery" msgstr "" -#: [post]embed_tip -msgid "You can also use services like Imgur or Flickr to host your picture and paste the link here." -msgstr "" - #: [publish]valid_url msgid "Please enter a valid url" msgstr "" @@ -1489,6 +1489,10 @@ msgstr "" msgid "Please provide a title" msgstr "" +#: [publish]edit +msgid "Edit post" +msgstr "" + #: [publish]title msgid "Publish" msgstr "" @@ -1879,6 +1883,10 @@ msgstr "" msgid "Room" msgstr "" +#: [page]tag +msgid "Tag" +msgstr "" + #: [error]error msgid "Error: %s" msgstr "" diff --git a/sources/locales/lv.po b/sources/locales/lv.po index 9622bf7..6945a84 100644 --- a/sources/locales/lv.po +++ b/sources/locales/lv.po @@ -95,7 +95,7 @@ msgid "" msgstr "" "Project-Id-Version: movim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-06 23:33+0200\n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" "PO-Revision-Date: 2015-06-09 12:19+0000\n" "Last-Translator: Jānis Marks Gailis \n" "Language-Team: Latvian \n" @@ -209,6 +209,10 @@ msgstr "" msgid "Loading" msgstr "Ielādē" +#: [create]placeholder +msgid "…and start playing" +msgstr "" + #: [error]not_acceptable msgid "Not Acceptable" msgstr "" @@ -263,7 +267,7 @@ msgstr "Ports" #: [db]name #, fuzzy -msgid "Database sName" +msgid "Database Name" msgstr "Datubāzes nosaukums" #: [admin]general @@ -374,14 +378,6 @@ msgstr "" msgid "Syslog and files" msgstr "" -#: [rewrite]title -msgid "URL Rewriting" -msgstr "" - -#: [rewrite]info -msgid "The URL Rewriting can be enabled" -msgstr "" - #: [admin]compatibility msgid "General Overview" msgstr "" @@ -414,10 +410,6 @@ msgstr "" msgid "Read and write rights for the webserver in Movims root directory" msgstr "" -#: [compatibility]rewrite -msgid "The URL Rewriting support is currently disabled" -msgstr "" - #: [compatibility]db msgid "The database need to be updated, go to the database panel to fix this" msgstr "" @@ -502,6 +494,10 @@ msgstr "" msgid "Avatar Not Updated" msgstr "" +#: [avatar]missing +msgid "No avatar defined yet" +msgstr "" + #: [blog]title [feed]title msgid "%s's feed" msgstr "" @@ -510,6 +506,10 @@ msgstr "" msgid "This user has not posted anything right now" msgstr "" +#: [blog]private +msgid "This content is private, please login to see it" +msgstr "" + #: [title]conferences msgid "Conferences" msgstr "Konferences" @@ -595,6 +595,10 @@ msgstr "" msgid "Contact gone" msgstr "" +#: [message]history +msgid "%s messages retrieved" +msgstr "" + #: [chat]attention msgid "%s needs your attention" msgstr "%s pieprasa jūsu uzmanību" @@ -652,7 +656,7 @@ msgid "No chats yet..." msgstr "" #: [chats]empty -msgid "Open a new conversation by clicking on the %s button bellow or visit the %s Contacts%s page." +msgid "Open a new conversation by clicking on the %s button bellow or visit the %sContacts%s page." msgstr "" #: [chats]add @@ -707,9 +711,15 @@ msgstr "" msgid "Appearence" msgstr "Izskats" -#: [config]info -msgid "This configuration is shared wherever you are connected" -msgstr "" +#: [config]not_valid +#, fuzzy +msgid "Configuration invalid" +msgstr "Atjaunināta konfigurācija" + +#: [config]advanced +#, fuzzy +msgid "Advanced Configuration" +msgstr "Atjaunināta konfigurācija" #: [notifications]message msgid "Notify on incoming message" @@ -719,6 +729,10 @@ msgstr "" msgid "Use desktop notifications" msgstr "" +#: [cssurl]label +msgid "Custom CSS URL for your blog" +msgstr "" + #: [general]legend [general]general_title msgid "General Informations" msgstr "Vispārīgā Informācija" @@ -831,6 +845,10 @@ msgstr "" msgid "Last public post" msgstr "" +#: [blog]visit +msgid "Visit the blog to see all the public posts" +msgstr "" + #: [subscription]to msgid "You can see this contact status" msgstr "" @@ -1018,18 +1036,6 @@ msgstr "" msgid "This server doesn't exists" msgstr "" -#: [menu]all -msgid "All" -msgstr "" - -#: [menu]refresh -msgid "Refresh all the streams" -msgstr "" - -#: [menu]me -msgid "My publications" -msgstr "" - #: [roster]search #, fuzzy msgid "Search in your contacts" @@ -1136,7 +1142,7 @@ msgid "Chat with the team ?" msgstr "" #: [chatroom]button -msgid "Join the Chatroom" +msgid "Add the chatroom" msgstr "" #: [init]location @@ -1229,10 +1235,6 @@ msgstr "Jūsu XMPP serveris nav atļauts" msgid "The server takes too much time to respond" msgstr "" -#: [error]too_old -msgid "Your web browser is too old to use with Movim." -msgstr "Jūsu interneta pārlūks ir pārāk vecs lai lietot to ar Movim" - #: [error]websocket msgid "Movim cannot talk with the server, please try again later (Websocket connection error)" msgstr "" @@ -1316,13 +1318,17 @@ msgid "Welcome on your news feed, here you will see all the posts published by y msgstr "" #: [menu]refresh -msgid "Refreshing all the streams" +msgid "Refresh all the streams" msgstr "" #: [menu]public msgid "This post is public" msgstr "" +#: [menu]all +msgid "All" +msgstr "" + #: [affiliations]title msgid "Manage your members" msgstr "" @@ -1359,10 +1365,6 @@ msgstr "" msgid "%s wants to talk with you" msgstr "%s grib ar jums sazināties" -#: [notifs]manage -msgid "Manage" -msgstr "Pārvaldīt" - #: [post]news_feed msgid "News Feed" msgstr "" @@ -1407,12 +1409,12 @@ msgstr "" msgid "Publish this post publicly?" msgstr "" -#: [post]blog_add -msgid "Post published on your blog" +#: [post]public_yes +msgid "This post is now public" msgstr "" -#: [post]blog_remove -msgid "Post removed from your blog" +#: [post]public_no +msgid "This post is now private" msgstr "" #: [post]delete_title [post]delete @@ -1423,6 +1425,10 @@ msgstr "" msgid "You are going to delete this post, please confirm your action" msgstr "" +#: [post]discover +msgid "Discover more articles on the Groups page" +msgstr "" + #: [post]comments_disabled msgid "Comments disabled" msgstr "" @@ -1487,10 +1493,6 @@ msgstr "" msgid "This picture will be added to your gallery" msgstr "" -#: [post]embed_tip -msgid "You can also use services like Imgur or Flickr to host your picture and paste the link here." -msgstr "" - #: [publish]valid_url msgid "Please enter a valid url" msgstr "" @@ -1503,6 +1505,10 @@ msgstr "" msgid "Please provide a title" msgstr "" +#: [publish]edit +msgid "Edit post" +msgstr "" + #: [publish]title msgid "Publish" msgstr "" @@ -1898,6 +1904,10 @@ msgstr "" msgid "Room" msgstr "" +#: [page]tag +msgid "Tag" +msgstr "" + #: [error]error msgid "Error: %s" msgstr "" @@ -2752,6 +2762,12 @@ msgstr "" msgid "Type here" msgstr "" +#~ msgid "Your web browser is too old to use with Movim." +#~ msgstr "Jūsu interneta pārlūks ir pārāk vecs lai lietot to ar Movim" + +#~ msgid "Manage" +#~ msgstr "Pārvaldīt" + #, fuzzy #~ msgid "Active contacts" #~ msgstr "Jūsu kontakti" diff --git a/sources/locales/messages.pot b/sources/locales/messages.pot index aab310f..24aa3c9 100644 --- a/sources/locales/messages.pot +++ b/sources/locales/messages.pot @@ -89,6 +89,150 @@ #, fuzzy msgid "" msgstr "" +"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.13.0\n" +"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.13.0\n" +"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.13.0\n" +"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.13.0\n" +"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.13.0\n" +"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.13.0\n" +"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.13.0\n" +"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.13.0\n" +"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.13.0\n" +"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.13.0\n" +"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.13.0\n" +"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.13.0\n" +"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.13.0\n" +"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2015-10-06 23:33+0200\n" @@ -99,6 +243,336 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Translate Toolkit 1.13.0\n" +"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.13.0\n" +"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.13.0\n" +"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.13.0\n" +"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.13.0\n" +"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.13.0\n" +"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.13.0\n" +"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.13.0\n" +"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.13.0\n" +"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.13.0\n" +"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.13.0\n" +"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.13.0\n" +"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.13.0\n" +"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.13.0\n" +"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.13.0\n" +"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.13.0\n" +"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.13.0\n" +"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.13.0\n" +"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.13.0\n" +"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.13.0\n" +"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.13.0\n" +"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.13.0\n" +"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.13.0\n" +"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.13.0\n" +"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.13.0\n" +"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.13.0\n" +"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.13.0\n" +"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.13.0\n" +"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.13.0\n" +"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.13.0\n" +"#-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-#\n" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: Translate Toolkit 1.13.0\n" #: [about]thanks msgid "Thanks" @@ -205,6 +679,10 @@ msgstr "" msgid "Loading" msgstr "" +#: [create]placeholder +msgid "…and start playing" +msgstr "" + #: [error]not_acceptable msgid "Not Acceptable" msgstr "" @@ -260,7 +738,7 @@ msgid "Port" msgstr "" #: [db]name -msgid "Database sName" +msgid "Database Name" msgstr "" #: [admin]general @@ -374,14 +852,6 @@ msgstr "" msgid "Syslog and files" msgstr "" -#: [rewrite]title -msgid "URL Rewriting" -msgstr "" - -#: [rewrite]info -msgid "The URL Rewriting can be enabled" -msgstr "" - #: [admin]compatibility msgid "General Overview" msgstr "" @@ -414,10 +884,6 @@ msgstr "" msgid "Read and write rights for the webserver in Movims root directory" msgstr "" -#: [compatibility]rewrite -msgid "The URL Rewriting support is currently disabled" -msgstr "" - #: [compatibility]db msgid "The database need to be updated, go to the database panel to fix this" msgstr "" @@ -510,6 +976,10 @@ msgstr "" msgid "Avatar Not Updated" msgstr "" +#: [avatar]missing +msgid "No avatar defined yet" +msgstr "" + #: [blog]title [feed]title msgid "%s's feed" msgstr "" @@ -518,6 +988,10 @@ msgstr "" msgid "This user has not posted anything right now" msgstr "" +#: [blog]private +msgid "This content is private, please login to see it" +msgstr "" + #: [title]conferences msgid "Conferences" msgstr "" @@ -600,6 +1074,10 @@ msgstr "" msgid "Contact gone" msgstr "" +#: [message]history +msgid "%s messages retrieved" +msgstr "" + #: [chat]attention msgid "%s needs your attention" msgstr "" @@ -658,8 +1136,8 @@ msgstr "" #: [chats]empty msgid "" -"Open a new conversation by clicking on the %s button bellow or visit the %s " -"Contacts%s page." +"Open a new conversation by clicking on the %s button bellow or visit the " +"%sContacts%s page." msgstr "" #: [chats]add @@ -714,8 +1192,12 @@ msgstr "" msgid "Appearence" msgstr "" -#: [config]info -msgid "This configuration is shared wherever you are connected" +#: [config]not_valid +msgid "Configuration invalid" +msgstr "" + +#: [config]advanced +msgid "Advanced Configuration" msgstr "" #: [notifications]message @@ -726,6 +1208,10 @@ msgstr "" msgid "Use desktop notifications" msgstr "" +#: [cssurl]label +msgid "Custom CSS URL for your blog" +msgstr "" + #: [general]legend [general]general_title msgid "General Informations" msgstr "" @@ -839,6 +1325,10 @@ msgstr "" msgid "Last public post" msgstr "" +#: [blog]visit +msgid "Visit the blog to see all the public posts" +msgstr "" + #: [subscription]to msgid "You can see this contact status" msgstr "" @@ -1035,18 +1525,6 @@ msgstr "" msgid "This server doesn't exists" msgstr "" -#: [menu]all -msgid "All" -msgstr "" - -#: [menu]refresh -msgid "Refresh all the streams" -msgstr "" - -#: [menu]me -msgid "My publications" -msgstr "" - #: [roster]search msgid "Search in your contacts" msgstr "" @@ -1158,7 +1636,7 @@ msgid "Chat with the team ?" msgstr "" #: [chatroom]button -msgid "Join the Chatroom" +msgid "Add the chatroom" msgstr "" #: [init]location @@ -1250,10 +1728,6 @@ msgstr "" msgid "The server takes too much time to respond" msgstr "" -#: [error]too_old -msgid "Your web browser is too old to use with Movim." -msgstr "" - #: [error]websocket msgid "" "Movim cannot talk with the server, please try again later (Websocket " @@ -1340,13 +1814,17 @@ msgid "" msgstr "" #: [menu]refresh -msgid "Refreshing all the streams" +msgid "Refresh all the streams" msgstr "" #: [menu]public msgid "This post is public" msgstr "" +#: [menu]all +msgid "All" +msgstr "" + #: [affiliations]title msgid "Manage your members" msgstr "" @@ -1383,10 +1861,6 @@ msgstr "" msgid "%s wants to talk with you" msgstr "" -#: [notifs]manage -msgid "Manage" -msgstr "" - #: [post]news_feed msgid "News Feed" msgstr "" @@ -1431,12 +1905,12 @@ msgstr "" msgid "Publish this post publicly?" msgstr "" -#: [post]blog_add -msgid "Post published on your blog" +#: [post]public_yes +msgid "This post is now public" msgstr "" -#: [post]blog_remove -msgid "Post removed from your blog" +#: [post]public_no +msgid "This post is now private" msgstr "" #: [post]delete_title [post]delete @@ -1447,6 +1921,10 @@ msgstr "" msgid "You are going to delete this post, please confirm your action" msgstr "" +#: [post]discover +msgid "Discover more articles on the Groups page" +msgstr "" + #: [post]comments_disabled msgid "Comments disabled" msgstr "" @@ -1511,12 +1989,6 @@ msgstr "" msgid "This picture will be added to your gallery" msgstr "" -#: [post]embed_tip -msgid "" -"You can also use services like Imgur or Flickr to host your picture and " -"paste the link here." -msgstr "" - #: [publish]valid_url msgid "Please enter a valid url" msgstr "" @@ -1529,6 +2001,10 @@ msgstr "" msgid "Please provide a title" msgstr "" +#: [publish]edit +msgid "Edit post" +msgstr "" + #: [publish]title msgid "Publish" msgstr "" @@ -1930,6 +2406,10 @@ msgstr "" msgid "Room" msgstr "" +#: [page]tag +msgid "Tag" +msgstr "" + #: [error]error msgid "Error: %s" msgstr "" diff --git a/sources/locales/nl.po b/sources/locales/nl.po index 6eae780..7731e1a 100644 --- a/sources/locales/nl.po +++ b/sources/locales/nl.po @@ -1,5 +1,7 @@ # # Translators: +# before , 2015 +# BurningNetel , 2015 # Steven Roose , 2015 #. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-# #. extracted from ../app/widgets/About/locales.ini @@ -93,8 +95,8 @@ msgid "" msgstr "" "Project-Id-Version: movim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-06 23:33+0200\n" -"PO-Revision-Date: 2015-10-06 21:34+0000\n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" +"PO-Revision-Date: 2015-12-29 12:43+0000\n" "Last-Translator: Jaussoin Timothée \n" "Language-Team: Dutch (http://www.transifex.com/movim/movim/language/nl/)\n" "Language: nl\n" @@ -118,7 +120,7 @@ msgstr "Vertalers" #: [about]translators_text msgid "Thanks to all the translators" -msgstr "" +msgstr "Vertalers, bedankt!" #: [about]software msgid "Software" @@ -179,7 +181,7 @@ msgstr "Je verwijdert je XMPP account en alle hieraan gerelateerde informatie (p #: [account]delete_text_confirm msgid "Are you sure that you want to delete it ?" -msgstr "Ben je zeker dat je het wil verwijderen?" +msgstr "Weet je zeker dat je het wilt verwijderen?" #: [account]gateway_title msgid "Gateway" @@ -205,6 +207,10 @@ msgstr "Je account is succesvol aangemaakt" msgid "Loading" msgstr "Laden" +#: [create]placeholder +msgid "…and start playing" +msgstr "" + #: [error]not_acceptable msgid "Not Acceptable" msgstr "Niet Aanvaardbaar" @@ -258,8 +264,8 @@ msgid "Port" msgstr "Poort" #: [db]name -msgid "Database sName" -msgstr "Database sName" +msgid "Database Name" +msgstr "" #: [admin]general msgid "General Settings" @@ -311,7 +317,7 @@ msgstr "Inloggegevens voor beheer" #: [credentials]info msgid "Change the default credentials admin/password" -msgstr "" +msgstr "Verander de standaard inloggevens admin/password" #: [credentials]re_password msgid "Retype password" @@ -367,14 +373,6 @@ msgstr "Syslog" msgid "Syslog and files" msgstr "Syslog en bestanden" -#: [rewrite]title -msgid "URL Rewriting" -msgstr "URL Rewriting" - -#: [rewrite]info -msgid "The URL Rewriting can be enabled" -msgstr "URL Rewriting kan aangezet worden" - #: [admin]compatibility msgid "General Overview" msgstr "Algemeen Overzicht" @@ -407,10 +405,6 @@ msgstr "Installeer de php5-gd library" msgid "Read and write rights for the webserver in Movims root directory" msgstr "Lees en schrif-rechten voor de webserver in Movim's root folder" -#: [compatibility]rewrite -msgid "The URL Rewriting support is currently disabled" -msgstr "URL Rewriting is momenteel uitgeschakeld" - #: [compatibility]db msgid "The database need to be updated, go to the database panel to fix this" msgstr "De database moet geüpdate worden, ga haar het databse-paneel om dit op te lossen" @@ -441,7 +435,7 @@ msgstr "XMPP" #: [api]info msgid "Here you can register your pod on the official %sMovim API%s and be listed on %sthe pods page%s." -msgstr "" +msgstr "Hier kun je je pod registreren op de officiele %sMovim API%s waarna de pod op %sde pods pagina%s getoond wordt." #: [api]register msgid "Your pod is not registered on the API" @@ -495,6 +489,10 @@ msgstr "Profielfoto geüpdated" msgid "Avatar Not Updated" msgstr "Profielfoto niet geüpdated" +#: [avatar]missing +msgid "No avatar defined yet" +msgstr "" + #: [blog]title [feed]title msgid "%s's feed" msgstr "%s's feed" @@ -503,6 +501,10 @@ msgstr "%s's feed" msgid "This user has not posted anything right now" msgstr "Deze gebruiker heeft momenteel niets gepost" +#: [blog]private +msgid "This content is private, please login to see it" +msgstr "" + #: [title]conferences msgid "Conferences" msgstr "Conferenties" @@ -585,6 +587,10 @@ msgstr "Gepauzeerd..." msgid "Contact gone" msgstr "Contact verdwenen" +#: [message]history +msgid "%s messages retrieved" +msgstr "" + #: [chat]attention msgid "%s needs your attention" msgstr "%s heeft uw aandacht nodig" @@ -619,7 +625,7 @@ msgstr "Verbonden met de chatroom" #: [chatroom]disconnected [chatrooms]disconnected msgid "Disconnected from the chatroom" -msgstr "Verbonding met de chatroom verbroken" +msgstr "Verbinding met de chatroom verbroken" #: [chatroom]config [group]configuration [page]configuration msgid "Configuration" @@ -639,43 +645,43 @@ msgstr "Onderwerp gewijzigd" #: [chats]empty_title msgid "No chats yet..." -msgstr "Nog geen chats.." +msgstr "Nog geen chats..." #: [chats]empty -msgid "Open a new conversation by clicking on the %s button bellow or visit the %s Contacts%s page." +msgid "Open a new conversation by clicking on the %s button bellow or visit the %sContacts%s page." msgstr "" #: [chats]add msgid "Chat with a contact" -msgstr "" +msgstr "Chat met een contactpersoon" #: [chats]more msgid "Load more contacts" -msgstr "" +msgstr "Laad meer contactpersonen" #: [title]data msgid "Data" -msgstr "" +msgstr "Data" #: [title]cache msgid "Cache" -msgstr "" +msgstr "Buffer" #: [title]contacts [menu]contacts [page]contacts msgid "Contacts" -msgstr "" +msgstr "Contactpersonen" #: [title]posts [page]posts msgid "Posts" -msgstr "" +msgstr "Berichten" #: [title]messages msgid "Messages" -msgstr "" +msgstr "Berichten" #: [config]general msgid "General" -msgstr "" +msgstr "Algemeen" #: [config]language msgid "Language" @@ -683,30 +689,38 @@ msgstr "Taal" #: [config]roster msgid "Roster display" -msgstr "" +msgstr "rooster tonen" #: [config]roster_show msgid "Show the offline contacts" -msgstr "" +msgstr "Toon offline contactpersonen" #: [config]roster_hide msgid "Hide the offline contacts" -msgstr "" +msgstr "Verberg offline contactpersonen" #: [config]appearence msgid "Appearence" +msgstr "Uiterlijk" + +#: [config]not_valid +msgid "Configuration invalid" msgstr "" -#: [config]info -msgid "This configuration is shared wherever you are connected" +#: [config]advanced +msgid "Advanced Configuration" msgstr "" #: [notifications]message msgid "Notify on incoming message" -msgstr "" +msgstr "Melding op inkomend bericht" #: [notifications]desktop msgid "Use desktop notifications" +msgstr "Gebruik desktop notificaties" + +#: [cssurl]label +msgid "Custom CSS URL for your blog" msgstr "" #: [general]legend [general]general_title @@ -743,11 +757,11 @@ msgstr "Over Mij" #: [general]accounts msgid "Other Accounts" -msgstr "" +msgstr "Andere Accounts" #: [general]tune msgid "Is Listening" -msgstr "" +msgstr "luistert" #: [position]legend [position]position_title msgid "Geographic Position" @@ -787,11 +801,11 @@ msgstr "Laatst geregistreerd" #: [explore]explore msgid "Find some new friends" -msgstr "" +msgstr "Vind nieuwe vrienden" #: [edit]title [button]edit msgid "Edit" -msgstr "" +msgstr "Aanpassen" #: [edit]alias msgid "Alias" @@ -803,99 +817,103 @@ msgstr "Groep" #: [edit]updated [roster]updated msgid "Contact updated" -msgstr "Contactpersoon geüpdated" +msgstr "Contactpersoon bijgewerkt" #: [delete]title msgid "Are you sure?" -msgstr "" +msgstr "Weet je het zeker?" #: [delete]text msgid "You are going to delete one of your contacts, please confirm your action" -msgstr "" +msgstr "Weet je zeker dat je deze contactpersoon wil verwijderen?" #: [age]years msgid "%s years" -msgstr "" +msgstr "%s jaren" #: [blog]last msgid "Last public post" +msgstr "laatste publiek bericht" + +#: [blog]visit +msgid "Visit the blog to see all the public posts" msgstr "" #: [subscription]to msgid "You can see this contact status" -msgstr "" +msgstr "Je kunt deze contactpersoon zijn status zien" #: [subscription]to_button msgid "Share my status" -msgstr "" +msgstr "Deel mijn status" #: [subscription]to_text msgid "But this contact cannot see yours" -msgstr "" +msgstr "Maar deze contactpersoon kan die van jou niet zien" #: [subscription]from msgid "You are not subscribed to this contact" -msgstr "" +msgstr "Je bent niet geabbonneerd op deze contactpersoon" #: [subscription]from_button msgid "Ask to subscribe" -msgstr "" +msgstr "Vraag om te abboneren" #: [subscription]from_text msgid "But this contact can still see if you are online" -msgstr "" +msgstr "Maar deze contactpersoon kan nog steeds zien dat je online bent" #: [subscription]nil msgid "No subscriptions" -msgstr "" +msgstr "Geen abonnementen" #: [subscription]nil_button msgid "Invite" -msgstr "" +msgstr "Uitnodigen" #: [subscription]nil_text msgid "This contact is in your contact list but there is no subscriptions between the two accounts" -msgstr "" +msgstr "Deze contactpersoon zit in je contactenlijst, maar deze is niet geabonneerd" #: [group]subscribe msgid "Subscribe" -msgstr "" +msgstr "Abbonneer" #: [group]subscribed msgid "Subscribed" -msgstr "" +msgstr "Geabonneerd" #: [group]unsubscribe msgid "Unsubscribe" -msgstr "" +msgstr "Uitschrijven" #: [group]unsubscribe_text msgid "You are going to unsubscribe from this Group" -msgstr "" +msgstr "Je gaat je uitschrijven uit deze Groep" #: [group]unsubscribed msgid "Unsubscribed" -msgstr "" +msgstr "Uitgeschreven" #: [group]share_label msgid "Make your membership to this group public to your friends" -msgstr "" +msgstr "Maak je lidmaadschap op deze groep publiek naar je vrienden" #: [group]label_label msgid "Give a label for this group" -msgstr "" +msgstr "geef een label voor deze groep" #: [group]sure msgid "Are you sure ?" -msgstr "" +msgstr "Weet je het zeker?" #: [group]empty_text msgid "Discover, follow and share" -msgstr "" +msgstr "Ontdek, volg en deel" #: [group]empty msgid "Something bad happened to this group" -msgstr "" +msgstr "Iets slechts is gebeurd met deze groep" #: [group]config_saved msgid "Group configuration saved" @@ -903,51 +921,51 @@ msgstr "Groep-configuratie opgeslagen" #: [group]delete_title msgid "Delete the group" -msgstr "" +msgstr "Groep verwijderen" #: [group]delete_text msgid "You are going to delete the following group. Please confirm your action." -msgstr "" +msgstr "Weet je zeker dat je deze groep wil verwijderen?" #: [group]delete_clean_text msgid "It seems that this group doesn't exists anymore. Do you want to remove it from your subscriptions?" -msgstr "" +msgstr "Blijkbaar bestaat deze groep niet meer. Verwijder deze groep van je abonnementen" #: [group]counter msgid "%s groups on this server" -msgstr "" +msgstr "%s groepen op deze server" #: [group]subscriptions [statistics]subscriptions msgid "Subscriptions" -msgstr "" +msgstr "Abonnementen" #: [group]servers msgid "Groups servers" -msgstr "" +msgstr "Groep servers" #: [group]search_server msgid "Search for a new server" -msgstr "" +msgstr "Zoek een nieuwe server" #: [group]help_info1 msgid "Groups are the perfect way to share posts about topics that you like with all the other Movim's users." -msgstr "" +msgstr "Groepen zijn de perfecte manier om jou interesses via berichten te delen met andere Movim gebruikers" #: [group]help_info2 msgid "Choose a server and a Group and subscribe to it using the %s button in the header. You can also create a new one using the %s button." -msgstr "" +msgstr "Kies een server en een groep en abonneer hierop met de %s knop in de header. Ook kun je een nieuwe groep maken door middel van de %s knop." #: [group]help_info3 msgid "Done? You can now publish a new post in the Group by using the %s button." -msgstr "" +msgstr "Klaar? Dan kun je nu een nieuwe post in de groep maken met de %s-knop." #: [group]help_info4 msgid "You will find a list of all your subscribed Groups in My Subscriptions and receive instantly all the new incoming posts in the %sNews%s page." -msgstr "" +msgstr "Je kunt een lijst van al je geabonneerde groepen vinden onder Mijn Abonnementen. Alle nieuwe posts zie je op de pagina %sNieuws%s." #: [groups]empty_title msgid "Hello" -msgstr "" +msgstr "Hallo" #: [groups]contact_post [hello]contact_post [menu]contact_post msgid "Contact post" @@ -955,23 +973,23 @@ msgstr "" #: [groups]empty_text1 msgid "You don't have any group subscriptions yet." -msgstr "" +msgstr "Je hebt nog geen abonnementen" #: [groups]empty_text2 msgid "Here you will be able to manage all your subscriptions." -msgstr "" +msgstr "Hier kun je al je abonnementen beheren." #: [groups]subscriptions msgid "My Subscriptions" -msgstr "" +msgstr "Mijn abonnementen" #: [groups]add msgid "Create a new Group" -msgstr "" +msgstr "Maak een nieuwe Groep" #: [groups]name msgid "Group name" -msgstr "" +msgstr "Groepsnaam" #: [groups]name_example msgid "My Little Pony - Fan Club" @@ -979,51 +997,39 @@ msgstr "My Little Pony - Fan Club" #: [groups]created msgid "Group created successfully" -msgstr "" +msgstr "Groep aangemaakt" #: [groups]deleted msgid "Group deleted successfully" -msgstr "" +msgstr "Groep verwijderd" #: [groups]name_error msgid "Please provide a valid group name (4 characters minimum)" -msgstr "" +msgstr "Voer een geldige groepsnaam in (minimaal 4 karakters)" #: [groups]no_creation msgid "You cannot create a new Group on this server" -msgstr "" +msgstr "Je kunt geen nieuwe groep maken op deze server" #: [groups]sub msgid "%s subscribers" -msgstr "" +msgstr "%s geabbonneerde" #: [groups]num msgid "%s posts" -msgstr "" +msgstr "%s berichten" #: [groups]disco_error msgid "This server doesn't exists" -msgstr "" - -#: [menu]all -msgid "All" -msgstr "" - -#: [menu]refresh -msgid "Refresh all the streams" -msgstr "" - -#: [menu]me -msgid "My publications" -msgstr "" +msgstr "Deze server bestaat niet" #: [roster]search msgid "Search in your contacts" -msgstr "" +msgstr "Zoek in je contacten" #: [hello]chat msgid "Go on the Chat page" -msgstr "" +msgstr "Ga naar de Chat pagina" #: [hello]news [page]news msgid "News" @@ -1031,11 +1037,11 @@ msgstr "Nieuws" #: [hello]news_page msgid "Read all theses articles on the News page" -msgstr "" +msgstr "Lees al deze artikelen op de nieuwspagina" #: [hello]blog_title msgid "Visit your public blog" -msgstr "" +msgstr "Bezoek je openbare blog" #: [hello]blog_text msgid "See your public posts and share them with all your contacts" @@ -1043,7 +1049,7 @@ msgstr "" #: [hello]share_title msgid "Universal share button" -msgstr "" +msgstr "Universele deel-knop" #: [hello]share_text msgid "Bookmark or drag and drop the following button in your toolbar and use it on all the pages you want to share on Movim" @@ -1051,11 +1057,11 @@ msgstr "" #: [hello]share_button msgid "Share on Movim" -msgstr "" +msgstr "Deel op Movim" #: [hello]enter_title msgid "Oh! Hello!" -msgstr "" +msgstr "Oh! Hallo!" #: [hello]enter_paragraph msgid "It seems that you're new there! Welcome on Movim!" @@ -1071,7 +1077,7 @@ msgstr "" #: [help]faq msgid "Frequently Asked Questions" -msgstr "" +msgstr "Veelgestelde vragen" #: [banner]title msgid "What do the little banners refer to ?" @@ -1103,11 +1109,11 @@ msgstr "Zwart, iedereen op het internet kan je gegevens zien" #: [wiki]question msgid "Looking for some documentation ?" -msgstr "" +msgstr "Op zoek naar wat documentatie?" #: [wiki]button msgid "Read the Wiki" -msgstr "" +msgstr "Lees de Wiki" #: [ml]question msgid "Talk with us by email ?" @@ -1119,10 +1125,10 @@ msgstr "" #: [chatroom]question msgid "Chat with the team ?" -msgstr "" +msgstr "Chatten met het team?" #: [chatroom]button -msgid "Join the Chatroom" +msgid "Add the chatroom" msgstr "" #: [init]location @@ -1159,11 +1165,11 @@ msgstr "Verkeerde positie" #: [location]updated msgid "Location updated" -msgstr "Locatie geüpdated" +msgstr "Locatie bijgewerkt" #: [location]update msgid "Update my position" -msgstr "" +msgstr "Update mijn positie" #: [login_anonymous]bad_username msgid "Bad nickname (between 4 and 40 characters)" @@ -1171,19 +1177,19 @@ msgstr "" #: [error]username msgid "Wrong username" -msgstr "" +msgstr "Foute gebruikersnaam" #: [error]jid msgid "Invalid JID" -msgstr "" +msgstr "Foute JID" #: [error]empty_challenge msgid "Empty Challenge from the server" -msgstr "" +msgstr "Lege Challenge van de server" #: [error]dns msgid "XMPP Domain error, your account is not a correct Jabber ID" -msgstr "" +msgstr "XMPP Domein fout, je account is geen correct Jabber ID" #: [error]data_missings msgid "Some data are missing !" @@ -1195,11 +1201,11 @@ msgstr "Foutief wachtwoord" #: [error]internal msgid "Internal server error" -msgstr "" +msgstr "interne server fout" #: [error]session msgid "Session error" -msgstr "" +msgstr "sessie fout" #: [error]account_created msgid "Account successfully created" @@ -1208,27 +1214,23 @@ msgstr "Account succesvol aangemaakt" #: [error]xmpp_unauthorized msgctxt "[error]xmpp_unauthorized" msgid "Your XMPP server is unauthorized" -msgstr "" +msgstr "je XMPP server is niet geautoriseerd" #: [error]mec_error msgid "The server takes too much time to respond" msgstr "De server neemt te veel tijd om te antwoorden" -#: [error]too_old -msgid "Your web browser is too old to use with Movim." -msgstr "Je browser is te oud om met Movim te gebruiken." - #: [error]websocket msgid "Movim cannot talk with the server, please try again later (Websocket connection error)" -msgstr "" +msgstr "Movim kan niet communiceren met de server, probeer het later opnieuw (Websocket verbindings fout)" #: [error]impossible msgid "Impossible login" -msgstr "" +msgstr "Onmogelijke login" #: [error]title msgid "Oops!" -msgstr "" +msgstr "Oeps!" #: [error]default [visio]unknown_error msgid "Unknown error" @@ -1245,11 +1247,11 @@ msgstr "" #: [error]unauthorized msgctxt "[error]unauthorized" msgid "Your XMPP server is unauthorized" -msgstr "" +msgstr "je XMPP server is niet geautoriseerd" #: [error]conflict msgid "A Movim session is already open on an other device" -msgstr "" +msgstr "Een Movim sessie is al open op een ander apparaat" #: [error]wrong_account msgid "Movim failed to authenticate. You entered wrong data" @@ -1269,7 +1271,7 @@ msgstr "Mijn adres" #: [form]create_one msgid "Create one !" -msgstr "Maak er een aan !" +msgstr "Maak er een aan!" #: [form]another_account msgid "Another account" @@ -1277,7 +1279,7 @@ msgstr "" #: [form]no_account msgid "No account yet ?" -msgstr "Nog geen account ?" +msgstr "Nog geen account?" #: [form]whitelist.info msgid "You can login with accounts from theses servers" @@ -1285,35 +1287,39 @@ msgstr "" #: [form]connected msgid "Connected" -msgstr "" +msgstr "Verbonden" #: [form]population msgid "Population" -msgstr "" +msgstr "Populatie" #: [menu]empty_title msgid "No news yet..." -msgstr "" +msgstr "Nog geen nieuws..." #: [menu]empty msgid "Welcome on your news feed, here you will see all the posts published by your contacts and in the groups you have subscribed." -msgstr "" +msgstr "Welkom op je nieuws feed. Hier zie je alle berichten die door je contacten en groepen waarop je geabonneerd bent zijn geplaatst." #: [menu]refresh -msgid "Refreshing all the streams" -msgstr "" +msgid "Refresh all the streams" +msgstr "Vernieuw alle streams" #: [menu]public msgid "This post is public" -msgstr "" +msgstr "Dit bericht is openbaar" + +#: [menu]all +msgid "All" +msgstr "Alles" #: [affiliations]title msgid "Manage your members" -msgstr "" +msgstr "Beheer je leden" #: [affiliations]get msgid "Get the members" -msgstr "" +msgstr "Haal leden op" #: [affiliations]saved msgid "Affiliations saved" @@ -1333,7 +1339,7 @@ msgstr "Haal de aanmeldingen op" #: [subscriptions]saved msgid "Subscriptions saved" -msgstr "" +msgstr "Abonnementen opgeslagen" #: [notifs]title msgid "Pending Invitations" @@ -1341,107 +1347,107 @@ msgstr "" #: [notifs]wants_to_talk msgid "%s wants to talk with you" -msgstr "" - -#: [notifs]manage -msgid "Manage" -msgstr "Beheren" +msgstr "%s wil met je praten" #: [post]news_feed msgid "News Feed" -msgstr "" +msgstr "nieuwsfeed" #: [post]placeholder msgid "Discover and register to the groups you are interested in" -msgstr "" +msgstr "Ontdek en abonneer op de groepen waarop je geinteresseerd bent" #: [post]content [post]content_label msgid "Content" -msgstr "" +msgstr "inhoud" #: [post]published msgid "Post published" -msgstr "" +msgstr "bericht gepubliceerd" #: [post]deleted msgid "Post deleted" -msgstr "" +msgstr "bericht verwijderd" #: [post]hot msgid "What's Hot" -msgstr "" +msgstr "Wat is Hot" #: [post]hot_text msgid "Posts recently published in Groups that you are not subscribed (yet)" -msgstr "" +msgstr "Recente geplaatste berichten in groepen waarop je (nog) niet geabonneerd bent" #: [post]new [publish]new msgid "New post" -msgstr "" +msgstr "nieuwe berichten" #: [post]repost msgid "This is a re-post from %s" -msgstr "" +msgstr "dit is een repost van %s" #: [post]repost_profile msgid "See %s profile" -msgstr "" +msgstr "zie %s profiel" #: [post]public msgid "Publish this post publicly?" +msgstr "Post dit bericht openbaar?" + +#: [post]public_yes +msgid "This post is now public" msgstr "" -#: [post]blog_add -msgid "Post published on your blog" -msgstr "" - -#: [post]blog_remove -msgid "Post removed from your blog" +#: [post]public_no +msgid "This post is now private" msgstr "" #: [post]delete_title [post]delete msgid "Delete this post" -msgstr "" +msgstr "Verwijder dit bericht" #: [post]delete_text msgid "You are going to delete this post, please confirm your action" +msgstr "Weet je zeker dat je dit bericht wil verwijderen?" + +#: [post]discover +msgid "Discover more articles on the Groups page" msgstr "" #: [post]comments_disabled msgid "Comments disabled" -msgstr "" +msgstr "Reacties uitgeschakeld" #: [post]comment_published msgid "Comment published" -msgstr "" +msgstr "Reactie gepubliceerd" #: [status]disconnect msgid "Disconnect" -msgstr "" +msgstr "Uitloggen" #: [status]here msgid "Your status here !" -msgstr "" +msgstr "jouw status hier!" #: [status]updated msgid "Status updated" -msgstr "" +msgstr "status bijgewerkt" #: [status]status msgid "Status" -msgstr "" +msgstr "status" #: [status]presence msgid "Presence" -msgstr "" +msgstr "aanwezigheid" #: [status]online msgid "Online with Movim" -msgstr "" +msgstr "Online met Movim" #: [post]preview [page]preview msgid "Preview" -msgstr "" +msgstr "Voorbeeld" #: [post]help [page]help msgid "Help" @@ -1449,15 +1455,15 @@ msgstr "Help" #: [post]help_more msgid "More help" -msgstr "" +msgstr "Meer help" #: [post]help_manual msgid "Markdown syntax manual" -msgstr "" +msgstr "Markdown syntax handleiding" #: [post]content_text msgid "You can format your content using Markdown" -msgstr "" +msgstr "je kunt je inhoud opmaken met Markdown" #: [post]link msgid "Link" @@ -1465,43 +1471,43 @@ msgstr "Link" #: [post]tags msgid "Tags" -msgstr "" +msgstr "Tag" #: [post]gallery msgid "This picture will be added to your gallery" -msgstr "" - -#: [post]embed_tip -msgid "You can also use services like Imgur or Flickr to host your picture and paste the link here." -msgstr "" +msgstr "Deze foto wordt aan je gallerij toegevoegd" #: [publish]valid_url msgid "Please enter a valid url" -msgstr "" +msgstr "Voer een geldig url in alstublieft" #: [publish]no_content_preview msgid "No content to preview" -msgstr "" +msgstr "Geen voorbeeld beschikbaar" #: [publish]no_title msgid "Please provide a title" msgstr "" +#: [publish]edit +msgid "Edit post" +msgstr "" + #: [publish]title msgid "Publish" -msgstr "" +msgstr "Publiceer" #: [publish]attach msgid "Add a file or a picture to your post" -msgstr "" +msgstr "Voeg een bestand of een foto toe aan je bericht" #: [publish]no_publication msgid "You cannot publish a post on this Group" -msgstr "" +msgstr "Je kunt niet posten naar deze groep" #: [publish]form_filled msgid "Some fields have been filled in. Do you still want to go back and loose their content?" -msgstr "" +msgstr "Er zijn velden ingevuld. Wil je nog steeds terug gaan en de waardes verliezen?" #: [publish]add_text msgid "Click here to add some text to your publication" @@ -1509,11 +1515,11 @@ msgstr "" #: [publish]add_text_label msgid "Add some text" -msgstr "" +msgstr "Voeg wat tekst toe" #: [public_groups]shared msgid "Shared" -msgstr "" +msgstr "Gedeeld" #: [public_groups]added msgid "%s has been added to your public groups" @@ -1525,7 +1531,7 @@ msgstr "" #: [rooms]empty_text1 msgid "You don't have any chatroom yet." -msgstr "" +msgstr "Je hebt nog geen chatrooms." #: [rooms]empty_text2 msgid "Add one by clicking on the add button." @@ -1533,7 +1539,7 @@ msgstr "" #: [chatrooms]title msgid "Chatrooms" -msgstr "" +msgstr "Chatrooms" #: [chatrooms]name_placeholder msgid "My Favorite Room" @@ -1541,11 +1547,11 @@ msgstr "" #: [chatrooms]users msgid "Users in the room" -msgstr "" +msgstr "Gebruikers in de room" #: [chatrooms]bad_nickname msgid "Please enter a correct nickname (2 to 40 characters)" -msgstr "" +msgstr "Voer een geldige nickname in (2 tot 40 tekens)" #: [chatrooms]conflict msgid "Username already taken" @@ -1553,11 +1559,11 @@ msgstr "" #: [room]anonymous_title msgid "Public chatroom" -msgstr "" +msgstr "Openbare chatroom" #: [room]no_room msgid "Please provide a room address" -msgstr "" +msgstr "Voer een adres in van een chatroom" #: [room]anonymous_text1 msgid "You are currently logued as an anonymous user." @@ -1569,11 +1575,11 @@ msgstr "" #: [room]anonymous_login msgid "Login on %s" -msgstr "" +msgstr "Login op %s" #: [room]nick msgid "Your nickname" -msgstr "" +msgstr "Jouw nickname" #: [roster]ungrouped msgid "Ungrouped" @@ -1581,11 +1587,11 @@ msgstr "Groep opgeheven" #: [roster]show_disconnected msgid "Show disconnected contacts" -msgstr "" +msgstr "Toon offline contactpersonen" #: [roster]hide_disconnected msgid "Hide disconnected contacts" -msgstr "" +msgstr "Verberg offline contactpersonen" #: [roster]show_group msgid "Show group %s" @@ -1601,19 +1607,19 @@ msgstr "Vul een geldig Jabber ID in" #: [roster]no_contacts_title msgid "No contacts ?" -msgstr "" +msgstr "Geen contactpersonen?" #: [roster]no_contacts_text msgid "You can add one using the + button bellow" -msgstr "" +msgstr "Je kunt er een toevoegen met de +-knop hieronder" #: [roster]show_hide msgid "Show/Hide" -msgstr "" +msgstr "Tonen/Verbergen" #: [roster]add_contact_info1 msgid "Enter the Jabber ID of your contact." -msgstr "" +msgstr "Voer de jabber ID in van je contactpersoon" #: [roster]add_contact_info2 msgid "Press enter to validate." @@ -1625,15 +1631,15 @@ msgstr "" #: [roster]results msgid "Results" -msgstr "" +msgstr "Resultaten" #: [roster]added msgid "Contact added" -msgstr "" +msgstr "Contactpersoon toegevoegd" #: [roster]deleted msgid "Contact deleted" -msgstr "" +msgstr "Contactpersoon verwijderd" #: [roster]search msgid "Search" @@ -1641,7 +1647,7 @@ msgstr "Zoeken" #: [share]error msgid "This is not a valid url" -msgstr "" +msgstr "Dit is geen geldige URL" #: [share]success msgid "Sharing the URL" @@ -1649,15 +1655,15 @@ msgstr "" #: [statistics]title msgid "Statistics" -msgstr "" +msgstr "Statistieken" #: [statistics]since msgid "Since" -msgstr "" +msgstr "Sinds" #: [statistics]sessions msgid "Sessions" -msgstr "" +msgstr "Sessies" #: [statistics]monthly_sub msgid "Monthly Subscriptions" @@ -1673,27 +1679,27 @@ msgstr "" #: [subscribe]server_question msgid "Your server here ?" -msgstr "" +msgstr "Jouw server hier?" #: [subscribe]server_contact msgid "Contact us to add yours to the officially supported servers list" -msgstr "" +msgstr "Neem contact met ons op om die van jou aan de lijst van officieel ondersteunde servers toe te voegen" #: [feed]nope msgid "No public feed for this contact" -msgstr "" +msgstr "Geen publieke feed beschikbaar voor deze contactpersoon" #: [feed]nope_contact msgid "No contact specified" -msgstr "" +msgstr "Geen contactpersoon geselecteerd" #: [upload]title msgid "Upload a file" -msgstr "" +msgstr "Upload een bestand" #: [upload]choose msgid "Choose a file to upload" -msgstr "" +msgstr "Kies een bestand om te uploaden" #: [vcard]title [page]profile msgid "Profile" @@ -1705,41 +1711,41 @@ msgstr "Profiel bijgewerkt" #: [vcard]not_updated msgid "Profile Not Updated" -msgstr "" +msgstr "Profiel niet bijgewerkt" #: [vcard]public msgid "Your profile is now public" -msgstr "" +msgstr "Je profiel is nu openbaar" #: [vcard]restricted msgid "Your profile is now restricted" -msgstr "" +msgstr "Je profiel is nu afgeschermd" #: [general]nickname msgctxt "[general]nickname" msgid "Nickname" -msgstr "" +msgstr "Bijnaam" #: [accounts]accounts_title msgid "Accounts" -msgstr "" +msgstr "Accounts" #: [accounts]twitter msgid "Twitter" -msgstr "" +msgstr "Twitter" #: [accounts]skype msgid "Skype" -msgstr "" +msgstr "Skype" #: [accounts]yahoo msgid "Yahoo Account" -msgstr "" +msgstr "Yahoo Account" #: [accounts]accounts_nickname msgctxt "[accounts]accounts_nickname" msgid "Nickname" -msgstr "" +msgstr "Bijnaam" #: [privacy]privacy_title msgid "Privacy Level" @@ -1747,11 +1753,11 @@ msgstr "Privacy-Niveau" #: [privacy]privacy_question msgid "Is this profile public ?" -msgstr "Is dit profiel publiekelijk?" +msgstr "Is dit profiel openbaar?" #: [privacy]privacy_info msgid "Please pay attention ! By making your profile public, all the information listed above will be available for all the Movim users and on the whole Internet." -msgstr "Let op! Door je profiel publiek te maken zal alle bovenstaande informatie beschikbaar zijn voor alle Movim-gebruikers and het hele internet." +msgstr "Let op! Door je profiel openbaar te maken zal alle bovenstaande informatie beschikbaar zijn voor alle Movim-gebruikers en het hele internet." #: [save]submit [button]submit msgid "Submit" @@ -1763,39 +1769,39 @@ msgstr "Reset" #: [visio]hung_up msgid "Hung up" -msgstr "" +msgstr "Heeft opgehangen" #: [visio]busy msgid "Your contact is busy" -msgstr "" +msgstr "Je contactpersoon is bezig" #: [visio]declined msgid "Declined" -msgstr "" +msgstr "Afgewezen" #: [visio]calling msgid "Is calling you" -msgstr "" +msgstr "Belt je" #: [visio]call msgid "Call" -msgstr "" +msgstr "Bellen" #: [visio]hang_up msgid "Hang up" -msgstr "" +msgstr "Ophangen" #: [visio]connection msgid "Connection" -msgstr "" +msgstr "Verbinding" #: [global]no_js msgid "You don't have javascript enabled. Good luck with that." -msgstr "" +msgstr "Je hebt javascript uit staan. Veel succes daarmee." #: [global]description msgid "Movim is a kickass distributed social networking platform that protect your privacy an comes with a set of awesome features." -msgstr "" +msgstr "Movim is een kick-ass gedistribueerd sociaal netwerk dat jouw privacy beschermt. Een setje awesome mogelijkheden is inbegrepen." #: [page]administration msgid "Administration" @@ -1823,7 +1829,7 @@ msgstr "Avatar" #: [page]chats msgid "Chats" -msgstr "" +msgstr "Chats" #: [page]server msgid "Server" @@ -1831,7 +1837,7 @@ msgstr "Server" #: [page]public_groups msgid "Public Groups" -msgstr "" +msgstr "Openbare groepen" #: [page]viewer msgid "Viewer" @@ -1847,11 +1853,11 @@ msgstr "Blog" #: [page]about msgid "About" -msgstr "" +msgstr "Over" #: [page]login msgid "Login" -msgstr "" +msgstr "Inloggen" #: [page]feed msgid "Feed" @@ -1859,22 +1865,26 @@ msgstr "Feed" #: [page]gallery msgid "Gallery" -msgstr "" +msgstr "Gallerij" #: [page]visio msgid "Visio-conference" -msgstr "" +msgstr "Visioconferentie" #: [page]pods msgid "Pods" -msgstr "" +msgstr "Pods" #: [page]share msgid "Share" -msgstr "" +msgstr "Deel" #: [page]room msgid "Room" +msgstr "Chatroom" + +#: [page]tag +msgid "Tag" msgstr "" #: [error]error @@ -1891,39 +1901,39 @@ msgstr "Routeerfout, plaats alle argumenten voor de pagina %s" #: [error]widget_load_error msgid "Requested widget '%s' doesn't exist." -msgstr "" +msgstr "De opgevraagde widget '%s' bestaat niet." #: [error]widget_call_error msgid "Requested event '%s' not registered." -msgstr "" +msgstr "Het opgevraagde event '%s' is niet geregistreerd." #: [error]whoops msgid "Whoops!" -msgstr "" +msgstr "Oeps!" #: [error]media_not_found msgid "It seem that you don't have any pictures here?" -msgstr "" +msgstr "Het lijkt er op dat je hier geen afbeeldingen hebt" #: [error]media_ask_upload msgid "You can try to upload a couple by going to the Media page" -msgstr "" +msgstr "Je kunt proberen om een paar te uploaden door naar de Mediapagina te gaan" #: [title]about msgid "%s - About" -msgstr "" +msgstr "%s - Over" #: [title]account msgid "%s - Account" -msgstr "" +msgstr "%s - Account" #: [title]administration msgid "%s - Administration Panel" -msgstr "" +msgstr "%s - Beheerderspaneel" #: [title]blog msgid "%s - Blog" -msgstr "" +msgstr "%s - Blog" #: [title]configuration msgid "%s - Configuration" @@ -1939,11 +1949,11 @@ msgstr "" #: [title]help msgid "%s - Help Page" -msgstr "" +msgstr "%s - Hulppagina" #: [title]login msgid "%s - Login to Movim" -msgstr "%s - Inlogging bij Movim" +msgstr "%s - Inloggen bij Movim" #: [title]main msgid "%s - Welcome to Movim" @@ -1951,31 +1961,31 @@ msgstr "%s - Welkom bij Movim" #: [title]media msgid "%s - Media" -msgstr "" +msgstr "%s - Media" #: [title]news msgid "%s - News" -msgstr "" +msgstr "%s - Nieuws" #: [title]node_configuration msgid "%s - Group Configuration" -msgstr "" +msgstr "%s - Groepsconfiguratie" #: [title]node msgid "%s - Group" -msgstr "" +msgstr "%s - Groep" #: [title]not_found msgid "%s - 404" -msgstr "" +msgstr "%s - 404" #: [title]profile msgid "%s - Profile" -msgstr "" +msgstr "%s - Profiel" #: [title]server msgid "%s - Server" -msgstr "" +msgstr "%s - Server" #: [button]validate msgid "Validate" @@ -1991,11 +2001,11 @@ msgstr "Toevoegen" #: [button]delete msgid "Delete" -msgstr "" +msgstr "Verwijderen" #: [button]cancel msgid "Cancel" -msgstr "" +msgstr "Annuleren" #: [button]close msgid "Close" @@ -2003,11 +2013,11 @@ msgstr "Sluit" #: [button]update msgid "Update" -msgstr "" +msgstr "Bijwerken" #: [button]updating msgid "Updating" -msgstr "" +msgstr "Aan het bijwerken" #: [button]submitting msgid "Submitting" @@ -2015,11 +2025,11 @@ msgstr "Bezig met opslaan" #: [button]register msgid "Register" -msgstr "" +msgstr "Registreren" #: [button]unregister msgid "Unregister" -msgstr "" +msgstr "Uitschrijven" #: [button]save msgid "Save" @@ -2035,7 +2045,7 @@ msgstr "Uploaden" #: [button]come_in msgid "Come in!" -msgstr "Kom in!" +msgstr "Kom binnen!" #: [button]connecting msgid "Connecting" @@ -2043,15 +2053,15 @@ msgstr "" #: [button]bool_yes msgid "Yes" -msgstr "" +msgstr "Ja" #: [button]bool_no msgid "No" -msgstr "" +msgstr "Nee" #: [button]return msgid "Return" -msgstr "" +msgstr "Terug" #: [button]accept msgid "Accept" @@ -2059,19 +2069,19 @@ msgstr "Accepteer" #: [button]refuse msgid "Refuse" -msgstr "" +msgstr "Weiger" #: [button]next msgid "Next" -msgstr "" +msgstr "Volgende" #: [button]previous msgid "Previous" -msgstr "" +msgstr "Vorige" #: [step]step msgid "Step %s" -msgstr "" +msgstr "Stap %s" #: [day]title msgid "Day" @@ -2079,36 +2089,36 @@ msgstr "Dag" #: [day]monday msgid "Monday" -msgstr "Maandag" +msgstr "maandag" #: [day]tuesday msgid "Tuesday" -msgstr "Dinsdag" +msgstr "dinsdag" #: [day]wednesday msgid "Wednesday" -msgstr "Woensdag" +msgstr "woensdag" #: [day]thursday msgid "Thursday" -msgstr "Donderdag" +msgstr "donderdag" #: [day]friday msgid "Friday" -msgstr "Vrijdag" +msgstr "vrijdag" #: [day]saturday msgid "Saturday" -msgstr "Zaterdag" +msgstr "zaterdag" #: [day]sunday msgid "Sunday" -msgstr "" +msgstr "zondag" #: [gender]nil msgctxt "[gender]nil" msgid "None" -msgstr "" +msgstr "Geen" #: [gender]male msgid "Male" @@ -2120,7 +2130,7 @@ msgstr "Vrouwelijk" #: [gender]other msgid "Other" -msgstr "Andere" +msgstr "Anders" #: [client]bot msgid "Bot" @@ -2145,7 +2155,7 @@ msgstr "Geregistreerd" #: [marital]nil msgctxt "[marital]nil" msgid "None" -msgstr "" +msgstr "Geen" #: [marital]single msgid "Single" @@ -2281,7 +2291,7 @@ msgstr "verward" #: [mood]contemplative msgid "contemplative" -msgstr "complimenteus" +msgstr "beschouwend" #: [mood]contented msgid "contented" @@ -2345,7 +2355,7 @@ msgstr "complimenteus" #: [mood]frustated msgid "frustated" -msgstr "" +msgstr "gefrustreerd" #: [mood]grateful msgid "grateful" @@ -2405,7 +2415,7 @@ msgstr "verliefd" #: [mood]indignant msgid "indignant" -msgstr "" +msgstr "verontwaardigd" #: [mood]interested msgid "interested" @@ -2413,7 +2423,7 @@ msgstr "geïnteresseerd" #: [mood]intoxicated msgid "intoxicated" -msgstr "vergiftigd" +msgstr "onder invloed" #: [mood]invincible msgid "invincible" @@ -2517,7 +2527,7 @@ msgstr "spontaan" #: [mood]stressed msgid "stressed" -msgstr "gestressed" +msgstr "gestrest" #: [mood]strong msgid "strong" @@ -2557,51 +2567,51 @@ msgstr "Maand" #: [month]january msgid "January" -msgstr "Januari" +msgstr "januari" #: [month]february msgid "February" -msgstr "Februari" +msgstr "februari" #: [month]march msgid "March" -msgstr "Maart" +msgstr "maart" #: [month]april msgid "April" -msgstr "April" +msgstr "april" #: [month]may msgid "May" -msgstr "Mei" +msgstr "mei" #: [month]june msgid "June" -msgstr "Juni" +msgstr "juni" #: [month]july msgid "July" -msgstr "Juli" +msgstr "juli" #: [month]august msgid "August" -msgstr "Augustus" +msgstr "augustus" #: [month]september msgid "September" -msgstr "September" +msgstr "september" #: [month]october msgid "October" -msgstr "Oktober" +msgstr "oktober" #: [month]november msgid "November" -msgstr "November" +msgstr "november" #: [month]december msgid "December" -msgstr "December" +msgstr "december" #: [year]title msgid "Year" @@ -2621,7 +2631,7 @@ msgstr "Gisteren" #: [date]ago msgid "%d days ago" -msgstr "" +msgstr "%d dagen geleden" #: [date]day msgid "day" @@ -2629,11 +2639,11 @@ msgstr "dag" #: [post]title msgid "Title" -msgstr "" +msgstr "Titel" #: [post]whats_new msgid "What's new ?" -msgstr "" +msgstr "Wat is nieuw?" #: [post]place msgid "Place" @@ -2641,15 +2651,15 @@ msgstr "Plaats" #: [post]by msgid "by" -msgstr "" +msgstr "door" #: [post]geolocalisation msgid "Geolocalisation" -msgstr "" +msgstr "Geolokalisatie" #: [post]email msgid "email" -msgstr "" +msgstr "e-mail" #: [post]empty msgid "No content" @@ -2657,7 +2667,7 @@ msgstr "Geen inhoud" #: [post]no_comments msgid "No comments yet" -msgstr "" +msgstr "Nog geen reacties" #: [post]no_comments_stream msgid "No comments stream" @@ -2673,7 +2683,7 @@ msgstr "Haal oudere berichten op" #: [post]new_items msgid "%s new items" -msgstr "" +msgstr "%s nieuwe items" #: [post]comment_error msgid "Comment publication error" @@ -2689,44 +2699,44 @@ msgstr "" #: [post]comments_get msgid "Get the comments" -msgstr "" +msgstr "Reacties ophalen" #: [post]comment_add msgid "Add a comment" -msgstr "" +msgstr "Reactie toevoegen" #: [post]share msgid "Share with" -msgstr "" +msgstr "Delen met" #: [post]share_everyone msgid "Everyone" -msgstr "" +msgstr "Iedereen" #: [post]share_your_contacts msgid "Your contacts" -msgstr "" +msgstr "Jou contactpersonen" #: [post]updated msgid "Updated" -msgstr "" +msgstr "Bijgewerkt" #: [post]content_not_found msgid "Content not found" -msgstr "" +msgstr "Inhoud niet gevonden" #: [post]default_title msgid "Contact publication" -msgstr "" +msgstr "Contactpersoon publiceren" #: [post]comments msgid "Comments" -msgstr "" +msgstr "Reacties" #: [api]error msgid "The API is not reachable, try again later" -msgstr "" +msgstr "De API is niet bereikbaar, probeer later nog eens" #: [field]type_here msgid "Type here" -msgstr "" +msgstr "Typ hier" diff --git a/sources/locales/no.po b/sources/locales/no.po index d27a197..418a82a 100644 --- a/sources/locales/no.po +++ b/sources/locales/no.po @@ -93,7 +93,7 @@ msgid "" msgstr "" "Project-Id-Version: Movim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-06 23:33+0200\n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" "PO-Revision-Date: 2012-07-19 11:30+0000\n" "Last-Translator: Vincent \n" "Language-Team: LANGUAGE \n" @@ -206,6 +206,10 @@ msgstr "" msgid "Loading" msgstr "" +#: [create]placeholder +msgid "…and start playing" +msgstr "" + #: [error]not_acceptable msgid "Not Acceptable" msgstr "" @@ -259,7 +263,7 @@ msgid "Port" msgstr "" #: [db]name -msgid "Database sName" +msgid "Database Name" msgstr "" #: [admin]general @@ -370,14 +374,6 @@ msgstr "" msgid "Syslog and files" msgstr "" -#: [rewrite]title -msgid "URL Rewriting" -msgstr "" - -#: [rewrite]info -msgid "The URL Rewriting can be enabled" -msgstr "" - #: [admin]compatibility msgid "General Overview" msgstr "" @@ -410,10 +406,6 @@ msgstr "" msgid "Read and write rights for the webserver in Movims root directory" msgstr "" -#: [compatibility]rewrite -msgid "The URL Rewriting support is currently disabled" -msgstr "" - #: [compatibility]db msgid "The database need to be updated, go to the database panel to fix this" msgstr "" @@ -498,6 +490,10 @@ msgstr "" msgid "Avatar Not Updated" msgstr "" +#: [avatar]missing +msgid "No avatar defined yet" +msgstr "" + #: [blog]title [feed]title msgid "%s's feed" msgstr "" @@ -506,6 +502,10 @@ msgstr "" msgid "This user has not posted anything right now" msgstr "" +#: [blog]private +msgid "This content is private, please login to see it" +msgstr "" + #: [title]conferences msgid "Conferences" msgstr "" @@ -590,6 +590,10 @@ msgstr "" msgid "Contact gone" msgstr "" +#: [message]history +msgid "%s messages retrieved" +msgstr "" + #: [chat]attention msgid "%s needs your attention" msgstr "" @@ -647,7 +651,7 @@ msgid "No chats yet..." msgstr "" #: [chats]empty -msgid "Open a new conversation by clicking on the %s button bellow or visit the %s Contacts%s page." +msgid "Open a new conversation by clicking on the %s button bellow or visit the %sContacts%s page." msgstr "" #: [chats]add @@ -702,8 +706,12 @@ msgstr "" msgid "Appearence" msgstr "" -#: [config]info -msgid "This configuration is shared wherever you are connected" +#: [config]not_valid +msgid "Configuration invalid" +msgstr "" + +#: [config]advanced +msgid "Advanced Configuration" msgstr "" #: [notifications]message @@ -714,6 +722,10 @@ msgstr "" msgid "Use desktop notifications" msgstr "" +#: [cssurl]label +msgid "Custom CSS URL for your blog" +msgstr "" + #: [general]legend [general]general_title msgid "General Informations" msgstr "Generell informasjon" @@ -826,6 +838,10 @@ msgstr "" msgid "Last public post" msgstr "" +#: [blog]visit +msgid "Visit the blog to see all the public posts" +msgstr "" + #: [subscription]to #, fuzzy msgid "You can see this contact status" @@ -1011,18 +1027,6 @@ msgstr "" msgid "This server doesn't exists" msgstr "" -#: [menu]all -msgid "All" -msgstr "" - -#: [menu]refresh -msgid "Refresh all the streams" -msgstr "" - -#: [menu]me -msgid "My publications" -msgstr "" - #: [roster]search msgid "Search in your contacts" msgstr "" @@ -1128,7 +1132,7 @@ msgid "Chat with the team ?" msgstr "" #: [chatroom]button -msgid "Join the Chatroom" +msgid "Add the chatroom" msgstr "" #: [init]location @@ -1220,10 +1224,6 @@ msgstr "" msgid "The server takes too much time to respond" msgstr "" -#: [error]too_old -msgid "Your web browser is too old to use with Movim." -msgstr "" - #: [error]websocket msgid "Movim cannot talk with the server, please try again later (Websocket connection error)" msgstr "" @@ -1306,13 +1306,17 @@ msgid "Welcome on your news feed, here you will see all the posts published by y msgstr "" #: [menu]refresh -msgid "Refreshing all the streams" +msgid "Refresh all the streams" msgstr "" #: [menu]public msgid "This post is public" msgstr "" +#: [menu]all +msgid "All" +msgstr "" + #: [affiliations]title msgid "Manage your members" msgstr "" @@ -1349,10 +1353,6 @@ msgstr "" msgid "%s wants to talk with you" msgstr "" -#: [notifs]manage -msgid "Manage" -msgstr "" - #: [post]news_feed msgid "News Feed" msgstr "" @@ -1397,12 +1397,12 @@ msgstr "" msgid "Publish this post publicly?" msgstr "" -#: [post]blog_add -msgid "Post published on your blog" +#: [post]public_yes +msgid "This post is now public" msgstr "" -#: [post]blog_remove -msgid "Post removed from your blog" +#: [post]public_no +msgid "This post is now private" msgstr "" #: [post]delete_title [post]delete @@ -1413,6 +1413,10 @@ msgstr "" msgid "You are going to delete this post, please confirm your action" msgstr "" +#: [post]discover +msgid "Discover more articles on the Groups page" +msgstr "" + #: [post]comments_disabled msgid "Comments disabled" msgstr "" @@ -1477,10 +1481,6 @@ msgstr "" msgid "This picture will be added to your gallery" msgstr "" -#: [post]embed_tip -msgid "You can also use services like Imgur or Flickr to host your picture and paste the link here." -msgstr "" - #: [publish]valid_url msgid "Please enter a valid url" msgstr "" @@ -1493,6 +1493,10 @@ msgstr "" msgid "Please provide a title" msgstr "" +#: [publish]edit +msgid "Edit post" +msgstr "" + #: [publish]title msgid "Publish" msgstr "" @@ -1883,6 +1887,10 @@ msgstr "" msgid "Room" msgstr "" +#: [page]tag +msgid "Tag" +msgstr "" + #: [error]error msgid "Error: %s" msgstr "Feil %s" diff --git a/sources/locales/oc.po b/sources/locales/oc.po index 6f70a1a..1a215fb 100644 --- a/sources/locales/oc.po +++ b/sources/locales/oc.po @@ -93,7 +93,7 @@ msgid "" msgstr "" "Project-Id-Version: Movim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-06 23:33+0200\n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" "PO-Revision-Date: 2015-06-09 12:18+0000\n" "Last-Translator: edhelas \n" "Language-Team: LANGUAGE \n" @@ -208,6 +208,10 @@ msgstr "" msgid "Loading" msgstr "" +#: [create]placeholder +msgid "…and start playing" +msgstr "" + #: [error]not_acceptable msgid "Not Acceptable" msgstr "" @@ -262,7 +266,7 @@ msgstr "" #: [db]name #, fuzzy -msgid "Database sName" +msgid "Database Name" msgstr "Banca de donadas detectada" #: [admin]general @@ -374,14 +378,6 @@ msgstr "" msgid "Syslog and files" msgstr "" -#: [rewrite]title -msgid "URL Rewriting" -msgstr "" - -#: [rewrite]info -msgid "The URL Rewriting can be enabled" -msgstr "" - #: [admin]compatibility msgid "General Overview" msgstr "" @@ -415,10 +411,6 @@ msgstr "" msgid "Read and write rights for the webserver in Movims root directory" msgstr "Movim a pas los dreches de lectura nimai d'escritura dins son dorsier raiç" -#: [compatibility]rewrite -msgid "The URL Rewriting support is currently disabled" -msgstr "" - #: [compatibility]db msgid "The database need to be updated, go to the database panel to fix this" msgstr "" @@ -503,6 +495,10 @@ msgstr "" msgid "Avatar Not Updated" msgstr "" +#: [avatar]missing +msgid "No avatar defined yet" +msgstr "" + #: [blog]title [feed]title msgid "%s's feed" msgstr "" @@ -511,6 +507,10 @@ msgstr "" msgid "This user has not posted anything right now" msgstr "" +#: [blog]private +msgid "This content is private, please login to see it" +msgstr "" + #: [title]conferences msgid "Conferences" msgstr "Conferéncias" @@ -596,6 +596,10 @@ msgstr "" msgid "Contact gone" msgstr "" +#: [message]history +msgid "%s messages retrieved" +msgstr "" + #: [chat]attention msgid "%s needs your attention" msgstr "%s a besonh de vòstre atencion" @@ -653,7 +657,7 @@ msgid "No chats yet..." msgstr "" #: [chats]empty -msgid "Open a new conversation by clicking on the %s button bellow or visit the %s Contacts%s page." +msgid "Open a new conversation by clicking on the %s button bellow or visit the %sContacts%s page." msgstr "" #: [chats]add @@ -708,9 +712,15 @@ msgstr "" msgid "Appearence" msgstr "" -#: [config]info -msgid "This configuration is shared wherever you are connected" -msgstr "" +#: [config]not_valid +#, fuzzy +msgid "Configuration invalid" +msgstr "Configuracion" + +#: [config]advanced +#, fuzzy +msgid "Advanced Configuration" +msgstr "Configuracion" #: [notifications]message msgid "Notify on incoming message" @@ -720,6 +730,10 @@ msgstr "" msgid "Use desktop notifications" msgstr "" +#: [cssurl]label +msgid "Custom CSS URL for your blog" +msgstr "" + #: [general]legend [general]general_title msgid "General Informations" msgstr "Informacions Generalas" @@ -832,6 +846,10 @@ msgstr "" msgid "Last public post" msgstr "" +#: [blog]visit +msgid "Visit the blog to see all the public posts" +msgstr "" + #: [subscription]to #, fuzzy msgid "You can see this contact status" @@ -1022,18 +1040,6 @@ msgstr "" msgid "This server doesn't exists" msgstr "" -#: [menu]all -msgid "All" -msgstr "Tot" - -#: [menu]refresh -msgid "Refresh all the streams" -msgstr "" - -#: [menu]me -msgid "My publications" -msgstr "" - #: [roster]search #, fuzzy msgid "Search in your contacts" @@ -1140,7 +1146,7 @@ msgid "Chat with the team ?" msgstr "" #: [chatroom]button -msgid "Join the Chatroom" +msgid "Add the chatroom" msgstr "" #: [init]location @@ -1232,10 +1238,6 @@ msgstr "" msgid "The server takes too much time to respond" msgstr "" -#: [error]too_old -msgid "Your web browser is too old to use with Movim." -msgstr "Vòstre navigador es tròp vielh per utilizar Movim" - #: [error]websocket msgid "Movim cannot talk with the server, please try again later (Websocket connection error)" msgstr "" @@ -1318,13 +1320,17 @@ msgid "Welcome on your news feed, here you will see all the posts published by y msgstr "" #: [menu]refresh -msgid "Refreshing all the streams" +msgid "Refresh all the streams" msgstr "" #: [menu]public msgid "This post is public" msgstr "" +#: [menu]all +msgid "All" +msgstr "Tot" + #: [affiliations]title msgid "Manage your members" msgstr "Gerir vòstres membres" @@ -1361,10 +1367,6 @@ msgstr "" msgid "%s wants to talk with you" msgstr "" -#: [notifs]manage -msgid "Manage" -msgstr "Gerir" - #: [post]news_feed msgid "News Feed" msgstr "" @@ -1410,12 +1412,13 @@ msgstr "" msgid "Publish this post publicly?" msgstr "Es lo perfil public ?" -#: [post]blog_add -msgid "Post published on your blog" -msgstr "" +#: [post]public_yes +#, fuzzy +msgid "This post is now public" +msgstr "Es lo perfil public ?" -#: [post]blog_remove -msgid "Post removed from your blog" +#: [post]public_no +msgid "This post is now private" msgstr "" #: [post]delete_title [post]delete @@ -1426,6 +1429,10 @@ msgstr "" msgid "You are going to delete this post, please confirm your action" msgstr "" +#: [post]discover +msgid "Discover more articles on the Groups page" +msgstr "" + #: [post]comments_disabled msgid "Comments disabled" msgstr "" @@ -1490,10 +1497,6 @@ msgstr "" msgid "This picture will be added to your gallery" msgstr "" -#: [post]embed_tip -msgid "You can also use services like Imgur or Flickr to host your picture and paste the link here." -msgstr "" - #: [publish]valid_url msgid "Please enter a valid url" msgstr "" @@ -1506,6 +1509,10 @@ msgstr "" msgid "Please provide a title" msgstr "" +#: [publish]edit +msgid "Edit post" +msgstr "" + #: [publish]title msgid "Publish" msgstr "" @@ -1901,6 +1908,10 @@ msgstr "" msgid "Room" msgstr "" +#: [page]tag +msgid "Tag" +msgstr "" + #: [error]error msgid "Error: %s" msgstr "Error : %s" @@ -2759,6 +2770,12 @@ msgstr "" msgid "Type here" msgstr "" +#~ msgid "Your web browser is too old to use with Movim." +#~ msgstr "Vòstre navigador es tròp vielh per utilizar Movim" + +#~ msgid "Manage" +#~ msgstr "Gerir" + #, fuzzy #~ msgid "Active contacts" #~ msgstr "Accions" diff --git a/sources/locales/pl.po b/sources/locales/pl.po index 98b566c..9de5751 100644 --- a/sources/locales/pl.po +++ b/sources/locales/pl.po @@ -93,8 +93,8 @@ msgid "" msgstr "" "Project-Id-Version: movim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-06 23:33+0200\n" -"PO-Revision-Date: 2015-10-06 21:34+0000\n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" +"PO-Revision-Date: 2015-12-29 12:43+0000\n" "Last-Translator: Jaussoin Timothée \n" "Language-Team: Polish (http://www.transifex.com/movim/movim/language/pl/)\n" "Language: pl\n" @@ -118,7 +118,7 @@ msgstr "Tłumacze" #: [about]translators_text msgid "Thanks to all the translators" -msgstr "" +msgstr "Dziękujemy wszystkim tłumaczom" #: [about]software msgid "Software" @@ -205,6 +205,10 @@ msgstr "Twoje konto zarejestrowano pomyślnie" msgid "Loading" msgstr "Ładowanie" +#: [create]placeholder +msgid "…and start playing" +msgstr "" + #: [error]not_acceptable msgid "Not Acceptable" msgstr "Nie akceptowalne" @@ -258,8 +262,8 @@ msgid "Port" msgstr "Port" #: [db]name -msgid "Database sName" -msgstr "Nazwa Bazy Danych" +msgid "Database Name" +msgstr "" #: [admin]general msgid "General Settings" @@ -367,14 +371,6 @@ msgstr "Syslog" msgid "Syslog and files" msgstr "Syslog i pliki" -#: [rewrite]title -msgid "URL Rewriting" -msgstr "Przepisywanie URL" - -#: [rewrite]info -msgid "The URL Rewriting can be enabled" -msgstr "Przepisywanie URL może być włączone" - #: [admin]compatibility msgid "General Overview" msgstr "Przegląd Ogólny" @@ -407,10 +403,6 @@ msgstr "Zainstaluj bibliotekę php5-gd" msgid "Read and write rights for the webserver in Movims root directory" msgstr "Prawa do odczytu i zapisu dla webserver w katalogu root Movims" -#: [compatibility]rewrite -msgid "The URL Rewriting support is currently disabled" -msgstr "Wsparcie dla Przepisywania URL jest obecnie wyłączone" - #: [compatibility]db msgid "The database need to be updated, go to the database panel to fix this" msgstr "Baza danych musi być zaktualizowana. Idź do panelu baz danych by to naprawić" @@ -495,6 +487,10 @@ msgstr "Avatar Zaktualizowany" msgid "Avatar Not Updated" msgstr "Avatar Nie Zaktualizowany" +#: [avatar]missing +msgid "No avatar defined yet" +msgstr "" + #: [blog]title [feed]title msgid "%s's feed" msgstr "Treści użytkownika %s" @@ -503,6 +499,10 @@ msgstr "Treści użytkownika %s" msgid "This user has not posted anything right now" msgstr "Ten użytkownik niczego teraz nie opublikował" +#: [blog]private +msgid "This content is private, please login to see it" +msgstr "" + #: [title]conferences msgid "Conferences" msgstr "Konferencje" @@ -522,7 +522,7 @@ msgstr "ID Pokoju Rozmów" #: [chatroom]name msgctxt "[chatroom]name" msgid "Name" -msgstr "Imię" +msgstr "Nazwa" #: [chatroom]nickname [general]nickname [chatrooms]nickname msgid "Nickname" @@ -585,6 +585,10 @@ msgstr "Zapauzowane..." msgid "Contact gone" msgstr "Kontakt zniknął" +#: [message]history +msgid "%s messages retrieved" +msgstr "" + #: [chat]attention msgid "%s needs your attention" msgstr "%s potrzebuje twojej uwagi" @@ -642,7 +646,7 @@ msgid "No chats yet..." msgstr "Chwilowo brak czatów..." #: [chats]empty -msgid "Open a new conversation by clicking on the %s button bellow or visit the %s Contacts%s page." +msgid "Open a new conversation by clicking on the %s button bellow or visit the %sContacts%s page." msgstr "" #: [chats]add @@ -683,7 +687,7 @@ msgstr "Język" #: [config]roster msgid "Roster display" -msgstr "Wyświetl listę" +msgstr "Wyświetlanie listy" #: [config]roster_show msgid "Show the offline contacts" @@ -697,9 +701,13 @@ msgstr "Ukryj kontakty offline" msgid "Appearence" msgstr "Wygląd" -#: [config]info -msgid "This configuration is shared wherever you are connected" -msgstr "Konfiguracja jest dzielona gdziekolwiek się nie łączysz" +#: [config]not_valid +msgid "Configuration invalid" +msgstr "" + +#: [config]advanced +msgid "Advanced Configuration" +msgstr "" #: [notifications]message msgid "Notify on incoming message" @@ -709,13 +717,17 @@ msgstr "Powiadom o nowej wiadomości" msgid "Use desktop notifications" msgstr "Użyj powiadomień na pulpicie" +#: [cssurl]label +msgid "Custom CSS URL for your blog" +msgstr "" + #: [general]legend [general]general_title msgid "General Informations" msgstr "Ogólne Informacje" #: [general]name [public_groups]name [chatrooms]name msgid "Name" -msgstr "Imię" +msgstr "Nazwa" #: [general]date_of_birth msgid "Date of Birth" @@ -821,6 +833,10 @@ msgstr "%s lat" msgid "Last public post" msgstr "Ostatni publiczny post" +#: [blog]visit +msgid "Visit the blog to see all the public posts" +msgstr "" + #: [subscription]to msgid "You can see this contact status" msgstr "Możesz zobaczyć status kontaktu" @@ -955,11 +971,11 @@ msgstr "Wpis Kontaktu" #: [groups]empty_text1 msgid "You don't have any group subscriptions yet." -msgstr "" +msgstr "Nie zasubskrybowałeś jeszcze żadnej grupy." #: [groups]empty_text2 msgid "Here you will be able to manage all your subscriptions." -msgstr "" +msgstr "Tutaj będziesz miał możliwość zarządzania swoimi wszystkimi subskrypcjami." #: [groups]subscriptions msgid "My Subscriptions" @@ -1005,18 +1021,6 @@ msgstr "%s wpisów" msgid "This server doesn't exists" msgstr "Serwer nie istnieje" -#: [menu]all -msgid "All" -msgstr "Wszystko" - -#: [menu]refresh -msgid "Refresh all the streams" -msgstr "Odśwież wszystkie strumienie" - -#: [menu]me -msgid "My publications" -msgstr "" - #: [roster]search msgid "Search in your contacts" msgstr "Szukaj w swoich kontaktach" @@ -1055,19 +1059,19 @@ msgstr "Udostępnij na Movim" #: [hello]enter_title msgid "Oh! Hello!" -msgstr "" +msgstr "Ah! Witaj!" #: [hello]enter_paragraph msgid "It seems that you're new there! Welcome on Movim!" -msgstr "" +msgstr "Wygląda na to, że jesteś tutaj nowy! Witaj w Movim!" #: [hello]menu_title msgid "Check the Menu" -msgstr "" +msgstr "Sprawdź Menu" #: [hello]menu_paragraph msgid "All the main Movim features are accessible there. Don't hesitate to navigate through the pages to discover more!" -msgstr "" +msgstr "Tutaj masz dostęp do wszystkich głównych funkcji Movim. Możesz śmiało nawigować po całej stronie by odkryć jeszcze więcej!" #: [help]faq msgid "Frequently Asked Questions" @@ -1122,8 +1126,8 @@ msgid "Chat with the team ?" msgstr "Porozmawiaj z ekipą ?" #: [chatroom]button -msgid "Join the Chatroom" -msgstr "Dołącz do Pokoju Czatowego" +msgid "Add the chatroom" +msgstr "" #: [init]location msgid "Location node created" @@ -1214,10 +1218,6 @@ msgstr "Twój serwer XMPP nie jest autoryzowany" msgid "The server takes too much time to respond" msgstr "Serwer za długo odpowiada" -#: [error]too_old -msgid "Your web browser is too old to use with Movim." -msgstr "Masz za starą przeglądarkę by używać Movim." - #: [error]websocket msgid "Movim cannot talk with the server, please try again later (Websocket connection error)" msgstr "Movim nie może porozumieć się z serwerem, proszę spróbować później (błąd połączenia z Websocket)" @@ -1300,13 +1300,17 @@ msgid "Welcome on your news feed, here you will see all the posts published by y msgstr "Witaj w zakładce nowinek. Tutaj znajdziesz wszystkie posty opublikowany przez twoje kontakty oraz kontakty z zasubskrybowanych grup." #: [menu]refresh -msgid "Refreshing all the streams" +msgid "Refresh all the streams" msgstr "Odśwież wszystkie strumienie" #: [menu]public msgid "This post is public" msgstr "Wpis jest publiczny" +#: [menu]all +msgid "All" +msgstr "Wszystko" + #: [affiliations]title msgid "Manage your members" msgstr "Zarządzaj członkami" @@ -1343,10 +1347,6 @@ msgstr "Oczekiwanie na Zaproszenie" msgid "%s wants to talk with you" msgstr "%s chce z tobą rozmawiać" -#: [notifs]manage -msgid "Manage" -msgstr "Zarządzaj" - #: [post]news_feed msgid "News Feed" msgstr "Nowinki" @@ -1391,13 +1391,13 @@ msgstr "Zobacz profil %s" msgid "Publish this post publicly?" msgstr "Opublikować wpis publicznie?" -#: [post]blog_add -msgid "Post published on your blog" -msgstr "Wpis opublikowany na twoim blogu" +#: [post]public_yes +msgid "This post is now public" +msgstr "" -#: [post]blog_remove -msgid "Post removed from your blog" -msgstr "Wpis usunięty z twojego bloga" +#: [post]public_no +msgid "This post is now private" +msgstr "" #: [post]delete_title [post]delete msgid "Delete this post" @@ -1407,6 +1407,10 @@ msgstr "Usuń ten wpis" msgid "You are going to delete this post, please confirm your action" msgstr "Zamierzasz usunąć ten wpis, potwierdź swoje zamiary" +#: [post]discover +msgid "Discover more articles on the Groups page" +msgstr "" + #: [post]comments_disabled msgid "Comments disabled" msgstr "Komentowanie zablokowane" @@ -1457,7 +1461,7 @@ msgstr "Podręcznik Markdown syntax" #: [post]content_text msgid "You can format your content using Markdown" -msgstr "" +msgstr "Możesz formatować swoją zawartość poprzez użycie Markdown" #: [post]link msgid "Link" @@ -1471,10 +1475,6 @@ msgstr "Tagi" msgid "This picture will be added to your gallery" msgstr "Ten obrazek zostanie dodany do twojej galerii" -#: [post]embed_tip -msgid "You can also use services like Imgur or Flickr to host your picture and paste the link here." -msgstr "Możesz też użyć takich serwisów jak Imgur lub Flickr do wrzucenia obrazków i wklejenia linku tutaj." - #: [publish]valid_url msgid "Please enter a valid url" msgstr "Proszę wpisać poprawny adres URL" @@ -1485,6 +1485,10 @@ msgstr "Brak zawartości do podejrzenia" #: [publish]no_title msgid "Please provide a title" +msgstr "Proszę podać tytuł" + +#: [publish]edit +msgid "Edit post" msgstr "" #: [publish]title @@ -1505,11 +1509,11 @@ msgstr "Jakieś pola zostały wypełnione. Czy na pewno chcesz wrócić i straci #: [publish]add_text msgid "Click here to add some text to your publication" -msgstr "" +msgstr "Kliknij tutaj by dodać trochę tekstu do swojej publikacji" #: [publish]add_text_label msgid "Add some text" -msgstr "" +msgstr "Dodaj trochę tekstu" #: [public_groups]shared msgid "Shared" @@ -1529,7 +1533,7 @@ msgstr "Nie masz żadnych pokoi czatowych" #: [rooms]empty_text2 msgid "Add one by clicking on the add button." -msgstr "" +msgstr "Dodaj coś poprzez kliknięcie na przycisku Dodaj" #: [chatrooms]title msgid "Chatrooms" @@ -1549,7 +1553,7 @@ msgstr "Proszę wpisać poprawny nick (2 do 40 znaków)" #: [chatrooms]conflict msgid "Username already taken" -msgstr "" +msgstr "Nazwa użytkownika jest już zajęta" #: [room]anonymous_title msgid "Public chatroom" @@ -1877,6 +1881,10 @@ msgstr "Udostępnij" msgid "Room" msgstr "Pokój" +#: [page]tag +msgid "Tag" +msgstr "" + #: [error]error msgid "Error: %s" msgstr "Błąd: %s" diff --git a/sources/locales/pt.po b/sources/locales/pt.po index 534e6e1..d7f4bf1 100644 --- a/sources/locales/pt.po +++ b/sources/locales/pt.po @@ -1,6 +1,8 @@ -# Portuguese translations for Movim package. -# This file is distributed under the same license as the Movim package. -# This file was translated from CodingTeam at . +# +# Translators: +# FIRST AUTHOR , 2012 +# Victor Vinicius , 2015 +# Victor Vinicius , 2015 #. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-# #. extracted from ../app/widgets/About/locales.ini #. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-# @@ -91,59 +93,58 @@ #. extracted from ../locales/locales.ini msgid "" msgstr "" -"Project-Id-Version: Movim\n" +"Project-Id-Version: movim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-06 23:33+0200\n" -"PO-Revision-Date: 2014-06-01 23:11+0000\n" -"Last-Translator: edhelas \n" -"Language-Team: LANGUAGE \n" -"Language: \n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" +"PO-Revision-Date: 2015-12-29 12:43+0000\n" +"Last-Translator: Jaussoin Timothée \n" +"Language-Team: Portuguese (Brazil) (http://www.transifex.com/movim/movim/language/pt_BR/)\n" +"Language: pt_BR\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2015-06-18 21:08+0000\n" -"X-Generator: Launchpad (build 17570)\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Generator: Translate Toolkit 1.13.0\n" #: [about]thanks msgid "Thanks" -msgstr "" +msgstr "Obrigado" #: [about]developers msgid "Developers" -msgstr "" +msgstr "Desenvolvedores" #: [about]translators msgid "Translators" -msgstr "" +msgstr "Tradutores" #: [about]translators_text msgid "Thanks to all the translators" -msgstr "" +msgstr "Obrigado a todos os tradutores" #: [about]software msgid "Software" -msgstr "" +msgstr "Software" #: [about]resources msgid "Resources" -msgstr "" +msgstr "Recursos" #: [about]api [schema]api [api]title msgid "API" -msgstr "" +msgstr "API" #: [about]info msgid "Movim is an XMPP-based communication platform. All the project, except the following software and resources, is under" -msgstr "" +msgstr "Movim é uma plataforma de comunicação baseada em XMPP. Todo o projeto, exceto os seguintes softwares e recursos, está sob" #: [account]title msgid "Account" -msgstr "" +msgstr "Conta" #: [account]password_change_title -#, fuzzy msgid "Change my password" -msgstr "Senha incorreta" +msgstr "Alterar minha senha" #: [account]password [db]password [credentials]password [form]password #: [input]password @@ -151,42 +152,40 @@ msgid "Password" msgstr "Senha" #: [account]password_confirmation -#, fuzzy msgid "Password confirmation" -msgstr "%s - Configuraçāo" +msgstr "Confirmação de senha" #: [account]password_changed msgid "The password has been updated" -msgstr "" +msgstr "A senha foi alterada" #: [account]password_not_valid msgid "Please provide a valid password (6 characters minimum)" -msgstr "" +msgstr "Por favor informe uma senha válida (mínimo 6 caracteres)" #: [account]password_not_same msgid "The provided passwords are not the same" -msgstr "" +msgstr "As senhas informadas não são as mesmas" #: [account]delete_title msgid "Delete my account" -msgstr "" +msgstr "Deletar minha conta" #: [account]delete -#, fuzzy msgid "Delete your account" -msgstr "Criar uma nova conta" +msgstr "Deletar sua conta" #: [account]delete_text msgid "You will delete your XMPP account and all the relative information linked to it (profile, contacts and publications)." -msgstr "" +msgstr "Você irá deletar sua conta XMPP e todas as informações relacionadas (perfil, contatos e publicações)." #: [account]delete_text_confirm msgid "Are you sure that you want to delete it ?" -msgstr "" +msgstr "Tem certeza que deseja deletá-la?" #: [account]gateway_title msgid "Gateway" -msgstr "" +msgstr "Gateway" #: [create]title [subscribe]title msgid "Create a new account" @@ -194,31 +193,35 @@ msgstr "Criar uma nova conta" #: [create]notfound msgid "No account creation form found on the server" -msgstr "" +msgstr "Não foi encontrado formulário de criação de conta no servidor" #: [create]server_on msgid "on" -msgstr "" +msgstr "em" #: [create]successfull msgid "Your acccount has been successfully registered" -msgstr "" +msgstr "Sua conta foi registrada com sucesso" #: [create]loading msgid "Loading" +msgstr "Carregando" + +#: [create]placeholder +msgid "…and start playing" msgstr "" #: [error]not_acceptable msgid "Not Acceptable" -msgstr "" +msgstr "Inaceitável" #: [error]service_unavailable msgid "The registration system of this server is currently unavailable" -msgstr "" +msgstr "O sistema de registro deste servidor está momentaneamente indisponível" #: [oob]about msgid "This server use an external system for the registration, please click on the following URL." -msgstr "" +msgstr "Este servidor usa um sistema externo para o registro, por favor clique no seguinte endereço." #: [adhoc]title msgid "Actions" @@ -226,7 +229,7 @@ msgstr "Ações" #: [db]legend [schema]database msgid "Database" -msgstr "" +msgstr "Base de dados" #: [db]connect_error msgid "Modl wasn't able to connect to the database" @@ -234,72 +237,71 @@ msgstr "" #: [db]connect_success msgid "Movim is connected to the database" -msgstr "" +msgstr "Movim está conectado à base de dados" #: [db]update msgid "The database need to be updated" -msgstr "" +msgstr "A base de dados precisa ser atualizada" #: [db]up_to_date msgid "Movim database is up to date" -msgstr "" +msgstr "Base de dados do movim está atualizada" #: [db]type msgid "Database Type" -msgstr "" +msgstr "Tipo do Banco de dados" #: [db]username [credentials]username [input]username msgid "Username" -msgstr "" +msgstr "Nome de usuário" #: [db]host msgid "Host" -msgstr "" +msgstr "Servidor" #: [db]port msgid "Port" -msgstr "" +msgstr "Porta" #: [db]name -#, fuzzy -msgid "Database sName" -msgstr "Banco de dados detectado" +msgid "Database Name" +msgstr "" #: [admin]general msgid "General Settings" -msgstr "" +msgstr "Configurações Gerais" #: [general]theme msgid "Theme" -msgstr "" +msgstr "Tema" #: [general]language msgid "Default language" -msgstr "" +msgstr "Idioma padrão" #: [general]log_verbosity msgid "Log verbosity" -msgstr "" +msgstr "Log verbosidade" #: [general]timezone msgid "Server Timezone" -msgstr "" +msgstr "Fuso horário do Servidor" #: [general]limit msgid "User folder size limit (in bytes)" -msgstr "" +msgstr "Tamanho limite da pasta de usuário (em bytes)" #: [websocket]title msgid "WebSocket Configuration" -msgstr "" +msgstr "Configuração WebSocket" #: [websocket]info msgid "Enter here a valid WebSocket URI in the form" -msgstr "" +msgstr "Digite aqui a URI WebSocket válida no formulário" #: [websocket]label msgid "WebSocket URI" -msgstr "" +msgstr "WebSocket URI" #: [websocket]save_info msgid "If you change the URI, please restart the daemon to reload the configuration" @@ -307,7 +309,7 @@ msgstr "" #: [websocket]publics msgid "Public WebSockets" -msgstr "" +msgstr "WebSockets públicos" #: [credentials]title msgid "Administration Credential" @@ -319,11 +321,11 @@ msgstr "" #: [credentials]re_password msgid "Retype password" -msgstr "" +msgstr "Digite a senha novamente" #: [whitelist]title msgid "Whitelist - XMPP Server" -msgstr "" +msgstr "Lista branca - Servidor XMPP" #: [whitelist]info1 msgid "If you want to specify a list of authorized XMPP servers on your Movim pod and forbid the connection on all the others please put their domain name here, with comma (ex: movim.eu,jabber.fr)" @@ -335,59 +337,49 @@ msgstr "" #: [whitelist]label msgid "List of whitelisted XMPP servers" -msgstr "" +msgstr "Servidores XMPP na lista branca" #: [information]title -#, fuzzy msgctxt "[information]title" msgid "Information Message" -msgstr "Informações do Cliente" +msgstr "Mensagem Informativa" #: [information]description msgid "Description" -msgstr "" +msgstr "Descrição" #: [information]info1 msgid "This message will be displayed on the login page" -msgstr "" +msgstr "Esta mensagem será exibida na página de login" #: [information]info2 msgid "Leave this field blank if you dont want to show any message." -msgstr "" +msgstr "Deixe este campo em branco se você não quer exibir mensagem alguma." #: [information]label -#, fuzzy msgctxt "[information]label" msgid "Information Message" -msgstr "Informações do Cliente" +msgstr "Mensagem Informativa" #: [log]empty msgid "Empty" -msgstr "" +msgstr "Vazio" #: [log]syslog msgid "Syslog" -msgstr "" +msgstr "Syslog" #: [log]syslog_files msgid "Syslog and files" msgstr "" -#: [rewrite]title -msgid "URL Rewriting" -msgstr "" - -#: [rewrite]info -msgid "The URL Rewriting can be enabled" -msgstr "" - #: [admin]compatibility msgid "General Overview" -msgstr "" +msgstr "Visão Geral" #: [compatibility]info msgid "Movim has found some issues or things that need to be fixed or improved" -msgstr "" +msgstr "Movim encontrou alguns problemas ou coisas que precisam ser consertadas ou melhoradas" #: [compatibility]php1 msgid "Update your PHP-Version: %s" @@ -395,7 +387,7 @@ msgstr "" #: [compatibility]php2 msgid "Required: 5.3.0" -msgstr "" +msgstr "Necessário: 5.3.0" #: [compatibility]curl msgid "Install the php5-curl library" @@ -410,12 +402,7 @@ msgid "Install the php5-gd library" msgstr "" #: [compatibility]rights -#, fuzzy msgid "Read and write rights for the webserver in Movims root directory" -msgstr "Habilitar permissões de leitura e escrita na pasta raiz do Movim" - -#: [compatibility]rewrite -msgid "The URL Rewriting support is currently disabled" msgstr "" #: [compatibility]db @@ -432,7 +419,7 @@ msgstr "" #: [schema]browser msgid "Browser" -msgstr "" +msgstr "Navegador" #: [schema]movim msgid "Movim Core" @@ -444,7 +431,7 @@ msgstr "" #: [schema]xmpp msgid "XMPP" -msgstr "" +msgstr "XMPP" #: [api]info msgid "Here you can register your pod on the official %sMovim API%s and be listed on %sthe pods page%s." @@ -472,62 +459,69 @@ msgstr "" #: [api]conf_updated [config]updated msgid "Configuration updated" -msgstr "" +msgstr "Configuração atualizada" #: [avatar]file msgid "File" -msgstr "" +msgstr "Arquivo" #: [avatar]use_it msgid "Use it" -msgstr "" +msgstr "Usar este" #: [avatar]webcam msgid "Webcam" -msgstr "" +msgstr "Webcam" #: [avatar]cheese msgid "Cheese !" -msgstr "" +msgstr "Xis!" #: [avatar]snapshot msgid "Take a webcam snapshot" -msgstr "" +msgstr "Tirar foto com a webcam" #: [avatar]updated msgid "Avatar Updated" -msgstr "" +msgstr "Avatar Atualizado" #: [avatar]not_updated msgid "Avatar Not Updated" +msgstr "Avatar Não Atualizado" + +#: [avatar]missing +msgid "No avatar defined yet" msgstr "" #: [blog]title [feed]title msgid "%s's feed" -msgstr "" +msgstr "Feed de %s" #: [blog]empty msgid "This user has not posted anything right now" +msgstr "Este usuário não postou algo até agora" + +#: [blog]private +msgid "This content is private, please login to see it" msgstr "" #: [title]conferences msgid "Conferences" -msgstr "" +msgstr "Conferências" #: [title]groups [group]empty_title [menu]groups [page]groups msgid "Groups" -msgstr "" +msgstr "Grupos" #: [chatroom]add msgid "Add a new Chat Room" -msgstr "" +msgstr "Adicionar uma nova Sala de Conversa" #: [chatroom]id [chatrooms]id msgid "Chat Room ID" -msgstr "" +msgstr "ID da Sala de Conversa" #: [chatroom]name -#, fuzzy msgctxt "[chatroom]name" msgid "Name" msgstr "Nome" @@ -538,49 +532,48 @@ msgstr "Apelido" #: [chatroom]autojoin_label msgid "Do you want do join automaticaly this Chat Room ?" -msgstr "" +msgstr "Você deseja juntar-se automaticamente a esta Sala de Conversa?" #: [chatroom]bad_id [chatrooms]bad_id msgid "Bad Chatroom ID" -msgstr "" +msgstr "ID de Sala de Conversa inválido" #: [chatroom]empty_name [chatrooms]empty_name msgid "Empty name" -msgstr "" +msgstr "Nome vazio" #: [bookmarks]updated msgid "Bookmarks updated" -msgstr "" +msgstr "Favoritos atualizados" #: [bookmarks]error msgid "An error occured :" -msgstr "" +msgstr "Ocorreu um erro:" #: [bookmarks]configure msgid "Configure" -msgstr "" +msgstr "Configurar" #: [url]add msgid "Add a new URL" -msgstr "" +msgstr "Adicionar um novo endereço" #: [url]url msgid "URL" -msgstr "" +msgstr "Endereço" #: [url]name -#, fuzzy msgctxt "[url]name" msgid "Name" msgstr "Nome" #: [message]published msgid "Message Published" -msgstr "" +msgstr "Mensagem publicada" #: [message]encrypted msgid "Encrypted message" -msgstr "" +msgstr "Mensagem criptografada" #: [message]composing [chats]composing msgid "Composing..." @@ -588,103 +581,107 @@ msgstr "Escrevendo..." #: [message]paused [chats]paused msgid "Paused..." -msgstr "" +msgstr "Pausado..." #: [message]gone msgid "Contact gone" +msgstr "Contato saiu" + +#: [message]history +msgid "%s messages retrieved" msgstr "" #: [chat]attention msgid "%s needs your attention" -msgstr "" +msgstr "%s precisa de sua atenção" #: [chat]placeholder msgid "Your message here..." -msgstr "" +msgstr "Sua mensagem aqui..." #: [chat]smileys msgid "Smileys" -msgstr "" +msgstr "Smileys" #: [chat]empty_title [button]chat msgid "Chat" -msgstr "Chat" +msgstr "Conversa" #: [chat]empty_text msgid "Discuss with your contacts" -msgstr "" +msgstr "Converse com seus contatos" #: [chat]frequent [chats]frequent msgid "Frequent contacts" -msgstr "" +msgstr "Contatos frequentes" #: [chatroom]members msgid "Members" -msgstr "" +msgstr "Membros" #: [chatroom]connected [chatrooms]connected msgid "Connected to the chatroom" -msgstr "" +msgstr "Conectado à Sala de Conversa" #: [chatroom]disconnected [chatrooms]disconnected msgid "Disconnected from the chatroom" -msgstr "" +msgstr "Desconectado da Sala de Conversa" #: [chatroom]config [group]configuration [page]configuration msgid "Configuration" -msgstr "Configuraçāo" +msgstr "Configuração" #: [chatroom]config_saved msgid "Configuration saved" -msgstr "" +msgstr "Configuração salva" #: [chatroom]subject msgid "Subject" -msgstr "" +msgstr "Assunto" #: [chatroom]subject_changed msgid "Subject changed" -msgstr "" +msgstr "Assunto alterado" #: [chats]empty_title msgid "No chats yet..." -msgstr "" +msgstr "Sem conversas ainda..." #: [chats]empty -msgid "Open a new conversation by clicking on the %s button bellow or visit the %s Contacts%s page." +msgid "Open a new conversation by clicking on the %s button bellow or visit the %sContacts%s page." msgstr "" #: [chats]add msgid "Chat with a contact" -msgstr "" +msgstr "Conversar com um contato" #: [chats]more msgid "Load more contacts" -msgstr "" +msgstr "Carregar mais contatos" #: [title]data msgid "Data" -msgstr "" +msgstr "Dado" #: [title]cache msgid "Cache" -msgstr "" +msgstr "Cache" #: [title]contacts [menu]contacts [page]contacts msgid "Contacts" -msgstr "" +msgstr "Contatos" #: [title]posts [page]posts msgid "Posts" -msgstr "" +msgstr "Posts" #: [title]messages msgid "Messages" -msgstr "" +msgstr "Mensagens" #: [config]general msgid "General" -msgstr "" +msgstr "Geral" #: [config]language msgid "Language" @@ -692,35 +689,43 @@ msgstr "Idioma" #: [config]roster msgid "Roster display" -msgstr "" +msgstr "Exibição na lista" #: [config]roster_show msgid "Show the offline contacts" -msgstr "" +msgstr "Mostrar os contatos offline" #: [config]roster_hide msgid "Hide the offline contacts" -msgstr "" +msgstr "Esconder os contatos offline" #: [config]appearence msgid "Appearence" +msgstr "Aparência" + +#: [config]not_valid +msgid "Configuration invalid" msgstr "" -#: [config]info -msgid "This configuration is shared wherever you are connected" +#: [config]advanced +msgid "Advanced Configuration" msgstr "" #: [notifications]message msgid "Notify on incoming message" -msgstr "" +msgstr "Notificar quando chegar mensagem" #: [notifications]desktop msgid "Use desktop notifications" +msgstr "Usar notificações desktop" + +#: [cssurl]label +msgid "Custom CSS URL for your blog" msgstr "" #: [general]legend [general]general_title msgid "General Informations" -msgstr "Informações gerais" +msgstr "Informações Gerais" #: [general]name [public_groups]name [chatrooms]name msgid "Name" @@ -740,11 +745,11 @@ msgstr "Estado Civil" #: [general]email msgid "Email" -msgstr "" +msgstr "E-mail" #: [general]website msgid "Website" -msgstr "Página Web" +msgstr "Site" #: [general]about msgid "About Me" @@ -752,39 +757,39 @@ msgstr "Sobre Mim" #: [general]accounts msgid "Other Accounts" -msgstr "" +msgstr "Outras contas" #: [general]tune msgid "Is Listening" -msgstr "" +msgstr "Escutando" #: [position]legend [position]position_title msgid "Geographic Position" -msgstr "" +msgstr "Posição geográfica" #: [position]locality msgid "Locality" -msgstr "" +msgstr "Localização" #: [position]country msgid "Country" -msgstr "" +msgstr "País" #: [mood]title msgid "Mood" -msgstr "" +msgstr "Humor" #: [mood]im msgid "I'm " -msgstr "" +msgstr "Estou " #: [listen]title msgid "Listening" -msgstr "" +msgstr "Ouvindo" #: [last]title msgid "Last seen" -msgstr "" +msgstr "Última visualização" #: [client]title msgid "Client Informations" @@ -792,172 +797,175 @@ msgstr "Informações do Cliente" #: [explore]last_registered msgid "Last registered" -msgstr "" +msgstr "Último login" #: [explore]explore msgid "Find some new friends" -msgstr "" +msgstr "Encontrar alguns novos amigos" #: [edit]title [button]edit msgid "Edit" -msgstr "" +msgstr "Editar" #: [edit]alias msgid "Alias" -msgstr "Alias" +msgstr "Apelido" #: [edit]group msgid "Group" -msgstr "" +msgstr "Grupo" #: [edit]updated [roster]updated msgid "Contact updated" -msgstr "" +msgstr "Contato atualizado" #: [delete]title msgid "Are you sure?" -msgstr "" +msgstr "Você tem certeza?" #: [delete]text msgid "You are going to delete one of your contacts, please confirm your action" -msgstr "" +msgstr "Você irá deletar um de seus contatos, por favor confirme sua ação" #: [age]years msgid "%s years" -msgstr "" +msgstr "%s anos" #: [blog]last msgid "Last public post" +msgstr "Último post público" + +#: [blog]visit +msgid "Visit the blog to see all the public posts" msgstr "" #: [subscription]to -#, fuzzy msgid "You can see this contact status" -msgstr "Remover este contato" +msgstr "Você pode ver o estado do seu contato" #: [subscription]to_button msgid "Share my status" -msgstr "" +msgstr "Compartilhar meu estado" #: [subscription]to_text msgid "But this contact cannot see yours" -msgstr "" +msgstr "Mas este contato não pode ver o seu" #: [subscription]from msgid "You are not subscribed to this contact" -msgstr "" +msgstr "Você não está inscrito para este contato" #: [subscription]from_button msgid "Ask to subscribe" -msgstr "" +msgstr "Solicitar inscrição" #: [subscription]from_text msgid "But this contact can still see if you are online" -msgstr "" +msgstr "Mas este contato ainda pode ver se você está online" #: [subscription]nil msgid "No subscriptions" -msgstr "" +msgstr "Sem inscrições" #: [subscription]nil_button msgid "Invite" -msgstr "" +msgstr "Convidar" #: [subscription]nil_text msgid "This contact is in your contact list but there is no subscriptions between the two accounts" -msgstr "" +msgstr "Este contato está na sua lista de contatos mas não há inscrição entre as duas contas" #: [group]subscribe msgid "Subscribe" -msgstr "" +msgstr "Inscrever" #: [group]subscribed msgid "Subscribed" -msgstr "" +msgstr "Inscrito" #: [group]unsubscribe msgid "Unsubscribe" -msgstr "" +msgstr "Cancelar inscrição" #: [group]unsubscribe_text msgid "You are going to unsubscribe from this Group" -msgstr "" +msgstr "Você irá cancelar sua inscrição neste Grupo" #: [group]unsubscribed msgid "Unsubscribed" -msgstr "" +msgstr "Inscrição cancelada" #: [group]share_label msgid "Make your membership to this group public to your friends" -msgstr "" +msgstr "Tornar sua filiação a este grupo pública a seus amigos" #: [group]label_label msgid "Give a label for this group" -msgstr "" +msgstr "Atribuir uma etiqueta para este grupo" #: [group]sure msgid "Are you sure ?" -msgstr "" +msgstr "Tem certeza?" #: [group]empty_text msgid "Discover, follow and share" -msgstr "" +msgstr "Descubra, siga e compartilhe" #: [group]empty msgid "Something bad happened to this group" -msgstr "" +msgstr "Alguma coisa ruim aconteceu a este grupo" #: [group]config_saved msgid "Group configuration saved" -msgstr "" +msgstr "Configuração de grupo armazenada" #: [group]delete_title msgid "Delete the group" -msgstr "" +msgstr "Deletar o grupo" #: [group]delete_text msgid "You are going to delete the following group. Please confirm your action." -msgstr "" +msgstr "Você irá deletar o seguinte grupo. Por favor confirme sua ação." #: [group]delete_clean_text msgid "It seems that this group doesn't exists anymore. Do you want to remove it from your subscriptions?" -msgstr "" +msgstr "Aparentemente este grupo não existe mais. Você gostaria de removê-lo de suas inscrições?" #: [group]counter msgid "%s groups on this server" -msgstr "" +msgstr "%s grupos neste servidor" #: [group]subscriptions [statistics]subscriptions msgid "Subscriptions" -msgstr "" +msgstr "Inscrições" #: [group]servers msgid "Groups servers" -msgstr "" +msgstr "Servidores de grupos" #: [group]search_server msgid "Search for a new server" -msgstr "" +msgstr "Procurar por um novo servidor" #: [group]help_info1 msgid "Groups are the perfect way to share posts about topics that you like with all the other Movim's users." -msgstr "" +msgstr "Grupos são a maneira perfeita de compartilhar tópicos sobre assuntos que você gosta com todos os outros usuários do Movim." #: [group]help_info2 msgid "Choose a server and a Group and subscribe to it using the %s button in the header. You can also create a new one using the %s button." -msgstr "" +msgstr "Escolha um servidor e um Grupo e se inscreva utilizando o botão %s no cabeçalho. Você pode também criar um novo utilizando o botão %s." #: [group]help_info3 msgid "Done? You can now publish a new post in the Group by using the %s button." -msgstr "" +msgstr "Terminou? Agora você pode publicar um novo tópico no Grupo utilizando o botão %s." #: [group]help_info4 msgid "You will find a list of all your subscribed Groups in My Subscriptions and receive instantly all the new incoming posts in the %sNews%s page." -msgstr "" +msgstr "Você encontrará uma lista de todos os Grupos em que está inscrito em Minhas Inscrições e receberá instantaneamente todos os novos posts na página %sNotícias%s." #: [groups]empty_title msgid "Hello" -msgstr "" +msgstr "Olá" #: [groups]contact_post [hello]contact_post [menu]contact_post msgid "Contact post" @@ -965,120 +973,107 @@ msgstr "" #: [groups]empty_text1 msgid "You don't have any group subscriptions yet." -msgstr "" +msgstr "Você ainda não está inscrito em qualquer grupo." #: [groups]empty_text2 msgid "Here you will be able to manage all your subscriptions." -msgstr "" +msgstr "Aqui você será capaz de gerenciar todas as suas inscrições." #: [groups]subscriptions msgid "My Subscriptions" -msgstr "" +msgstr "Minhas Inscrições" #: [groups]add msgid "Create a new Group" -msgstr "" +msgstr "Criar um novo Grupo" #: [groups]name msgid "Group name" -msgstr "" +msgstr "Nome do Grupo" #: [groups]name_example msgid "My Little Pony - Fan Club" -msgstr "" +msgstr "Meu Pequeno Pônei - Fã-Clube" #: [groups]created msgid "Group created successfully" -msgstr "" +msgstr "Grupo criado com sucesso" #: [groups]deleted msgid "Group deleted successfully" -msgstr "" +msgstr "Grupo deletado com sucesso" #: [groups]name_error msgid "Please provide a valid group name (4 characters minimum)" -msgstr "" +msgstr "Por favor informe um nome de grupo válido (mínimo 4 caracteres)" #: [groups]no_creation msgid "You cannot create a new Group on this server" -msgstr "" +msgstr "Você não pode criar um novo Grupo neste servidor" #: [groups]sub msgid "%s subscribers" -msgstr "" +msgstr "%s inscritos" #: [groups]num msgid "%s posts" -msgstr "" +msgstr "%s posts" #: [groups]disco_error -#, fuzzy msgid "This server doesn't exists" -msgstr "Este servidor hospeda %s contas" - -#: [menu]all -msgid "All" -msgstr "Tudo" - -#: [menu]refresh -msgid "Refresh all the streams" -msgstr "" - -#: [menu]me -msgid "My publications" -msgstr "" +msgstr "Este servidor não existe." #: [roster]search msgid "Search in your contacts" -msgstr "" +msgstr "Procurar em seus contatos" #: [hello]chat msgid "Go on the Chat page" -msgstr "" +msgstr "Ir para a página de Conversa" #: [hello]news [page]news msgid "News" -msgstr "" +msgstr "Notícias" #: [hello]news_page msgid "Read all theses articles on the News page" -msgstr "" +msgstr "Ler todos estes artigos na página de Notícias" #: [hello]blog_title msgid "Visit your public blog" -msgstr "" +msgstr "Visitar o seu blog público" #: [hello]blog_text msgid "See your public posts and share them with all your contacts" -msgstr "" +msgstr "Ver suas postagens públicas e compartilhá-los com todos os seus contatos" #: [hello]share_title msgid "Universal share button" -msgstr "" +msgstr "Botão de compartilhamento universal" #: [hello]share_text msgid "Bookmark or drag and drop the following button in your toolbar and use it on all the pages you want to share on Movim" -msgstr "" +msgstr "Favorite ou arraste e solte o seguinte botão na sua barra de tarefas e use-o em todas as páginas que você queira compartilhar no Movim" #: [hello]share_button msgid "Share on Movim" -msgstr "" +msgstr "Compartilhe no Movim" #: [hello]enter_title msgid "Oh! Hello!" -msgstr "" +msgstr "Oh! Hello!" #: [hello]enter_paragraph msgid "It seems that you're new there! Welcome on Movim!" -msgstr "" +msgstr "Parece que você é novo por aqui! Bem-vindo ao Movim!" #: [hello]menu_title msgid "Check the Menu" -msgstr "" +msgstr "Verificar o Menu" #: [hello]menu_paragraph msgid "All the main Movim features are accessible there. Don't hesitate to navigate through the pages to discover more!" -msgstr "" +msgstr "Todas as principais funcionalidades do Movim estão acessíveis aqui. Não hesite em navegar pelas páginas para descobrir mais!" #: [help]faq msgid "Frequently Asked Questions" @@ -1086,23 +1081,23 @@ msgstr "" #: [banner]title msgid "What do the little banners refer to ?" -msgstr "O que os banners pequenos se refere ?" +msgstr "A que os pequenos banners se referem ?" #: [banner]info1 msgid "Thanks to these five little banners, you can quickly identitfy the level of confdentiality applied to the information you provide." -msgstr "Graças a estes cinco banners pequenos, você pode rapidamente identitfy o nível de confdentiality aplicada às informações que você fornecer." +msgstr "Graças a estes pequenos banners, você pode rapidamente identificar o nível de confiabilidade aplicada à informação que você provê." #: [banner]white msgid "White, only you can see the information" -msgstr "Branco, somente você pode ver a informação" +msgstr "Branco, só você pode ver a informação" #: [banner]green msgid "Green, you have chosen some contacts who can see your information" -msgstr "Verde, você deve ter escolhido alguns contatos que podem ver suas informações" +msgstr "Verde, você tem que escolher alguns contatos que possam ver suas informações" #: [banner]orange msgid "Orange, all your contact list can see your information" -msgstr "Laranja, todos os seus contatos podem ver suas informações" +msgstr "Laranja, toda a sua lista de contatos pode ver suas informações" #: [banner]red msgid "Red, everybody in the XMPP network can see your information" @@ -1114,26 +1109,26 @@ msgstr "Preto, a internet inteira pode ver suas informações" #: [wiki]question msgid "Looking for some documentation ?" -msgstr "" +msgstr "Procurando por alguma documentação?" #: [wiki]button msgid "Read the Wiki" -msgstr "" +msgstr "Leia a Wiki" #: [ml]question msgid "Talk with us by email ?" -msgstr "" +msgstr "Falar conosco por email?" #: [ml]button msgid "Join the Mailing List" -msgstr "" +msgstr "Juntar-se à Lista de Email" #: [chatroom]question msgid "Chat with the team ?" -msgstr "" +msgstr "Conversar com o time?" #: [chatroom]button -msgid "Join the Chatroom" +msgid "Add the chatroom" msgstr "" #: [init]location @@ -1162,31 +1157,31 @@ msgstr "" #: [location]title msgid "Location" -msgstr "" +msgstr "Localização" #: [location]wrong_postition msgid "Wrong position" -msgstr "" +msgstr "Posição errada" #: [location]updated msgid "Location updated" -msgstr "" +msgstr "Localização atualizada" #: [location]update msgid "Update my position" -msgstr "" +msgstr "Atualizar minha posição" #: [login_anonymous]bad_username msgid "Bad nickname (between 4 and 40 characters)" -msgstr "" +msgstr "Apelido ruim (entre 4 e 40 caracteres)" #: [error]username msgid "Wrong username" -msgstr "Nome de usuário errado" +msgstr "Nome de usuário incorreto" #: [error]jid msgid "Invalid JID" -msgstr "JID Inválido" +msgstr "JID inválido:" #: [error]empty_challenge msgid "Empty Challenge from the server" @@ -1194,11 +1189,11 @@ msgstr "" #: [error]dns msgid "XMPP Domain error, your account is not a correct Jabber ID" -msgstr "Erro de domínio XMPP, sua conta não é um Jabber ID correta" +msgstr "" #: [error]data_missings msgid "Some data are missing !" -msgstr "Alguns dados estão perdidos!" +msgstr "Alguns dados estão incompletos !" #: [error]wrong_password msgid "Wrong password" @@ -1206,7 +1201,7 @@ msgstr "Senha incorreta" #: [error]internal msgid "Internal server error" -msgstr "Erro interno de servidor" +msgstr "Erro interno do servidor" #: [error]session msgid "Session error" @@ -1225,21 +1220,17 @@ msgstr "" msgid "The server takes too much time to respond" msgstr "" -#: [error]too_old -msgid "Your web browser is too old to use with Movim." -msgstr "seu navegador é muito antigo para usar com o Movim" - #: [error]websocket msgid "Movim cannot talk with the server, please try again later (Websocket connection error)" msgstr "" #: [error]impossible msgid "Impossible login" -msgstr "" +msgstr "Login impossível" #: [error]title msgid "Oops!" -msgstr "" +msgstr "Oops!" #: [error]default [visio]unknown_error msgid "Unknown error" @@ -1247,11 +1238,11 @@ msgstr "Erro desconhecido" #: [error]login_format msgid "Invalid username format" -msgstr "" +msgstr "Formato de nome de usuário inválido" #: [error]password_format msgid "Invalid password format" -msgstr "" +msgstr "Formato de senha inválido" #: [error]unauthorized msgctxt "[error]unauthorized" @@ -1260,11 +1251,11 @@ msgstr "" #: [error]conflict msgid "A Movim session is already open on an other device" -msgstr "" +msgstr "Uma sessão do Movim já está aberta em outro dispositivo" #: [error]wrong_account msgid "Movim failed to authenticate. You entered wrong data" -msgstr "Falha na autenticação do Movim. Dado errados foram inseridos." +msgstr "A autenticação do Movim falhou. Você inseriu dados errados." #: [error]mechanism msgid "Authentication mechanism not supported by Movim" @@ -1280,179 +1271,183 @@ msgstr "Meu endereço" #: [form]create_one msgid "Create one !" -msgstr "" +msgstr "Criar uma!" #: [form]another_account msgid "Another account" -msgstr "" +msgstr "Outra conta" #: [form]no_account msgid "No account yet ?" -msgstr "" +msgstr "Ainda sem conta?" #: [form]whitelist.info msgid "You can login with accounts from theses servers" -msgstr "" +msgstr "Você pode logar com contas destes servidores" #: [form]connected msgid "Connected" -msgstr "" +msgstr "Conectado" #: [form]population msgid "Population" -msgstr "" +msgstr "População" #: [menu]empty_title msgid "No news yet..." -msgstr "" +msgstr "Ainda sem novidades..." #: [menu]empty msgid "Welcome on your news feed, here you will see all the posts published by your contacts and in the groups you have subscribed." -msgstr "" +msgstr "Bem-vindo ao seu feed de notícias, aqui você verá todos os posts publicados por seus contatos e nos grupos que se inscreveu." #: [menu]refresh -msgid "Refreshing all the streams" +msgid "Refresh all the streams" msgstr "" #: [menu]public msgid "This post is public" -msgstr "" +msgstr "Este post é público" + +#: [menu]all +msgid "All" +msgstr "Tudo" #: [affiliations]title msgid "Manage your members" -msgstr "" +msgstr "Gerenciar seus membros" #: [affiliations]get msgid "Get the members" -msgstr "" +msgstr "Obter os membros" #: [affiliations]saved msgid "Affiliations saved" -msgstr "" +msgstr "Filiações salvas" #: [subscriptions]title msgid "Manage your subscriptions" -msgstr "" +msgstr "Gerencie suas inscrições" #: [subscriptions]info msgid "Manage the subscriptions" -msgstr "" +msgstr "Gerencie as inscrições" #: [subscriptions]get msgid "Get the subscriptions" -msgstr "" +msgstr "Verificar as inscrições" #: [subscriptions]saved msgid "Subscriptions saved" -msgstr "" +msgstr "Inscrições salvas" #: [notifs]title msgid "Pending Invitations" -msgstr "" +msgstr "Convites pendentes" #: [notifs]wants_to_talk msgid "%s wants to talk with you" -msgstr "" - -#: [notifs]manage -msgid "Manage" -msgstr "" +msgstr "%s quer falar com você" #: [post]news_feed msgid "News Feed" -msgstr "" +msgstr "Feed de Notícias" #: [post]placeholder msgid "Discover and register to the groups you are interested in" -msgstr "" +msgstr "Descubra e registre-se em grupos que você está interessado" #: [post]content [post]content_label msgid "Content" -msgstr "" +msgstr "Conteúdo" #: [post]published msgid "Post published" -msgstr "" +msgstr "Post publicado" #: [post]deleted msgid "Post deleted" -msgstr "" +msgstr "Post deletado" #: [post]hot msgid "What's Hot" -msgstr "" +msgstr "O que há de novo" #: [post]hot_text msgid "Posts recently published in Groups that you are not subscribed (yet)" -msgstr "" +msgstr "Posts publicados recentemente em Grupos que você não está inscrito (ainda)" #: [post]new [publish]new msgid "New post" -msgstr "" +msgstr "Novo post" #: [post]repost msgid "This is a re-post from %s" -msgstr "" +msgstr "Isto é um re-post de %s" #: [post]repost_profile msgid "See %s profile" -msgstr "" +msgstr "Ver o perfil de %s" #: [post]public msgid "Publish this post publicly?" +msgstr "Publicar este post publicamente?" + +#: [post]public_yes +msgid "This post is now public" msgstr "" -#: [post]blog_add -msgid "Post published on your blog" -msgstr "" - -#: [post]blog_remove -msgid "Post removed from your blog" +#: [post]public_no +msgid "This post is now private" msgstr "" #: [post]delete_title [post]delete msgid "Delete this post" -msgstr "" +msgstr "Deletar este post" #: [post]delete_text msgid "You are going to delete this post, please confirm your action" +msgstr "Você irá deletar este post, por favor confirme sua ação" + +#: [post]discover +msgid "Discover more articles on the Groups page" msgstr "" #: [post]comments_disabled msgid "Comments disabled" -msgstr "" +msgstr "Comentários desabilitados" #: [post]comment_published msgid "Comment published" -msgstr "" +msgstr "Comentário publicado" #: [status]disconnect msgid "Disconnect" -msgstr "" +msgstr "Desconectar" #: [status]here msgid "Your status here !" -msgstr "" +msgstr "Seu estado aqui!" #: [status]updated msgid "Status updated" -msgstr "" +msgstr "Estado atualizado" #: [status]status msgid "Status" -msgstr "" +msgstr "Estado" #: [status]presence msgid "Presence" -msgstr "" +msgstr "Presente" #: [status]online msgid "Online with Movim" -msgstr "" +msgstr "Online com Movim" #: [post]preview [page]preview msgid "Preview" -msgstr "" +msgstr "Visualizar" #: [post]help [page]help msgid "Help" @@ -1460,83 +1455,83 @@ msgstr "Ajuda" #: [post]help_more msgid "More help" -msgstr "" +msgstr "Mais ajuda" #: [post]help_manual msgid "Markdown syntax manual" -msgstr "" +msgstr "Manual de sintaxe Markdown" #: [post]content_text msgid "You can format your content using Markdown" -msgstr "" +msgstr "Você pode formatar o seu conteúdo utilizando Markdown" #: [post]link msgid "Link" -msgstr "" +msgstr "Link" #: [post]tags msgid "Tags" -msgstr "" +msgstr "Etiquetas" #: [post]gallery msgid "This picture will be added to your gallery" -msgstr "" - -#: [post]embed_tip -msgid "You can also use services like Imgur or Flickr to host your picture and paste the link here." -msgstr "" +msgstr "Esta imagem será adicionada a sua galeria" #: [publish]valid_url msgid "Please enter a valid url" -msgstr "" +msgstr "Por favor informe uma URL válida" #: [publish]no_content_preview msgid "No content to preview" -msgstr "" +msgstr "Sem conteúdo para visualizar" #: [publish]no_title msgid "Please provide a title" +msgstr "Por favor forneça um título" + +#: [publish]edit +msgid "Edit post" msgstr "" #: [publish]title msgid "Publish" -msgstr "" +msgstr "Publicar" #: [publish]attach msgid "Add a file or a picture to your post" -msgstr "" +msgstr "Adicionar um arquivo ou uma imagem ao seu post" #: [publish]no_publication msgid "You cannot publish a post on this Group" -msgstr "" +msgstr "Você não pode publicar um post neste Grupo" #: [publish]form_filled msgid "Some fields have been filled in. Do you still want to go back and loose their content?" -msgstr "" +msgstr "Alguns campos foram preenchidos. Você ainda quer voltar e perder o seu conteúdo?" #: [publish]add_text msgid "Click here to add some text to your publication" -msgstr "" +msgstr "Clique aqui para adicionar algum texto para a sua publicação" #: [publish]add_text_label msgid "Add some text" -msgstr "" +msgstr "Adicionar algum texto" #: [public_groups]shared msgid "Shared" -msgstr "" +msgstr "Compartilhado" #: [public_groups]added msgid "%s has been added to your public groups" -msgstr "" +msgstr "%s foi adicionado aos seus grupos públicos" #: [rooms]add msgid "Add a chatroom" -msgstr "" +msgstr "Adicionar uma Sala de Conversa" #: [rooms]empty_text1 msgid "You don't have any chatroom yet." -msgstr "" +msgstr "Você ainda não tem qualquer Sala de Conversa." #: [rooms]empty_text2 msgid "Add one by clicking on the add button." @@ -1544,35 +1539,35 @@ msgstr "" #: [chatrooms]title msgid "Chatrooms" -msgstr "" +msgstr "Salas de Conversa" #: [chatrooms]name_placeholder msgid "My Favorite Room" -msgstr "" +msgstr "Minha Sala Favorita" #: [chatrooms]users msgid "Users in the room" -msgstr "" +msgstr "Usuários na sala" #: [chatrooms]bad_nickname msgid "Please enter a correct nickname (2 to 40 characters)" -msgstr "" +msgstr "Por favor informe um apelido correto (2 a 40 caracteres)" #: [chatrooms]conflict msgid "Username already taken" -msgstr "Nome de usuário já em uso" +msgstr "Nome de usuário em uso" #: [room]anonymous_title msgid "Public chatroom" -msgstr "" +msgstr "Sala de Conversa pública" #: [room]no_room msgid "Please provide a room address" -msgstr "" +msgstr "Por favor informe um endereço de sala" #: [room]anonymous_text1 msgid "You are currently logued as an anonymous user." -msgstr "" +msgstr "Você está atualmente logado como um usuário anônimo." #: [room]anonymous_text2 msgid "You can join using your own account or create one on the login page by loging out using the cross in the top-right corner." @@ -1580,52 +1575,51 @@ msgstr "" #: [room]anonymous_login msgid "Login on %s" -msgstr "" +msgstr "Logar em %s" #: [room]nick msgid "Your nickname" -msgstr "" +msgstr "Seu apelido" #: [roster]ungrouped msgid "Ungrouped" -msgstr "Sem Grupo" +msgstr "Sem grupo" #: [roster]show_disconnected msgid "Show disconnected contacts" -msgstr "" +msgstr "Mostrar contatos desconectados" #: [roster]hide_disconnected msgid "Hide disconnected contacts" -msgstr "" +msgstr "Esconder contatos desconectados" #: [roster]show_group msgid "Show group %s" -msgstr "" +msgstr "Mostrar grupo %s" #: [roster]hide_group msgid "Hide group %s" -msgstr "" +msgstr "Esconder grupo %s" #: [roster]jid_error msgid "Please enter a valid Jabber ID" -msgstr "" +msgstr "Por favor, entre um ID Jabber válido" #: [roster]no_contacts_title -#, fuzzy msgid "No contacts ?" -msgstr "Contatos (%s)" +msgstr "Sem contatos?" #: [roster]no_contacts_text msgid "You can add one using the + button bellow" -msgstr "" +msgstr "Você pode adicionar um utilizando o botão + abaixo" #: [roster]show_hide msgid "Show/Hide" -msgstr "" +msgstr "Mostrar/Esconder" #: [roster]add_contact_info1 msgid "Enter the Jabber ID of your contact." -msgstr "" +msgstr "Informe o Jabber ID do seu contato." #: [roster]add_contact_info2 msgid "Press enter to validate." @@ -1637,55 +1631,55 @@ msgstr "" #: [roster]results msgid "Results" -msgstr "" +msgstr "Resultados" #: [roster]added msgid "Contact added" -msgstr "" +msgstr "Contato adicionado" #: [roster]deleted msgid "Contact deleted" -msgstr "" +msgstr "Contato deletado" #: [roster]search msgid "Search" -msgstr "" +msgstr "Procurar" #: [share]error msgid "This is not a valid url" -msgstr "" +msgstr "Esta não é uma URL válida" #: [share]success msgid "Sharing the URL" -msgstr "" +msgstr "Compartilhando a URL" #: [statistics]title msgid "Statistics" -msgstr "" +msgstr "Estatísticas" #: [statistics]since msgid "Since" -msgstr "" +msgstr "Desde" #: [statistics]sessions msgid "Sessions" -msgstr "" +msgstr "Sessões" #: [statistics]monthly_sub msgid "Monthly Subscriptions" -msgstr "" +msgstr "Inscrições Mensais" #: [statistics]monthly_sub_cum msgid "Monthly Subscriptions Cumulated" -msgstr "" +msgstr "Inscrições Mensais Acumuladas" #: [subscribe]info msgid "Movim is a decentralized social network, before creating a new account you need to choose a server to register." -msgstr "" +msgstr "Movim é uma rede social descentralizada, antes de criar uma conta nova você precisa escolher um servidor para registrar." #: [subscribe]server_question msgid "Your server here ?" -msgstr "" +msgstr "Seu servidor aqui?" #: [subscribe]server_contact msgid "Contact us to add yours to the officially supported servers list" @@ -1693,19 +1687,19 @@ msgstr "" #: [feed]nope msgid "No public feed for this contact" -msgstr "" +msgstr "Não há feed público para este contato" #: [feed]nope_contact msgid "No contact specified" -msgstr "" +msgstr "Sem contato especificado" #: [upload]title msgid "Upload a file" -msgstr "" +msgstr "Enviar um arquivo" #: [upload]choose msgid "Choose a file to upload" -msgstr "" +msgstr "Escolha um arquivo para enviar" #: [vcard]title [page]profile msgid "Profile" @@ -1713,59 +1707,57 @@ msgstr "Perfil" #: [vcard]updated msgid "Profile Updated" -msgstr "" +msgstr "Perfil atualizado" #: [vcard]not_updated msgid "Profile Not Updated" -msgstr "" +msgstr "Perfil Não Atualizado" #: [vcard]public msgid "Your profile is now public" -msgstr "" +msgstr "Seu perfil agora é público" #: [vcard]restricted msgid "Your profile is now restricted" -msgstr "" +msgstr "Seu perfil está restrito agora" #: [general]nickname -#, fuzzy msgctxt "[general]nickname" msgid "Nickname" msgstr "Apelido" #: [accounts]accounts_title msgid "Accounts" -msgstr "" +msgstr "Contas" #: [accounts]twitter msgid "Twitter" -msgstr "" +msgstr "Twitter" #: [accounts]skype msgid "Skype" -msgstr "" +msgstr "Skype" #: [accounts]yahoo msgid "Yahoo Account" -msgstr "" +msgstr "Conta Yahoo" #: [accounts]accounts_nickname -#, fuzzy msgctxt "[accounts]accounts_nickname" msgid "Nickname" msgstr "Apelido" #: [privacy]privacy_title msgid "Privacy Level" -msgstr "" +msgstr "Nível de privacidade" #: [privacy]privacy_question msgid "Is this profile public ?" -msgstr "" +msgstr "Este perfil é público?" #: [privacy]privacy_info msgid "Please pay attention ! By making your profile public, all the information listed above will be available for all the Movim users and on the whole Internet." -msgstr "" +msgstr "Por favor, atenção! Ao definir o seu perfil como 'Público', todas as informações listadas abaixo estarão disponíveis para todos os usuários do Movim e em toda a Internet." #: [save]submit [button]submit msgid "Submit" @@ -1773,7 +1765,7 @@ msgstr "Enviar" #: [save]reset [button]reset msgid "Reset" -msgstr "Limpar" +msgstr "Restaurar" #: [visio]hung_up msgid "Hung up" @@ -1781,19 +1773,19 @@ msgstr "" #: [visio]busy msgid "Your contact is busy" -msgstr "" +msgstr "Seu contato está ocupado" #: [visio]declined msgid "Declined" -msgstr "" +msgstr "Recusado" #: [visio]calling msgid "Is calling you" -msgstr "" +msgstr "Está chamando você" #: [visio]call msgid "Call" -msgstr "" +msgstr "Chamar" #: [visio]hang_up msgid "Hang up" @@ -1801,35 +1793,35 @@ msgstr "" #: [visio]connection msgid "Connection" -msgstr "" +msgstr "Conexão" #: [global]no_js msgid "You don't have javascript enabled. Good luck with that." -msgstr "" +msgstr "Você não possui javascript habilitado. Boa sorte." #: [global]description msgid "Movim is a kickass distributed social networking platform that protect your privacy an comes with a set of awesome features." -msgstr "" +msgstr "Movim é uma plataforma de rede social distribuída arrasadora que protege sua privacidade e vem com uma série de funcionalidades incríveis." #: [page]administration msgid "Administration" -msgstr "" +msgstr "Administração" #: [page]home msgid "Home" -msgstr "Início" +msgstr "Página inicial" #: [page]discover msgid "Discover" -msgstr "" +msgstr "Descubra" #: [page]explore msgid "Explore" -msgstr "" +msgstr "Explorar" #: [page]account_creation msgid "Account Creation" -msgstr "Criar uma Conta" +msgstr "Criar conta" #: [page]avatar msgid "Avatar" @@ -1837,43 +1829,43 @@ msgstr "Avatar" #: [page]chats msgid "Chats" -msgstr "" +msgstr "Conversas" #: [page]server msgid "Server" -msgstr "" +msgstr "Servidor" #: [page]public_groups msgid "Public Groups" -msgstr "" +msgstr "Grupos Públicos" #: [page]viewer msgid "Viewer" -msgstr "" +msgstr "Visualizador" #: [page]media msgid "Media" -msgstr "" +msgstr "Mídia" #: [page]blog msgid "Blog" -msgstr "" +msgstr "Blog" #: [page]about msgid "About" -msgstr "" +msgstr "Sobre" #: [page]login msgid "Login" -msgstr "" +msgstr "Login" #: [page]feed msgid "Feed" -msgstr "Retorno do contato" +msgstr "Fonte de notícias" #: [page]gallery msgid "Gallery" -msgstr "" +msgstr "Galeria" #: [page]visio msgid "Visio-conference" @@ -1881,14 +1873,18 @@ msgstr "" #: [page]pods msgid "Pods" -msgstr "" +msgstr "Pods" #: [page]share msgid "Share" -msgstr "" +msgstr "Compartilhar" #: [page]room msgid "Room" +msgstr "Sala" + +#: [page]tag +msgid "Tag" msgstr "" #: [error]error @@ -1897,27 +1893,27 @@ msgstr "Erro: %s" #: [error]cannot_load_file msgid "Cannot load file '%s'" -msgstr "Não carregou arquivo '%s'" +msgstr "Não foi possível carregar o arquivo '%s'" #: [error]route msgid "Route error, please set all the parameters for the page %s" -msgstr "" +msgstr "Erro de rota, por favor insira todos os parâmetros para a página %s." #: [error]widget_load_error msgid "Requested widget '%s' doesn't exist." -msgstr "" +msgstr "Widget solicitado '%s' não existe." #: [error]widget_call_error msgid "Requested event '%s' not registered." -msgstr "" +msgstr "Evento solicitado '%s' não registrado." #: [error]whoops msgid "Whoops!" -msgstr "" +msgstr "Ooops!" #: [error]media_not_found msgid "It seem that you don't have any pictures here?" -msgstr "" +msgstr "Parece que você não tem qualquer imagem aqui?" #: [error]media_ask_upload msgid "You can try to upload a couple by going to the Media page" @@ -1925,63 +1921,63 @@ msgstr "" #: [title]about msgid "%s - About" -msgstr "" +msgstr "%s - Sobre" #: [title]account msgid "%s - Account" -msgstr "" +msgstr "%s - Conta" #: [title]administration msgid "%s - Administration Panel" -msgstr "" +msgstr "%s - Painel de Administração" #: [title]blog msgid "%s - Blog" -msgstr "" +msgstr "%s - Blog" #: [title]configuration msgid "%s - Configuration" -msgstr "%s - Configuraçāo" +msgstr "%s - Configuração" #: [title]discover msgid "%s - Discover" -msgstr "" +msgstr "%s - Descobrir" #: [title]explore msgid "%s - Explore" -msgstr "" +msgstr "%s - Explorar" #: [title]help msgid "%s - Help Page" -msgstr "%s - Página de ajuda" +msgstr "%s - Página de Ajuda" #: [title]login msgid "%s - Login to Movim" -msgstr "%s - Entrar no Movim" +msgstr "%s - Conectar ao Movim" #: [title]main msgid "%s - Welcome to Movim" -msgstr "%s - Bem vindo ao Movim" +msgstr "%s - Bem-vindo ao Movim" #: [title]media msgid "%s - Media" -msgstr "" +msgstr "%s - Mídia" #: [title]news msgid "%s - News" -msgstr "" +msgstr "%s - Notícias" #: [title]node_configuration msgid "%s - Group Configuration" -msgstr "" +msgstr "%s - Configuração de Grupo" #: [title]node msgid "%s - Group" -msgstr "" +msgstr "%s - Grupo" #: [title]not_found msgid "%s - 404" -msgstr "" +msgstr "%s - 404" #: [title]profile msgid "%s - Profile" @@ -1989,15 +1985,15 @@ msgstr "%s - Perfil" #: [title]server msgid "%s - Server" -msgstr "" +msgstr "%s - Servidor" #: [button]validate msgid "Validate" -msgstr "" +msgstr "Validar" #: [button]refresh msgid "Refresh" -msgstr "" +msgstr "Recarregar" #: [button]add msgid "Add" @@ -2005,7 +2001,7 @@ msgstr "Adicionar" #: [button]delete msgid "Delete" -msgstr "" +msgstr "Deletar" #: [button]cancel msgid "Cancel" @@ -2013,47 +2009,47 @@ msgstr "Cancelar" #: [button]close msgid "Close" -msgstr "" +msgstr "Fechar" #: [button]update msgid "Update" -msgstr "" +msgstr "Atualizar" #: [button]updating msgid "Updating" -msgstr "" +msgstr "Atualizando" #: [button]submitting msgid "Submitting" -msgstr "Submeter" +msgstr "Enviando" #: [button]register msgid "Register" -msgstr "" +msgstr "Registrar" #: [button]unregister msgid "Unregister" -msgstr "" +msgstr "Desfazer registro" #: [button]save msgid "Save" -msgstr "" +msgstr "Salvar" #: [button]clear msgid "Clear" -msgstr "" +msgstr "Limpar" #: [button]upload msgid "Upload" -msgstr "" +msgstr "Enviar" #: [button]come_in msgid "Come in!" -msgstr "Faça Parte!" +msgstr "Entre!" #: [button]connecting msgid "Connecting" -msgstr "" +msgstr "Conectando" #: [button]bool_yes msgid "Yes" @@ -2065,7 +2061,7 @@ msgstr "Não" #: [button]return msgid "Return" -msgstr "" +msgstr "Retornar" #: [button]accept msgid "Accept" @@ -2073,19 +2069,19 @@ msgstr "Aceitar" #: [button]refuse msgid "Refuse" -msgstr "" +msgstr "Recusar" #: [button]next msgid "Next" -msgstr "" +msgstr "Próximo" #: [button]previous msgid "Previous" -msgstr "" +msgstr "Anterior" #: [step]step msgid "Step %s" -msgstr "" +msgstr "Passo %s" #: [day]title msgid "Day" @@ -2117,10 +2113,9 @@ msgstr "Sábado" #: [day]sunday msgid "Sunday" -msgstr "" +msgstr "Domingo" #: [gender]nil -#, fuzzy msgctxt "[gender]nil" msgid "None" msgstr "Nenhum" @@ -2139,11 +2134,11 @@ msgstr "Outro" #: [client]bot msgid "Bot" -msgstr "Bot" +msgstr "Robô" #: [client]desktop msgid "Desktop" -msgstr "Ambiente de trabalho" +msgstr "Área de trabalho" #: [client]phone msgid "Phone" @@ -2151,21 +2146,20 @@ msgstr "Telefone" #: [client]web msgid "Web" -msgstr "" +msgstr "Web" #: [client]registered msgid "Registered" -msgstr "" +msgstr "Registrado" #: [marital]nil -#, fuzzy msgctxt "[marital]nil" msgid "None" msgstr "Nenhum" #: [marital]single msgid "Single" -msgstr "Solteiro(a)" +msgstr "Solteiro" #: [marital]relationship msgid "In a relationship" @@ -2189,31 +2183,31 @@ msgstr "Morando junto" #: [marital]union msgid "Civil Union" -msgstr "União Civil" +msgstr "União estável" #: [flag]white msgid "Not shared" -msgstr "" +msgstr "Não compartilhado" #: [flag]green msgid "Shared with one contact" -msgstr "" +msgstr "Compartilhado com um contato" #: [flag]orange msgid "Shared with all contacts" -msgstr "" +msgstr "Compartilhado com todos os contatos" #: [flag]red msgid "Shared with the XMPP network" -msgstr "" +msgstr "Compartilhado com a rede XMPP" #: [flag]black msgid "Shared with the whole Internet" -msgstr "" +msgstr "Compartilhado com toda a Internet" #: [presence]online msgid "Online" -msgstr "Online" +msgstr "Conectado" #: [presence]away msgid "Away" @@ -2221,351 +2215,351 @@ msgstr "Ausente" #: [presence]dnd msgid "Do Not Disturb" -msgstr "Não Perturbe" +msgstr "Não perturbe" #: [presence]xa msgid "Extended Away" -msgstr "Ausência Prolongada" +msgstr "Não disponível por um tempo" #: [presence]offline msgid "Offline" -msgstr "Indisponível" +msgstr "Desconectado" #: [presence]error msgid "Error" -msgstr "" +msgstr "Erro" #: [mood]afraid msgid "afraid" -msgstr "" +msgstr "amedrontado" #: [mood]amazed msgid "amazed" -msgstr "" +msgstr "maravilhado(a)" #: [mood]amorous msgid "amorous" -msgstr "" +msgstr "amoroso(a)" #: [mood]angry msgid "angry" -msgstr "zangado" +msgstr "bravo(a)" #: [mood]annoyed msgid "annoyed" -msgstr "" +msgstr "irritado(a)" #: [mood]anxious msgid "anxious" -msgstr "" +msgstr "ansioso(a)" #: [mood]aroused msgid "aroused" -msgstr "" +msgstr "excitado(a)" #: [mood]ashamed msgid "ashamed" -msgstr "" +msgstr "envergonhado(a)" #: [mood]bored msgid "bored" -msgstr "" +msgstr "entediado(a)" #: [mood]brave msgid "brave" -msgstr "" +msgstr "encorajado(a)" #: [mood]calm msgid "calm" -msgstr "" +msgstr "calmo(a)" #: [mood]cautious msgid "cautious" -msgstr "" +msgstr "cauteloso(a)" #: [mood]cold msgid "cold" -msgstr "" +msgstr "frio" #: [mood]confident msgid "confident" -msgstr "" +msgstr "confiante" #: [mood]confused msgid "confused" -msgstr "" +msgstr "confuso(a)" #: [mood]contemplative msgid "contemplative" -msgstr "" +msgstr "contemplativo(a)" #: [mood]contented msgid "contented" -msgstr "" +msgstr "satisfeito(a)" #: [mood]cranky msgid "cranky" -msgstr "" +msgstr "ranzinza" #: [mood]crazy msgid "crazy" -msgstr "" +msgstr "louco(a)" #: [mood]creative msgid "creative" -msgstr "" +msgstr "criativo(a)" #: [mood]curious msgid "curious" -msgstr "" +msgstr "curioso(a)" #: [mood]dejected msgid "dejected" -msgstr "" +msgstr "rejeitado(a)" #: [mood]depressed msgid "depressed" -msgstr "" +msgstr "deprimido(a)" #: [mood]disappointed msgid "disappointed" -msgstr "" +msgstr "disapontado(a)" #: [mood]disgusted msgid "disgusted" -msgstr "" +msgstr "enojado(a)" #: [mood]dismayed msgid "dismayed" -msgstr "" +msgstr "desiludido(a)" #: [mood]distracted msgid "distracted" -msgstr "" +msgstr "distraído(a)" #: [mood]embarrassed msgid "embarrassed" -msgstr "" +msgstr "tímido(a)" #: [mood]envious msgid "envious" -msgstr "" +msgstr "ciumento(a)" #: [mood]excited msgid "excited" -msgstr "" +msgstr "animado(a)" #: [mood]flirtatious msgid "flirtatious" -msgstr "" +msgstr "paquera" #: [mood]frustated msgid "frustated" -msgstr "" +msgstr "frustrado" #: [mood]grateful msgid "grateful" -msgstr "" +msgstr "grato(a)" #: [mood]grieving msgid "grieving" -msgstr "" +msgstr "pesaroso(a)" #: [mood]grumpy msgid "grumpy" -msgstr "" +msgstr "rabujento(a)" #: [mood]guilty msgid "guilty" -msgstr "" +msgstr "culpado(a)" #: [mood]happy msgid "happy" -msgstr "" +msgstr "feliz" #: [mood]hopeful msgid "hopeful" -msgstr "" +msgstr "esperançoso(a)" #: [mood]hot msgid "hot" -msgstr "" +msgstr "quente" #: [mood]humbled msgid "humbled" -msgstr "" +msgstr "humilde" #: [mood]humiliated msgid "humiliated" -msgstr "" +msgstr "humilhado(a)" #: [mood]hungry msgid "hungry" -msgstr "" +msgstr "faminto(a)" #: [mood]hurt msgid "hurt" -msgstr "" +msgstr "machucado(a)" #: [mood]impressed msgid "impressed" -msgstr "" +msgstr "impressionado(a)" #: [mood]in_awe msgid "in awe" -msgstr "" +msgstr "admirado" #: [mood]in_love msgid "in love" -msgstr "" +msgstr "apaixonado(a)" #: [mood]indignant msgid "indignant" -msgstr "" +msgstr "indignado" #: [mood]interested msgid "interested" -msgstr "" +msgstr "interessado(a)" #: [mood]intoxicated msgid "intoxicated" -msgstr "" +msgstr "intoxicado(a)" #: [mood]invincible msgid "invincible" -msgstr "" +msgstr "invencível" #: [mood]jealous msgid "jealous" -msgstr "" +msgstr "invejoso(a)" #: [mood]lonely msgid "lonely" -msgstr "" +msgstr "sozinho(a)" #: [mood]lost msgid "lost" -msgstr "" +msgstr "perdido(a)" #: [mood]lucky msgid "lucky" -msgstr "" +msgstr "sortudo(a)" #: [mood]mean msgid "mean" -msgstr "" +msgstr "malvado(a)" #: [mood]moody msgid "moody" -msgstr "" +msgstr "no clima" #: [mood]nervous msgid "nervous" -msgstr "" +msgstr "nervoso(a)" #: [mood]neutral msgid "neutral" -msgstr "" +msgstr "neutro" #: [mood]offended msgid "offended" -msgstr "" +msgstr "ofendido(a)" #: [mood]outraged msgid "outraged" -msgstr "" +msgstr "ultrajado(a)" #: [mood]playful msgid "playful" -msgstr "" +msgstr "divertido" #: [mood]proud msgid "proud" -msgstr "" +msgstr "orgulhoso(a)" #: [mood]relaxed msgid "relaxed" -msgstr "" +msgstr "relaxado(a)" #: [mood]relieved msgid "relieved" -msgstr "" +msgstr "aliviado(a)" #: [mood]restless msgid "restless" -msgstr "" +msgstr "agitado" #: [mood]sad msgid "sad" -msgstr "" +msgstr "triste" #: [mood]sarcastic msgid "sarcastic" -msgstr "" +msgstr "sarcástico" #: [mood]satisfied msgid "satisfied" -msgstr "" +msgstr "satisfeito(a)" #: [mood]serious msgid "serious" -msgstr "" +msgstr "sério(a)" #: [mood]shocked msgid "shocked" -msgstr "" +msgstr "chocado(a)" #: [mood]shy msgid "shy" -msgstr "" +msgstr "tímido(a)" #: [mood]sick msgid "sick" -msgstr "" +msgstr "doente" #: [mood]sleepy msgid "sleepy" -msgstr "" +msgstr "sonolento(a)" #: [mood]spontaneous msgid "spontaneous" -msgstr "" +msgstr "espontâneo(a)" #: [mood]stressed msgid "stressed" -msgstr "" +msgstr "estressado(a)" #: [mood]strong msgid "strong" -msgstr "" +msgstr "forte" #: [mood]surprised msgid "surprised" -msgstr "" +msgstr "surpreso(a)" #: [mood]thankful msgid "thankful" -msgstr "" +msgstr "agradecido(a)" #: [mood]thirsty msgid "thirsty" -msgstr "" +msgstr "sedento(a)" #: [mood]tired msgid "tired" -msgstr "" +msgstr "cansado(a)" #: [mood]undefined msgid "undefined" -msgstr "" +msgstr "indefinido" #: [mood]weak msgid "weak" -msgstr "" +msgstr "fraco(a)" #: [mood]worried msgid "worried" -msgstr "" +msgstr "preocupado(a)" #: [month]title msgid "Month" @@ -2636,368 +2630,113 @@ msgid "Yesterday" msgstr "Ontem" #: [date]ago -#, fuzzy msgid "%d days ago" -msgstr " %d dias atrás" +msgstr "%d dias atrás" #: [date]day msgid "day" -msgstr "Dia" +msgstr "dia" #: [post]title msgid "Title" -msgstr "" +msgstr "Título" #: [post]whats_new msgid "What's new ?" -msgstr "" +msgstr "O que há de novo?" #: [post]place msgid "Place" -msgstr "" +msgstr "Lugar" #: [post]by msgid "by" -msgstr "" +msgstr "por" #: [post]geolocalisation msgid "Geolocalisation" -msgstr "" +msgstr "Geolocalização" #: [post]email msgid "email" -msgstr "" +msgstr "email" #: [post]empty msgid "No content" -msgstr "" +msgstr "Sem conteúdo" #: [post]no_comments msgid "No comments yet" -msgstr "" +msgstr "Sem comentários ainda" #: [post]no_comments_stream msgid "No comments stream" -msgstr "" +msgstr "Sem fluxo de comentários" #: [post]no_load msgid "Your feed cannot be loaded." -msgstr "Sua feed não pode ser carregado." +msgstr "Sua lista de notícias não pode ser carregada." #: [post]older msgid "Get older posts" -msgstr "Obter postagens mais antigas" +msgstr "Pegar postagens mais antigas" #: [post]new_items msgid "%s new items" -msgstr "" +msgstr "%s novos itens" #: [post]comment_error msgid "Comment publication error" -msgstr "" +msgstr "Erro ao comentar a publicação." #: [post]comments_older msgid "Show the older comments" -msgstr "" +msgstr "Mostrar os comentários antigos" #: [post]comments_loading -#, fuzzy msgid "Loading comments..." -msgstr "Carregando seu feed ..." +msgstr "Carregando comentários..." #: [post]comments_get msgid "Get the comments" -msgstr "" +msgstr "Obter os comentários" #: [post]comment_add msgid "Add a comment" -msgstr "" +msgstr "Adicionar um comentário" #: [post]share msgid "Share with" -msgstr "" +msgstr "Compartilhar com" #: [post]share_everyone msgid "Everyone" -msgstr "" +msgstr "Qualquer um" #: [post]share_your_contacts msgid "Your contacts" -msgstr "" +msgstr "Seus contatos" #: [post]updated msgid "Updated" -msgstr "" +msgstr "Atualizado" #: [post]content_not_found msgid "Content not found" -msgstr "" +msgstr "Conteúdo não encontrado" #: [post]default_title msgid "Contact publication" -msgstr "" +msgstr "Publicação do contato" #: [post]comments msgid "Comments" -msgstr "" +msgstr "Comentários" #: [api]error msgid "The API is not reachable, try again later" -msgstr "" +msgstr "A API está inalcançável, tente mais tarde" #: [field]type_here msgid "Type here" -msgstr "" - -#, fuzzy -#~ msgid "Active contacts" -#~ msgstr "Ações" - -#~ msgid "PHP version mismatch. Movim requires PHP 5.3 minimum." -#~ msgstr "Versão errada do PHP. O Movim requer no mínimo PHP 5.3." - -#~ msgid "Movim requires the %s extension." -#~ msgstr "Movim requer a extensão %s." - -#~ msgid "Movim's folder must be writable." -#~ msgstr "A pasta Movim deve ter autorização de escrita" - -#~ msgid "Movim Installer" -#~ msgstr "Instalar Movim" - -#~ msgid "Couldn't create directory '%s'." -#~ msgstr "Não foi possível criar o diretório '%s'." - -#~ msgid "Couldn't create configuration file '%s'." -#~ msgstr "Não foi possível criar o arquivo de configuração '%s'." - -#~ msgid "Compatibility Test" -#~ msgstr "Teste de compatibilidade" - -#~ msgid "The following requirements were not met. Please make sure they are all satisfied in order to install Movim." -#~ msgstr "Os seguintes requisitos não foram encontrados. Por favor, tenha certeza de que todos estão satisfeitos para que a instalação prossiga." - -#~ msgid "User not logged in." -#~ msgstr "Usuário não logado." - -#~ msgid "JID not provided." -#~ msgstr "JID não disponível." - -#~ msgid "jid '%s' is incorrect" -#~ msgstr "O jid '%s' está incorreto" - -#~ msgid "Cannot open log file '%s'" -#~ msgstr "Não foi possível abrir o arquivo de log '%s'." - -#~ msgid "%s - Account Creation" -#~ msgstr "%s - Criação da conta" - -#~ msgid "Debug console" -#~ msgstr "Console de debug" - -#~ msgid "Logout" -#~ msgstr "Sair" - -#~ msgid "wants to talk with you" -#~ msgstr "Quero falar com você" - -#~ msgid "Decline" -#~ msgstr "Declinar" - -#~ msgid "Loading the contact feed ..." -#~ msgstr "Carregando retorno do contacto" - -#~ msgid "Install the %s package" -#~ msgstr "Instalar o pacote %s" - -#~ msgid "or" -#~ msgstr "ou" - -#~ msgid "Actual version : " -#~ msgstr "Versão atual: " - -#~ msgid "Install %s and %s packages" -#~ msgstr "Instalar %s e pacotes %s" - -#~ msgid "Update your PHP version or contact your server administrator" -#~ msgstr "Atualize a sua versão do PHP ou contate seu administrador do servidor" - -#~ msgid "Thank you for downloading Movim!" -#~ msgstr "Obrigado por baixar o Movim!" - -#~ msgid "XMPP Connection Preferences" -#~ msgstr "Preferências da conexão XMPP" - -#~ msgid "normal" -#~ msgstr "normal" - -#~ msgid "empty" -#~ msgstr "vazio" - -#~ msgid "Some errors were detected. Please correct them for the installation to proceed." -#~ msgstr "Alguns erros foram detectados. Por favor, corrija-os para prosseguir com a instalação." - -#~ msgid "Before you enjoy your social network, a few adjustements are required." -#~ msgstr "Antes de você aproveitar nossa rede social, uns poucos ajustes devem ser feitos." - -#~ msgid "BOSH Connection Preferences" -#~ msgstr "Preferências da conexão BOSH" - -#~ msgid "Proxy Preferences" -#~ msgstr "Preferências do proxy" - -#~ msgid "Please remove the %s folder in order to complete the installation" -#~ msgstr "Por favor, remova a pasta %s para completar a instalação" - -#~ msgid "Connecting..." -#~ msgstr "Conectando..." - -#~ msgid "Database Movim schema installed" -#~ msgstr "Banco de dados Movim instalado" - -#~ msgid "Valid Bosh" -#~ msgstr "Bosh válido" - -#~ msgid "Success !" -#~ msgstr "Sucesso!" - -#~ msgid "You entered different passwords" -#~ msgstr "Você colocou senhas diferentes" - -#~ msgid "Invalid name" -#~ msgstr "Nome inválido" - -#~ msgid "Wrong ID" -#~ msgstr "ID errada" - -#~ msgid "Only alphanumerics elements are authorized" -#~ msgstr "Somente elementos alfanuméricos são permitidos" - -#~ msgid "Make sure your password is safe :" -#~ msgstr "Tenha certeza que sua senha é segura:" - -#~ msgid "A capital letter, a digit and a special character are recommended" -#~ msgstr "Recomenda-se o uso de uma letra maiúscula, um número e um caracter especial" - -#~ msgid "8 characters" -#~ msgstr "8 caracteres" - -#~ msgid "Could not communicate with the XMPP server" -#~ msgstr "Não foi possível comunicar-se com o servidor XMPP" - -#~ msgid "Example :" -#~ msgstr "Exemplo:" - -#~ msgid "Same here !" -#~ msgstr "O mesmo aqui!" - -#~ msgid "Retype" -#~ msgstr "Reescreva" - -#~ msgid "Pseudo" -#~ msgstr "Pseudônimo" - -#~ msgid "Create" -#~ msgstr "Criar" - -#~ msgid "Add your login informations" -#~ msgstr "Adicione suas informações de login" - -#~ msgid "Address" -#~ msgstr "Endereço" - -#~ msgid "Client Name" -#~ msgstr "Nome do Cliente" - -#~ msgid "Client Type" -#~ msgstr "Tipo de Cliente" - -#~ msgid "My Posts" -#~ msgstr "Minhas Postagens" - -#~ msgid "%s - Add An Account" -#~ msgstr "%s - Adicionar Uma Conta" - -#~ msgid "Could not connect to the XMPP server" -#~ msgstr "Não foi possível conectar ao servidor XMPP" - -#~ msgid "Go to the %s to the Frequently Asked Questions %s or come ask your question on the official chatroom %s or via our mailing-list (%s see the dedicated page %s)." -#~ msgstr "Vá para %s Perguntas Frequentes (FAQ) %s ou faça sua pergunta na sala de chat oficial %s ou via nossa lista de email (%s veja a página específica %s)." - -#~ msgid "Don't forget that Movim is an open source project, a helping hand is always welcome (see %s Can I participate %s)" -#~ msgstr "Não se esqueça que Movim é um projeto de código aberto (open source), qualquer ajuda é sempre bemvinda (veja %s Como posso participar %s)" - -#~ msgid "I can't find the answer to my question here" -#~ msgstr "Não consigo encontrar a resposta para a minha pergunta aqui" - -#~ msgid "Some features are missing/I can't do everything I used to do on other social networks" -#~ msgstr "Alguns recursos estão faltando/Eu não posso fazer nada do que eu costumava fazer em outras redes sociais" - -#~ msgid "The current BOSH URL in invalid" -#~ msgstr "A URL BOSH atual não é válida." - -#~ msgid "No profile yet ?" -#~ msgstr "Sem perfil ainda?" - -#~ msgid "Edit my Profile" -#~ msgstr "Editar meu Perfil" - -#~ msgid "Create my vCard" -#~ msgstr "Criar meu vCard" - -#~ msgid "Show All" -#~ msgstr "Mostrar Tudo" - -#~ msgid "Follow" -#~ msgstr "Seguir" - -#~ msgid "ultimate" -#~ msgstr "inquestionável" - -#~ msgid "talkative" -#~ msgstr "falador" - -#~ msgid "terse" -#~ msgstr "terso" - -#~ msgid "Keep in mind that Movim is still under development and will handle many personal details. Its use can potentially endanger your data. Always pay attention to information that you submit." -#~ msgstr "Tenha em mente que Movim ainda está em desenvolvimento e irá lidar com muitos detalhes pessoais. Seu uso pode eventualmente comprometer seus dados. Sempre preste atenção às informações que você envia." - -#~ msgid "You can now access your shiny Movim instance %sJump In !%s" -#~ msgstr "Agora você pode acessar Ir seu exemplo brilhante Movim %s em ! %s" - -#~ msgid "Firstly fill in this blank with a brand new account ID, this address will follow you on all the Movim network !" -#~ msgstr "Em primeiro lugar preencher este vazio com uma ID de conta nova, este endereço vai segui-lo em todos os Movim rede!" - -#~ msgid "Your server doesn't support post publication, you can only read contact's feeds" -#~ msgstr "Seu servidor não suporta a publicação post, você só pode ler feeds contato" - -#~ msgid "Link my current account" -#~ msgstr "Vincular a minha conta corrente" - -#~ msgid "Visit the page %s What is Movim ? %s to know more about the project, its aims and understand how it works." -#~ msgstr "Visite a página %s ¿ Que é Movim ? %s para saber mais sobre o projeto, seus objetivos e compreender como ele funciona." - -#~ msgid "Although Movim is evolving fast, many (many) features are missing. Be patient ;). You can have a look %s at next versions's roadmaps %s to know if the one you want is on its way." -#~ msgstr "Embora Movim está evoluindo rápido, muitos (muitos) recursos estão faltando. Seja paciente ;). Você pode ter um %s olhada roteiros próximas versões das %s para saber se o que você quer é o seu caminho." - -#~ msgid "Cannot load element value '%s'" -#~ msgstr "Não foi possível carregar o valor do elemento '%s'" - -#~ msgid "What is Movim?" -#~ msgstr "O que é o Movim?" - -#~ msgid "Bosh connection failed with error '%s'" -#~ msgstr "A conexão Bosh falhou com erro '%s'" - -#~ msgid "Send request" -#~ msgstr "Enviar pedido" - -#~ msgid "XMPP connection through Bosh failed with error '%s'" -#~ msgstr "A conexão XMPP através do Bosh falhou com erro '%s'" - -#~ msgid "Invite this user" -#~ msgstr "Convidar este usuário" - -#~ msgid "Database connection failed with error '%s'" -#~ msgstr "A conexão com o banco de dados falhou com erro '%s'" +msgstr "Digite aqui" diff --git a/sources/locales/ro.po b/sources/locales/ro.po index 8d62226..e2b49fb 100644 --- a/sources/locales/ro.po +++ b/sources/locales/ro.po @@ -93,7 +93,7 @@ msgid "" msgstr "" "Project-Id-Version: Movim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-06 23:33+0200\n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" "PO-Revision-Date: 2011-10-26 21:35+0000\n" "Last-Translator: edhelas \n" "Language-Team: LANGUAGE \n" @@ -207,6 +207,10 @@ msgstr "" msgid "Loading" msgstr "" +#: [create]placeholder +msgid "…and start playing" +msgstr "" + #: [error]not_acceptable msgid "Not Acceptable" msgstr "" @@ -260,7 +264,7 @@ msgid "Port" msgstr "" #: [db]name -msgid "Database sName" +msgid "Database Name" msgstr "" #: [admin]general @@ -371,14 +375,6 @@ msgstr "" msgid "Syslog and files" msgstr "" -#: [rewrite]title -msgid "URL Rewriting" -msgstr "" - -#: [rewrite]info -msgid "The URL Rewriting can be enabled" -msgstr "" - #: [admin]compatibility msgid "General Overview" msgstr "" @@ -411,10 +407,6 @@ msgstr "" msgid "Read and write rights for the webserver in Movims root directory" msgstr "" -#: [compatibility]rewrite -msgid "The URL Rewriting support is currently disabled" -msgstr "" - #: [compatibility]db msgid "The database need to be updated, go to the database panel to fix this" msgstr "" @@ -499,6 +491,10 @@ msgstr "" msgid "Avatar Not Updated" msgstr "" +#: [avatar]missing +msgid "No avatar defined yet" +msgstr "" + #: [blog]title [feed]title msgid "%s's feed" msgstr "" @@ -507,6 +503,10 @@ msgstr "" msgid "This user has not posted anything right now" msgstr "" +#: [blog]private +msgid "This content is private, please login to see it" +msgstr "" + #: [title]conferences msgid "Conferences" msgstr "" @@ -591,6 +591,10 @@ msgstr "" msgid "Contact gone" msgstr "" +#: [message]history +msgid "%s messages retrieved" +msgstr "" + #: [chat]attention msgid "%s needs your attention" msgstr "" @@ -648,7 +652,7 @@ msgid "No chats yet..." msgstr "" #: [chats]empty -msgid "Open a new conversation by clicking on the %s button bellow or visit the %s Contacts%s page." +msgid "Open a new conversation by clicking on the %s button bellow or visit the %sContacts%s page." msgstr "" #: [chats]add @@ -703,9 +707,15 @@ msgstr "" msgid "Appearence" msgstr "" -#: [config]info -msgid "This configuration is shared wherever you are connected" -msgstr "" +#: [config]not_valid +#, fuzzy +msgid "Configuration invalid" +msgstr "Configurare" + +#: [config]advanced +#, fuzzy +msgid "Advanced Configuration" +msgstr "Configurare" #: [notifications]message msgid "Notify on incoming message" @@ -715,6 +725,10 @@ msgstr "" msgid "Use desktop notifications" msgstr "" +#: [cssurl]label +msgid "Custom CSS URL for your blog" +msgstr "" + #: [general]legend [general]general_title msgid "General Informations" msgstr "Informatii generale" @@ -827,6 +841,10 @@ msgstr "" msgid "Last public post" msgstr "" +#: [blog]visit +msgid "Visit the blog to see all the public posts" +msgstr "" + #: [subscription]to #, fuzzy msgid "You can see this contact status" @@ -1012,18 +1030,6 @@ msgstr "" msgid "This server doesn't exists" msgstr "" -#: [menu]all -msgid "All" -msgstr "" - -#: [menu]refresh -msgid "Refresh all the streams" -msgstr "" - -#: [menu]me -msgid "My publications" -msgstr "" - #: [roster]search msgid "Search in your contacts" msgstr "" @@ -1129,7 +1135,7 @@ msgid "Chat with the team ?" msgstr "" #: [chatroom]button -msgid "Join the Chatroom" +msgid "Add the chatroom" msgstr "" #: [init]location @@ -1221,10 +1227,6 @@ msgstr "" msgid "The server takes too much time to respond" msgstr "" -#: [error]too_old -msgid "Your web browser is too old to use with Movim." -msgstr "" - #: [error]websocket msgid "Movim cannot talk with the server, please try again later (Websocket connection error)" msgstr "" @@ -1307,13 +1309,17 @@ msgid "Welcome on your news feed, here you will see all the posts published by y msgstr "" #: [menu]refresh -msgid "Refreshing all the streams" +msgid "Refresh all the streams" msgstr "" #: [menu]public msgid "This post is public" msgstr "" +#: [menu]all +msgid "All" +msgstr "" + #: [affiliations]title msgid "Manage your members" msgstr "" @@ -1350,10 +1356,6 @@ msgstr "" msgid "%s wants to talk with you" msgstr "" -#: [notifs]manage -msgid "Manage" -msgstr "" - #: [post]news_feed msgid "News Feed" msgstr "" @@ -1398,12 +1400,12 @@ msgstr "" msgid "Publish this post publicly?" msgstr "" -#: [post]blog_add -msgid "Post published on your blog" +#: [post]public_yes +msgid "This post is now public" msgstr "" -#: [post]blog_remove -msgid "Post removed from your blog" +#: [post]public_no +msgid "This post is now private" msgstr "" #: [post]delete_title [post]delete @@ -1414,6 +1416,10 @@ msgstr "" msgid "You are going to delete this post, please confirm your action" msgstr "" +#: [post]discover +msgid "Discover more articles on the Groups page" +msgstr "" + #: [post]comments_disabled msgid "Comments disabled" msgstr "" @@ -1478,10 +1484,6 @@ msgstr "" msgid "This picture will be added to your gallery" msgstr "" -#: [post]embed_tip -msgid "You can also use services like Imgur or Flickr to host your picture and paste the link here." -msgstr "" - #: [publish]valid_url msgid "Please enter a valid url" msgstr "" @@ -1494,6 +1496,10 @@ msgstr "" msgid "Please provide a title" msgstr "" +#: [publish]edit +msgid "Edit post" +msgstr "" + #: [publish]title msgid "Publish" msgstr "" @@ -1886,6 +1892,10 @@ msgstr "" msgid "Room" msgstr "" +#: [page]tag +msgid "Tag" +msgstr "" + #: [error]error msgid "Error: %s" msgstr "Eroare: %s" diff --git a/sources/locales/ru.po b/sources/locales/ru.po index 8ce0cf2..7e88d85 100644 --- a/sources/locales/ru.po +++ b/sources/locales/ru.po @@ -92,7 +92,7 @@ msgid "" msgstr "" "Project-Id-Version: movim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-06 23:33+0200\n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" "PO-Revision-Date: 2015-10-06 21:34+0000\n" "Last-Translator: Jaussoin Timothée \n" "Language-Team: Russian (http://www.transifex.com/movim/movim/language/ru/)\n" @@ -204,6 +204,10 @@ msgstr "" msgid "Loading" msgstr "" +#: [create]placeholder +msgid "…and start playing" +msgstr "" + #: [error]not_acceptable msgid "Not Acceptable" msgstr "" @@ -257,8 +261,9 @@ msgid "Port" msgstr "Порт" #: [db]name -msgid "Database sName" -msgstr "" +#, fuzzy +msgid "Database Name" +msgstr "Тип базы данных" #: [admin]general msgid "General Settings" @@ -366,14 +371,6 @@ msgstr "Syslog" msgid "Syslog and files" msgstr "Syslog и файлы" -#: [rewrite]title -msgid "URL Rewriting" -msgstr "" - -#: [rewrite]info -msgid "The URL Rewriting can be enabled" -msgstr "" - #: [admin]compatibility msgid "General Overview" msgstr "Общие сведения" @@ -406,10 +403,6 @@ msgstr "" msgid "Read and write rights for the webserver in Movims root directory" msgstr "" -#: [compatibility]rewrite -msgid "The URL Rewriting support is currently disabled" -msgstr "Поддержка URL Rewrite, на текущий момент, отключена" - #: [compatibility]db msgid "The database need to be updated, go to the database panel to fix this" msgstr "" @@ -494,6 +487,10 @@ msgstr "Аватара обновлена" msgid "Avatar Not Updated" msgstr "Аватара не обновлена" +#: [avatar]missing +msgid "No avatar defined yet" +msgstr "" + #: [blog]title [feed]title msgid "%s's feed" msgstr "лента пользователя %s" @@ -502,6 +499,10 @@ msgstr "лента пользователя %s" msgid "This user has not posted anything right now" msgstr "" +#: [blog]private +msgid "This content is private, please login to see it" +msgstr "" + #: [title]conferences msgid "Conferences" msgstr "Конференции" @@ -584,6 +585,10 @@ msgstr "Пауза..." msgid "Contact gone" msgstr "" +#: [message]history +msgid "%s messages retrieved" +msgstr "" + #: [chat]attention msgid "%s needs your attention" msgstr "%s нуждается в Вашем внимании" @@ -641,7 +646,7 @@ msgid "No chats yet..." msgstr "" #: [chats]empty -msgid "Open a new conversation by clicking on the %s button bellow or visit the %s Contacts%s page." +msgid "Open a new conversation by clicking on the %s button bellow or visit the %sContacts%s page." msgstr "" #: [chats]add @@ -696,9 +701,15 @@ msgstr "" msgid "Appearence" msgstr "Внешний вид" -#: [config]info -msgid "This configuration is shared wherever you are connected" -msgstr "" +#: [config]not_valid +#, fuzzy +msgid "Configuration invalid" +msgstr "Настройки" + +#: [config]advanced +#, fuzzy +msgid "Advanced Configuration" +msgstr "Настройки" #: [notifications]message msgid "Notify on incoming message" @@ -708,6 +719,10 @@ msgstr "Оповещать о входящих сообщениях" msgid "Use desktop notifications" msgstr "Использовать оповещения ОС" +#: [cssurl]label +msgid "Custom CSS URL for your blog" +msgstr "" + #: [general]legend [general]general_title msgid "General Informations" msgstr "Общая информация" @@ -820,6 +835,10 @@ msgstr "" msgid "Last public post" msgstr "" +#: [blog]visit +msgid "Visit the blog to see all the public posts" +msgstr "" + #: [subscription]to msgid "You can see this contact status" msgstr "" @@ -1004,18 +1023,6 @@ msgstr "" msgid "This server doesn't exists" msgstr "" -#: [menu]all -msgid "All" -msgstr "Все" - -#: [menu]refresh -msgid "Refresh all the streams" -msgstr "Обновить все потоки" - -#: [menu]me -msgid "My publications" -msgstr "" - #: [roster]search msgid "Search in your contacts" msgstr "" @@ -1121,8 +1128,9 @@ msgid "Chat with the team ?" msgstr "Желаете пообщаться с нашей командой?" #: [chatroom]button -msgid "Join the Chatroom" -msgstr "Присоединиться к конференции" +#, fuzzy +msgid "Add the chatroom" +msgstr "Добавить комнату" #: [init]location msgid "Location node created" @@ -1213,10 +1221,6 @@ msgstr "" msgid "The server takes too much time to respond" msgstr "Сервер потребовал слишком много времени на ответ" -#: [error]too_old -msgid "Your web browser is too old to use with Movim." -msgstr "Версия вашего браузера устарела для использования с Movin" - #: [error]websocket msgid "Movim cannot talk with the server, please try again later (Websocket connection error)" msgstr "Movim не может связаться с сервером, пожалуйста, попробуйте снова попозже (Ошибка соединения с Websocket)" @@ -1299,13 +1303,17 @@ msgid "Welcome on your news feed, here you will see all the posts published by y msgstr "" #: [menu]refresh -msgid "Refreshing all the streams" -msgstr "Обновляются все потоки" +msgid "Refresh all the streams" +msgstr "Обновить все потоки" #: [menu]public msgid "This post is public" msgstr "" +#: [menu]all +msgid "All" +msgstr "Все" + #: [affiliations]title msgid "Manage your members" msgstr "Управление позицией пользователей" @@ -1342,10 +1350,6 @@ msgstr "Ожидающие решения приглашения" msgid "%s wants to talk with you" msgstr "%s хочет поговорить с Вами" -#: [notifs]manage -msgid "Manage" -msgstr "Управлять" - #: [post]news_feed msgid "News Feed" msgstr "Новостная лента" @@ -1390,12 +1394,13 @@ msgstr "" msgid "Publish this post publicly?" msgstr "" -#: [post]blog_add -msgid "Post published on your blog" -msgstr "" +#: [post]public_yes +#, fuzzy +msgid "This post is now public" +msgstr "Ваш профиль теперь общедоступен" -#: [post]blog_remove -msgid "Post removed from your blog" +#: [post]public_no +msgid "This post is now private" msgstr "" #: [post]delete_title [post]delete @@ -1406,6 +1411,10 @@ msgstr "Удалить этот пост" msgid "You are going to delete this post, please confirm your action" msgstr "" +#: [post]discover +msgid "Discover more articles on the Groups page" +msgstr "" + #: [post]comments_disabled msgid "Comments disabled" msgstr "" @@ -1470,10 +1479,6 @@ msgstr "" msgid "This picture will be added to your gallery" msgstr "" -#: [post]embed_tip -msgid "You can also use services like Imgur or Flickr to host your picture and paste the link here." -msgstr "" - #: [publish]valid_url msgid "Please enter a valid url" msgstr "" @@ -1486,6 +1491,11 @@ msgstr "" msgid "Please provide a title" msgstr "" +#: [publish]edit +#, fuzzy +msgid "Edit post" +msgstr "Редактировать" + #: [publish]title msgid "Publish" msgstr "" @@ -1876,6 +1886,10 @@ msgstr "" msgid "Room" msgstr "" +#: [page]tag +msgid "Tag" +msgstr "" + #: [error]error msgid "Error: %s" msgstr "Ошибка: %s" @@ -2729,3 +2743,18 @@ msgstr "API недоступен, попробуйте позже" #: [field]type_here msgid "Type here" msgstr "" + +#~ msgid "The URL Rewriting support is currently disabled" +#~ msgstr "Поддержка URL Rewrite, на текущий момент, отключена" + +#~ msgid "Join the Chatroom" +#~ msgstr "Присоединиться к конференции" + +#~ msgid "Your web browser is too old to use with Movim." +#~ msgstr "Версия вашего браузера устарела для использования с Movin" + +#~ msgid "Refreshing all the streams" +#~ msgstr "Обновляются все потоки" + +#~ msgid "Manage" +#~ msgstr "Управлять" diff --git a/sources/locales/uk.po b/sources/locales/uk.po index 05cb189..6088446 100644 --- a/sources/locales/uk.po +++ b/sources/locales/uk.po @@ -93,7 +93,7 @@ msgid "" msgstr "" "Project-Id-Version: Movim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-06 23:33+0200\n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" "PO-Revision-Date: 2012-08-02 15:08+0000\n" "Last-Translator: Nazar Banakh \n" "Language-Team: LANGUAGE \n" @@ -206,6 +206,10 @@ msgstr "" msgid "Loading" msgstr "" +#: [create]placeholder +msgid "…and start playing" +msgstr "" + #: [error]not_acceptable msgid "Not Acceptable" msgstr "" @@ -259,7 +263,7 @@ msgid "Port" msgstr "" #: [db]name -msgid "Database sName" +msgid "Database Name" msgstr "" #: [admin]general @@ -368,14 +372,6 @@ msgstr "" msgid "Syslog and files" msgstr "" -#: [rewrite]title -msgid "URL Rewriting" -msgstr "" - -#: [rewrite]info -msgid "The URL Rewriting can be enabled" -msgstr "" - #: [admin]compatibility msgid "General Overview" msgstr "" @@ -409,10 +405,6 @@ msgstr "" msgid "Read and write rights for the webserver in Movims root directory" msgstr "Включити права читання і запису на кореневу папку Movim" -#: [compatibility]rewrite -msgid "The URL Rewriting support is currently disabled" -msgstr "" - #: [compatibility]db msgid "The database need to be updated, go to the database panel to fix this" msgstr "" @@ -497,6 +489,10 @@ msgstr "" msgid "Avatar Not Updated" msgstr "" +#: [avatar]missing +msgid "No avatar defined yet" +msgstr "" + #: [blog]title [feed]title msgid "%s's feed" msgstr "" @@ -505,6 +501,10 @@ msgstr "" msgid "This user has not posted anything right now" msgstr "" +#: [blog]private +msgid "This content is private, please login to see it" +msgstr "" + #: [title]conferences msgid "Conferences" msgstr "" @@ -587,6 +587,10 @@ msgstr "" msgid "Contact gone" msgstr "" +#: [message]history +msgid "%s messages retrieved" +msgstr "" + #: [chat]attention msgid "%s needs your attention" msgstr "" @@ -644,7 +648,7 @@ msgid "No chats yet..." msgstr "" #: [chats]empty -msgid "Open a new conversation by clicking on the %s button bellow or visit the %s Contacts%s page." +msgid "Open a new conversation by clicking on the %s button bellow or visit the %sContacts%s page." msgstr "" #: [chats]add @@ -699,9 +703,15 @@ msgstr "" msgid "Appearence" msgstr "" -#: [config]info -msgid "This configuration is shared wherever you are connected" -msgstr "" +#: [config]not_valid +#, fuzzy +msgid "Configuration invalid" +msgstr "Конфігурація" + +#: [config]advanced +#, fuzzy +msgid "Advanced Configuration" +msgstr "Конфігурація" #: [notifications]message msgid "Notify on incoming message" @@ -711,6 +721,10 @@ msgstr "" msgid "Use desktop notifications" msgstr "" +#: [cssurl]label +msgid "Custom CSS URL for your blog" +msgstr "" + #: [general]legend [general]general_title msgid "General Informations" msgstr "" @@ -823,6 +837,10 @@ msgstr "" msgid "Last public post" msgstr "" +#: [blog]visit +msgid "Visit the blog to see all the public posts" +msgstr "" + #: [subscription]to msgid "You can see this contact status" msgstr "" @@ -1007,18 +1025,6 @@ msgstr "" msgid "This server doesn't exists" msgstr "" -#: [menu]all -msgid "All" -msgstr "" - -#: [menu]refresh -msgid "Refresh all the streams" -msgstr "" - -#: [menu]me -msgid "My publications" -msgstr "" - #: [roster]search msgid "Search in your contacts" msgstr "" @@ -1124,7 +1130,7 @@ msgid "Chat with the team ?" msgstr "" #: [chatroom]button -msgid "Join the Chatroom" +msgid "Add the chatroom" msgstr "" #: [init]location @@ -1216,10 +1222,6 @@ msgstr "" msgid "The server takes too much time to respond" msgstr "" -#: [error]too_old -msgid "Your web browser is too old to use with Movim." -msgstr "" - #: [error]websocket msgid "Movim cannot talk with the server, please try again later (Websocket connection error)" msgstr "" @@ -1302,13 +1304,17 @@ msgid "Welcome on your news feed, here you will see all the posts published by y msgstr "" #: [menu]refresh -msgid "Refreshing all the streams" +msgid "Refresh all the streams" msgstr "" #: [menu]public msgid "This post is public" msgstr "" +#: [menu]all +msgid "All" +msgstr "" + #: [affiliations]title msgid "Manage your members" msgstr "" @@ -1345,10 +1351,6 @@ msgstr "" msgid "%s wants to talk with you" msgstr "" -#: [notifs]manage -msgid "Manage" -msgstr "" - #: [post]news_feed msgid "News Feed" msgstr "" @@ -1393,12 +1395,12 @@ msgstr "" msgid "Publish this post publicly?" msgstr "" -#: [post]blog_add -msgid "Post published on your blog" +#: [post]public_yes +msgid "This post is now public" msgstr "" -#: [post]blog_remove -msgid "Post removed from your blog" +#: [post]public_no +msgid "This post is now private" msgstr "" #: [post]delete_title [post]delete @@ -1409,6 +1411,10 @@ msgstr "" msgid "You are going to delete this post, please confirm your action" msgstr "" +#: [post]discover +msgid "Discover more articles on the Groups page" +msgstr "" + #: [post]comments_disabled msgid "Comments disabled" msgstr "" @@ -1473,10 +1479,6 @@ msgstr "" msgid "This picture will be added to your gallery" msgstr "" -#: [post]embed_tip -msgid "You can also use services like Imgur or Flickr to host your picture and paste the link here." -msgstr "" - #: [publish]valid_url msgid "Please enter a valid url" msgstr "" @@ -1489,6 +1491,10 @@ msgstr "" msgid "Please provide a title" msgstr "" +#: [publish]edit +msgid "Edit post" +msgstr "" + #: [publish]title msgid "Publish" msgstr "" @@ -1879,6 +1885,10 @@ msgstr "" msgid "Room" msgstr "" +#: [page]tag +msgid "Tag" +msgstr "" + #: [error]error msgid "Error: %s" msgstr "" diff --git a/sources/locales/zh.po b/sources/locales/zh.po index 10c810b..eec30fa 100644 --- a/sources/locales/zh.po +++ b/sources/locales/zh.po @@ -1,6 +1,8 @@ # # Translators: # kashing , 2015 +# Lei feng, 2015 +# Zhao Rui , 2015 #. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-# #. extracted from ../app/widgets/About/locales.ini #. #-#-#-#-# locales.po (PACKAGE VERSION) #-#-#-#-# @@ -93,8 +95,8 @@ msgid "" msgstr "" "Project-Id-Version: movim\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2015-10-06 23:33+0200\n" -"PO-Revision-Date: 2015-10-06 21:34+0000\n" +"POT-Creation-Date: 2015-12-29 13:42+0200\n" +"PO-Revision-Date: 2015-12-29 12:43+0000\n" "Last-Translator: Jaussoin Timothée \n" "Language-Team: Chinese (China) (http://www.transifex.com/movim/movim/language/zh_CN/)\n" "Language: zh_CN\n" @@ -118,7 +120,7 @@ msgstr "翻译者" #: [about]translators_text msgid "Thanks to all the translators" -msgstr "" +msgstr "感谢所有翻译者。" #: [about]software msgid "Software" @@ -205,6 +207,10 @@ msgstr "您的账户已经成功注册" msgid "Loading" msgstr "载入中" +#: [create]placeholder +msgid "…and start playing" +msgstr "" + #: [error]not_acceptable msgid "Not Acceptable" msgstr "不能接受" @@ -258,8 +264,8 @@ msgid "Port" msgstr "端口" #: [db]name -msgid "Database sName" -msgstr "数据库名称" +msgid "Database Name" +msgstr "" #: [admin]general msgid "General Settings" @@ -367,14 +373,6 @@ msgstr "系统日志" msgid "Syslog and files" msgstr "系统日志和文件" -#: [rewrite]title -msgid "URL Rewriting" -msgstr "URL从写" - -#: [rewrite]info -msgid "The URL Rewriting can be enabled" -msgstr "URL 重写可以激活" - #: [admin]compatibility msgid "General Overview" msgstr "概览" @@ -407,10 +405,6 @@ msgstr "安装 php5-gd 库" msgid "Read and write rights for the webserver in Movims root directory" msgstr "网页服务器在Movim根目录的阅读和写权限" -#: [compatibility]rewrite -msgid "The URL Rewriting support is currently disabled" -msgstr "URL 重写支持已经被禁用" - #: [compatibility]db msgid "The database need to be updated, go to the database panel to fix this" msgstr "数据库需要更新,去数据库面板修复它." @@ -437,7 +431,7 @@ msgstr "Movim 后台进程" #: [schema]xmpp msgid "XMPP" -msgstr "" +msgstr "XMPP" #: [api]info msgid "Here you can register your pod on the official %sMovim API%s and be listed on %sthe pods page%s." @@ -495,6 +489,10 @@ msgstr "头像已更新" msgid "Avatar Not Updated" msgstr "头像未更新" +#: [avatar]missing +msgid "No avatar defined yet" +msgstr "" + #: [blog]title [feed]title msgid "%s's feed" msgstr "%s的 feed" @@ -503,6 +501,10 @@ msgstr "%s的 feed" msgid "This user has not posted anything right now" msgstr "这个用户还没发布任何东西" +#: [blog]private +msgid "This content is private, please login to see it" +msgstr "" + #: [title]conferences msgid "Conferences" msgstr "会议" @@ -558,7 +560,7 @@ msgstr "添加一个新的URL" #: [url]url msgid "URL" -msgstr "" +msgstr "URL" #: [url]name msgctxt "[url]name" @@ -585,6 +587,10 @@ msgstr "暂停..." msgid "Contact gone" msgstr "联系人已消失" +#: [message]history +msgid "%s messages retrieved" +msgstr "" + #: [chat]attention msgid "%s needs your attention" msgstr "%s需要您的注意" @@ -631,18 +637,18 @@ msgstr "配置已保存" #: [chatroom]subject msgid "Subject" -msgstr "" +msgstr "主题" #: [chatroom]subject_changed msgid "Subject changed" -msgstr "" +msgstr "主题已改变" #: [chats]empty_title msgid "No chats yet..." -msgstr "" +msgstr "尚无对话" #: [chats]empty -msgid "Open a new conversation by clicking on the %s button bellow or visit the %s Contacts%s page." +msgid "Open a new conversation by clicking on the %s button bellow or visit the %sContacts%s page." msgstr "" #: [chats]add @@ -651,7 +657,7 @@ msgstr "同联系人聊天" #: [chats]more msgid "Load more contacts" -msgstr "" +msgstr "加载更多联系人" #: [title]data msgid "Data" @@ -697,8 +703,12 @@ msgstr "隐藏离线的联系人" msgid "Appearence" msgstr "外观" -#: [config]info -msgid "This configuration is shared wherever you are connected" +#: [config]not_valid +msgid "Configuration invalid" +msgstr "" + +#: [config]advanced +msgid "Advanced Configuration" msgstr "" #: [notifications]message @@ -709,6 +719,10 @@ msgstr "通知新消息" msgid "Use desktop notifications" msgstr "使用桌面通知" +#: [cssurl]label +msgid "Custom CSS URL for your blog" +msgstr "" + #: [general]legend [general]general_title msgid "General Informations" msgstr "一般信息" @@ -821,6 +835,10 @@ msgstr "%s 年" msgid "Last public post" msgstr "最后的公开帖子" +#: [blog]visit +msgid "Visit the blog to see all the public posts" +msgstr "" + #: [subscription]to msgid "You can see this contact status" msgstr "你可以看到这些联络的状态" @@ -835,19 +853,19 @@ msgstr "" #: [subscription]from msgid "You are not subscribed to this contact" -msgstr "" +msgstr "你尚未订阅该联系人" #: [subscription]from_button msgid "Ask to subscribe" -msgstr "" +msgstr "请求订阅" #: [subscription]from_text msgid "But this contact can still see if you are online" -msgstr "" +msgstr "但该联系人仍可知晓你是否在线" #: [subscription]nil msgid "No subscriptions" -msgstr "" +msgstr "没有订阅" #: [subscription]nil_button msgid "Invite" @@ -855,7 +873,7 @@ msgstr "邀请" #: [subscription]nil_text msgid "This contact is in your contact list but there is no subscriptions between the two accounts" -msgstr "" +msgstr "该联系人在你的联系人列表中,但两账户之间没有订阅" #: [group]subscribe msgid "Subscribe" @@ -863,7 +881,7 @@ msgstr "订阅" #: [group]subscribed msgid "Subscribed" -msgstr "订阅" +msgstr "已订阅" #: [group]unsubscribe msgid "Unsubscribe" @@ -871,19 +889,19 @@ msgstr "取消订阅" #: [group]unsubscribe_text msgid "You are going to unsubscribe from this Group" -msgstr "" +msgstr "你将取消订阅该群组" #: [group]unsubscribed msgid "Unsubscribed" -msgstr "" +msgstr "未订阅" #: [group]share_label msgid "Make your membership to this group public to your friends" -msgstr "" +msgstr "将你对该群组的订阅状况公开给你的朋友" #: [group]label_label msgid "Give a label for this group" -msgstr "" +msgstr "给该群组加上标签" #: [group]sure msgid "Are you sure ?" @@ -891,7 +909,7 @@ msgstr "您确定吗 ?" #: [group]empty_text msgid "Discover, follow and share" -msgstr "" +msgstr "发现、跟随并分享" #: [group]empty msgid "Something bad happened to this group" @@ -903,19 +921,19 @@ msgstr "保存分组结构" #: [group]delete_title msgid "Delete the group" -msgstr "" +msgstr "删除群组" #: [group]delete_text msgid "You are going to delete the following group. Please confirm your action." -msgstr "" +msgstr "您将移除一下的群组, 请确认" #: [group]delete_clean_text msgid "It seems that this group doesn't exists anymore. Do you want to remove it from your subscriptions?" -msgstr "" +msgstr "看起来这个组不再存在了。你想将它从你的订阅中删除么?" #: [group]counter msgid "%s groups on this server" -msgstr "" +msgstr "该服务器上有%s个群组" #: [group]subscriptions [statistics]subscriptions msgid "Subscriptions" @@ -927,7 +945,7 @@ msgstr "" #: [group]search_server msgid "Search for a new server" -msgstr "" +msgstr "寻找一个新服务器" #: [group]help_info1 msgid "Groups are the perfect way to share posts about topics that you like with all the other Movim's users." @@ -935,7 +953,7 @@ msgstr "" #: [group]help_info2 msgid "Choose a server and a Group and subscribe to it using the %s button in the header. You can also create a new one using the %s button." -msgstr "" +msgstr "选择一个服务器及一个群组并使用页眉处的 %s 按钮来订阅它。你也可以使用 %s 按钮来新建一个。" #: [group]help_info3 msgid "Done? You can now publish a new post in the Group by using the %s button." @@ -955,23 +973,23 @@ msgstr "" #: [groups]empty_text1 msgid "You don't have any group subscriptions yet." -msgstr "" +msgstr "您尚未订阅任何群组" #: [groups]empty_text2 msgid "Here you will be able to manage all your subscriptions." -msgstr "" +msgstr "您可以在这里管理您的所有订阅" #: [groups]subscriptions msgid "My Subscriptions" -msgstr "" +msgstr "我的订阅" #: [groups]add msgid "Create a new Group" -msgstr "" +msgstr "创建新群组" #: [groups]name msgid "Group name" -msgstr "" +msgstr "群组名称" #: [groups]name_example msgid "My Little Pony - Fan Club" @@ -979,51 +997,39 @@ msgstr "My Little Pony - Fan Club" #: [groups]created msgid "Group created successfully" -msgstr "" +msgstr "成功建立群组" #: [groups]deleted msgid "Group deleted successfully" -msgstr "" +msgstr "成功删除群组" #: [groups]name_error msgid "Please provide a valid group name (4 characters minimum)" -msgstr "" +msgstr "请输入一个有效的群组名称(最少4个字符)" #: [groups]no_creation msgid "You cannot create a new Group on this server" -msgstr "" +msgstr "您不能在此服务器上建立新群组" #: [groups]sub msgid "%s subscribers" -msgstr "" +msgstr "%s 订阅者" #: [groups]num msgid "%s posts" -msgstr "" +msgstr "%s 帖子" #: [groups]disco_error msgid "This server doesn't exists" -msgstr "" - -#: [menu]all -msgid "All" -msgstr "所有" - -#: [menu]refresh -msgid "Refresh all the streams" -msgstr "刷新所有流" - -#: [menu]me -msgid "My publications" -msgstr "" +msgstr "此服务器不存在" #: [roster]search msgid "Search in your contacts" -msgstr "" +msgstr "在您的联系人中搜索" #: [hello]chat msgid "Go on the Chat page" -msgstr "" +msgstr "转到“聊天”页面" #: [hello]news [page]news msgid "News" @@ -1031,11 +1037,11 @@ msgstr "新闻" #: [hello]news_page msgid "Read all theses articles on the News page" -msgstr "" +msgstr "在“新闻”页面阅读这些文章" #: [hello]blog_title msgid "Visit your public blog" -msgstr "" +msgstr "访问你的公开博客" #: [hello]blog_text msgid "See your public posts and share them with all your contacts" @@ -1043,15 +1049,15 @@ msgstr "" #: [hello]share_title msgid "Universal share button" -msgstr "" +msgstr "通用分享按钮" #: [hello]share_text msgid "Bookmark or drag and drop the following button in your toolbar and use it on all the pages you want to share on Movim" -msgstr "" +msgstr "将下面的按钮加入书签,或者拖放它到你的工具栏中,然后你可以在任何页面上用它来分享页面到 Movim" #: [hello]share_button msgid "Share on Movim" -msgstr "" +msgstr "分享到 Movim" #: [hello]enter_title msgid "Oh! Hello!" @@ -1059,7 +1065,7 @@ msgstr "" #: [hello]enter_paragraph msgid "It seems that you're new there! Welcome on Movim!" -msgstr "" +msgstr "看起来你新加入此处!欢迎来到 Movim!" #: [hello]menu_title msgid "Check the Menu" @@ -1067,11 +1073,11 @@ msgstr "" #: [hello]menu_paragraph msgid "All the main Movim features are accessible there. Don't hesitate to navigate through the pages to discover more!" -msgstr "" +msgstr "Movim 的所有主要特性均可在此访问。请不要犹豫,航越该页面来发现更多东西!" #: [help]faq msgid "Frequently Asked Questions" -msgstr "FAQ" +msgstr "常见问题" #: [banner]title msgid "What do the little banners refer to ?" @@ -1107,7 +1113,7 @@ msgstr "需要查找一些帮助文档?" #: [wiki]button msgid "Read the Wiki" -msgstr "" +msgstr "阅读 Wiki" #: [ml]question msgid "Talk with us by email ?" @@ -1122,32 +1128,32 @@ msgid "Chat with the team ?" msgstr "同开发团队交流?" #: [chatroom]button -msgid "Join the Chatroom" -msgstr "加入聊天室" +msgid "Add the chatroom" +msgstr "" #: [init]location msgid "Location node created" -msgstr "" +msgstr "位置节点已创建" #: [init]bookmark msgid "Bookmark node created" -msgstr "" +msgstr "书签节点已创建" #: [init]vcard4 msgid "Profile node created" -msgstr "" +msgstr "档案节点已创建" #: [init]avatar msgid "Avatar node created" -msgstr "" +msgstr "头像节点已创建" #: [init]subscriptions msgid "Subscriptions node created" -msgstr "" +msgstr "订阅节点已创建" #: [init]microblog msgid "Microblog node created" -msgstr "" +msgstr "微博节点已创建" #: [location]title msgid "Location" @@ -1167,7 +1173,7 @@ msgstr "更新我的位置" #: [login_anonymous]bad_username msgid "Bad nickname (between 4 and 40 characters)" -msgstr "" +msgstr "不良昵称 (需在4到40字符之间)" #: [error]username msgid "Wrong username" @@ -1208,16 +1214,12 @@ msgstr "创建账户成功" #: [error]xmpp_unauthorized msgctxt "[error]xmpp_unauthorized" msgid "Your XMPP server is unauthorized" -msgstr "" +msgstr "你的XMPP服务没有被授权" #: [error]mec_error msgid "The server takes too much time to respond" msgstr "服务器未响应" -#: [error]too_old -msgid "Your web browser is too old to use with Movim." -msgstr "您的浏览器太老不支持Movim" - #: [error]websocket msgid "Movim cannot talk with the server, please try again later (Websocket connection error)" msgstr "Movim无法连接服务器, 请稍后重试(WebSocket连接错误)" @@ -1236,20 +1238,20 @@ msgstr "未知错误" #: [error]login_format msgid "Invalid username format" -msgstr "" +msgstr "无效用户名格式" #: [error]password_format msgid "Invalid password format" -msgstr "" +msgstr "无效密码格式" #: [error]unauthorized msgctxt "[error]unauthorized" msgid "Your XMPP server is unauthorized" -msgstr "" +msgstr "你的XMPP服务没有被授权" #: [error]conflict msgid "A Movim session is already open on an other device" -msgstr "" +msgstr "一个 Movim 会话已在其他设备上开启" #: [error]wrong_account msgid "Movim failed to authenticate. You entered wrong data" @@ -1281,7 +1283,7 @@ msgstr "还没有账户 ?" #: [form]whitelist.info msgid "You can login with accounts from theses servers" -msgstr "" +msgstr "你可以使用这些服务器的账号来登录" #: [form]connected msgid "Connected" @@ -1293,20 +1295,24 @@ msgstr "" #: [menu]empty_title msgid "No news yet..." -msgstr "" +msgstr "尚无新闻" #: [menu]empty msgid "Welcome on your news feed, here you will see all the posts published by your contacts and in the groups you have subscribed." msgstr "" #: [menu]refresh -msgid "Refreshing all the streams" -msgstr "正在刷行所有流" +msgid "Refresh all the streams" +msgstr "刷新所有流" #: [menu]public msgid "This post is public" msgstr "" +#: [menu]all +msgid "All" +msgstr "所有" + #: [affiliations]title msgid "Manage your members" msgstr "管理你的成员" @@ -1333,35 +1339,31 @@ msgstr "增加此订阅" #: [subscriptions]saved msgid "Subscriptions saved" -msgstr "" +msgstr "订阅已保存" #: [notifs]title msgid "Pending Invitations" -msgstr "" +msgstr "待处理的邀请" #: [notifs]wants_to_talk msgid "%s wants to talk with you" msgstr "%s 想同您聊天" -#: [notifs]manage -msgid "Manage" -msgstr "管理" - #: [post]news_feed msgid "News Feed" msgstr "新闻订阅" #: [post]placeholder msgid "Discover and register to the groups you are interested in" -msgstr "" +msgstr "发现并注册到你感兴趣的群组中" #: [post]content [post]content_label msgid "Content" -msgstr "" +msgstr "内容" #: [post]published msgid "Post published" -msgstr "" +msgstr "贴子已发布" #: [post]deleted msgid "Post deleted" @@ -1377,7 +1379,7 @@ msgstr "" #: [post]new [publish]new msgid "New post" -msgstr "" +msgstr "新帖子" #: [post]repost msgid "This is a re-post from %s" @@ -1385,18 +1387,18 @@ msgstr "" #: [post]repost_profile msgid "See %s profile" -msgstr "" +msgstr "查看 %s 档案" #: [post]public msgid "Publish this post publicly?" msgstr "" -#: [post]blog_add -msgid "Post published on your blog" +#: [post]public_yes +msgid "This post is now public" msgstr "" -#: [post]blog_remove -msgid "Post removed from your blog" +#: [post]public_no +msgid "This post is now private" msgstr "" #: [post]delete_title [post]delete @@ -1407,13 +1409,17 @@ msgstr "删除我的帖子" msgid "You are going to delete this post, please confirm your action" msgstr "您将移除以下的帖子, 请确认." +#: [post]discover +msgid "Discover more articles on the Groups page" +msgstr "" + #: [post]comments_disabled msgid "Comments disabled" -msgstr "" +msgstr "评论已禁用" #: [post]comment_published msgid "Comment published" -msgstr "" +msgstr "评论已发布" #: [status]disconnect msgid "Disconnect" @@ -1449,15 +1455,15 @@ msgstr "帮助" #: [post]help_more msgid "More help" -msgstr "" +msgstr "更多帮助" #: [post]help_manual msgid "Markdown syntax manual" -msgstr "" +msgstr "Markdown 语法手册" #: [post]content_text msgid "You can format your content using Markdown" -msgstr "" +msgstr "你可以使用 Markdown 来格式化内容" #: [post]link msgid "Link" @@ -1465,31 +1471,31 @@ msgstr "连接" #: [post]tags msgid "Tags" -msgstr "" +msgstr "标签" #: [post]gallery msgid "This picture will be added to your gallery" -msgstr "" - -#: [post]embed_tip -msgid "You can also use services like Imgur or Flickr to host your picture and paste the link here." -msgstr "" +msgstr "该图片将被加到你的相册中" #: [publish]valid_url msgid "Please enter a valid url" -msgstr "" +msgstr "请输入一个有效的URL" #: [publish]no_content_preview msgid "No content to preview" -msgstr "" +msgstr "无内容可预览" #: [publish]no_title msgid "Please provide a title" +msgstr "请提供一个标题" + +#: [publish]edit +msgid "Edit post" msgstr "" #: [publish]title msgid "Publish" -msgstr "" +msgstr "发布" #: [publish]attach msgid "Add a file or a picture to your post" @@ -1501,7 +1507,7 @@ msgstr "" #: [publish]form_filled msgid "Some fields have been filled in. Do you still want to go back and loose their content?" -msgstr "" +msgstr "一些字段已被填写。你坚持要后退并丢弃这些内容么?" #: [publish]add_text msgid "Click here to add some text to your publication" @@ -1509,7 +1515,7 @@ msgstr "" #: [publish]add_text_label msgid "Add some text" -msgstr "" +msgstr "添加一些文字" #: [public_groups]shared msgid "Shared" @@ -1525,11 +1531,11 @@ msgstr "添加一个聊天室" #: [rooms]empty_text1 msgid "You don't have any chatroom yet." -msgstr "" +msgstr "你尚未拥有任何聊天室。" #: [rooms]empty_text2 msgid "Add one by clicking on the add button." -msgstr "" +msgstr "点击新建按钮来添加一个。" #: [chatrooms]title msgid "Chatrooms" @@ -1549,7 +1555,7 @@ msgstr "请输入正确的昵称(2到40个字母)" #: [chatrooms]conflict msgid "Username already taken" -msgstr "" +msgstr "用户名已被使用" #: [room]anonymous_title msgid "Public chatroom" @@ -1557,7 +1563,7 @@ msgstr "公共聊天室" #: [room]no_room msgid "Please provide a room address" -msgstr "" +msgstr "请提供一个聊天室地址" #: [room]anonymous_text1 msgid "You are currently logued as an anonymous user." @@ -1565,7 +1571,7 @@ msgstr "" #: [room]anonymous_text2 msgid "You can join using your own account or create one on the login page by loging out using the cross in the top-right corner." -msgstr "" +msgstr "你可以使用你自己的账号或新建一个来登录,只需要登出并使用右上角的十字。" #: [room]anonymous_login msgid "Login on %s" @@ -1605,7 +1611,7 @@ msgstr "没联系人" #: [roster]no_contacts_text msgid "You can add one using the + button bellow" -msgstr "" +msgstr "你可以使用下面的加号按钮来添加一个" #: [roster]show_hide msgid "Show/Hide" @@ -1641,7 +1647,7 @@ msgstr "搜索" #: [share]error msgid "This is not a valid url" -msgstr "" +msgstr "这不是一个有效的 URL" #: [share]success msgid "Sharing the URL" @@ -1653,11 +1659,11 @@ msgstr "统计" #: [statistics]since msgid "Since" -msgstr "" +msgstr "自" #: [statistics]sessions msgid "Sessions" -msgstr "" +msgstr "会话" #: [statistics]monthly_sub msgid "Monthly Subscriptions" @@ -1775,15 +1781,15 @@ msgstr "" #: [visio]calling msgid "Is calling you" -msgstr "" +msgstr "在呼叫你" #: [visio]call msgid "Call" -msgstr "" +msgstr "呼叫" #: [visio]hang_up msgid "Hang up" -msgstr "" +msgstr "挂断" #: [visio]connection msgid "Connection" @@ -1859,7 +1865,7 @@ msgstr "Feed" #: [page]gallery msgid "Gallery" -msgstr "" +msgstr "相册" #: [page]visio msgid "Visio-conference" @@ -1871,12 +1877,16 @@ msgstr "" #: [page]share msgid "Share" -msgstr "" +msgstr "分享" #: [page]room msgid "Room" msgstr "" +#: [page]tag +msgid "Tag" +msgstr "" + #: [error]error msgid "Error: %s" msgstr "错误: %s" @@ -1923,7 +1933,7 @@ msgstr "%s - 管理员面板" #: [title]blog msgid "%s - Blog" -msgstr "" +msgstr "%s - 博客" #: [title]configuration msgid "%s - Configuration" @@ -1951,7 +1961,7 @@ msgstr "%s - 欢迎来到 MOVIM" #: [title]media msgid "%s - Media" -msgstr "" +msgstr "%s - 媒体" #: [title]news msgid "%s - News" @@ -1959,11 +1969,11 @@ msgstr "%s - 新闻" #: [title]node_configuration msgid "%s - Group Configuration" -msgstr "" +msgstr "%s - 群组配置" #: [title]node msgid "%s - Group" -msgstr "" +msgstr "%s - 群组" #: [title]not_found msgid "%s - 404" @@ -2657,7 +2667,7 @@ msgstr "没有内容" #: [post]no_comments msgid "No comments yet" -msgstr "" +msgstr "尚无评论" #: [post]no_comments_stream msgid "No comments stream" @@ -2729,4 +2739,4 @@ msgstr "API无法连接, 请稍后重试" #: [field]type_here msgid "Type here" -msgstr "" +msgstr "在此输入" From c6eafea9c4775bf4f046727ead174fdb40838d23 Mon Sep 17 00:00:00 2001 From: Xavier ROOT Date: Thu, 7 Jan 2016 10:46:40 +0100 Subject: [PATCH 4/6] removed skipped_uris, sed DisconnectController.php instead --- CHANGELOG | 5 +++++ scripts/install | 3 ++- scripts/upgrade | 3 ++- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index d73fa68..4460de8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,6 +2,11 @@ 1.5 ? - Update to movim 0.9 git2016-01-06 +- fix #16 (Installing movim crashes agendav) because of bad ssowatconf/regex +- script/install : removed skipped_uris +- script/install : sed DisconnectController.php to avoid redirect to ?login after ?disconnect +- script/upgrade : removed skipped_uris +- script/upgrade : sed DisconnectController.php to avoid redirect to ?login after ?disconnect 1.4 2015-12-28 - IMPORTANT (upgrades only): public pod option has been removed and replaced by SSO option. diff --git a/scripts/install b/scripts/install index 6656fde..16b0809 100644 --- a/scripts/install +++ b/scripts/install @@ -132,7 +132,8 @@ then sudo su -c "cd $final_path && php mud.php config xmppwhitelist:$domain" movim else sudo yunohost app setting movim unprotected_uris -v "/" - sudo yunohost app setting movim skipped_regex -v "login" + # Next line is to avoid SSO to auto-connect just after disconnect + sudo sed -i "s@redirect('login')@redirect('')@g" $final_path/app/controllers/DisconnectController.php sudo yunohost app ssowatconf fi diff --git a/scripts/upgrade b/scripts/upgrade index 7bec796..a55af34 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -66,7 +66,8 @@ then sudo su -c "cd $final_path && php mud.php config xmppwhitelist:$domain" movim else sudo yunohost app setting movim unprotected_uris -v "/" - sudo yunohost app setting movim skipped_regex -v "login" + # Next line is to avoid SSO to auto-connect just after disconnect + sudo sed -i "s@redirect('login')@redirect('')@g" $final_path/app/controllers/DisconnectController.php sudo yunohost app ssowatconf fi From f14ca32bcc0bb357102f77409d93e7079ab17f35 Mon Sep 17 00:00:00 2001 From: Xavier ROOT Date: Thu, 7 Jan 2016 10:48:45 +0100 Subject: [PATCH 5/6] upgrade to movim 0.9 git2016-01-07 --- CHANGELOG | 2 +- README.md | 2 +- sources/app/widgets/Blog/Blog.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 4460de8..cd08b4a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,7 @@ **Changelog** 1.5 ? -- Update to movim 0.9 git2016-01-06 +- Update to movim 0.9 git2016-01-07 - fix #16 (Installing movim crashes agendav) because of bad ssowatconf/regex - script/install : removed skipped_uris - script/install : sed DisconnectController.php to avoid redirect to ?login after ?disconnect diff --git a/README.md b/README.md index 28935c5..88811e4 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Movim is a decentralized social network, written in PHP and HTML5 and based on t It is recommended to use a "valid" certificate to use Movim, auto-signed is sometimes problematic. You might want to take a look a StartSSL or Let's Encrypt. -Provided Movim version : 0.9 git2015-12-28 +Provided Movim version : 0.9 git2015-01-07 Please read CHANGELOG. diff --git a/sources/app/widgets/Blog/Blog.php b/sources/app/widgets/Blog/Blog.php index 4058b37..8b2fc7f 100644 --- a/sources/app/widgets/Blog/Blog.php +++ b/sources/app/widgets/Blog/Blog.php @@ -52,7 +52,7 @@ class Blog extends WidgetBase { $pd = new \modl\PostnDAO(); if($this->_id = $this->get('i')) { - if(Validator::intType()->between(1, 100)->validate((int)$this->_id)) { + if(Validator::stringType()->between('1', '100')->validate($this->_id)) { if(isset($this->_tag)) { $this->_messages = $pd->getPublicTag($this->get('t'), $this->_id * $this->_paging, $this->_paging + 1); } else { From 836204e2a8b345f7345bc3189f17bfd2e7f144d1 Mon Sep 17 00:00:00 2001 From: Xavier ROOT Date: Wed, 13 Jan 2016 11:44:12 +0100 Subject: [PATCH 6/6] fix CHANGELOG --- CHANGELOG | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index cd08b4a..b75c4d7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,8 +1,8 @@ **Changelog** -1.5 ? +1.5 2016-01-13 - Update to movim 0.9 git2016-01-07 -- fix #16 (Installing movim crashes agendav) because of bad ssowatconf/regex +- fix #16 (Installing movim crashes agendav) - script/install : removed skipped_uris - script/install : sed DisconnectController.php to avoid redirect to ?login after ?disconnect - script/upgrade : removed skipped_uris