\n"
+"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: appnet.php:39
+msgid "Permission denied."
+msgstr "Zugriff verweigert."
+
+#: appnet.php:73
+msgid "You are now authenticated to app.net. "
+msgstr "Du bist nun auf app.net authentifiziert."
+
+#: appnet.php:77
+msgid "Error fetching token. Please try again.
"
+msgstr "Fehler beim Holen des Tokens, bitte versuche es später noch einmal.
"
+
+#: appnet.php:80
+msgid "return to the connector page"
+msgstr "zurück zur Connector Seite"
+
+#: appnet.php:94
+msgid "Post to app.net"
+msgstr "Nach app.net senden"
+
+#: appnet.php:125 appnet.php:129
+msgid "App.net Export"
+msgstr "App.net Export"
+
+#: appnet.php:142
+msgid "Currently connected to: "
+msgstr "Momentan verbunden mit: "
+
+#: appnet.php:144
+msgid "Enable App.net Post Plugin"
+msgstr "Veröffentlichungen bei App.net erlauben"
+
+#: appnet.php:149
+msgid "Post to App.net by default"
+msgstr "Standardmäßig bei App.net veröffentlichen"
+
+#: appnet.php:153
+msgid "Import the remote timeline"
+msgstr "Importiere die entfernte Zeitleiste"
+
+#: appnet.php:159
+msgid ""
+"Error fetching user profile. Please clear the configuration and try "
+"again.
"
+msgstr "Beim Laden des Nutzerprofils ist ein Fehler aufgetreten. Bitte versuche es später noch einmal.
"
+
+#: appnet.php:164
+msgid "You have two ways to connect to App.net.
"
+msgstr "Du hast zwei Wege deinen friendica Account mit App.net zu verbinden.
"
+
+#: appnet.php:166
+msgid ""
+"First way: Register an application at https://account.app.net/developer/apps/"
+" and enter Client ID and Client Secret. "
+msgstr "
Erster Weg: Registriere eine Anwendung unter https://account.app.net/developer/apps/ und wähle eine Client ID und ein Client Secret."
+
+#: appnet.php:167
+#, php-format
+msgid "Use '%s' as Redirect URI
"
+msgstr "Verwende '%s' als Redirect URI
"
+
+#: appnet.php:169
+msgid "Client ID"
+msgstr "Client ID"
+
+#: appnet.php:173
+msgid "Client Secret"
+msgstr "Client Secret"
+
+#: appnet.php:177
+msgid ""
+"
Second way: fetch a token at http://dev-lite.jonathonduerig.com/. "
+msgstr "
Zweiter Weg: Beantrage ein Token unter http://dev-lite.jonathonduerig.com/. "
+
+#: appnet.php:178
+msgid ""
+"Set these scopes: 'Basic', 'Stream', 'Write Post', 'Public Messages', "
+"'Messages'.
"
+msgstr "Verwende folgende Scopes: 'Basic', 'Stream', 'Write Post', 'Public Messages', 'Messages'."
+
+#: appnet.php:180
+msgid "Token"
+msgstr "Token"
+
+#: appnet.php:192
+msgid "Sign in using App.net"
+msgstr "Per App.net anmelden"
+
+#: appnet.php:197
+msgid "Clear OAuth configuration"
+msgstr "OAuth Konfiguration löschen"
+
+#: appnet.php:204
+msgid "Save Settings"
+msgstr "Einstellungen speichern"
diff --git a/appnet/lang/de/strings.php b/appnet/lang/de/strings.php
new file mode 100644
index 000000000..da80cf7c3
--- /dev/null
+++ b/appnet/lang/de/strings.php
@@ -0,0 +1,29 @@
+strings["Permission denied."] = "Zugriff verweigert.";
+$a->strings["You are now authenticated to app.net. "] = "Du bist nun auf app.net authentifiziert.";
+$a->strings["Error fetching token. Please try again.
"] = "Fehler beim Holen des Tokens, bitte versuche es später noch einmal.
";
+$a->strings["return to the connector page"] = "zurück zur Connector Seite";
+$a->strings["Post to app.net"] = "Nach app.net senden";
+$a->strings["App.net Export"] = "App.net Export";
+$a->strings["Currently connected to: "] = "Momentan verbunden mit: ";
+$a->strings["Enable App.net Post Plugin"] = "Veröffentlichungen bei App.net erlauben";
+$a->strings["Post to App.net by default"] = "Standardmäßig bei App.net veröffentlichen";
+$a->strings["Import the remote timeline"] = "Importiere die entfernte Zeitleiste";
+$a->strings["Error fetching user profile. Please clear the configuration and try again.
"] = "Beim Laden des Nutzerprofils ist ein Fehler aufgetreten. Bitte versuche es später noch einmal.
";
+$a->strings["You have two ways to connect to App.net.
"] = "Du hast zwei Wege deinen friendica Account mit App.net zu verbinden.
";
+$a->strings["First way: Register an application at https://account.app.net/developer/apps/ and enter Client ID and Client Secret. "] = "
Erster Weg: Registriere eine Anwendung unter https://account.app.net/developer/apps/ und wähle eine Client ID und ein Client Secret.";
+$a->strings["Use '%s' as Redirect URI
"] = "Verwende '%s' als Redirect URI
";
+$a->strings["Client ID"] = "Client ID";
+$a->strings["Client Secret"] = "Client Secret";
+$a->strings["
Second way: fetch a token at http://dev-lite.jonathonduerig.com/. "] = "
Zweiter Weg: Beantrage ein Token unter http://dev-lite.jonathonduerig.com/. ";
+$a->strings["Set these scopes: 'Basic', 'Stream', 'Write Post', 'Public Messages', 'Messages'.
"] = "Verwende folgende Scopes: 'Basic', 'Stream', 'Write Post', 'Public Messages', 'Messages'.";
+$a->strings["Token"] = "Token";
+$a->strings["Sign in using App.net"] = "Per App.net anmelden";
+$a->strings["Clear OAuth configuration"] = "OAuth Konfiguration löschen";
+$a->strings["Save Settings"] = "Einstellungen speichern";
diff --git a/appnet/lang/ro/messages.po b/appnet/lang/ro/messages.po
new file mode 100644
index 000000000..a9c5242f5
--- /dev/null
+++ b/appnet/lang/ro/messages.po
@@ -0,0 +1,117 @@
+# ADDON appnet
+# Copyright (C)
+# This file is distributed under the same license as the Friendica appnet addon package.
+#
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 11:47+0200\n"
+"PO-Revision-Date: 2014-07-08 11:40+0000\n"
+"Last-Translator: Arian - Cazare Muncitori \n"
+"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ro_RO\n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
+
+#: appnet.php:39
+msgid "Permission denied."
+msgstr "Permisiune refuzată."
+
+#: appnet.php:73
+msgid "You are now authenticated to app.net. "
+msgstr "Acum sunteți autentificat pe App.net."
+
+#: appnet.php:77
+msgid "Error fetching token. Please try again.
"
+msgstr "Eroare la procesarea token-ului. Vă rugăm să reîncercați.
"
+
+#: appnet.php:80
+msgid "return to the connector page"
+msgstr "revenire la pagina de conectare"
+
+#: appnet.php:94
+msgid "Post to app.net"
+msgstr "Postați pe App.net"
+
+#: appnet.php:125 appnet.php:129
+msgid "App.net Export"
+msgstr "Exportare pe App.net"
+
+#: appnet.php:142
+msgid "Currently connected to: "
+msgstr "Conectat curent la:"
+
+#: appnet.php:144
+msgid "Enable App.net Post Plugin"
+msgstr "Activare Modul Postare pe App.net"
+
+#: appnet.php:149
+msgid "Post to App.net by default"
+msgstr "Postați implicit pe App.net"
+
+#: appnet.php:153
+msgid "Import the remote timeline"
+msgstr "Importare cronologie la distanță"
+
+#: appnet.php:159
+msgid ""
+"Error fetching user profile. Please clear the configuration and try "
+"again.
"
+msgstr "Eroare la procesarea profilului de utilizator. Vă rugăm să ștergeți configurarea şi apoi reîncercați.
"
+
+#: appnet.php:164
+msgid "You have two ways to connect to App.net.
"
+msgstr "Aveți două modalități de a vă conecta la App.net.
"
+
+#: appnet.php:166
+msgid ""
+"First way: Register an application at https://account.app.net/developer/apps/"
+" and enter Client ID and Client Secret. "
+msgstr "
Prima modalitate: Înregistrați o cerere pe https://account.app.net/developer/apps/ şi introduceți ID Client şi Cheia Secretă Client."
+
+#: appnet.php:167
+#, php-format
+msgid "Use '%s' as Redirect URI
"
+msgstr "Utilizați '%s' ca URI de Redirecţionare
"
+
+#: appnet.php:169
+msgid "Client ID"
+msgstr "ID Client"
+
+#: appnet.php:173
+msgid "Client Secret"
+msgstr "Cheia Secretă Client"
+
+#: appnet.php:177
+msgid ""
+"
Second way: fetch a token at http://dev-lite.jonathonduerig.com/. "
+msgstr "
A doua cale: autorizați un indicativ de acces token de pe http://dev-lite.jonathonduerig.com/ ."
+
+#: appnet.php:178
+msgid ""
+"Set these scopes: 'Basic', 'Stream', 'Write Post', 'Public Messages', "
+"'Messages'.
"
+msgstr "Stabiliți aceste scopuri: 'De Bază', 'Flux', 'Scriere Postare', 'Mesaje Publice', 'Mesaje'."
+
+#: appnet.php:180
+msgid "Token"
+msgstr "Token"
+
+#: appnet.php:192
+msgid "Sign in using App.net"
+msgstr "Autentificați-vă utilizând App.net"
+
+#: appnet.php:197
+msgid "Clear OAuth configuration"
+msgstr "Ștergeți configurările OAuth"
+
+#: appnet.php:204
+msgid "Save Settings"
+msgstr "Salvare Configurări"
diff --git a/appnet/lang/ro/strings.php b/appnet/lang/ro/strings.php
new file mode 100644
index 000000000..fa8d139d5
--- /dev/null
+++ b/appnet/lang/ro/strings.php
@@ -0,0 +1,29 @@
+19)||(($n%100==0)&&($n!=0)))?2:1));;
+}}
+;
+$a->strings["Permission denied."] = "Permisiune refuzată.";
+$a->strings["You are now authenticated to app.net. "] = "Acum sunteți autentificat pe App.net.";
+$a->strings["Error fetching token. Please try again.
"] = "Eroare la procesarea token-ului. Vă rugăm să reîncercați.
";
+$a->strings["return to the connector page"] = "revenire la pagina de conectare";
+$a->strings["Post to app.net"] = "Postați pe App.net";
+$a->strings["App.net Export"] = "Exportare pe App.net";
+$a->strings["Currently connected to: "] = "Conectat curent la:";
+$a->strings["Enable App.net Post Plugin"] = "Activare Modul Postare pe App.net";
+$a->strings["Post to App.net by default"] = "Postați implicit pe App.net";
+$a->strings["Import the remote timeline"] = "Importare cronologie la distanță";
+$a->strings["Error fetching user profile. Please clear the configuration and try again.
"] = "Eroare la procesarea profilului de utilizator. Vă rugăm să ștergeți configurarea şi apoi reîncercați.
";
+$a->strings["You have two ways to connect to App.net.
"] = "Aveți două modalități de a vă conecta la App.net.
";
+$a->strings["First way: Register an application at https://account.app.net/developer/apps/ and enter Client ID and Client Secret. "] = "
Prima modalitate: Înregistrați o cerere pe https://account.app.net/developer/apps/ şi introduceți ID Client şi Cheia Secretă Client.";
+$a->strings["Use '%s' as Redirect URI
"] = "Utilizați '%s' ca URI de Redirecţionare
";
+$a->strings["Client ID"] = "ID Client";
+$a->strings["Client Secret"] = "Cheia Secretă Client";
+$a->strings["
Second way: fetch a token at http://dev-lite.jonathonduerig.com/. "] = "
A doua cale: autorizați un indicativ de acces token de pe http://dev-lite.jonathonduerig.com/ .";
+$a->strings["Set these scopes: 'Basic', 'Stream', 'Write Post', 'Public Messages', 'Messages'.
"] = "Stabiliți aceste scopuri: 'De Bază', 'Flux', 'Scriere Postare', 'Mesaje Publice', 'Mesaje'.";
+$a->strings["Token"] = "Token";
+$a->strings["Sign in using App.net"] = "Autentificați-vă utilizând App.net";
+$a->strings["Clear OAuth configuration"] = "Ștergeți configurările OAuth";
+$a->strings["Save Settings"] = "Salvare Configurări";
diff --git a/appnetpost/lang/C/messages.po b/appnetpost/lang/C/messages.po
new file mode 100644
index 000000000..4778c497e
--- /dev/null
+++ b/appnetpost/lang/C/messages.po
@@ -0,0 +1,38 @@
+# ADDON appnetpost
+# Copyright (C)
+# This file is distributed under the same license as the Friendica appnetpost addon package.
+#
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 11:47+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME \n"
+"Language-Team: LANGUAGE \n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: appnetpost.php:37
+msgid "Post to app.net"
+msgstr ""
+
+#: appnetpost.php:59 appnetpost.php:63
+msgid "App.net Export"
+msgstr ""
+
+#: appnetpost.php:67
+msgid "Enable App.net Post Plugin"
+msgstr ""
+
+#: appnetpost.php:72
+msgid "Post to App.net by default"
+msgstr ""
+
+#: appnetpost.php:78
+msgid "Save Settings"
+msgstr ""
diff --git a/appnetpost/lang/cs/messages.po b/appnetpost/lang/cs/messages.po
new file mode 100644
index 000000000..9490c5fba
--- /dev/null
+++ b/appnetpost/lang/cs/messages.po
@@ -0,0 +1,40 @@
+# ADDON appnetpost
+# Copyright (C)
+# This file is distributed under the same license as the Friendica appnetpost addon package.
+#
+#
+# Translators:
+# Michal Šupler , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 11:47+0200\n"
+"PO-Revision-Date: 2014-07-02 15:25+0000\n"
+"Last-Translator: Michal Šupler \n"
+"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: appnetpost.php:37
+msgid "Post to app.net"
+msgstr "Poslat příspěvek na app.net"
+
+#: appnetpost.php:59 appnetpost.php:63
+msgid "App.net Export"
+msgstr "App.net Export"
+
+#: appnetpost.php:67
+msgid "Enable App.net Post Plugin"
+msgstr "Aktivovat App.net Post Plugin"
+
+#: appnetpost.php:72
+msgid "Post to App.net by default"
+msgstr "Defaultně poslat na App.net"
+
+#: appnetpost.php:78
+msgid "Save Settings"
+msgstr "Uložit Nastavení"
diff --git a/appnetpost/lang/cs/strings.php b/appnetpost/lang/cs/strings.php
new file mode 100644
index 000000000..231a7c63c
--- /dev/null
+++ b/appnetpost/lang/cs/strings.php
@@ -0,0 +1,12 @@
+=2 && $n<=4) ? 1 : 2;;
+}}
+;
+$a->strings["Post to app.net"] = "Poslat příspěvek na app.net";
+$a->strings["App.net Export"] = "App.net Export";
+$a->strings["Enable App.net Post Plugin"] = "Aktivovat App.net Post Plugin";
+$a->strings["Post to App.net by default"] = "Defaultně poslat na App.net";
+$a->strings["Save Settings"] = "Uložit Nastavení";
diff --git a/appnetpost/lang/de/messages.po b/appnetpost/lang/de/messages.po
new file mode 100644
index 000000000..368b8da7f
--- /dev/null
+++ b/appnetpost/lang/de/messages.po
@@ -0,0 +1,40 @@
+# ADDON appnetpost
+# Copyright (C)
+# This file is distributed under the same license as the Friendica appnetpost addon package.
+#
+#
+# Translators:
+# bavatar , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 11:47+0200\n"
+"PO-Revision-Date: 2014-07-03 05:42+0000\n"
+"Last-Translator: bavatar \n"
+"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: appnetpost.php:37
+msgid "Post to app.net"
+msgstr "Bei app.net veröffentlichen"
+
+#: appnetpost.php:59 appnetpost.php:63
+msgid "App.net Export"
+msgstr "App.net Export"
+
+#: appnetpost.php:67
+msgid "Enable App.net Post Plugin"
+msgstr "Veröffentlichungen bei App.net erlauben"
+
+#: appnetpost.php:72
+msgid "Post to App.net by default"
+msgstr "Standardmäßig bei App.net veröffentlichen"
+
+#: appnetpost.php:78
+msgid "Save Settings"
+msgstr "Einstellungen speichern"
diff --git a/appnetpost/lang/de/strings.php b/appnetpost/lang/de/strings.php
new file mode 100644
index 000000000..7925d92ee
--- /dev/null
+++ b/appnetpost/lang/de/strings.php
@@ -0,0 +1,12 @@
+strings["Post to app.net"] = "Bei app.net veröffentlichen";
+$a->strings["App.net Export"] = "App.net Export";
+$a->strings["Enable App.net Post Plugin"] = "Veröffentlichungen bei App.net erlauben";
+$a->strings["Post to App.net by default"] = "Standardmäßig bei App.net veröffentlichen";
+$a->strings["Save Settings"] = "Einstellungen speichern";
diff --git a/appnetpost/lang/ro/messages.po b/appnetpost/lang/ro/messages.po
new file mode 100644
index 000000000..dbe562207
--- /dev/null
+++ b/appnetpost/lang/ro/messages.po
@@ -0,0 +1,39 @@
+# ADDON appnetpost
+# Copyright (C)
+# This file is distributed under the same license as the Friendica appnetpost addon package.
+#
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 11:47+0200\n"
+"PO-Revision-Date: 2014-07-08 11:41+0000\n"
+"Last-Translator: Arian - Cazare Muncitori \n"
+"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ro_RO\n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
+
+#: appnetpost.php:37
+msgid "Post to app.net"
+msgstr "Postați pe App.net"
+
+#: appnetpost.php:59 appnetpost.php:63
+msgid "App.net Export"
+msgstr "Exportare pe App.net"
+
+#: appnetpost.php:67
+msgid "Enable App.net Post Plugin"
+msgstr "Activare Modul Postare pe App.net"
+
+#: appnetpost.php:72
+msgid "Post to App.net by default"
+msgstr "Postați implicit pe App.net"
+
+#: appnetpost.php:78
+msgid "Save Settings"
+msgstr "Salvare Configurări"
diff --git a/appnetpost/lang/ro/strings.php b/appnetpost/lang/ro/strings.php
new file mode 100644
index 000000000..176f6c882
--- /dev/null
+++ b/appnetpost/lang/ro/strings.php
@@ -0,0 +1,12 @@
+19)||(($n%100==0)&&($n!=0)))?2:1));;
+}}
+;
+$a->strings["Post to app.net"] = "Postați pe App.net";
+$a->strings["App.net Export"] = "Exportare pe App.net";
+$a->strings["Enable App.net Post Plugin"] = "Activare Modul Postare pe App.net";
+$a->strings["Post to App.net by default"] = "Postați implicit pe App.net";
+$a->strings["Save Settings"] = "Salvare Configurări";
diff --git a/blackout/lang/C/messages.po b/blackout/lang/C/messages.po
index 76e9d69de..d67af05ef 100644
--- a/blackout/lang/C/messages.po
+++ b/blackout/lang/C/messages.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-02-27 05:01-0500\n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"
@@ -18,5 +18,32 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
#: blackout.php:99
-msgid "Submit"
+msgid "Save Settings"
+msgstr ""
+
+#: blackout.php:100
+msgid "Redirect URL"
+msgstr ""
+
+#: blackout.php:100
+msgid "all your visitors from the web will be redirected to this URL"
+msgstr ""
+
+#: blackout.php:101
+msgid "Begin of the Blackout"
+msgstr ""
+
+#: blackout.php:101
+msgid ""
+"format is YYYY year, MM month, DD day, hh"
+"em> hour and mm minute"
+msgstr ""
+
+#: blackout.php:102
+msgid "End of the Blackout"
+msgstr ""
+
+#: blackout.php:108
+msgid ""
+"The end-date is prior to the start-date of the blackout, you should fix this."
msgstr ""
diff --git a/blackout/lang/cs/messages.po b/blackout/lang/cs/messages.po
new file mode 100644
index 000000000..1fa459afa
--- /dev/null
+++ b/blackout/lang/cs/messages.po
@@ -0,0 +1,52 @@
+# ADDON blackout
+# Copyright (C)
+# This file is distributed under the same license as the Friendica blackout addon package.
+#
+#
+# Translators:
+# Michal Šupler , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-02 15:28+0000\n"
+"Last-Translator: Michal Šupler \n"
+"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: blackout.php:99
+msgid "Save Settings"
+msgstr "Uložit Nastavení"
+
+#: blackout.php:100
+msgid "Redirect URL"
+msgstr "URL Přesměrování"
+
+#: blackout.php:100
+msgid "all your visitors from the web will be redirected to this URL"
+msgstr "všichni vaši návštěvníci z webu budou přesměrování na tuto URL adresu"
+
+#: blackout.php:101
+msgid "Begin of the Blackout"
+msgstr "Zahájení odstávky"
+
+#: blackout.php:101
+msgid ""
+"format is YYYY year, MM month, DD day, "
+"hh hour and mm minute"
+msgstr "formát je RRRR rok, MM měsíc, DD den, hh hodina a mm minuta"
+
+#: blackout.php:102
+msgid "End of the Blackout"
+msgstr "Konec odstávky"
+
+#: blackout.php:108
+msgid ""
+"The end-date is prior to the start-date of the blackout, you should fix "
+"this."
+msgstr "Datum konce odstávky je před datem zahájení odstávky prosím opravte to."
diff --git a/blackout/lang/cs/strings.php b/blackout/lang/cs/strings.php
index ae3080c1c..6bca0c651 100644
--- a/blackout/lang/cs/strings.php
+++ b/blackout/lang/cs/strings.php
@@ -1,3 +1,14 @@
-strings["Submit"] = "Odeslat";
+=2 && $n<=4) ? 1 : 2;;
+}}
+;
+$a->strings["Save Settings"] = "Uložit Nastavení";
+$a->strings["Redirect URL"] = "URL Přesměrování";
+$a->strings["all your visitors from the web will be redirected to this URL"] = "všichni vaši návštěvníci z webu budou přesměrování na tuto URL adresu";
+$a->strings["Begin of the Blackout"] = "Zahájení odstávky";
+$a->strings["format is YYYY year, MM month, DD day, hh hour and mm minute"] = "formát je RRRR rok, MM měsíc, DD den, hh hodina a mm minuta";
+$a->strings["End of the Blackout"] = "Konec odstávky";
+$a->strings["The end-date is prior to the start-date of the blackout, you should fix this."] = "Datum konce odstávky je před datem zahájení odstávky prosím opravte to.";
diff --git a/blackout/lang/de/messages.po b/blackout/lang/de/messages.po
new file mode 100644
index 000000000..e0ff33e37
--- /dev/null
+++ b/blackout/lang/de/messages.po
@@ -0,0 +1,52 @@
+# ADDON blackout
+# Copyright (C)
+# This file is distributed under the same license as the Friendica blackout addon package.
+#
+#
+# Translators:
+# bavatar , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-06-26 07:33+0000\n"
+"Last-Translator: bavatar \n"
+"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: blackout.php:99
+msgid "Save Settings"
+msgstr "Einstellungen speichern"
+
+#: blackout.php:100
+msgid "Redirect URL"
+msgstr "Umleitungs-URL"
+
+#: blackout.php:100
+msgid "all your visitors from the web will be redirected to this URL"
+msgstr "Alle Besucher der Webseite werden zu dieser URL umgeleitet"
+
+#: blackout.php:101
+msgid "Begin of the Blackout"
+msgstr "Beginn des Blackouts"
+
+#: blackout.php:101
+msgid ""
+"format is YYYY year, MM month, DD day, "
+"hh hour and mm minute"
+msgstr "Das Format ist YYYY Jahr, MM Monat, DD Tag, hh Stunde und mm Minute"
+
+#: blackout.php:102
+msgid "End of the Blackout"
+msgstr "Ende des Blackouts"
+
+#: blackout.php:108
+msgid ""
+"The end-date is prior to the start-date of the blackout, you should fix "
+"this."
+msgstr "Das Enddatum liegt vor dem Startdatum des Blackouts, du solltest dies korrigieren."
diff --git a/blackout/lang/de/strings.php b/blackout/lang/de/strings.php
index 9e5d05160..665700900 100644
--- a/blackout/lang/de/strings.php
+++ b/blackout/lang/de/strings.php
@@ -1,3 +1,14 @@
-strings["Submit"] = "Senden";
+strings["Save Settings"] = "Einstellungen speichern";
+$a->strings["Redirect URL"] = "Umleitungs-URL";
+$a->strings["all your visitors from the web will be redirected to this URL"] = "Alle Besucher der Webseite werden zu dieser URL umgeleitet";
+$a->strings["Begin of the Blackout"] = "Beginn des Blackouts";
+$a->strings["format is YYYY year, MM month, DD day, hh hour and mm minute"] = "Das Format ist YYYY Jahr, MM Monat, DD Tag, hh Stunde und mm Minute";
+$a->strings["End of the Blackout"] = "Ende des Blackouts";
+$a->strings["The end-date is prior to the start-date of the blackout, you should fix this."] = "Das Enddatum liegt vor dem Startdatum des Blackouts, du solltest dies korrigieren.";
diff --git a/blackout/lang/ro/messages.po b/blackout/lang/ro/messages.po
new file mode 100644
index 000000000..c19779ace
--- /dev/null
+++ b/blackout/lang/ro/messages.po
@@ -0,0 +1,51 @@
+# ADDON blackout
+# Copyright (C)
+# This file is distributed under the same license as the Friendica blackout addon package.
+#
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-08 11:42+0000\n"
+"Last-Translator: Arian - Cazare Muncitori \n"
+"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ro_RO\n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
+
+#: blackout.php:99
+msgid "Save Settings"
+msgstr "Salvare Configurări"
+
+#: blackout.php:100
+msgid "Redirect URL"
+msgstr "URL de Redirecționare"
+
+#: blackout.php:100
+msgid "all your visitors from the web will be redirected to this URL"
+msgstr "toți vizitatorii dvs. de pe web vor fi redirecționați către acest URL"
+
+#: blackout.php:101
+msgid "Begin of the Blackout"
+msgstr "Pornire punct Blackout"
+
+#: blackout.php:101
+msgid ""
+"format is YYYY year, MM month, DD day, "
+"hh hour and mm minute"
+msgstr "formatul este YYYY anul, MM luna, DD ziua, hh ora și mm minute"
+
+#: blackout.php:102
+msgid "End of the Blackout"
+msgstr "Finalizare punct Blackout"
+
+#: blackout.php:108
+msgid ""
+"The end-date is prior to the start-date of the blackout, you should fix "
+"this."
+msgstr "Data de finalizare este anterioară punctului blackout de pornire, ar trebui să corectați aceasta."
diff --git a/blackout/lang/ro/strings.php b/blackout/lang/ro/strings.php
new file mode 100644
index 000000000..498f7c3e3
--- /dev/null
+++ b/blackout/lang/ro/strings.php
@@ -0,0 +1,14 @@
+19)||(($n%100==0)&&($n!=0)))?2:1));;
+}}
+;
+$a->strings["Save Settings"] = "Salvare Configurări";
+$a->strings["Redirect URL"] = "URL de Redirecționare";
+$a->strings["all your visitors from the web will be redirected to this URL"] = "toți vizitatorii dvs. de pe web vor fi redirecționați către acest URL";
+$a->strings["Begin of the Blackout"] = "Pornire punct Blackout";
+$a->strings["format is YYYY year, MM month, DD day, hh hour and mm minute"] = "formatul este YYYY anul, MM luna, DD ziua, hh ora și mm minute";
+$a->strings["End of the Blackout"] = "Finalizare punct Blackout";
+$a->strings["The end-date is prior to the start-date of the blackout, you should fix this."] = "Data de finalizare este anterioară punctului blackout de pornire, ar trebui să corectați aceasta.";
diff --git a/blockem/lang/C/messages.po b/blockem/lang/C/messages.po
index 8089438bb..39c4f231d 100644
--- a/blockem/lang/C/messages.po
+++ b/blockem/lang/C/messages.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-02-27 05:01-0500\n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"
@@ -17,35 +17,35 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: blockem.php:51
-msgid "\"Blockem\" Settings"
+#: blockem.php:53 blockem.php:57
+msgid "\"Blockem\""
msgstr ""
-#: blockem.php:53
+#: blockem.php:61
msgid "Comma separated profile URLS to block"
msgstr ""
-#: blockem.php:57
-msgid "Submit"
+#: blockem.php:65
+msgid "Save Settings"
msgstr ""
-#: blockem.php:70
+#: blockem.php:78
msgid "BLOCKEM Settings saved."
msgstr ""
-#: blockem.php:105
+#: blockem.php:142
#, php-format
msgid "Blocked %s - Click to open/close"
msgstr ""
-#: blockem.php:160
+#: blockem.php:197
msgid "Unblock Author"
msgstr ""
-#: blockem.php:162
+#: blockem.php:199
msgid "Block Author"
msgstr ""
-#: blockem.php:194
+#: blockem.php:231
msgid "blockem settings updated"
msgstr ""
diff --git a/blockem/lang/cs/messages.po b/blockem/lang/cs/messages.po
new file mode 100644
index 000000000..249f57ebe
--- /dev/null
+++ b/blockem/lang/cs/messages.po
@@ -0,0 +1,53 @@
+# ADDON blockem
+# Copyright (C)
+# This file is distributed under the same license as the Friendica blockem addon package.
+#
+#
+# Translators:
+# Michal Šupler , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-02 15:28+0000\n"
+"Last-Translator: Michal Šupler \n"
+"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: blockem.php:53 blockem.php:57
+msgid "\"Blockem\""
+msgstr "\"Blockem\""
+
+#: blockem.php:61
+msgid "Comma separated profile URLS to block"
+msgstr "Čárkou oddělené URL adresy profilů určených k ignorování"
+
+#: blockem.php:65
+msgid "Save Settings"
+msgstr "Uložit Nastavení"
+
+#: blockem.php:78
+msgid "BLOCKEM Settings saved."
+msgstr "BLOCKEM nastavení uloženo."
+
+#: blockem.php:142
+#, php-format
+msgid "Blocked %s - Click to open/close"
+msgstr "Blokován %s - Klikněte pro otevření/zavření"
+
+#: blockem.php:197
+msgid "Unblock Author"
+msgstr "Odblokovat autora"
+
+#: blockem.php:199
+msgid "Block Author"
+msgstr "Zablokovat autora"
+
+#: blockem.php:231
+msgid "blockem settings updated"
+msgstr "blockem nastavení aktualizováno"
diff --git a/blockem/lang/cs/strings.php b/blockem/lang/cs/strings.php
index 174abc631..fad080592 100644
--- a/blockem/lang/cs/strings.php
+++ b/blockem/lang/cs/strings.php
@@ -1,10 +1,15 @@
-strings["\"Blockem\" Settings"] = "\"Blockem\" Nastavení";
-$a->strings["Comma separated profile URLS to block"] = "Čárkou oddělené URL adresy profilů určených k ignorování";
-$a->strings["Submit"] = "Odeslat";
-$a->strings["BLOCKEM Settings saved."] = "BLOCKEM nastavení uloženo.";
-$a->strings["Blocked %s - Click to open/close"] = "Blokován %s - Klikněte pro otevření/zavření";
-$a->strings["Unblock Author"] = "Odblokovat autora";
-$a->strings["Block Author"] = "Zablokovat autora";
-$a->strings["blockem settings updated"] = "blockem nastavení aktualizováno";
+=2 && $n<=4) ? 1 : 2;;
+}}
+;
+$a->strings["\"Blockem\""] = "\"Blockem\"";
+$a->strings["Comma separated profile URLS to block"] = "Čárkou oddělené URL adresy profilů určených k ignorování";
+$a->strings["Save Settings"] = "Uložit Nastavení";
+$a->strings["BLOCKEM Settings saved."] = "BLOCKEM nastavení uloženo.";
+$a->strings["Blocked %s - Click to open/close"] = "Blokován %s - Klikněte pro otevření/zavření";
+$a->strings["Unblock Author"] = "Odblokovat autora";
+$a->strings["Block Author"] = "Zablokovat autora";
+$a->strings["blockem settings updated"] = "blockem nastavení aktualizováno";
diff --git a/blockem/lang/de/messages.po b/blockem/lang/de/messages.po
new file mode 100644
index 000000000..ba9500676
--- /dev/null
+++ b/blockem/lang/de/messages.po
@@ -0,0 +1,53 @@
+# ADDON blockem
+# Copyright (C)
+# This file is distributed under the same license as the Friendica blockem addon package.
+#
+#
+# Translators:
+# bavatar , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-03 05:44+0000\n"
+"Last-Translator: bavatar \n"
+"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: blockem.php:53 blockem.php:57
+msgid "\"Blockem\""
+msgstr "\"Blockem\""
+
+#: blockem.php:61
+msgid "Comma separated profile URLS to block"
+msgstr "Liste von Profil URLs die geblockt werden soll (durch Kommas getrennt)"
+
+#: blockem.php:65
+msgid "Save Settings"
+msgstr "Einstellungen speichern"
+
+#: blockem.php:78
+msgid "BLOCKEM Settings saved."
+msgstr "BLOCKEM-Einstellungen gesichert."
+
+#: blockem.php:142
+#, php-format
+msgid "Blocked %s - Click to open/close"
+msgstr "%s blockiert - Zum Öffnen/Schließen klicken"
+
+#: blockem.php:197
+msgid "Unblock Author"
+msgstr "Autor freischalten"
+
+#: blockem.php:199
+msgid "Block Author"
+msgstr "Autor blockieren"
+
+#: blockem.php:231
+msgid "blockem settings updated"
+msgstr "blockem Einstellungen aktualisiert"
diff --git a/blockem/lang/de/strings.php b/blockem/lang/de/strings.php
index 132b68a26..a11507bd4 100644
--- a/blockem/lang/de/strings.php
+++ b/blockem/lang/de/strings.php
@@ -1,10 +1,15 @@
-strings["\"Blockem\" Settings"] = "\"Blockem\"-Einstellungen";
-$a->strings["Comma separated profile URLS to block"] = "Profil-URLs, die blockiert werden sollen (durch Kommas getrennt)";
-$a->strings["Submit"] = "Senden";
-$a->strings["BLOCKEM Settings saved."] = "BLOCKEM-Einstellungen gesichert.";
-$a->strings["Blocked %s - Click to open/close"] = "%s blockiert - Zum Öffnen/Schließen klicken";
-$a->strings["Unblock Author"] = "Autor freischalten";
-$a->strings["Block Author"] = "Autor blockieren";
-$a->strings["blockem settings updated"] = "blockem Einstellungen aktualisiert";
+strings["\"Blockem\""] = "\"Blockem\"";
+$a->strings["Comma separated profile URLS to block"] = "Liste von Profil URLs die geblockt werden soll (durch Kommas getrennt)";
+$a->strings["Save Settings"] = "Einstellungen speichern";
+$a->strings["BLOCKEM Settings saved."] = "BLOCKEM-Einstellungen gesichert.";
+$a->strings["Blocked %s - Click to open/close"] = "%s blockiert - Zum Öffnen/Schließen klicken";
+$a->strings["Unblock Author"] = "Autor freischalten";
+$a->strings["Block Author"] = "Autor blockieren";
+$a->strings["blockem settings updated"] = "blockem Einstellungen aktualisiert";
diff --git a/blockem/lang/ro/messages.po b/blockem/lang/ro/messages.po
new file mode 100644
index 000000000..a74e57578
--- /dev/null
+++ b/blockem/lang/ro/messages.po
@@ -0,0 +1,52 @@
+# ADDON blockem
+# Copyright (C)
+# This file is distributed under the same license as the Friendica blockem addon package.
+#
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-08 11:43+0000\n"
+"Last-Translator: Arian - Cazare Muncitori \n"
+"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ro_RO\n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
+
+#: blockem.php:53 blockem.php:57
+msgid "\"Blockem\""
+msgstr "\"Blockem\""
+
+#: blockem.php:61
+msgid "Comma separated profile URLS to block"
+msgstr "Adresele URL de profil, de blocat, separate prin virgulă"
+
+#: blockem.php:65
+msgid "Save Settings"
+msgstr "Salvare Configurări"
+
+#: blockem.php:78
+msgid "BLOCKEM Settings saved."
+msgstr "Configurările BLOCKEM au fost salvate."
+
+#: blockem.php:142
+#, php-format
+msgid "Blocked %s - Click to open/close"
+msgstr "%s Blocate - Apăsați pentru a deschide/închide"
+
+#: blockem.php:197
+msgid "Unblock Author"
+msgstr "Deblocare Autor"
+
+#: blockem.php:199
+msgid "Block Author"
+msgstr "Blocare Autor"
+
+#: blockem.php:231
+msgid "blockem settings updated"
+msgstr "Configurările blockem au fost actualizate"
diff --git a/blockem/lang/ro/strings.php b/blockem/lang/ro/strings.php
new file mode 100644
index 000000000..b842467d9
--- /dev/null
+++ b/blockem/lang/ro/strings.php
@@ -0,0 +1,15 @@
+19)||(($n%100==0)&&($n!=0)))?2:1));;
+}}
+;
+$a->strings["\"Blockem\""] = "\"Blockem\"";
+$a->strings["Comma separated profile URLS to block"] = "Adresele URL de profil, de blocat, separate prin virgulă";
+$a->strings["Save Settings"] = "Salvare Configurări";
+$a->strings["BLOCKEM Settings saved."] = "Configurările BLOCKEM au fost salvate.";
+$a->strings["Blocked %s - Click to open/close"] = "%s Blocate - Apăsați pentru a deschide/închide";
+$a->strings["Unblock Author"] = "Deblocare Autor";
+$a->strings["Block Author"] = "Blocare Autor";
+$a->strings["blockem settings updated"] = "Configurările blockem au fost actualizate";
diff --git a/blogger/lang/C/messages.po b/blogger/lang/C/messages.po
index 1c9caee71..1f99bc657 100644
--- a/blogger/lang/C/messages.po
+++ b/blogger/lang/C/messages.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-02-27 05:01-0500\n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"
@@ -21,34 +21,34 @@ msgstr ""
msgid "Post to blogger"
msgstr ""
-#: blogger.php:74
-msgid "Blogger Post Settings"
+#: blogger.php:74 blogger.php:78
+msgid "Blogger Export"
msgstr ""
-#: blogger.php:76
+#: blogger.php:82
msgid "Enable Blogger Post Plugin"
msgstr ""
-#: blogger.php:81
+#: blogger.php:87
msgid "Blogger username"
msgstr ""
-#: blogger.php:86
+#: blogger.php:92
msgid "Blogger password"
msgstr ""
-#: blogger.php:91
+#: blogger.php:97
msgid "Blogger API URL"
msgstr ""
-#: blogger.php:96
+#: blogger.php:102
msgid "Post to Blogger by default"
msgstr ""
-#: blogger.php:102
-msgid "Submit"
+#: blogger.php:108
+msgid "Save Settings"
msgstr ""
-#: blogger.php:172
+#: blogger.php:178
msgid "Post from Friendica"
msgstr ""
diff --git a/blogger/lang/cs/messages.po/cs.po b/blogger/lang/cs/messages.po/cs.po
new file mode 100644
index 000000000..0d2a1227c
--- /dev/null
+++ b/blogger/lang/cs/messages.po/cs.po
@@ -0,0 +1,56 @@
+# ADDON blogger
+# Copyright (C)
+# This file is distributed under the same license as the Friendica blogger addon package.
+#
+#
+# Translators:
+# Michal Šupler , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-02 15:29+0000\n"
+"Last-Translator: Michal Šupler \n"
+"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: blogger.php:42
+msgid "Post to blogger"
+msgstr "Poslat na blogger"
+
+#: blogger.php:74 blogger.php:78
+msgid "Blogger Export"
+msgstr "Blogger Export"
+
+#: blogger.php:82
+msgid "Enable Blogger Post Plugin"
+msgstr "Povolit Blogger Post Plugin"
+
+#: blogger.php:87
+msgid "Blogger username"
+msgstr "Blogger uživatelské jméno"
+
+#: blogger.php:92
+msgid "Blogger password"
+msgstr "Blogger heslo"
+
+#: blogger.php:97
+msgid "Blogger API URL"
+msgstr "Blogger API URL"
+
+#: blogger.php:102
+msgid "Post to Blogger by default"
+msgstr "Defaultně zaslat na Blogger"
+
+#: blogger.php:108
+msgid "Save Settings"
+msgstr "Uložit Nastavení"
+
+#: blogger.php:178
+msgid "Post from Friendica"
+msgstr "Příspěvek z Friendica"
diff --git a/blogger/lang/cs/strings.php b/blogger/lang/cs/strings.php
index 1bd39241f..a4abe2daf 100644
--- a/blogger/lang/cs/strings.php
+++ b/blogger/lang/cs/strings.php
@@ -1,11 +1,2 @@
-strings["Post to blogger"] = "Poslat na blogger";
-$a->strings["Blogger Post Settings"] = "Nastavení příspěvků na Blogger ";
-$a->strings["Enable Blogger Post Plugin"] = "Povolit Blogger Post Plugin";
-$a->strings["Blogger username"] = "Blogger uživatelské jméno";
-$a->strings["Blogger password"] = "Blogger heslo";
-$a->strings["Blogger API URL"] = "Blogger API URL";
-$a->strings["Post to Blogger by default"] = "Defaultně zaslat na Blogger";
-$a->strings["Submit"] = "Odeslat";
-$a->strings["Post from Friendica"] = "Příspěvek z Friendica";
+, 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-06-29 08:19+0000\n"
+"Last-Translator: bavatar \n"
+"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: blogger.php:42
+msgid "Post to blogger"
+msgstr "Auf Blogger posten"
+
+#: blogger.php:74 blogger.php:78
+msgid "Blogger Export"
+msgstr "Blogger Export"
+
+#: blogger.php:82
+msgid "Enable Blogger Post Plugin"
+msgstr "Blogger-Post-Plugin aktivieren"
+
+#: blogger.php:87
+msgid "Blogger username"
+msgstr "Blogger-Benutzername"
+
+#: blogger.php:92
+msgid "Blogger password"
+msgstr "Blogger-Passwort"
+
+#: blogger.php:97
+msgid "Blogger API URL"
+msgstr "Blogger-API-URL"
+
+#: blogger.php:102
+msgid "Post to Blogger by default"
+msgstr "Standardmäßig auf Blogger posten"
+
+#: blogger.php:108
+msgid "Save Settings"
+msgstr "Einstellungen speichern"
+
+#: blogger.php:178
+msgid "Post from Friendica"
+msgstr "Post via Friendica"
diff --git a/blogger/lang/de/strings.php b/blogger/lang/de/strings.php
index 0146f1d8f..8e44b4c20 100644
--- a/blogger/lang/de/strings.php
+++ b/blogger/lang/de/strings.php
@@ -1,11 +1,16 @@
-strings["Post to blogger"] = "Auf Blogger posten";
-$a->strings["Blogger Post Settings"] = "Einstellungen zum posten auf Blogger";
-$a->strings["Enable Blogger Post Plugin"] = "Blogger-Post-Plugin aktivieren";
-$a->strings["Blogger username"] = "Blogger-Benutzername";
-$a->strings["Blogger password"] = "Blogger-Passwort";
-$a->strings["Blogger API URL"] = "Blogger-API-URL";
-$a->strings["Post to Blogger by default"] = "Standardmäßig auf Blogger posten";
-$a->strings["Submit"] = "Senden";
-$a->strings["Post from Friendica"] = "Beitrag via Friendica";
+strings["Post to blogger"] = "Auf Blogger posten";
+$a->strings["Blogger Export"] = "Blogger Export";
+$a->strings["Enable Blogger Post Plugin"] = "Blogger-Post-Plugin aktivieren";
+$a->strings["Blogger username"] = "Blogger-Benutzername";
+$a->strings["Blogger password"] = "Blogger-Passwort";
+$a->strings["Blogger API URL"] = "Blogger-API-URL";
+$a->strings["Post to Blogger by default"] = "Standardmäßig auf Blogger posten";
+$a->strings["Save Settings"] = "Einstellungen speichern";
+$a->strings["Post from Friendica"] = "Post via Friendica";
diff --git a/blogger/lang/ro/messages.po b/blogger/lang/ro/messages.po
new file mode 100644
index 000000000..8ba21d2f7
--- /dev/null
+++ b/blogger/lang/ro/messages.po
@@ -0,0 +1,55 @@
+# ADDON blogger
+# Copyright (C)
+# This file is distributed under the same license as the Friendica blogger addon package.
+#
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-08 11:44+0000\n"
+"Last-Translator: Arian - Cazare Muncitori \n"
+"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ro_RO\n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
+
+#: blogger.php:42
+msgid "Post to blogger"
+msgstr "Postați pe Blogger"
+
+#: blogger.php:74 blogger.php:78
+msgid "Blogger Export"
+msgstr "Export pe Blogger "
+
+#: blogger.php:82
+msgid "Enable Blogger Post Plugin"
+msgstr "Activare Modul Postare pe Blogger "
+
+#: blogger.php:87
+msgid "Blogger username"
+msgstr "Utilizator Blogger"
+
+#: blogger.php:92
+msgid "Blogger password"
+msgstr "Parolă Blogger "
+
+#: blogger.php:97
+msgid "Blogger API URL"
+msgstr "URL Cheie API Blogger "
+
+#: blogger.php:102
+msgid "Post to Blogger by default"
+msgstr "Postați implicit pe Blogger"
+
+#: blogger.php:108
+msgid "Save Settings"
+msgstr "Salvare Configurări"
+
+#: blogger.php:178
+msgid "Post from Friendica"
+msgstr "Postați din Friendica"
diff --git a/blogger/lang/ro/strings.php b/blogger/lang/ro/strings.php
new file mode 100644
index 000000000..f89fd4b98
--- /dev/null
+++ b/blogger/lang/ro/strings.php
@@ -0,0 +1,16 @@
+19)||(($n%100==0)&&($n!=0)))?2:1));;
+}}
+;
+$a->strings["Post to blogger"] = "Postați pe Blogger";
+$a->strings["Blogger Export"] = "Export pe Blogger ";
+$a->strings["Enable Blogger Post Plugin"] = "Activare Modul Postare pe Blogger ";
+$a->strings["Blogger username"] = "Utilizator Blogger";
+$a->strings["Blogger password"] = "Parolă Blogger ";
+$a->strings["Blogger API URL"] = "URL Cheie API Blogger ";
+$a->strings["Post to Blogger by default"] = "Postați implicit pe Blogger";
+$a->strings["Save Settings"] = "Salvare Configurări";
+$a->strings["Post from Friendica"] = "Postați din Friendica";
diff --git a/buffer/lang/C/messages.po b/buffer/lang/C/messages.po
new file mode 100644
index 000000000..17522ebef
--- /dev/null
+++ b/buffer/lang/C/messages.po
@@ -0,0 +1,74 @@
+# ADDON buffer
+# Copyright (C)
+# This file is distributed under the same license as the Friendica buffer addon package.
+#
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME \n"
+"Language-Team: LANGUAGE \n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: buffer.php:31
+msgid "Permission denied."
+msgstr ""
+
+#: buffer.php:57 buffer.php:185
+msgid "Save Settings"
+msgstr ""
+
+#: buffer.php:59
+msgid "Client ID"
+msgstr ""
+
+#: buffer.php:60
+msgid "Client Secret"
+msgstr ""
+
+#: buffer.php:67
+msgid "Error when registering buffer connection:"
+msgstr ""
+
+#: buffer.php:86
+msgid "You are now authenticated to buffer. "
+msgstr ""
+
+#: buffer.php:87
+msgid "return to the connector page"
+msgstr ""
+
+#: buffer.php:103
+msgid "Post to Buffer"
+msgstr ""
+
+#: buffer.php:128 buffer.php:132
+msgid "Buffer Export"
+msgstr ""
+
+#: buffer.php:142
+msgid "Authenticate your Buffer connection"
+msgstr ""
+
+#: buffer.php:146
+msgid "Enable Buffer Post Plugin"
+msgstr ""
+
+#: buffer.php:151
+msgid "Post to Buffer by default"
+msgstr ""
+
+#: buffer.php:156
+msgid "Check to delete this preset"
+msgstr ""
+
+#: buffer.php:165
+msgid "Posts are going to all accounts that are enabled by default:"
+msgstr ""
diff --git a/buffer/lang/cs/messages.po b/buffer/lang/cs/messages.po
new file mode 100644
index 000000000..7ec1390b6
--- /dev/null
+++ b/buffer/lang/cs/messages.po
@@ -0,0 +1,76 @@
+# ADDON buffer
+# Copyright (C)
+# This file is distributed under the same license as the Friendica buffer addon package.
+#
+#
+# Translators:
+# Michal Šupler , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-07 18:27+0000\n"
+"Last-Translator: Michal Šupler \n"
+"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: buffer.php:31
+msgid "Permission denied."
+msgstr "Přístup odmítnut."
+
+#: buffer.php:57 buffer.php:185
+msgid "Save Settings"
+msgstr "Uložit Nastavení"
+
+#: buffer.php:59
+msgid "Client ID"
+msgstr "Client ID"
+
+#: buffer.php:60
+msgid "Client Secret"
+msgstr "Client Secret"
+
+#: buffer.php:67
+msgid "Error when registering buffer connection:"
+msgstr "Chyba při registraci buffer spojená"
+
+#: buffer.php:86
+msgid "You are now authenticated to buffer. "
+msgstr "Nyní jste přihlášen k bufferu."
+
+#: buffer.php:87
+msgid "return to the connector page"
+msgstr "návrat ke stránce konektor"
+
+#: buffer.php:103
+msgid "Post to Buffer"
+msgstr "Příspěvek na Buffer"
+
+#: buffer.php:128 buffer.php:132
+msgid "Buffer Export"
+msgstr "Buffer Export"
+
+#: buffer.php:142
+msgid "Authenticate your Buffer connection"
+msgstr "Přihlásit ke spojení na Buffer"
+
+#: buffer.php:146
+msgid "Enable Buffer Post Plugin"
+msgstr "Povolit Buffer Post Plugin"
+
+#: buffer.php:151
+msgid "Post to Buffer by default"
+msgstr "Defaultně zaslat na Buffer"
+
+#: buffer.php:156
+msgid "Check to delete this preset"
+msgstr "Zaškrtnout pro smazání tohoto nastavení"
+
+#: buffer.php:165
+msgid "Posts are going to all accounts that are enabled by default:"
+msgstr "Příspěvky jsou zasílány na všechny účty, které jsou defaultně povoleny:"
diff --git a/buffer/lang/cs/strings.php b/buffer/lang/cs/strings.php
new file mode 100644
index 000000000..052b3e8ef
--- /dev/null
+++ b/buffer/lang/cs/strings.php
@@ -0,0 +1,21 @@
+=2 && $n<=4) ? 1 : 2;;
+}}
+;
+$a->strings["Permission denied."] = "Přístup odmítnut.";
+$a->strings["Save Settings"] = "Uložit Nastavení";
+$a->strings["Client ID"] = "Client ID";
+$a->strings["Client Secret"] = "Client Secret";
+$a->strings["Error when registering buffer connection:"] = "Chyba při registraci buffer spojená";
+$a->strings["You are now authenticated to buffer. "] = "Nyní jste přihlášen k bufferu.";
+$a->strings["return to the connector page"] = "návrat ke stránce konektor";
+$a->strings["Post to Buffer"] = "Příspěvek na Buffer";
+$a->strings["Buffer Export"] = "Buffer Export";
+$a->strings["Authenticate your Buffer connection"] = "Přihlásit ke spojení na Buffer";
+$a->strings["Enable Buffer Post Plugin"] = "Povolit Buffer Post Plugin";
+$a->strings["Post to Buffer by default"] = "Defaultně zaslat na Buffer";
+$a->strings["Check to delete this preset"] = "Zaškrtnout pro smazání tohoto nastavení";
+$a->strings["Posts are going to all accounts that are enabled by default:"] = "Příspěvky jsou zasílány na všechny účty, které jsou defaultně povoleny:";
diff --git a/buffer/lang/de/messages.po b/buffer/lang/de/messages.po
new file mode 100644
index 000000000..21bbdda1f
--- /dev/null
+++ b/buffer/lang/de/messages.po
@@ -0,0 +1,76 @@
+# ADDON buffer
+# Copyright (C)
+# This file is distributed under the same license as the Friendica buffer addon package.
+#
+#
+# Translators:
+# bavatar , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-03 05:49+0000\n"
+"Last-Translator: bavatar \n"
+"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: buffer.php:31
+msgid "Permission denied."
+msgstr "Zugriff verweigert."
+
+#: buffer.php:57 buffer.php:185
+msgid "Save Settings"
+msgstr "Einstellungen speichern"
+
+#: buffer.php:59
+msgid "Client ID"
+msgstr "Client ID"
+
+#: buffer.php:60
+msgid "Client Secret"
+msgstr "Client Secret"
+
+#: buffer.php:67
+msgid "Error when registering buffer connection:"
+msgstr "Fehler beim Registrieren des buffer Connectors."
+
+#: buffer.php:86
+msgid "You are now authenticated to buffer. "
+msgstr "Du bist nun auf buffer authentifiziert."
+
+#: buffer.php:87
+msgid "return to the connector page"
+msgstr "zurück zur Connector Seite"
+
+#: buffer.php:103
+msgid "Post to Buffer"
+msgstr "Auf buffer veröffentlichen"
+
+#: buffer.php:128 buffer.php:132
+msgid "Buffer Export"
+msgstr "Buffer Export"
+
+#: buffer.php:142
+msgid "Authenticate your Buffer connection"
+msgstr "Authentifiziere deine Verbindung zu buffer"
+
+#: buffer.php:146
+msgid "Enable Buffer Post Plugin"
+msgstr "Buffer Post-Plugin aktivieren"
+
+#: buffer.php:151
+msgid "Post to Buffer by default"
+msgstr "Standardmäßig auf buffer veröffentlichen"
+
+#: buffer.php:156
+msgid "Check to delete this preset"
+msgstr "Markieren um dieses Preset zu löschen"
+
+#: buffer.php:165
+msgid "Posts are going to all accounts that are enabled by default:"
+msgstr "Beiträge werden an alle Accounts geschickt, die Standardmäßig aktiviert sind."
diff --git a/buffer/lang/de/strings.php b/buffer/lang/de/strings.php
new file mode 100644
index 000000000..4ddbf1e97
--- /dev/null
+++ b/buffer/lang/de/strings.php
@@ -0,0 +1,21 @@
+strings["Permission denied."] = "Zugriff verweigert.";
+$a->strings["Save Settings"] = "Einstellungen speichern";
+$a->strings["Client ID"] = "Client ID";
+$a->strings["Client Secret"] = "Client Secret";
+$a->strings["Error when registering buffer connection:"] = "Fehler beim Registrieren des buffer Connectors.";
+$a->strings["You are now authenticated to buffer. "] = "Du bist nun auf buffer authentifiziert.";
+$a->strings["return to the connector page"] = "zurück zur Connector Seite";
+$a->strings["Post to Buffer"] = "Auf buffer veröffentlichen";
+$a->strings["Buffer Export"] = "Buffer Export";
+$a->strings["Authenticate your Buffer connection"] = "Authentifiziere deine Verbindung zu buffer";
+$a->strings["Enable Buffer Post Plugin"] = "Buffer Post-Plugin aktivieren";
+$a->strings["Post to Buffer by default"] = "Standardmäßig auf buffer veröffentlichen";
+$a->strings["Check to delete this preset"] = "Markieren um dieses Preset zu löschen";
+$a->strings["Posts are going to all accounts that are enabled by default:"] = "Beiträge werden an alle Accounts geschickt, die Standardmäßig aktiviert sind.";
diff --git a/buffer/lang/ro/messages.po b/buffer/lang/ro/messages.po
new file mode 100644
index 000000000..383390aac
--- /dev/null
+++ b/buffer/lang/ro/messages.po
@@ -0,0 +1,75 @@
+# ADDON buffer
+# Copyright (C)
+# This file is distributed under the same license as the Friendica buffer addon package.
+#
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-08 11:45+0000\n"
+"Last-Translator: Arian - Cazare Muncitori \n"
+"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ro_RO\n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
+
+#: buffer.php:31
+msgid "Permission denied."
+msgstr "Permisiune refuzată."
+
+#: buffer.php:57 buffer.php:185
+msgid "Save Settings"
+msgstr "Salvare Configurări"
+
+#: buffer.php:59
+msgid "Client ID"
+msgstr "ID Client"
+
+#: buffer.php:60
+msgid "Client Secret"
+msgstr "Cheia Secretă Client"
+
+#: buffer.php:67
+msgid "Error when registering buffer connection:"
+msgstr "Eroare la înregistrarea conexiunii Buffer:"
+
+#: buffer.php:86
+msgid "You are now authenticated to buffer. "
+msgstr "Acum sunteți autentificat pe Buffer."
+
+#: buffer.php:87
+msgid "return to the connector page"
+msgstr "revenire la pagina de conectare"
+
+#: buffer.php:103
+msgid "Post to Buffer"
+msgstr "Postați pe Buffer"
+
+#: buffer.php:128 buffer.php:132
+msgid "Buffer Export"
+msgstr "Export pe Buffer "
+
+#: buffer.php:142
+msgid "Authenticate your Buffer connection"
+msgstr "Autentificați-vă conectarea la Buffer"
+
+#: buffer.php:146
+msgid "Enable Buffer Post Plugin"
+msgstr "Activare Modul Postare pe Buffer"
+
+#: buffer.php:151
+msgid "Post to Buffer by default"
+msgstr "Postați implicit pe Buffer"
+
+#: buffer.php:156
+msgid "Check to delete this preset"
+msgstr "Bifați pentru a șterge această presetare"
+
+#: buffer.php:165
+msgid "Posts are going to all accounts that are enabled by default:"
+msgstr "Posturile merg către toate conturile care sunt activate implicit:"
diff --git a/buffer/lang/ro/strings.php b/buffer/lang/ro/strings.php
new file mode 100644
index 000000000..7e7e575fe
--- /dev/null
+++ b/buffer/lang/ro/strings.php
@@ -0,0 +1,21 @@
+19)||(($n%100==0)&&($n!=0)))?2:1));;
+}}
+;
+$a->strings["Permission denied."] = "Permisiune refuzată.";
+$a->strings["Save Settings"] = "Salvare Configurări";
+$a->strings["Client ID"] = "ID Client";
+$a->strings["Client Secret"] = "Cheia Secretă Client";
+$a->strings["Error when registering buffer connection:"] = "Eroare la înregistrarea conexiunii Buffer:";
+$a->strings["You are now authenticated to buffer. "] = "Acum sunteți autentificat pe Buffer.";
+$a->strings["return to the connector page"] = "revenire la pagina de conectare";
+$a->strings["Post to Buffer"] = "Postați pe Buffer";
+$a->strings["Buffer Export"] = "Export pe Buffer ";
+$a->strings["Authenticate your Buffer connection"] = "Autentificați-vă conectarea la Buffer";
+$a->strings["Enable Buffer Post Plugin"] = "Activare Modul Postare pe Buffer";
+$a->strings["Post to Buffer by default"] = "Postați implicit pe Buffer";
+$a->strings["Check to delete this preset"] = "Bifați pentru a șterge această presetare";
+$a->strings["Posts are going to all accounts that are enabled by default:"] = "Posturile merg către toate conturile care sunt activate implicit:";
diff --git a/buglink/lang/C/messages.po b/buglink/lang/C/messages.po
index 260c583ae..1721ffa6c 100644
--- a/buglink/lang/C/messages.po
+++ b/buglink/lang/C/messages.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-02-27 05:01-0500\n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"
diff --git a/buglink/lang/cs/messages.po b/buglink/lang/cs/messages.po
new file mode 100644
index 000000000..61dc88cfe
--- /dev/null
+++ b/buglink/lang/cs/messages.po
@@ -0,0 +1,24 @@
+# ADDON buglink
+# Copyright (C)
+# This file is distributed under the same license as the Friendica buglink addon package.
+#
+#
+# Translators:
+# Michal Šupler , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-07 18:27+0000\n"
+"Last-Translator: Michal Šupler \n"
+"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: buglink.php:15
+msgid "Report Bug"
+msgstr "Nahlásit chybu"
diff --git a/buglink/lang/cs/strings.php b/buglink/lang/cs/strings.php
index a1cd51f4f..7a9f92040 100644
--- a/buglink/lang/cs/strings.php
+++ b/buglink/lang/cs/strings.php
@@ -1,3 +1,8 @@
-strings["Report Bug"] = "Nahlásit chybu";
+=2 && $n<=4) ? 1 : 2;;
+}}
+;
+$a->strings["Report Bug"] = "Nahlásit chybu";
diff --git a/buglink/lang/de/messages.po b/buglink/lang/de/messages.po
new file mode 100644
index 000000000..a9f5dd125
--- /dev/null
+++ b/buglink/lang/de/messages.po
@@ -0,0 +1,24 @@
+# ADDON buglink
+# Copyright (C)
+# This file is distributed under the same license as the Friendica buglink addon package.
+#
+#
+# Translators:
+# bavatar , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-06-22 11:28+0000\n"
+"Last-Translator: bavatar \n"
+"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: buglink.php:15
+msgid "Report Bug"
+msgstr "Fehler melden."
diff --git a/buglink/lang/de/strings.php b/buglink/lang/de/strings.php
index cf96a1783..19123819f 100644
--- a/buglink/lang/de/strings.php
+++ b/buglink/lang/de/strings.php
@@ -1,3 +1,8 @@
-strings["Report Bug"] = "Fehlerreport erstellen";
+strings["Report Bug"] = "Fehler melden.";
diff --git a/buglink/lang/ro/messages.po b/buglink/lang/ro/messages.po
new file mode 100644
index 000000000..ef213bf6b
--- /dev/null
+++ b/buglink/lang/ro/messages.po
@@ -0,0 +1,23 @@
+# ADDON buglink
+# Copyright (C)
+# This file is distributed under the same license as the Friendica buglink addon package.
+#
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-08 11:45+0000\n"
+"Last-Translator: Arian - Cazare Muncitori \n"
+"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ro_RO\n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
+
+#: buglink.php:15
+msgid "Report Bug"
+msgstr "Raportează Problema"
diff --git a/buglink/lang/ro/strings.php b/buglink/lang/ro/strings.php
new file mode 100644
index 000000000..25a9c7694
--- /dev/null
+++ b/buglink/lang/ro/strings.php
@@ -0,0 +1,8 @@
+19)||(($n%100==0)&&($n!=0)))?2:1));;
+}}
+;
+$a->strings["Report Bug"] = "Raportează Problema";
diff --git a/cal/lang/C/messages.po b/cal/lang/C/messages.po
index db7ae28b9..91883299c 100644
--- a/cal/lang/C/messages.po
+++ b/cal/lang/C/messages.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2013-06-19 13:20+0200\n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME \n"
"Language-Team: LANGUAGE \n"
@@ -33,22 +33,22 @@ msgstr ""
msgid "This calendar format is not supported"
msgstr ""
-#: cal.php:174
+#: cal.php:181 cal.php:185
msgid "Export Events"
msgstr ""
-#: cal.php:175
+#: cal.php:189
msgid "If this is enabled, your public events will be available at"
msgstr ""
-#: cal.php:176
+#: cal.php:190
msgid "Currently supported formats are ical and csv."
msgstr ""
-#: cal.php:178
+#: cal.php:191
msgid "Enable calendar export"
msgstr ""
-#: cal.php:181
-msgid "Submit"
+#: cal.php:193
+msgid "Save Settings"
msgstr ""
diff --git a/cal/lang/cs/messages.po b/cal/lang/cs/messages.po
new file mode 100644
index 000000000..c21062e54
--- /dev/null
+++ b/cal/lang/cs/messages.po
@@ -0,0 +1,56 @@
+# ADDON cal
+# Copyright (C)
+# This file is distributed under the same license as the Friendica cal addon package.
+#
+#
+# Translators:
+# Michal Šupler , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-06-19 13:20+0200\n"
+"PO-Revision-Date: 2014-07-07 18:29+0000\n"
+"Last-Translator: Michal Šupler \n"
+"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: cal.php:33
+msgid "Event Export"
+msgstr "Export událostí"
+
+#: cal.php:33
+msgid "You can download public events from: "
+msgstr "Veřejné události si můžete stánout z:"
+
+#: cal.php:53
+msgid "The user does not export the calendar."
+msgstr "Uživatel kalenář neexportuje."
+
+#: cal.php:83
+msgid "This calendar format is not supported"
+msgstr "Tento kalendářový formát není podporován."
+
+#: cal.php:174
+msgid "Export Events"
+msgstr "Export událostí"
+
+#: cal.php:175
+msgid "If this is enabled, your public events will be available at"
+msgstr "Pokud je toto povoleno, vaše veřejné události budou viditelné na"
+
+#: cal.php:176
+msgid "Currently supported formats are ical and csv."
+msgstr "Aktuálně podporované formáty jsou ical a csv."
+
+#: cal.php:178
+msgid "Enable calendar export"
+msgstr "Povolit export kalendáře"
+
+#: cal.php:181
+msgid "Submit"
+msgstr "Odeslat"
diff --git a/cal/lang/cs/strings.php b/cal/lang/cs/strings.php
new file mode 100644
index 000000000..15b054d54
--- /dev/null
+++ b/cal/lang/cs/strings.php
@@ -0,0 +1,16 @@
+=2 && $n<=4) ? 1 : 2;;
+}}
+;
+$a->strings["Event Export"] = "Export událostí";
+$a->strings["You can download public events from: "] = "Veřejné události si můžete stánout z:";
+$a->strings["The user does not export the calendar."] = "Uživatel kalenář neexportuje.";
+$a->strings["This calendar format is not supported"] = "Tento kalendářový formát není podporován.";
+$a->strings["Export Events"] = "Export událostí";
+$a->strings["If this is enabled, your public events will be available at"] = "Pokud je toto povoleno, vaše veřejné události budou viditelné na";
+$a->strings["Currently supported formats are ical and csv."] = "Aktuálně podporované formáty jsou ical a csv.";
+$a->strings["Enable calendar export"] = "Povolit export kalendáře";
+$a->strings["Submit"] = "Odeslat";
diff --git a/cal/lang/de/messages.po b/cal/lang/de/messages.po
new file mode 100644
index 000000000..2e31c5ead
--- /dev/null
+++ b/cal/lang/de/messages.po
@@ -0,0 +1,56 @@
+# ADDON cal
+# Copyright (C)
+# This file is distributed under the same license as the Friendica cal addon package.
+#
+#
+# Translators:
+# bavatar , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-06-19 13:20+0200\n"
+"PO-Revision-Date: 2014-06-26 07:44+0000\n"
+"Last-Translator: bavatar \n"
+"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: cal.php:33
+msgid "Event Export"
+msgstr "Ereignis Export"
+
+#: cal.php:33
+msgid "You can download public events from: "
+msgstr "Du kannst öffentliche Ereignisse hier herunterladen;"
+
+#: cal.php:53
+msgid "The user does not export the calendar."
+msgstr "Diese_r Nutzer_in exportiert den Kalender nicht."
+
+#: cal.php:83
+msgid "This calendar format is not supported"
+msgstr "Dieses Kalenderformat wird nicht unterstützt."
+
+#: cal.php:174
+msgid "Export Events"
+msgstr "Exportiere Ereignisse"
+
+#: cal.php:175
+msgid "If this is enabled, your public events will be available at"
+msgstr "Wenn dies aktiviert ist, werden alle öffentliche Ereignisse unter folgender URL verfügbar sein"
+
+#: cal.php:176
+msgid "Currently supported formats are ical and csv."
+msgstr "Derzeit werden die Formate ical und csv unterstützt."
+
+#: cal.php:178
+msgid "Enable calendar export"
+msgstr "Kalenderexport aktivieren"
+
+#: cal.php:181
+msgid "Submit"
+msgstr "Senden"
diff --git a/cal/lang/de/strings.php b/cal/lang/de/strings.php
index 968a0a8a2..3804f9971 100644
--- a/cal/lang/de/strings.php
+++ b/cal/lang/de/strings.php
@@ -1,11 +1,16 @@
strings["Event Export"] = "Export von Veranstaltungen";
-$a->strings["You can download public events from: "] = "Öffentliche Veranstaltungen können unter folgender Adresse geladen werden: ";
-$a->strings["The user does not export the calendar."] = "Dieser Nutzer exportiert keine Veranstaltungen.";
-$a->strings["This calendar format is not supported"] = "Dieses Kalenderformat wird nicht unterstützt ";
-$a->strings["Export Events"] = "Export von Veranstaltungen";
-$a->strings["If this is enabled, your public events will be available at"] = "Ist dieses Addon aktiviert werden deine öffentlichen Veranstaltungen exportiert. Die Adresse zum Download lautet";
+$a->strings["Event Export"] = "Ereignis Export";
+$a->strings["You can download public events from: "] = "Du kannst öffentliche Ereignisse hier herunterladen;";
+$a->strings["The user does not export the calendar."] = "Diese_r Nutzer_in exportiert den Kalender nicht.";
+$a->strings["This calendar format is not supported"] = "Dieses Kalenderformat wird nicht unterstützt.";
+$a->strings["Export Events"] = "Exportiere Ereignisse";
+$a->strings["If this is enabled, your public events will be available at"] = "Wenn dies aktiviert ist, werden alle öffentliche Ereignisse unter folgender URL verfügbar sein";
$a->strings["Currently supported formats are ical and csv."] = "Derzeit werden die Formate ical und csv unterstützt.";
-$a->strings["Enable calendar export"] = "Aktiviere den Kalenderexport";
+$a->strings["Enable calendar export"] = "Kalenderexport aktivieren";
+$a->strings["Submit"] = "Senden";
diff --git a/cal/lang/ro/messages.po b/cal/lang/ro/messages.po
new file mode 100644
index 000000000..9c590a71f
--- /dev/null
+++ b/cal/lang/ro/messages.po
@@ -0,0 +1,55 @@
+# ADDON cal
+# Copyright (C)
+# This file is distributed under the same license as the Friendica cal addon package.
+#
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2013-06-19 13:20+0200\n"
+"PO-Revision-Date: 2014-07-08 11:46+0000\n"
+"Last-Translator: Arian - Cazare Muncitori \n"
+"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ro_RO\n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
+
+#: cal.php:33
+msgid "Event Export"
+msgstr "Exportare Eveniment"
+
+#: cal.php:33
+msgid "You can download public events from: "
+msgstr "Puteți descărca evenimente publice de la:"
+
+#: cal.php:53
+msgid "The user does not export the calendar."
+msgstr "Utilizatorul nu își exportă calendarul."
+
+#: cal.php:83
+msgid "This calendar format is not supported"
+msgstr "Acest format de calendar nu este acceptat"
+
+#: cal.php:174
+msgid "Export Events"
+msgstr "Exportați Evenimente"
+
+#: cal.php:175
+msgid "If this is enabled, your public events will be available at"
+msgstr "Dacă este activat, evenimente dvs publice vor fi disponibile pe"
+
+#: cal.php:176
+msgid "Currently supported formats are ical and csv."
+msgstr "Formate acceptate în prezent sunt ical şi csv."
+
+#: cal.php:178
+msgid "Enable calendar export"
+msgstr "Activați exportarea calendarului"
+
+#: cal.php:181
+msgid "Submit"
+msgstr "Trimite"
diff --git a/cal/lang/ro/strings.php b/cal/lang/ro/strings.php
new file mode 100644
index 000000000..cafda67b3
--- /dev/null
+++ b/cal/lang/ro/strings.php
@@ -0,0 +1,16 @@
+19)||(($n%100==0)&&($n!=0)))?2:1));;
+}}
+;
+$a->strings["Event Export"] = "Exportare Eveniment";
+$a->strings["You can download public events from: "] = "Puteți descărca evenimente publice de la:";
+$a->strings["The user does not export the calendar."] = "Utilizatorul nu își exportă calendarul.";
+$a->strings["This calendar format is not supported"] = "Acest format de calendar nu este acceptat";
+$a->strings["Export Events"] = "Exportați Evenimente";
+$a->strings["If this is enabled, your public events will be available at"] = "Dacă este activat, evenimente dvs publice vor fi disponibile pe";
+$a->strings["Currently supported formats are ical and csv."] = "Formate acceptate în prezent sunt ical şi csv.";
+$a->strings["Enable calendar export"] = "Activați exportarea calendarului";
+$a->strings["Submit"] = "Trimite";
diff --git a/calc/lang/C/messages.po b/calc/lang/C/messages.po
new file mode 100644
index 000000000..e69de29bb
diff --git a/communityhome/lang/cs/messages.po b/communityhome/lang/cs/messages.po
new file mode 100644
index 000000000..27853fc25
--- /dev/null
+++ b/communityhome/lang/cs/messages.po
@@ -0,0 +1,74 @@
+# ADDON communityhome
+# Copyright (C)
+# This file is distributed under the same license as the Friendica communityhome addon package.
+#
+#
+# Translators:
+# Michal Šupler , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-07 18:33+0000\n"
+"Last-Translator: Michal Šupler \n"
+"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: communityhome.php:29 communityhome.php:35
+msgid "Login"
+msgstr "Přihlásit se"
+
+#: communityhome.php:30
+msgid "OpenID"
+msgstr "OpenID"
+
+#: communityhome.php:46
+msgid "Latest users"
+msgstr "Poslední uživatelé"
+
+#: communityhome.php:91
+msgid "Most active users"
+msgstr "Nejaktivnější uživatelé"
+
+#: communityhome.php:109
+msgid "Latest photos"
+msgstr "Poslední fotky"
+
+#: communityhome.php:122
+msgid "Contact Photos"
+msgstr "Fotogalerie kontaktu"
+
+#: communityhome.php:123
+msgid "Profile Photos"
+msgstr "Profilové fotografie"
+
+#: communityhome.php:148
+msgid "Latest likes"
+msgstr "Poslední \"líbí se mi\""
+
+#: communityhome.php:170
+msgid "event"
+msgstr "událost"
+
+#: communityhome.php:173 communityhome.php:182
+msgid "status"
+msgstr "Stav"
+
+#: communityhome.php:178
+msgid "photo"
+msgstr "fotografie"
+
+#: communityhome.php:187
+#, php-format
+msgid "%1$s likes %2$s's %3$s"
+msgstr "Uživateli %1$s se líbí %3$s uživatele %2$s"
+
+#: communityhome.php:196
+#, php-format
+msgid "Welcome to %s"
+msgstr "Vítá Vás %s"
diff --git a/communityhome/lang/cs/strings.php b/communityhome/lang/cs/strings.php
index b696a878a..06cf3f36b 100644
--- a/communityhome/lang/cs/strings.php
+++ b/communityhome/lang/cs/strings.php
@@ -1,14 +1,20 @@
-strings["Login"] = "Přihlásit se";
-$a->strings["OpenID"] = "OpenID";
-$a->strings["Latest users"] = "Poslední uživatelé";
-$a->strings["Most active users"] = "Nejaktivnější uživatelé";
-$a->strings["Latest photos"] = "Poslední fotky";
-$a->strings["Contact Photos"] = "Fotogalerie kontaktu";
-$a->strings["Profile Photos"] = "Profilové fotografie";
-$a->strings["Latest likes"] = "Poslední \"líbí se mi\"";
-$a->strings["event"] = "událost";
-$a->strings["status"] = "Stav";
-$a->strings["photo"] = "fotografie";
-$a->strings["Welcome to %s"] = "Vítá Vás %s";
+=2 && $n<=4) ? 1 : 2;;
+}}
+;
+$a->strings["Login"] = "Přihlásit se";
+$a->strings["OpenID"] = "OpenID";
+$a->strings["Latest users"] = "Poslední uživatelé";
+$a->strings["Most active users"] = "Nejaktivnější uživatelé";
+$a->strings["Latest photos"] = "Poslední fotky";
+$a->strings["Contact Photos"] = "Fotogalerie kontaktu";
+$a->strings["Profile Photos"] = "Profilové fotografie";
+$a->strings["Latest likes"] = "Poslední \"líbí se mi\"";
+$a->strings["event"] = "událost";
+$a->strings["status"] = "Stav";
+$a->strings["photo"] = "fotografie";
+$a->strings["%1\$s likes %2\$s's %3\$s"] = "Uživateli %1\$s se líbí %3\$s uživatele %2\$s";
+$a->strings["Welcome to %s"] = "Vítá Vás %s";
diff --git a/communityhome/lang/de/messages.po b/communityhome/lang/de/messages.po
new file mode 100644
index 000000000..b6f1335f0
--- /dev/null
+++ b/communityhome/lang/de/messages.po
@@ -0,0 +1,74 @@
+# ADDON communityhome
+# Copyright (C)
+# This file is distributed under the same license as the Friendica communityhome addon package.
+#
+#
+# Translators:
+# bavatar , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-08 19:06+0000\n"
+"Last-Translator: bavatar \n"
+"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: communityhome.php:29 communityhome.php:35
+msgid "Login"
+msgstr "Anmeldung"
+
+#: communityhome.php:30
+msgid "OpenID"
+msgstr "OpenID"
+
+#: communityhome.php:46
+msgid "Latest users"
+msgstr "Letzte Benutzer"
+
+#: communityhome.php:91
+msgid "Most active users"
+msgstr "Aktivste Nutzer"
+
+#: communityhome.php:109
+msgid "Latest photos"
+msgstr "Neueste Fotos"
+
+#: communityhome.php:122
+msgid "Contact Photos"
+msgstr "Kontaktbilder"
+
+#: communityhome.php:123
+msgid "Profile Photos"
+msgstr "Profilbilder"
+
+#: communityhome.php:148
+msgid "Latest likes"
+msgstr "Neueste Favoriten"
+
+#: communityhome.php:170
+msgid "event"
+msgstr "Veranstaltung"
+
+#: communityhome.php:173 communityhome.php:182
+msgid "status"
+msgstr "Status"
+
+#: communityhome.php:178
+msgid "photo"
+msgstr "Foto"
+
+#: communityhome.php:187
+#, php-format
+msgid "%1$s likes %2$s's %3$s"
+msgstr "%1$s mag %2$s's %3$s"
+
+#: communityhome.php:196
+#, php-format
+msgid "Welcome to %s"
+msgstr "Willkommen zu %s"
diff --git a/communityhome/lang/de/strings.php b/communityhome/lang/de/strings.php
index 87489c6fd..87b9bccfa 100644
--- a/communityhome/lang/de/strings.php
+++ b/communityhome/lang/de/strings.php
@@ -1,14 +1,20 @@
-strings["Login"] = "Anmeldung";
-$a->strings["OpenID"] = "OpenID";
-$a->strings["Latest users"] = "Letzte Benutzer";
-$a->strings["Most active users"] = "Aktivste Nutzer";
-$a->strings["Latest photos"] = "Neueste Fotos";
-$a->strings["Contact Photos"] = "Kontaktbilder";
-$a->strings["Profile Photos"] = "Profilbilder";
-$a->strings["Latest likes"] = "Neueste Favoriten";
-$a->strings["event"] = "Veranstaltung";
-$a->strings["status"] = "Status";
-$a->strings["photo"] = "Foto";
-$a->strings["Welcome to %s"] = "Willkommen zu %s";
+strings["Login"] = "Anmeldung";
+$a->strings["OpenID"] = "OpenID";
+$a->strings["Latest users"] = "Letzte Benutzer";
+$a->strings["Most active users"] = "Aktivste Nutzer";
+$a->strings["Latest photos"] = "Neueste Fotos";
+$a->strings["Contact Photos"] = "Kontaktbilder";
+$a->strings["Profile Photos"] = "Profilbilder";
+$a->strings["Latest likes"] = "Neueste Favoriten";
+$a->strings["event"] = "Veranstaltung";
+$a->strings["status"] = "Status";
+$a->strings["photo"] = "Foto";
+$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s mag %2\$s's %3\$s";
+$a->strings["Welcome to %s"] = "Willkommen zu %s";
diff --git a/communityhome/lang/ro/messages.po b/communityhome/lang/ro/messages.po
new file mode 100644
index 000000000..68b4e7335
--- /dev/null
+++ b/communityhome/lang/ro/messages.po
@@ -0,0 +1,73 @@
+# ADDON communityhome
+# Copyright (C)
+# This file is distributed under the same license as the Friendica communityhome addon package.
+#
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-08 11:46+0000\n"
+"Last-Translator: Arian - Cazare Muncitori \n"
+"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ro_RO\n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
+
+#: communityhome.php:29 communityhome.php:35
+msgid "Login"
+msgstr "Autentificare"
+
+#: communityhome.php:30
+msgid "OpenID"
+msgstr "OpenID"
+
+#: communityhome.php:46
+msgid "Latest users"
+msgstr "Cei mai recenți utilizatori"
+
+#: communityhome.php:91
+msgid "Most active users"
+msgstr "Cei mai activi utilizatori"
+
+#: communityhome.php:109
+msgid "Latest photos"
+msgstr "Cele mai recente fotografii"
+
+#: communityhome.php:122
+msgid "Contact Photos"
+msgstr "Fotografiile Contactului"
+
+#: communityhome.php:123
+msgid "Profile Photos"
+msgstr "Fotografii de Profil"
+
+#: communityhome.php:148
+msgid "Latest likes"
+msgstr "Cele mai recente aprecieri"
+
+#: communityhome.php:170
+msgid "event"
+msgstr "eveniment"
+
+#: communityhome.php:173 communityhome.php:182
+msgid "status"
+msgstr "status"
+
+#: communityhome.php:178
+msgid "photo"
+msgstr "fotografie"
+
+#: communityhome.php:187
+#, php-format
+msgid "%1$s likes %2$s's %3$s"
+msgstr "%1$s apreciază %3$s lui %2$s"
+
+#: communityhome.php:196
+#, php-format
+msgid "Welcome to %s"
+msgstr "Bine ați venit la %s"
diff --git a/communityhome/lang/ro/strings.php b/communityhome/lang/ro/strings.php
new file mode 100644
index 000000000..faaf2c7eb
--- /dev/null
+++ b/communityhome/lang/ro/strings.php
@@ -0,0 +1,20 @@
+19)||(($n%100==0)&&($n!=0)))?2:1));;
+}}
+;
+$a->strings["Login"] = "Autentificare";
+$a->strings["OpenID"] = "OpenID";
+$a->strings["Latest users"] = "Cei mai recenți utilizatori";
+$a->strings["Most active users"] = "Cei mai activi utilizatori";
+$a->strings["Latest photos"] = "Cele mai recente fotografii";
+$a->strings["Contact Photos"] = "Fotografiile Contactului";
+$a->strings["Profile Photos"] = "Fotografii de Profil";
+$a->strings["Latest likes"] = "Cele mai recente aprecieri";
+$a->strings["event"] = "eveniment";
+$a->strings["status"] = "status";
+$a->strings["photo"] = "fotografie";
+$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s apreciază %3\$s lui %2\$s";
+$a->strings["Welcome to %s"] = "Bine ați venit la %s";
diff --git a/convert/lang/C/messages.po b/convert/lang/C/messages.po
new file mode 100644
index 000000000..e69de29bb
diff --git a/convpath/lang/C/messages.po b/convpath/lang/C/messages.po
new file mode 100644
index 000000000..e69de29bb
diff --git a/curweather/lang/cs/messages.po b/curweather/lang/cs/messages.po
new file mode 100644
index 000000000..a542380d2
--- /dev/null
+++ b/curweather/lang/cs/messages.po
@@ -0,0 +1,40 @@
+# ADDON curweather
+# Copyright (C)
+# This file is distributed under the same license as the Friendica curweather addon package.
+#
+#
+# Translators:
+# Michal Šupler , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-07 19:03+0000\n"
+"Last-Translator: Michal Šupler \n"
+"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: curweather.php:46 curweather.php:90
+msgid "Current Weather"
+msgstr "Aktuální počasí"
+
+#: curweather.php:67
+msgid "Current Weather settings updated."
+msgstr "Nastavení pro Aktuální počasí aktualizováno."
+
+#: curweather.php:93
+msgid "Weather Location: "
+msgstr "Poloha počasí:"
+
+#: curweather.php:96
+msgid "Enable Current Weather"
+msgstr "Povolit Aktuální počasí"
+
+#: curweather.php:104
+msgid "Save Settings"
+msgstr "Uložit Nastavení"
diff --git a/curweather/lang/cs/strings.php b/curweather/lang/cs/strings.php
index ae3080c1c..ce5df63b2 100644
--- a/curweather/lang/cs/strings.php
+++ b/curweather/lang/cs/strings.php
@@ -1,3 +1,12 @@
-strings["Submit"] = "Odeslat";
+=2 && $n<=4) ? 1 : 2;;
+}}
+;
+$a->strings["Current Weather"] = "Aktuální počasí";
+$a->strings["Current Weather settings updated."] = "Nastavení pro Aktuální počasí aktualizováno.";
+$a->strings["Weather Location: "] = "Poloha počasí:";
+$a->strings["Enable Current Weather"] = "Povolit Aktuální počasí";
+$a->strings["Save Settings"] = "Uložit Nastavení";
diff --git a/curweather/lang/de/messages.po b/curweather/lang/de/messages.po
new file mode 100644
index 000000000..7798fb959
--- /dev/null
+++ b/curweather/lang/de/messages.po
@@ -0,0 +1,40 @@
+# ADDON curweather
+# Copyright (C)
+# This file is distributed under the same license as the Friendica curweather addon package.
+#
+#
+# Translators:
+# bavatar , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-06-29 08:20+0000\n"
+"Last-Translator: bavatar \n"
+"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: curweather.php:46 curweather.php:90
+msgid "Current Weather"
+msgstr "Aktuelles Wetter"
+
+#: curweather.php:67
+msgid "Current Weather settings updated."
+msgstr "Einstellungen des Aktuellen Wetter Addons aktualisiert."
+
+#: curweather.php:93
+msgid "Weather Location: "
+msgstr "Wetter Standort"
+
+#: curweather.php:96
+msgid "Enable Current Weather"
+msgstr "Aktuelles Wetter aktivieren"
+
+#: curweather.php:104
+msgid "Save Settings"
+msgstr "Einstellungen speichern"
diff --git a/curweather/lang/de/strings.php b/curweather/lang/de/strings.php
index 9e5d05160..da9f02ca9 100644
--- a/curweather/lang/de/strings.php
+++ b/curweather/lang/de/strings.php
@@ -1,3 +1,12 @@
-strings["Submit"] = "Senden";
+strings["Current Weather"] = "Aktuelles Wetter";
+$a->strings["Current Weather settings updated."] = "Einstellungen des Aktuellen Wetter Addons aktualisiert.";
+$a->strings["Weather Location: "] = "Wetter Standort";
+$a->strings["Enable Current Weather"] = "Aktuelles Wetter aktivieren";
+$a->strings["Save Settings"] = "Einstellungen speichern";
diff --git a/curweather/lang/ro/messages.po b/curweather/lang/ro/messages.po
new file mode 100644
index 000000000..f0c303ad5
--- /dev/null
+++ b/curweather/lang/ro/messages.po
@@ -0,0 +1,39 @@
+# ADDON curweather
+# Copyright (C)
+# This file is distributed under the same license as the Friendica curweather addon package.
+#
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-08 11:47+0000\n"
+"Last-Translator: Arian - Cazare Muncitori \n"
+"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ro_RO\n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
+
+#: curweather.php:46 curweather.php:90
+msgid "Current Weather"
+msgstr "Starea Vremii"
+
+#: curweather.php:67
+msgid "Current Weather settings updated."
+msgstr "Configurări actualizate pentru Starea Vremii"
+
+#: curweather.php:93
+msgid "Weather Location: "
+msgstr "Locație Meteo:"
+
+#: curweather.php:96
+msgid "Enable Current Weather"
+msgstr "Activare Starea Vremii"
+
+#: curweather.php:104
+msgid "Save Settings"
+msgstr "Salvare Configurări"
diff --git a/curweather/lang/ro/strings.php b/curweather/lang/ro/strings.php
new file mode 100644
index 000000000..f32eb730f
--- /dev/null
+++ b/curweather/lang/ro/strings.php
@@ -0,0 +1,12 @@
+19)||(($n%100==0)&&($n!=0)))?2:1));;
+}}
+;
+$a->strings["Current Weather"] = "Starea Vremii";
+$a->strings["Current Weather settings updated."] = "Configurări actualizate pentru Starea Vremii";
+$a->strings["Weather Location: "] = "Locație Meteo:";
+$a->strings["Enable Current Weather"] = "Activare Starea Vremii";
+$a->strings["Save Settings"] = "Salvare Configurări";
diff --git a/dav/lang/cs/messages.po b/dav/lang/cs/messages.po
new file mode 100644
index 000000000..e541c5547
--- /dev/null
+++ b/dav/lang/cs/messages.po
@@ -0,0 +1,578 @@
+# ADDON dav
+# Copyright (C)
+# This file is distributed under the same license as the Friendica dav addon package.
+#
+#
+# Translators:
+# Michal Šupler , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-07 18:40+0000\n"
+"Last-Translator: Michal Šupler \n"
+"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: friendica/calendar.friendica.fnk.php:206
+msgid "Private Calendar"
+msgstr "Soukromý kalendář"
+
+#: friendica/calendar.friendica.fnk.php:207
+msgid "Friendica Events: Mine"
+msgstr "Friendica události: Mé"
+
+#: friendica/calendar.friendica.fnk.php:208
+msgid "Friendica Events: Contacts"
+msgstr "Friendica události: Kontakty"
+
+#: friendica/calendar.friendica.fnk.php:248
+msgid "Private Addresses"
+msgstr "Soukromé adresy"
+
+#: friendica/calendar.friendica.fnk.php:249
+msgid "Friendica Contacts"
+msgstr "Friendica Kontakty"
+
+#: friendica/dav_carddav_backend_virtual_friendica.inc.php:36
+#: friendica/dav_carddav_backend_virtual_friendica.inc.php:59
+msgid "Friendica-Contacts"
+msgstr "Friendica kontakty"
+
+#: friendica/dav_carddav_backend_virtual_friendica.inc.php:60
+msgid "Your Friendica-Contacts"
+msgstr "Vaše Friendica kontakty"
+
+#: friendica/dav_caldav_backend_virtual_friendica.inc.php:36
+msgid "Friendica-Native events"
+msgstr "Nativní Friendica události"
+
+#: friendica/main.php:202
+msgid ""
+"The current version of this plugin has not been set up correctly. Please "
+"contact the system administrator of your installation of friendica to fix "
+"this."
+msgstr "Stávající verze tohoto rozšíření nebyla správně nastavena. Prosím, kontaktujte administrátora webu, ať to opraví."
+
+#: friendica/main.php:239 common/wdcal_edit.inc.php:146
+msgid "Calendar"
+msgstr "Kalendář"
+
+#: friendica/main.php:242
+msgid "Extended calendar with CalDAV-support"
+msgstr "Rozšířený kalendář s podporou CalDAV"
+
+#: friendica/main.php:279 friendica/main.php:280
+msgid "noreply"
+msgstr "bez odpovědi"
+
+#: friendica/main.php:282
+msgid "Notification: "
+msgstr "Notifikace:"
+
+#: friendica/main.php:309
+msgid "The database tables have been installed."
+msgstr "Databázové tabulky byly nainstalovány"
+
+#: friendica/main.php:310
+msgid "An error occurred during the installation."
+msgstr "Během instalace nastala chyba."
+
+#: friendica/main.php:316
+msgid "The database tables have been updated."
+msgstr "Databázové tabulky byly aktualizovány."
+
+#: friendica/main.php:317
+msgid "An error occurred during the update."
+msgstr "Během aktualizace došlo k chybě."
+
+#: friendica/main.php:333
+msgid "No system-wide settings yet."
+msgstr "Nastavení systému dosud nebylo vytvořeno"
+
+#: friendica/main.php:336
+msgid "Database status"
+msgstr "Status databáze"
+
+#: friendica/main.php:339
+msgid "Installed"
+msgstr "Instalováno"
+
+#: friendica/main.php:343
+msgid "Upgrade needed"
+msgstr "Upgrade vyžadován"
+
+#: friendica/main.php:343
+msgid ""
+"Please back up all calendar data (the tables beginning with dav_*) before "
+"proceeding. While all calendar events should be converted to the new "
+"database structure, it's always safe to have a backup. Below, you can have a"
+" look at the database-queries that will be made when pressing the "
+"'update'-button."
+msgstr "Please back up all calendar data (the tables beginning with dav_*) before proceeding. While all calendar events should be converted to the new database structure, it's always safe to have a backup. Below, you can have a look at the database-queries that will be made when pressing the 'update'-button."
+
+#: friendica/main.php:343
+msgid "Upgrade"
+msgstr "Upgrade"
+
+#: friendica/main.php:346
+msgid "Not installed"
+msgstr "Nenainstalováno"
+
+#: friendica/main.php:346
+msgid "Install"
+msgstr "Instalovat"
+
+#: friendica/main.php:350
+msgid "Unknown"
+msgstr "Neznámý"
+
+#: friendica/main.php:350
+msgid ""
+"Something really went wrong. I cannot recover from this state automatically,"
+" sorry. Please go to the database backend, back up the data, and delete all "
+"tables beginning with 'dav_' manually. Afterwards, this installation routine"
+" should be able to reinitialize the tables automatically."
+msgstr "Něco se opravdu nepovedlo. Z aktuálního stavu nelze provést automatickou obnovu. Prosím přihlaste se do databáze, zazálohujte data a smažte manuálně všechny tabulky začínající s \"dav_\". Poté by měl instalační skript sám automaticky znovu založit potřebné tabulky."
+
+#: friendica/main.php:355
+msgid "Troubleshooting"
+msgstr "Řešení problémů"
+
+#: friendica/main.php:356
+msgid "Manual creation of the database tables:"
+msgstr "Manuálnní vytvoření databázových tabulek:"
+
+#: friendica/main.php:357
+msgid "Show SQL-statements"
+msgstr "Zobrazit SQL-příkazy"
+
+#: friendica/layout.fnk.php:99 friendica/layout.fnk.php:136
+msgid ""
+"Something went wrong when trying to import the file. Sorry. Maybe some "
+"events were imported anyway."
+msgstr "Při importu souboru se něco nezdařilo, omlouváme se. Přesto se mohly některé události načíst."
+
+#: friendica/layout.fnk.php:131
+msgid "Something went wrong when trying to import the file. Sorry."
+msgstr "Při importu souboru se něco nezdařilo, omlouváme se."
+
+#: friendica/layout.fnk.php:134
+msgid "The ICS-File has been imported."
+msgstr "ICS soubor byl importován."
+
+#: friendica/layout.fnk.php:138
+msgid "No file was uploaded."
+msgstr "Žádný soubor nebyl nahrán."
+
+#: friendica/layout.fnk.php:143 friendica/layout.fnk.php:422
+#: common/wdcal_edit.inc.php:140
+msgid "Go back to the calendar"
+msgstr "Návrat na kalendář"
+
+#: friendica/layout.fnk.php:147
+msgid "Import a ICS-file"
+msgstr "Import ICS souboru."
+
+#: friendica/layout.fnk.php:150
+msgid "ICS-File"
+msgstr "ICS soubor."
+
+#: friendica/layout.fnk.php:151
+msgid "Overwrite all #num# existing events"
+msgstr "Přepsat všechny #num# existující události"
+
+#: friendica/layout.fnk.php:152
+msgid "Upload"
+msgstr "Nahrát"
+
+#: friendica/layout.fnk.php:225
+msgid "Settings"
+msgstr "Nastavení"
+
+#: friendica/layout.fnk.php:225
+msgid "Help"
+msgstr "Nápověda"
+
+#: friendica/layout.fnk.php:228
+msgid "New event"
+msgstr "Nová událost"
+
+#: friendica/layout.fnk.php:232
+msgid "Today"
+msgstr "Dnes"
+
+#: friendica/layout.fnk.php:241
+msgid "Day"
+msgstr "Den"
+
+#: friendica/layout.fnk.php:248
+msgid "Week"
+msgstr "Týden"
+
+#: friendica/layout.fnk.php:255 common/wdcal_edit.inc.php:372
+msgid "Month"
+msgstr "Měsíc"
+
+#: friendica/layout.fnk.php:260
+msgid "Reload"
+msgstr "Načíst znovu"
+
+#: friendica/layout.fnk.php:263
+msgid "Previous"
+msgstr "Předchozí"
+
+#: friendica/layout.fnk.php:266
+msgid "Next"
+msgstr "Dále"
+
+#: friendica/layout.fnk.php:271
+msgid "Date"
+msgstr "Datum"
+
+#: friendica/layout.fnk.php:313
+msgid "Error"
+msgstr "Chyba"
+
+#: friendica/layout.fnk.php:354
+msgid "Permission denied."
+msgstr "Přístup odmítnut."
+
+#: friendica/layout.fnk.php:361
+msgid "The new values have been saved."
+msgstr "Nové hodnoty byly uloženy."
+
+#: friendica/layout.fnk.php:380
+msgid "The calendar has been updated."
+msgstr "Kalendář byl aktualizován."
+
+#: friendica/layout.fnk.php:393
+msgid "The new calendar has been created."
+msgstr "Nový kalendář byl vytvořen."
+
+#: friendica/layout.fnk.php:417
+msgid "The calendar has been deleted."
+msgstr "Kalendář byl smazán."
+
+#: friendica/layout.fnk.php:424
+msgid "Calendar Settings"
+msgstr "Nastavení kalendáře"
+
+#: friendica/layout.fnk.php:430
+msgid "Date format"
+msgstr "Formát datumu"
+
+#: friendica/layout.fnk.php:439
+msgid "Time zone"
+msgstr "Časová zóna"
+
+#: friendica/layout.fnk.php:441 friendica/layout.fnk.php:488
+msgid "Save"
+msgstr "Uložit"
+
+#: friendica/layout.fnk.php:445
+msgid "Calendars"
+msgstr "Kalendáře"
+
+#: friendica/layout.fnk.php:487
+msgid "Create a new calendar"
+msgstr "Vytvořit nový kalendář"
+
+#: friendica/layout.fnk.php:496
+msgid "Limitations"
+msgstr "Limity"
+
+#: friendica/layout.fnk.php:500
+msgid "Warning"
+msgstr "Omezení"
+
+#: friendica/layout.fnk.php:504
+msgid "Synchronization (iPhone, Thunderbird Lightning, Android, ...)"
+msgstr "Synchronizace (iPhone, Thunderbird Lightning, Android, ...)"
+
+#: friendica/layout.fnk.php:511
+msgid "Synchronizing this calendar with the iPhone"
+msgstr "Synchronizovat tento kalendář s iPhone"
+
+#: friendica/layout.fnk.php:522
+msgid "Synchronizing your Friendica-Contacts with the iPhone"
+msgstr "Synchronizovat Vaše Friendica kontakty s iPhone"
+
+#: common/wdcal_edit.inc.php:30 common/wdcal_edit.inc.php:738
+msgid "Could not open component for editing"
+msgstr "Nelze otevřít komponentu pro editaci"
+
+#: common/wdcal_edit.inc.php:144
+msgid "Event data"
+msgstr "Data události"
+
+#: common/wdcal_edit.inc.php:163
+msgid "Special color"
+msgstr "Speciální barva"
+
+#: common/wdcal_edit.inc.php:169
+msgid "Subject"
+msgstr "Subjekt"
+
+#: common/wdcal_edit.inc.php:173
+msgid "Starts"
+msgstr "Hvězdiček"
+
+#: common/wdcal_edit.inc.php:178
+msgid "Ends"
+msgstr "Končí"
+
+#: common/wdcal_edit.inc.php:183
+msgid "Location"
+msgstr "Lokace"
+
+#: common/wdcal_edit.inc.php:185
+msgid "Description"
+msgstr "Popis"
+
+#: common/wdcal_edit.inc.php:188
+msgid "Recurrence"
+msgstr "Opakování"
+
+#: common/wdcal_edit.inc.php:190
+msgid "Frequency"
+msgstr "Frekvence"
+
+#: common/wdcal_edit.inc.php:191
+msgid "None"
+msgstr "Žádný"
+
+#: common/wdcal_edit.inc.php:194
+msgid "Daily"
+msgstr "denně"
+
+#: common/wdcal_edit.inc.php:197
+msgid "Weekly"
+msgstr "Týdenně"
+
+#: common/wdcal_edit.inc.php:200
+msgid "Monthly"
+msgstr "Měsíčně"
+
+#: common/wdcal_edit.inc.php:203
+msgid "Yearly"
+msgstr "Ročně"
+
+#: common/wdcal_edit.inc.php:214
+msgid "days"
+msgstr "dnů"
+
+#: common/wdcal_edit.inc.php:215
+msgid "weeks"
+msgstr "týdny"
+
+#: common/wdcal_edit.inc.php:216
+msgid "months"
+msgstr "měsíců"
+
+#: common/wdcal_edit.inc.php:217
+msgid "years"
+msgstr "let"
+
+#: common/wdcal_edit.inc.php:218
+msgid "Interval"
+msgstr "Interval"
+
+#: common/wdcal_edit.inc.php:218
+msgid "All %select% %time%"
+msgstr "Všechny %select% %time%"
+
+#: common/wdcal_edit.inc.php:222 common/wdcal_edit.inc.php:260
+#: common/wdcal_edit.inc.php:481
+msgid "Days"
+msgstr "Dny"
+
+#: common/wdcal_edit.inc.php:231 common/wdcal_edit.inc.php:254
+#: common/wdcal_edit.inc.php:270 common/wdcal_edit.inc.php:293
+#: common/wdcal_edit.inc.php:305
+msgid "Sunday"
+msgstr "Neděle"
+
+#: common/wdcal_edit.inc.php:235 common/wdcal_edit.inc.php:274
+#: common/wdcal_edit.inc.php:308
+msgid "Monday"
+msgstr "Pondělí"
+
+#: common/wdcal_edit.inc.php:238 common/wdcal_edit.inc.php:277
+msgid "Tuesday"
+msgstr "Úterý"
+
+#: common/wdcal_edit.inc.php:241 common/wdcal_edit.inc.php:280
+msgid "Wednesday"
+msgstr "Středa"
+
+#: common/wdcal_edit.inc.php:244 common/wdcal_edit.inc.php:283
+msgid "Thursday"
+msgstr "Čtvrtek"
+
+#: common/wdcal_edit.inc.php:247 common/wdcal_edit.inc.php:286
+msgid "Friday"
+msgstr "Pátek"
+
+#: common/wdcal_edit.inc.php:250 common/wdcal_edit.inc.php:289
+msgid "Saturday"
+msgstr "Sobota"
+
+#: common/wdcal_edit.inc.php:297
+msgid "First day of week:"
+msgstr "První den v týdnu"
+
+#: common/wdcal_edit.inc.php:350 common/wdcal_edit.inc.php:373
+msgid "Day of month"
+msgstr "Den v měsíci"
+
+#: common/wdcal_edit.inc.php:354
+msgid "#num#th of each month"
+msgstr "#num#. v každém měsíci"
+
+#: common/wdcal_edit.inc.php:357
+msgid "#num#th-last of each month"
+msgstr "#num# pořadí od konce v každém měsíci"
+
+#: common/wdcal_edit.inc.php:360
+msgid "#num#th #wkday# of each month"
+msgstr "#num#. #wkday# v každém měsíci"
+
+#: common/wdcal_edit.inc.php:363
+msgid "#num#th-last #wkday# of each month"
+msgstr "#num#. od konce #wkday# v každém měsíci"
+
+#: common/wdcal_edit.inc.php:377
+msgid "#num#th of the given month"
+msgstr "#num#. v daném měsíci"
+
+#: common/wdcal_edit.inc.php:380
+msgid "#num#th-last of the given month"
+msgstr "#num#. od konce v daném měsíci"
+
+#: common/wdcal_edit.inc.php:383
+msgid "#num#th #wkday# of the given month"
+msgstr "#num#. #wkday# v daném měsíci"
+
+#: common/wdcal_edit.inc.php:386
+msgid "#num#th-last #wkday# of the given month"
+msgstr "#num#. #wkday# od konce v daném měsíci"
+
+#: common/wdcal_edit.inc.php:413
+msgid "Repeat until"
+msgstr "Opakuj dokud"
+
+#: common/wdcal_edit.inc.php:417
+msgid "Infinite"
+msgstr "Do nekončena"
+
+#: common/wdcal_edit.inc.php:420
+msgid "Until the following date"
+msgstr "Do následujícího data"
+
+#: common/wdcal_edit.inc.php:423
+msgid "Number of times"
+msgstr "Počet opakování"
+
+#: common/wdcal_edit.inc.php:429
+msgid "Exceptions"
+msgstr "Výjimky"
+
+#: common/wdcal_edit.inc.php:432
+msgid "none"
+msgstr "žádný"
+
+#: common/wdcal_edit.inc.php:449
+msgid "Notification"
+msgstr "Notifikace"
+
+#: common/wdcal_edit.inc.php:466
+msgid "Notify by"
+msgstr "Notifikivat"
+
+#: common/wdcal_edit.inc.php:468
+msgid "Remove"
+msgstr "Odstranit"
+
+#: common/wdcal_edit.inc.php:469
+msgid "E-Mail"
+msgstr "e-mailem"
+
+#: common/wdcal_edit.inc.php:470
+msgid "On Friendica / Display"
+msgstr "Na stránce Friendica"
+
+#: common/wdcal_edit.inc.php:474
+msgid "Time"
+msgstr "Čas"
+
+#: common/wdcal_edit.inc.php:478
+msgid "Hours"
+msgstr "Hodiny"
+
+#: common/wdcal_edit.inc.php:479
+msgid "Minutes"
+msgstr "Minuty"
+
+#: common/wdcal_edit.inc.php:480
+msgid "Seconds"
+msgstr "sekund"
+
+#: common/wdcal_edit.inc.php:482
+msgid "Weeks"
+msgstr "týdnů"
+
+#: common/wdcal_edit.inc.php:485
+msgid "before the"
+msgstr "před"
+
+#: common/wdcal_edit.inc.php:486
+msgid "start of the event"
+msgstr "začátkem události"
+
+#: common/wdcal_edit.inc.php:487
+msgid "end of the event"
+msgstr "koncem události"
+
+#: common/wdcal_edit.inc.php:492
+msgid "Add a notification"
+msgstr "Přidat notifikaci"
+
+#: common/wdcal_edit.inc.php:687
+msgid "The event #name# will start at #date"
+msgstr "Událost #name# bude zahájena #date"
+
+#: common/wdcal_edit.inc.php:696
+msgid "#name# is about to begin."
+msgstr "#name# právě začíná."
+
+#: common/wdcal_edit.inc.php:769
+msgid "Saved"
+msgstr "Uloženo"
+
+#: common/dav_carddav_backend_private.inc.php:46
+msgid "Private Addressbooks"
+msgstr "Soukromé adresáře kontaktů"
+
+#: common/dav_caldav_backend_private.inc.php:39
+msgid "Private Events"
+msgstr "Soukromé události"
+
+#: common/wdcal_backend.inc.php:92 common/wdcal_backend.inc.php:166
+#: common/wdcal_backend.inc.php:178 common/wdcal_backend.inc.php:206
+#: common/wdcal_backend.inc.php:214 common/wdcal_backend.inc.php:229
+msgid "No access"
+msgstr "Zádný přístup"
+
+#: common/wdcal_configuration.php:148
+msgid "U.S. Time Format (mm/dd/YYYY)"
+msgstr "americký formát času (mm/dd/YYYY)"
+
+#: common/wdcal_configuration.php:243
+msgid "German Time Format (dd.mm.YYYY)"
+msgstr "německý formát času (dd.mm.YYYY)"
diff --git a/dav/lang/cs/strings.php b/dav/lang/cs/strings.php
index b67606c8e..b93bb4d68 100644
--- a/dav/lang/cs/strings.php
+++ b/dav/lang/cs/strings.php
@@ -1,136 +1,141 @@
-strings["Friendica-Native events"] = "Nativní Friendica události";
-$a->strings["Friendica-Contacts"] = "Friendica kontakty";
-$a->strings["Your Friendica-Contacts"] = "Vaše Friendica kontakty";
-$a->strings["Something went wrong when trying to import the file. Sorry. Maybe some events were imported anyway."] = "Při importu souboru se něco nezdařilo, omlouváme se. Přesto se mohly některé události načíst.";
-$a->strings["Something went wrong when trying to import the file. Sorry."] = "Při importu souboru se něco nezdařilo, omlouváme se.";
-$a->strings["The ICS-File has been imported."] = "ICS soubor byl importován.";
-$a->strings["No file was uploaded."] = "Žádný soubor nebyl nahrán.";
-$a->strings["Go back to the calendar"] = "Návrat na kalendář";
-$a->strings["Import a ICS-file"] = "Import ICS souboru.";
-$a->strings["ICS-File"] = "ICS soubor.";
-$a->strings["Overwrite all #num# existing events"] = "Přepsat všechny #num# existující události";
-$a->strings["Upload"] = "Nahrát";
-$a->strings["Settings"] = "Nastavení";
-$a->strings["Help"] = "Nápověda";
-$a->strings["New event"] = "Nová událost";
-$a->strings["Today"] = "Dnes";
-$a->strings["Day"] = "Den";
-$a->strings["Week"] = "Týden";
-$a->strings["Month"] = "Měsíc";
-$a->strings["Reload"] = "Načíst znovu";
-$a->strings["Previous"] = "Předchozí";
-$a->strings["Next"] = "Dále";
-$a->strings["Date"] = "Datum";
-$a->strings["Error"] = "Chyba";
-$a->strings["Permission denied."] = "Přístup odmítnut.";
-$a->strings["The new values have been saved."] = "Nové hodnoty byly uloženy";
-$a->strings["The calendar has been updated."] = "Kalendář byl aktualizován.";
-$a->strings["The new calendar has been created."] = "Nový kalendář byl vytvořen.";
-$a->strings["The calendar has been deleted."] = "Kalendář byl smazán.";
-$a->strings["Calendar Settings"] = "Nastavení kalendáře";
-$a->strings["Date format"] = "Formát datumu";
-$a->strings["Time zone"] = "Časová zóna";
-$a->strings["Save"] = "Uložit";
-$a->strings["Calendars"] = "Kalendáře";
-$a->strings["Create a new calendar"] = "Vytvořit nový kalendář";
-$a->strings["Limitations"] = "Omezení";
-$a->strings["Warning"] = "Varování";
-$a->strings["Synchronization (iPhone, Thunderbird Lightning, Android, ...)"] = "Synchronizace (iPhone, Thunderbird Lightning, Android, ...)";
-$a->strings["Synchronizing this calendar with the iPhone"] = "Synchronizovat tento kalendář s iPhone";
-$a->strings["Synchronizing your Friendica-Contacts with the iPhone"] = "Synchronizovat Vaše Friendica kontakty s iPhone";
-$a->strings["The current version of this plugin has not been set up correctly. Please contact the system administrator of your installation of friendica to fix this."] = "Stávající verze tohoto rozšíření nebyla správně nastavena. Prosím, kontaktujte administrátora webu, ať to opraví.";
-$a->strings["Calendar"] = "Kalendář";
-$a->strings["Extended calendar with CalDAV-support"] = "Rozšířený kalendář s podporou CalDAV";
-$a->strings["noreply"] = "neodpovídat";
-$a->strings["Notification: "] = "Notifikace:";
-$a->strings["The database tables have been installed."] = "Databázové tabulky byly nainstalovány";
-$a->strings["An error occurred during the installation."] = "Během instalace nastala chyba.";
-$a->strings["The database tables have been updated."] = "Databázové tabulky byly aktualizovány.";
-$a->strings["An error occurred during the update."] = "Během aktualizace došlo k chybě.";
-$a->strings["No system-wide settings yet."] = "Nastavení systému dosud nebylo vytvořeno";
-$a->strings["Database status"] = "Status databáze";
-$a->strings["Installed"] = "Instalováno";
-$a->strings["Upgrade needed"] = "Upgrade vyžadován";
-$a->strings["Please back up all calendar data (the tables beginning with dav_*) before proceeding. While all calendar events should be converted to the new database structure, it's always safe to have a backup. Below, you can have a look at the database-queries that will be made when pressing the 'update'-button."] = "Prosím, zálohujte si všechny data v kalendářích (všechny tabulky začínající s dav_*) před pokračováním. Ačkoliv by měly být všechny kalendářové události převedeny do nové databázové struktury, vždy je bezpečnější mít zálohu. Níže se můžete podívat na databázové příkazy, které budou spuštěny po stisknutí tlačítka \"Aktualizovat\".";
-$a->strings["Upgrade"] = "Upgrade";
-$a->strings["Not installed"] = "Nenainstalováno";
-$a->strings["Install"] = "Instalovat";
-$a->strings["Unknown"] = "Neznámý";
-$a->strings["Something really went wrong. I cannot recover from this state automatically, sorry. Please go to the database backend, back up the data, and delete all tables beginning with 'dav_' manually. Afterwards, this installation routine should be able to reinitialize the tables automatically."] = "Něco se opravdu nepovedlo. Z aktuálního stavu nelze provést automatickou obnovu. Prosím přihlaste se do databáze, zazálohujte data a smažte manuálně všechny tabulky začínající s \"dav_\". Poté by měl instalační skript sám automaticky znovu založit potřebné tabulky.";
-$a->strings["Troubleshooting"] = "Řešení problémů";
-$a->strings["Manual creation of the database tables:"] = "Manuálnní vytvoření databázových tabulek:";
-$a->strings["Show SQL-statements"] = "Zobrazit SQL-příkazy";
-$a->strings["Private Calendar"] = "Soukromý kalendář";
-$a->strings["Friendica Events: Mine"] = "Friendica události: Mé";
-$a->strings["Friendica Events: Contacts"] = "Friendica události: Kontakty";
-$a->strings["Private Addresses"] = "Soukromé adresy";
-$a->strings["Friendica Contacts"] = "Friendica Kontakty";
-$a->strings["Could not open component for editing"] = "Nelze otevřít komponentu pro editaci";
-$a->strings["Event data"] = "Data události";
-$a->strings["Special color"] = "Speciální barva";
-$a->strings["Subject"] = "Subjekt";
-$a->strings["Starts"] = "Hvězdiček";
-$a->strings["Ends"] = "Končí";
-$a->strings["Location"] = "Lokace";
-$a->strings["Description"] = "Popis";
-$a->strings["Recurrence"] = "Opakování";
-$a->strings["Frequency"] = "Frekvence";
-$a->strings["None"] = "Žádný";
-$a->strings["Daily"] = "denně";
-$a->strings["Weekly"] = "Týdenně";
-$a->strings["Monthly"] = "Měsíčně";
-$a->strings["Yearly"] = "Ročně";
-$a->strings["days"] = "dnů";
-$a->strings["weeks"] = "týdny";
-$a->strings["months"] = "měsíců";
-$a->strings["years"] = "let";
-$a->strings["Interval"] = "Interval";
-$a->strings["All %select% %time%"] = "Všechny %select% %time%";
-$a->strings["Days"] = "Dny";
-$a->strings["Sunday"] = "Neděle";
-$a->strings["Monday"] = "Pondělí";
-$a->strings["Tuesday"] = "Úterý";
-$a->strings["Wednesday"] = "Středa";
-$a->strings["Thursday"] = "Čtvrtek";
-$a->strings["Friday"] = "Pátek";
-$a->strings["Saturday"] = "Sobota";
-$a->strings["First day of week:"] = "První den v týdnu";
-$a->strings["Day of month"] = "Den v měsíci";
-$a->strings["#num#th of each month"] = "#num#. v každém měsíci";
-$a->strings["#num#th-last of each month"] = "#num#. od konce v každém měsíci";
-$a->strings["#num#th #wkday# of each month"] = "#num#. #wkday# v každém měsíci";
-$a->strings["#num#th-last #wkday# of each month"] = "#num#. od konce #wkday# v každém měsíci";
-$a->strings["#num#th of the given month"] = "#num#. v daném měsíci";
-$a->strings["#num#th-last of the given month"] = "#num#. od konce v daném měsíci";
-$a->strings["#num#th #wkday# of the given month"] = "#num#. #wkday# v daném měsíci";
-$a->strings["#num#th-last #wkday# of the given month"] = "#num#. #wkday# od konce v daném měsíci";
-$a->strings["Repeat until"] = "Opakuj dokud";
-$a->strings["Infinite"] = "Do nekončena";
-$a->strings["Until the following date"] = "Do následujícího data";
-$a->strings["Number of times"] = "Počet opakování";
-$a->strings["Exceptions"] = "Výjimky";
-$a->strings["none"] = "žádný";
-$a->strings["Notification"] = "Notifikace";
-$a->strings["Notify by"] = "Notifikován";
-$a->strings["Remove"] = "Odstranit";
-$a->strings["E-Mail"] = "e-mailem";
-$a->strings["On Friendica / Display"] = "Na stránce Friendica";
-$a->strings["Time"] = "Čas";
-$a->strings["Hours"] = "Hodiny";
-$a->strings["Minutes"] = "Minuty";
-$a->strings["Seconds"] = "sekund";
-$a->strings["Weeks"] = "týdnů";
-$a->strings["before the"] = "před";
-$a->strings["start of the event"] = "začátkem události";
-$a->strings["end of the event"] = "koncem události";
-$a->strings["Add a notification"] = "Přidat notifikaci";
-$a->strings["The event #name# will start at #date"] = "Událost #name# bude zahájena #date";
-$a->strings["#name# is about to begin."] = "#name# právě začíná.";
-$a->strings["Saved"] = "Uloženo";
-$a->strings["U.S. Time Format (mm/dd/YYYY)"] = "americký formát času (mm/dd/YYYY)";
-$a->strings["German Time Format (dd.mm.YYYY)"] = "německý formát času (dd.mm.YYYY)";
-$a->strings["Private Events"] = "Soukromé události";
-$a->strings["No access"] = "Zádný přístup";
-$a->strings["Private Addressbooks"] = "Soukromé adresáře kontaktů";
+=2 && $n<=4) ? 1 : 2;;
+}}
+;
+$a->strings["Private Calendar"] = "Soukromý kalendář";
+$a->strings["Friendica Events: Mine"] = "Friendica události: Mé";
+$a->strings["Friendica Events: Contacts"] = "Friendica události: Kontakty";
+$a->strings["Private Addresses"] = "Soukromé adresy";
+$a->strings["Friendica Contacts"] = "Friendica Kontakty";
+$a->strings["Friendica-Contacts"] = "Friendica kontakty";
+$a->strings["Your Friendica-Contacts"] = "Vaše Friendica kontakty";
+$a->strings["Friendica-Native events"] = "Nativní Friendica události";
+$a->strings["The current version of this plugin has not been set up correctly. Please contact the system administrator of your installation of friendica to fix this."] = "Stávající verze tohoto rozšíření nebyla správně nastavena. Prosím, kontaktujte administrátora webu, ať to opraví.";
+$a->strings["Calendar"] = "Kalendář";
+$a->strings["Extended calendar with CalDAV-support"] = "Rozšířený kalendář s podporou CalDAV";
+$a->strings["noreply"] = "bez odpovědi";
+$a->strings["Notification: "] = "Notifikace:";
+$a->strings["The database tables have been installed."] = "Databázové tabulky byly nainstalovány";
+$a->strings["An error occurred during the installation."] = "Během instalace nastala chyba.";
+$a->strings["The database tables have been updated."] = "Databázové tabulky byly aktualizovány.";
+$a->strings["An error occurred during the update."] = "Během aktualizace došlo k chybě.";
+$a->strings["No system-wide settings yet."] = "Nastavení systému dosud nebylo vytvořeno";
+$a->strings["Database status"] = "Status databáze";
+$a->strings["Installed"] = "Instalováno";
+$a->strings["Upgrade needed"] = "Upgrade vyžadován";
+$a->strings["Please back up all calendar data (the tables beginning with dav_*) before proceeding. While all calendar events should be converted to the new database structure, it's always safe to have a backup. Below, you can have a look at the database-queries that will be made when pressing the 'update'-button."] = "Please back up all calendar data (the tables beginning with dav_*) before proceeding. While all calendar events should be converted to the new database structure, it's always safe to have a backup. Below, you can have a look at the database-queries that will be made when pressing the 'update'-button.";
+$a->strings["Upgrade"] = "Upgrade";
+$a->strings["Not installed"] = "Nenainstalováno";
+$a->strings["Install"] = "Instalovat";
+$a->strings["Unknown"] = "Neznámý";
+$a->strings["Something really went wrong. I cannot recover from this state automatically, sorry. Please go to the database backend, back up the data, and delete all tables beginning with 'dav_' manually. Afterwards, this installation routine should be able to reinitialize the tables automatically."] = "Něco se opravdu nepovedlo. Z aktuálního stavu nelze provést automatickou obnovu. Prosím přihlaste se do databáze, zazálohujte data a smažte manuálně všechny tabulky začínající s \"dav_\". Poté by měl instalační skript sám automaticky znovu založit potřebné tabulky.";
+$a->strings["Troubleshooting"] = "Řešení problémů";
+$a->strings["Manual creation of the database tables:"] = "Manuálnní vytvoření databázových tabulek:";
+$a->strings["Show SQL-statements"] = "Zobrazit SQL-příkazy";
+$a->strings["Something went wrong when trying to import the file. Sorry. Maybe some events were imported anyway."] = "Při importu souboru se něco nezdařilo, omlouváme se. Přesto se mohly některé události načíst.";
+$a->strings["Something went wrong when trying to import the file. Sorry."] = "Při importu souboru se něco nezdařilo, omlouváme se.";
+$a->strings["The ICS-File has been imported."] = "ICS soubor byl importován.";
+$a->strings["No file was uploaded."] = "Žádný soubor nebyl nahrán.";
+$a->strings["Go back to the calendar"] = "Návrat na kalendář";
+$a->strings["Import a ICS-file"] = "Import ICS souboru.";
+$a->strings["ICS-File"] = "ICS soubor.";
+$a->strings["Overwrite all #num# existing events"] = "Přepsat všechny #num# existující události";
+$a->strings["Upload"] = "Nahrát";
+$a->strings["Settings"] = "Nastavení";
+$a->strings["Help"] = "Nápověda";
+$a->strings["New event"] = "Nová událost";
+$a->strings["Today"] = "Dnes";
+$a->strings["Day"] = "Den";
+$a->strings["Week"] = "Týden";
+$a->strings["Month"] = "Měsíc";
+$a->strings["Reload"] = "Načíst znovu";
+$a->strings["Previous"] = "Předchozí";
+$a->strings["Next"] = "Dále";
+$a->strings["Date"] = "Datum";
+$a->strings["Error"] = "Chyba";
+$a->strings["Permission denied."] = "Přístup odmítnut.";
+$a->strings["The new values have been saved."] = "Nové hodnoty byly uloženy.";
+$a->strings["The calendar has been updated."] = "Kalendář byl aktualizován.";
+$a->strings["The new calendar has been created."] = "Nový kalendář byl vytvořen.";
+$a->strings["The calendar has been deleted."] = "Kalendář byl smazán.";
+$a->strings["Calendar Settings"] = "Nastavení kalendáře";
+$a->strings["Date format"] = "Formát datumu";
+$a->strings["Time zone"] = "Časová zóna";
+$a->strings["Save"] = "Uložit";
+$a->strings["Calendars"] = "Kalendáře";
+$a->strings["Create a new calendar"] = "Vytvořit nový kalendář";
+$a->strings["Limitations"] = "Limity";
+$a->strings["Warning"] = "Omezení";
+$a->strings["Synchronization (iPhone, Thunderbird Lightning, Android, ...)"] = "Synchronizace (iPhone, Thunderbird Lightning, Android, ...)";
+$a->strings["Synchronizing this calendar with the iPhone"] = "Synchronizovat tento kalendář s iPhone";
+$a->strings["Synchronizing your Friendica-Contacts with the iPhone"] = "Synchronizovat Vaše Friendica kontakty s iPhone";
+$a->strings["Could not open component for editing"] = "Nelze otevřít komponentu pro editaci";
+$a->strings["Event data"] = "Data události";
+$a->strings["Special color"] = "Speciální barva";
+$a->strings["Subject"] = "Subjekt";
+$a->strings["Starts"] = "Hvězdiček";
+$a->strings["Ends"] = "Končí";
+$a->strings["Location"] = "Lokace";
+$a->strings["Description"] = "Popis";
+$a->strings["Recurrence"] = "Opakování";
+$a->strings["Frequency"] = "Frekvence";
+$a->strings["None"] = "Žádný";
+$a->strings["Daily"] = "denně";
+$a->strings["Weekly"] = "Týdenně";
+$a->strings["Monthly"] = "Měsíčně";
+$a->strings["Yearly"] = "Ročně";
+$a->strings["days"] = "dnů";
+$a->strings["weeks"] = "týdny";
+$a->strings["months"] = "měsíců";
+$a->strings["years"] = "let";
+$a->strings["Interval"] = "Interval";
+$a->strings["All %select% %time%"] = "Všechny %select% %time%";
+$a->strings["Days"] = "Dny";
+$a->strings["Sunday"] = "Neděle";
+$a->strings["Monday"] = "Pondělí";
+$a->strings["Tuesday"] = "Úterý";
+$a->strings["Wednesday"] = "Středa";
+$a->strings["Thursday"] = "Čtvrtek";
+$a->strings["Friday"] = "Pátek";
+$a->strings["Saturday"] = "Sobota";
+$a->strings["First day of week:"] = "První den v týdnu";
+$a->strings["Day of month"] = "Den v měsíci";
+$a->strings["#num#th of each month"] = "#num#. v každém měsíci";
+$a->strings["#num#th-last of each month"] = "#num# pořadí od konce v každém měsíci";
+$a->strings["#num#th #wkday# of each month"] = "#num#. #wkday# v každém měsíci";
+$a->strings["#num#th-last #wkday# of each month"] = "#num#. od konce #wkday# v každém měsíci";
+$a->strings["#num#th of the given month"] = "#num#. v daném měsíci";
+$a->strings["#num#th-last of the given month"] = "#num#. od konce v daném měsíci";
+$a->strings["#num#th #wkday# of the given month"] = "#num#. #wkday# v daném měsíci";
+$a->strings["#num#th-last #wkday# of the given month"] = "#num#. #wkday# od konce v daném měsíci";
+$a->strings["Repeat until"] = "Opakuj dokud";
+$a->strings["Infinite"] = "Do nekončena";
+$a->strings["Until the following date"] = "Do následujícího data";
+$a->strings["Number of times"] = "Počet opakování";
+$a->strings["Exceptions"] = "Výjimky";
+$a->strings["none"] = "žádný";
+$a->strings["Notification"] = "Notifikace";
+$a->strings["Notify by"] = "Notifikivat";
+$a->strings["Remove"] = "Odstranit";
+$a->strings["E-Mail"] = "e-mailem";
+$a->strings["On Friendica / Display"] = "Na stránce Friendica";
+$a->strings["Time"] = "Čas";
+$a->strings["Hours"] = "Hodiny";
+$a->strings["Minutes"] = "Minuty";
+$a->strings["Seconds"] = "sekund";
+$a->strings["Weeks"] = "týdnů";
+$a->strings["before the"] = "před";
+$a->strings["start of the event"] = "začátkem události";
+$a->strings["end of the event"] = "koncem události";
+$a->strings["Add a notification"] = "Přidat notifikaci";
+$a->strings["The event #name# will start at #date"] = "Událost #name# bude zahájena #date";
+$a->strings["#name# is about to begin."] = "#name# právě začíná.";
+$a->strings["Saved"] = "Uloženo";
+$a->strings["Private Addressbooks"] = "Soukromé adresáře kontaktů";
+$a->strings["Private Events"] = "Soukromé události";
+$a->strings["No access"] = "Zádný přístup";
+$a->strings["U.S. Time Format (mm/dd/YYYY)"] = "americký formát času (mm/dd/YYYY)";
+$a->strings["German Time Format (dd.mm.YYYY)"] = "německý formát času (dd.mm.YYYY)";
diff --git a/dav/lang/de/messages.po b/dav/lang/de/messages.po
new file mode 100644
index 000000000..f314f15e6
--- /dev/null
+++ b/dav/lang/de/messages.po
@@ -0,0 +1,578 @@
+# ADDON dav
+# Copyright (C)
+# This file is distributed under the same license as the Friendica dav addon package.
+#
+#
+# Translators:
+# bavatar , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-10 06:05+0000\n"
+"Last-Translator: bavatar \n"
+"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: friendica/calendar.friendica.fnk.php:206
+msgid "Private Calendar"
+msgstr "Privater Kalender"
+
+#: friendica/calendar.friendica.fnk.php:207
+msgid "Friendica Events: Mine"
+msgstr "Meine Friendica-Veranstaltungen"
+
+#: friendica/calendar.friendica.fnk.php:208
+msgid "Friendica Events: Contacts"
+msgstr "Friendica Veranstaltungen meiner Kontakte"
+
+#: friendica/calendar.friendica.fnk.php:248
+msgid "Private Addresses"
+msgstr "Private Adressen"
+
+#: friendica/calendar.friendica.fnk.php:249
+msgid "Friendica Contacts"
+msgstr "Friendica Kontakte"
+
+#: friendica/dav_carddav_backend_virtual_friendica.inc.php:36
+#: friendica/dav_carddav_backend_virtual_friendica.inc.php:59
+msgid "Friendica-Contacts"
+msgstr "Friendica-Kontakte"
+
+#: friendica/dav_carddav_backend_virtual_friendica.inc.php:60
+msgid "Your Friendica-Contacts"
+msgstr "Deine Friendica-Kontakte"
+
+#: friendica/dav_caldav_backend_virtual_friendica.inc.php:36
+msgid "Friendica-Native events"
+msgstr "Friendica Veranstaltungen"
+
+#: friendica/main.php:202
+msgid ""
+"The current version of this plugin has not been set up correctly. Please "
+"contact the system administrator of your installation of friendica to fix "
+"this."
+msgstr "Die aktuelle Version dieses Plugins wurde nicht korrekt eingestellt. Bitte kontaktiere den System-Administrator deiner Friendica Installation um den Fehler zu beheben."
+
+#: friendica/main.php:239 common/wdcal_edit.inc.php:146
+msgid "Calendar"
+msgstr "Kalender"
+
+#: friendica/main.php:242
+msgid "Extended calendar with CalDAV-support"
+msgstr "Erweiterter Kalender mit CalDAV Unterstützung."
+
+#: friendica/main.php:279 friendica/main.php:280
+msgid "noreply"
+msgstr "noreply"
+
+#: friendica/main.php:282
+msgid "Notification: "
+msgstr "Benachrichtigungen: "
+
+#: friendica/main.php:309
+msgid "The database tables have been installed."
+msgstr "Die Datenbank-Tabellen wurden installiert."
+
+#: friendica/main.php:310
+msgid "An error occurred during the installation."
+msgstr "Während der Installation trat ein Fehler auf."
+
+#: friendica/main.php:316
+msgid "The database tables have been updated."
+msgstr "Die Tabellen in der Datenbank wurden aktualisiert."
+
+#: friendica/main.php:317
+msgid "An error occurred during the update."
+msgstr "Während der Aktualisierung trat ein Fehler auf."
+
+#: friendica/main.php:333
+msgid "No system-wide settings yet."
+msgstr "Momentan keine systemweiten Einstellungen."
+
+#: friendica/main.php:336
+msgid "Database status"
+msgstr "Datenbank Status"
+
+#: friendica/main.php:339
+msgid "Installed"
+msgstr "Installiert"
+
+#: friendica/main.php:343
+msgid "Upgrade needed"
+msgstr "Upgrade erforderlich"
+
+#: friendica/main.php:343
+msgid ""
+"Please back up all calendar data (the tables beginning with dav_*) before "
+"proceeding. While all calendar events should be converted to the new "
+"database structure, it's always safe to have a backup. Below, you can have a"
+" look at the database-queries that will be made when pressing the "
+"'update'-button."
+msgstr "Bitte sichere alle Kalenderdaten (die Tabellen mit dav_* beginnend) bevor du mit dem Update fortfährst. Eigentliche sollten alle Kalendereinträge in die neue Datenbankstruktur übernommen werden, aber sicher ist sicher. Weiter unten kannst du die Datenbank-Anfragen ansehen, die im Verlauf des Updates gemacht werden."
+
+#: friendica/main.php:343
+msgid "Upgrade"
+msgstr "Upgrade"
+
+#: friendica/main.php:346
+msgid "Not installed"
+msgstr "Nicht installiert"
+
+#: friendica/main.php:346
+msgid "Install"
+msgstr "Installieren"
+
+#: friendica/main.php:350
+msgid "Unknown"
+msgstr "Unbekannt"
+
+#: friendica/main.php:350
+msgid ""
+"Something really went wrong. I cannot recover from this state automatically,"
+" sorry. Please go to the database backend, back up the data, and delete all "
+"tables beginning with 'dav_' manually. Afterwards, this installation routine"
+" should be able to reinitialize the tables automatically."
+msgstr "Irgendetwas ging schief. Ich kann leider von diesem Zustand der Datenbank leider nicht automatisch fortfahren. Bitte mache ein Backup der Daten aus der Datenbank und lösche anschließend alle Tabellen deren Name mit 'dav_' anfangen. Anschließend sollte diese Installations-Routine in der Lage sein die nötigen Tabellen automatisch neu anzulegen."
+
+#: friendica/main.php:355
+msgid "Troubleshooting"
+msgstr "Problembehebung"
+
+#: friendica/main.php:356
+msgid "Manual creation of the database tables:"
+msgstr "Manuelles anlegen der Datenbank Tabellen:"
+
+#: friendica/main.php:357
+msgid "Show SQL-statements"
+msgstr "SQL-Anweisungen anzeigen"
+
+#: friendica/layout.fnk.php:99 friendica/layout.fnk.php:136
+msgid ""
+"Something went wrong when trying to import the file. Sorry. Maybe some "
+"events were imported anyway."
+msgstr "Entschuldigung. Bei dem Versuch die Datei zu importieren ist etwas schief gelaufen. Vielleicht wurden aber einige der Termine dennoch importiert."
+
+#: friendica/layout.fnk.php:131
+msgid "Something went wrong when trying to import the file. Sorry."
+msgstr "Entschuldigung. Beim Importieren der Datei ist etwas schief gelaufen."
+
+#: friendica/layout.fnk.php:134
+msgid "The ICS-File has been imported."
+msgstr "Die ICS-Datei wurde importoert."
+
+#: friendica/layout.fnk.php:138
+msgid "No file was uploaded."
+msgstr "Es wurde keine Datei geladen."
+
+#: friendica/layout.fnk.php:143 friendica/layout.fnk.php:422
+#: common/wdcal_edit.inc.php:140
+msgid "Go back to the calendar"
+msgstr "Zurück zum Kalender"
+
+#: friendica/layout.fnk.php:147
+msgid "Import a ICS-file"
+msgstr "Importiere eine ICS-Datei"
+
+#: friendica/layout.fnk.php:150
+msgid "ICS-File"
+msgstr "ICS-Datei"
+
+#: friendica/layout.fnk.php:151
+msgid "Overwrite all #num# existing events"
+msgstr "Überschreibe alle #num# existierenden Einträge"
+
+#: friendica/layout.fnk.php:152
+msgid "Upload"
+msgstr "Hochladen"
+
+#: friendica/layout.fnk.php:225
+msgid "Settings"
+msgstr "Einstellungen"
+
+#: friendica/layout.fnk.php:225
+msgid "Help"
+msgstr "Hilfe"
+
+#: friendica/layout.fnk.php:228
+msgid "New event"
+msgstr "Neue Veranstaltung"
+
+#: friendica/layout.fnk.php:232
+msgid "Today"
+msgstr "Heute"
+
+#: friendica/layout.fnk.php:241
+msgid "Day"
+msgstr "Tag"
+
+#: friendica/layout.fnk.php:248
+msgid "Week"
+msgstr "Woche"
+
+#: friendica/layout.fnk.php:255 common/wdcal_edit.inc.php:372
+msgid "Month"
+msgstr "Monat"
+
+#: friendica/layout.fnk.php:260
+msgid "Reload"
+msgstr "Neu Laden"
+
+#: friendica/layout.fnk.php:263
+msgid "Previous"
+msgstr "Vorherige"
+
+#: friendica/layout.fnk.php:266
+msgid "Next"
+msgstr "Nächste"
+
+#: friendica/layout.fnk.php:271
+msgid "Date"
+msgstr "Datum"
+
+#: friendica/layout.fnk.php:313
+msgid "Error"
+msgstr "Fehler"
+
+#: friendica/layout.fnk.php:354
+msgid "Permission denied."
+msgstr "Zugriff verweigert."
+
+#: friendica/layout.fnk.php:361
+msgid "The new values have been saved."
+msgstr "Die neuen Einstellungen wurden gespeichert."
+
+#: friendica/layout.fnk.php:380
+msgid "The calendar has been updated."
+msgstr "Der Kalender wurde aktualisiert."
+
+#: friendica/layout.fnk.php:393
+msgid "The new calendar has been created."
+msgstr "Der neue Kalender wurde erstellt."
+
+#: friendica/layout.fnk.php:417
+msgid "The calendar has been deleted."
+msgstr "Der Kalender wurde gelöscht."
+
+#: friendica/layout.fnk.php:424
+msgid "Calendar Settings"
+msgstr "Kalender Einstellungen"
+
+#: friendica/layout.fnk.php:430
+msgid "Date format"
+msgstr "Datumsformat"
+
+#: friendica/layout.fnk.php:439
+msgid "Time zone"
+msgstr "Zeitzone"
+
+#: friendica/layout.fnk.php:441 friendica/layout.fnk.php:488
+msgid "Save"
+msgstr "Speichern"
+
+#: friendica/layout.fnk.php:445
+msgid "Calendars"
+msgstr "Kalender"
+
+#: friendica/layout.fnk.php:487
+msgid "Create a new calendar"
+msgstr "Neuen Kalender anlegen"
+
+#: friendica/layout.fnk.php:496
+msgid "Limitations"
+msgstr "Einschränkungen"
+
+#: friendica/layout.fnk.php:500
+msgid "Warning"
+msgstr "Warnung"
+
+#: friendica/layout.fnk.php:504
+msgid "Synchronization (iPhone, Thunderbird Lightning, Android, ...)"
+msgstr "Synchronisation (iPhone, Thunderbird Lightning, Android, ...)"
+
+#: friendica/layout.fnk.php:511
+msgid "Synchronizing this calendar with the iPhone"
+msgstr "Diesen Kalender mit dem iPhone synchronisieren"
+
+#: friendica/layout.fnk.php:522
+msgid "Synchronizing your Friendica-Contacts with the iPhone"
+msgstr "Friendica-Kontakte mit dem iPhone synchronisieren"
+
+#: common/wdcal_edit.inc.php:30 common/wdcal_edit.inc.php:738
+msgid "Could not open component for editing"
+msgstr "Kalender-Editierfunktion konnte nicht geöffnet werden"
+
+#: common/wdcal_edit.inc.php:144
+msgid "Event data"
+msgstr "Veranstaltungsdetails"
+
+#: common/wdcal_edit.inc.php:163
+msgid "Special color"
+msgstr "Spezielle Farbe"
+
+#: common/wdcal_edit.inc.php:169
+msgid "Subject"
+msgstr "Betreff:"
+
+#: common/wdcal_edit.inc.php:173
+msgid "Starts"
+msgstr "Beginnt"
+
+#: common/wdcal_edit.inc.php:178
+msgid "Ends"
+msgstr "Endet"
+
+#: common/wdcal_edit.inc.php:183
+msgid "Location"
+msgstr "Ort:"
+
+#: common/wdcal_edit.inc.php:185
+msgid "Description"
+msgstr "Beschreibung"
+
+#: common/wdcal_edit.inc.php:188
+msgid "Recurrence"
+msgstr "Wiederholungen:"
+
+#: common/wdcal_edit.inc.php:190
+msgid "Frequency"
+msgstr "Frequenz"
+
+#: common/wdcal_edit.inc.php:191
+msgid "None"
+msgstr "Keine"
+
+#: common/wdcal_edit.inc.php:194
+msgid "Daily"
+msgstr "Täglich"
+
+#: common/wdcal_edit.inc.php:197
+msgid "Weekly"
+msgstr "Wöchentlich"
+
+#: common/wdcal_edit.inc.php:200
+msgid "Monthly"
+msgstr "Monatlich"
+
+#: common/wdcal_edit.inc.php:203
+msgid "Yearly"
+msgstr "Jährlich"
+
+#: common/wdcal_edit.inc.php:214
+msgid "days"
+msgstr "Tage"
+
+#: common/wdcal_edit.inc.php:215
+msgid "weeks"
+msgstr "Wochen"
+
+#: common/wdcal_edit.inc.php:216
+msgid "months"
+msgstr "Monate"
+
+#: common/wdcal_edit.inc.php:217
+msgid "years"
+msgstr "Jahre"
+
+#: common/wdcal_edit.inc.php:218
+msgid "Interval"
+msgstr "Intervall"
+
+#: common/wdcal_edit.inc.php:218
+msgid "All %select% %time%"
+msgstr "Jeden %select% %time%"
+
+#: common/wdcal_edit.inc.php:222 common/wdcal_edit.inc.php:260
+#: common/wdcal_edit.inc.php:481
+msgid "Days"
+msgstr "Tage"
+
+#: common/wdcal_edit.inc.php:231 common/wdcal_edit.inc.php:254
+#: common/wdcal_edit.inc.php:270 common/wdcal_edit.inc.php:293
+#: common/wdcal_edit.inc.php:305
+msgid "Sunday"
+msgstr "Sonntag"
+
+#: common/wdcal_edit.inc.php:235 common/wdcal_edit.inc.php:274
+#: common/wdcal_edit.inc.php:308
+msgid "Monday"
+msgstr "Montag"
+
+#: common/wdcal_edit.inc.php:238 common/wdcal_edit.inc.php:277
+msgid "Tuesday"
+msgstr "Dienstag"
+
+#: common/wdcal_edit.inc.php:241 common/wdcal_edit.inc.php:280
+msgid "Wednesday"
+msgstr "Mittwoch"
+
+#: common/wdcal_edit.inc.php:244 common/wdcal_edit.inc.php:283
+msgid "Thursday"
+msgstr "Donnerstag"
+
+#: common/wdcal_edit.inc.php:247 common/wdcal_edit.inc.php:286
+msgid "Friday"
+msgstr "Freitag"
+
+#: common/wdcal_edit.inc.php:250 common/wdcal_edit.inc.php:289
+msgid "Saturday"
+msgstr "Samstag"
+
+#: common/wdcal_edit.inc.php:297
+msgid "First day of week:"
+msgstr "Erster Tag der Woche"
+
+#: common/wdcal_edit.inc.php:350 common/wdcal_edit.inc.php:373
+msgid "Day of month"
+msgstr "Tag des Monats"
+
+#: common/wdcal_edit.inc.php:354
+msgid "#num#th of each month"
+msgstr "#num#ten jedes Monats"
+
+#: common/wdcal_edit.inc.php:357
+msgid "#num#th-last of each month"
+msgstr "letzten #num#ten jedes Monats"
+
+#: common/wdcal_edit.inc.php:360
+msgid "#num#th #wkday# of each month"
+msgstr "jeden #num#ten #wkday# eines Monats"
+
+#: common/wdcal_edit.inc.php:363
+msgid "#num#th-last #wkday# of each month"
+msgstr "jeden #num#ten letzten #wkday# eines Monats"
+
+#: common/wdcal_edit.inc.php:377
+msgid "#num#th of the given month"
+msgstr "#num#ten des Monats"
+
+#: common/wdcal_edit.inc.php:380
+msgid "#num#th-last of the given month"
+msgstr "letzten #num#ten des Monats"
+
+#: common/wdcal_edit.inc.php:383
+msgid "#num#th #wkday# of the given month"
+msgstr "jeden #num#ten eines Monats"
+
+#: common/wdcal_edit.inc.php:386
+msgid "#num#th-last #wkday# of the given month"
+msgstr "jeden #num#ten letzten eines Monats"
+
+#: common/wdcal_edit.inc.php:413
+msgid "Repeat until"
+msgstr "Wiederholungen"
+
+#: common/wdcal_edit.inc.php:417
+msgid "Infinite"
+msgstr "unendlich"
+
+#: common/wdcal_edit.inc.php:420
+msgid "Until the following date"
+msgstr "bis zum folgenden Datum"
+
+#: common/wdcal_edit.inc.php:423
+msgid "Number of times"
+msgstr "Bestimmte Anzahl von Wiederholungen"
+
+#: common/wdcal_edit.inc.php:429
+msgid "Exceptions"
+msgstr "Ausnahmen"
+
+#: common/wdcal_edit.inc.php:432
+msgid "none"
+msgstr "keine"
+
+#: common/wdcal_edit.inc.php:449
+msgid "Notification"
+msgstr "Benachrichtigung"
+
+#: common/wdcal_edit.inc.php:466
+msgid "Notify by"
+msgstr "Benarchrichtigungsmethode"
+
+#: common/wdcal_edit.inc.php:468
+msgid "Remove"
+msgstr "Entfernen"
+
+#: common/wdcal_edit.inc.php:469
+msgid "E-Mail"
+msgstr "E-Mail"
+
+#: common/wdcal_edit.inc.php:470
+msgid "On Friendica / Display"
+msgstr "Bei Friendica / Anzeige"
+
+#: common/wdcal_edit.inc.php:474
+msgid "Time"
+msgstr "Zeit"
+
+#: common/wdcal_edit.inc.php:478
+msgid "Hours"
+msgstr "Stunden"
+
+#: common/wdcal_edit.inc.php:479
+msgid "Minutes"
+msgstr "Minuten"
+
+#: common/wdcal_edit.inc.php:480
+msgid "Seconds"
+msgstr "Sekunden"
+
+#: common/wdcal_edit.inc.php:482
+msgid "Weeks"
+msgstr "Wochen"
+
+#: common/wdcal_edit.inc.php:485
+msgid "before the"
+msgstr "vor dem"
+
+#: common/wdcal_edit.inc.php:486
+msgid "start of the event"
+msgstr "Beginn des Termins"
+
+#: common/wdcal_edit.inc.php:487
+msgid "end of the event"
+msgstr "Ende des Termins"
+
+#: common/wdcal_edit.inc.php:492
+msgid "Add a notification"
+msgstr "Benachrichtigung hinzufügen"
+
+#: common/wdcal_edit.inc.php:687
+msgid "The event #name# will start at #date"
+msgstr "Der Termin #name# wird am #date anfangen"
+
+#: common/wdcal_edit.inc.php:696
+msgid "#name# is about to begin."
+msgstr "#name# beginnt demnächst."
+
+#: common/wdcal_edit.inc.php:769
+msgid "Saved"
+msgstr "Gespeichert"
+
+#: common/dav_carddav_backend_private.inc.php:46
+msgid "Private Addressbooks"
+msgstr "Private Adressbücher"
+
+#: common/dav_caldav_backend_private.inc.php:39
+msgid "Private Events"
+msgstr "Privater Termin"
+
+#: common/wdcal_backend.inc.php:92 common/wdcal_backend.inc.php:166
+#: common/wdcal_backend.inc.php:178 common/wdcal_backend.inc.php:206
+#: common/wdcal_backend.inc.php:214 common/wdcal_backend.inc.php:229
+msgid "No access"
+msgstr "Kein Zugriff"
+
+#: common/wdcal_configuration.php:148
+msgid "U.S. Time Format (mm/dd/YYYY)"
+msgstr "U.S. Datumsformat (mm/dd/YYYY)"
+
+#: common/wdcal_configuration.php:243
+msgid "German Time Format (dd.mm.YYYY)"
+msgstr "Deutsches Datumsformat (dd.mm.YYYY)"
diff --git a/dav/lang/de/strings.php b/dav/lang/de/strings.php
index ac08b90e0..d436b8af6 100644
--- a/dav/lang/de/strings.php
+++ b/dav/lang/de/strings.php
@@ -1,136 +1,141 @@
-strings["Friendica-Native events"] = "Friendica Veranstaltungen";
-$a->strings["Friendica-Contacts"] = "Friendica-Kontakte";
-$a->strings["Your Friendica-Contacts"] = "Deine Friendica-Kontakte";
-$a->strings["Something went wrong when trying to import the file. Sorry. Maybe some events were imported anyway."] = "Entschuldigung. Bei dem Versuch die Datei zu importieren ist etwas schief gelaufen. Vielleicht wurden aber einige der Termine dennoch importiert.";
-$a->strings["Something went wrong when trying to import the file. Sorry."] = "Entschuldigung. Beim Importieren der Datei ist etwas schief gelaufen.";
-$a->strings["The ICS-File has been imported."] = "Die ICS-Datei wurde importoert.";
-$a->strings["No file was uploaded."] = "Es wurde keine Datei geladen.";
-$a->strings["Go back to the calendar"] = "Zurück zum Kalender";
-$a->strings["Import a ICS-file"] = "Importiere eine ICS-Datei";
-$a->strings["ICS-File"] = "ICS-Datei";
-$a->strings["Overwrite all #num# existing events"] = "Überschreibe alle #num# existierenden Einträge";
-$a->strings["Upload"] = "Hochladen";
-$a->strings["Settings"] = "Einstellungen";
-$a->strings["Help"] = "Hilfe";
-$a->strings["New event"] = "Neue Veranstaltung";
-$a->strings["Today"] = "Heute";
-$a->strings["Day"] = "Tag";
-$a->strings["Week"] = "Woche";
-$a->strings["Month"] = "Monat";
-$a->strings["Reload"] = "Neu Laden";
-$a->strings["Previous"] = "Vorherige";
-$a->strings["Next"] = "Nächste";
-$a->strings["Date"] = "Datum";
-$a->strings["Error"] = "Fehler";
-$a->strings["Permission denied."] = "Zugriff verweigert.";
-$a->strings["The new values have been saved."] = "Die neuen Einstellungen wurden gespeichert.";
-$a->strings["The calendar has been updated."] = "Der Kalender wurde aktualisiert.";
-$a->strings["The new calendar has been created."] = "Der neue Kalender wurde erstellt.";
-$a->strings["The calendar has been deleted."] = "Der Kalender wurde gelöscht.";
-$a->strings["Calendar Settings"] = "Kalendereinstellungen";
-$a->strings["Date format"] = "Datumsformat";
-$a->strings["Time zone"] = "Zeitzone";
-$a->strings["Save"] = "Speichern";
-$a->strings["Calendars"] = "Kalender";
-$a->strings["Create a new calendar"] = "Neuen Kalender anlegen";
-$a->strings["Limitations"] = "Einschränkungen";
-$a->strings["Warning"] = "Warnung";
-$a->strings["Synchronization (iPhone, Thunderbird Lightning, Android, ...)"] = "Synchronisation (iPhone, Thunderbird Lightning, Android, ...)";
-$a->strings["Synchronizing this calendar with the iPhone"] = "Diesen Kalender mit dem iPhone synchronisieren";
-$a->strings["Synchronizing your Friendica-Contacts with the iPhone"] = "Friendica-Kontakte mit dem iPhone synchronisieren";
-$a->strings["The current version of this plugin has not been set up correctly. Please contact the system administrator of your installation of friendica to fix this."] = "Die aktuelle Version dieses Plugins wurde nicht korrekt eingestellt. Bitte kontaktiere den System-Administrator deiner Friendica Installation um den Fehler zu beheben.";
-$a->strings["Calendar"] = "Kalender";
-$a->strings["Extended calendar with CalDAV-support"] = "Erweiterter Kalender mit CalDAV Unterstützung.";
-$a->strings["noreply"] = "noreply";
-$a->strings["Notification: "] = "Benachrichtigungen: ";
-$a->strings["The database tables have been installed."] = "Die Datenbanktabellen wurden installiert.";
-$a->strings["An error occurred during the installation."] = "Während der Installation trat ein Fehler auf.";
-$a->strings["The database tables have been updated."] = "Die Tabellen in der Datenbank wurden aktualisiert.";
-$a->strings["An error occurred during the update."] = "Während der Aktualisierung trat ein Fehler auf.";
-$a->strings["No system-wide settings yet."] = "Momentan keine systemweiten Einstellungen.";
-$a->strings["Database status"] = "Datenbankstatus";
-$a->strings["Installed"] = "Installiert";
-$a->strings["Upgrade needed"] = "Upgrade erforderlich";
-$a->strings["Please back up all calendar data (the tables beginning with dav_*) before proceeding. While all calendar events should be converted to the new database structure, it's always safe to have a backup. Below, you can have a look at the database-queries that will be made when pressing the 'update'-button."] = "Bitte sichere alle Kalenderdaten (die Tabellen mit dav_* beginnend) bevor du mit dem Update fortfährst. Eigentliche sollten alle Kalendereinträge in die neue Datenbankstruktur übernommen werden, aber sicher ist sicher. Weiter unten kannst du die Datenbank-Anfragen ansehen, die im Verlauf des Updates gemacht werden.";
-$a->strings["Upgrade"] = "Upgrade";
-$a->strings["Not installed"] = "Nicht installiert";
-$a->strings["Install"] = "Installieren";
-$a->strings["Unknown"] = "Unbekannt";
-$a->strings["Something really went wrong. I cannot recover from this state automatically, sorry. Please go to the database backend, back up the data, and delete all tables beginning with 'dav_' manually. Afterwards, this installation routine should be able to reinitialize the tables automatically."] = "Irgendetwas ging schief. Ich kann leider von diesem Zustand der Datenbank leider nicht automatisch fortfahren. Bitte mache ein Backup der Daten aus der Datenbank und lösche anschließend alle Tabellen deren Name mit 'dav_' anfangen. Anschließend sollte diese Installations-Routine in der Lage sein die nötigen Tabellen automatisch neu anzulegen.";
-$a->strings["Troubleshooting"] = "Problembehebung";
-$a->strings["Manual creation of the database tables:"] = "Manuelles Anlegen der Datenbanktabellen:";
-$a->strings["Show SQL-statements"] = "SQL-Anweisungen anzeigen";
-$a->strings["Private Calendar"] = "Privater Kalender";
-$a->strings["Friendica Events: Mine"] = "Meine Friendica-Veranstaltungen";
-$a->strings["Friendica Events: Contacts"] = "Friendica Veranstaltungen meiner Kontakte";
-$a->strings["Private Addresses"] = "Private Adressen";
-$a->strings["Friendica Contacts"] = "Friendica Kontakte";
-$a->strings["Could not open component for editing"] = "Kalender-Editierfunktion konnte nicht geöffnet werden";
-$a->strings["Event data"] = "Veranstaltungsdetails";
-$a->strings["Special color"] = "Spezielle Farbe";
-$a->strings["Subject"] = "Betreff:";
-$a->strings["Starts"] = "Beginnt";
-$a->strings["Ends"] = "Endet";
-$a->strings["Location"] = "Wohnort";
-$a->strings["Description"] = "Beschreibung";
-$a->strings["Recurrence"] = "Wiederholungen:";
-$a->strings["Frequency"] = "Frequenz";
-$a->strings["None"] = "Keine";
-$a->strings["Daily"] = "Täglich";
-$a->strings["Weekly"] = "Wöchentlich";
-$a->strings["Monthly"] = "Monatlich";
-$a->strings["Yearly"] = "Jährlich";
-$a->strings["days"] = "Tage";
-$a->strings["weeks"] = "Wochen";
-$a->strings["months"] = "Monate";
-$a->strings["years"] = "Jahre";
-$a->strings["Interval"] = "Intervall";
-$a->strings["All %select% %time%"] = "Jeden %select% %time%";
-$a->strings["Days"] = "Tage";
-$a->strings["Sunday"] = "Sonntag";
-$a->strings["Monday"] = "Montag";
-$a->strings["Tuesday"] = "Dienstag";
-$a->strings["Wednesday"] = "Mittwoch";
-$a->strings["Thursday"] = "Donnerstag";
-$a->strings["Friday"] = "Freitag";
-$a->strings["Saturday"] = "Samstag";
-$a->strings["First day of week:"] = "Erster Tag der Woche";
-$a->strings["Day of month"] = "Tag des Monats";
-$a->strings["#num#th of each month"] = "#num#ten jedes Monats";
-$a->strings["#num#th-last of each month"] = "letzten #num#ten jedes Monats";
-$a->strings["#num#th #wkday# of each month"] = "jeden #num#ten #wkday# eines Monats";
-$a->strings["#num#th-last #wkday# of each month"] = "jeden #num#ten letzten #wkday# eines Monats";
-$a->strings["#num#th of the given month"] = "#num#ten des Monats";
-$a->strings["#num#th-last of the given month"] = "letzten #num#ten des Monats";
-$a->strings["#num#th #wkday# of the given month"] = "jeden #num#ten eines Monats";
-$a->strings["#num#th-last #wkday# of the given month"] = "jeden #num#ten letzten eines Monats";
-$a->strings["Repeat until"] = "Wiederholungen";
-$a->strings["Infinite"] = "unendlich";
-$a->strings["Until the following date"] = "bis zum folgenden Datum";
-$a->strings["Number of times"] = "Bestimmte Anzahl von Wiederholungen";
-$a->strings["Exceptions"] = "Ausnahmen";
-$a->strings["none"] = "keine";
-$a->strings["Notification"] = "Benachrichtigung";
-$a->strings["Notify by"] = "Benarchrichtigungsmethode";
-$a->strings["Remove"] = "Entfernen";
-$a->strings["E-Mail"] = "E-Mail";
-$a->strings["On Friendica / Display"] = "Bei Friendica / Anzeige";
-$a->strings["Time"] = "Zeit";
-$a->strings["Hours"] = "Stunden";
-$a->strings["Minutes"] = "Minuten";
-$a->strings["Seconds"] = "Sekunden";
-$a->strings["Weeks"] = "Wochen";
-$a->strings["before the"] = "vor dem";
-$a->strings["start of the event"] = "Beginn des Termins";
-$a->strings["end of the event"] = "Ende des Termins";
-$a->strings["Add a notification"] = "Benachrichtigung hinzufügen";
-$a->strings["The event #name# will start at #date"] = "Der Termin #name# wird am #date anfangen";
-$a->strings["#name# is about to begin."] = "#name# beginnt demnächst.";
-$a->strings["Saved"] = "Gespeichert";
-$a->strings["U.S. Time Format (mm/dd/YYYY)"] = "U.S. Datumsformat (mm/dd/YYYY)";
-$a->strings["German Time Format (dd.mm.YYYY)"] = "Deutsches Datumsformat (dd.mm.YYYY)";
-$a->strings["Private Events"] = "Privater Termin";
-$a->strings["No access"] = "Kein Zugriff";
-$a->strings["Private Addressbooks"] = "Private Adressbücher";
+strings["Private Calendar"] = "Privater Kalender";
+$a->strings["Friendica Events: Mine"] = "Meine Friendica-Veranstaltungen";
+$a->strings["Friendica Events: Contacts"] = "Friendica Veranstaltungen meiner Kontakte";
+$a->strings["Private Addresses"] = "Private Adressen";
+$a->strings["Friendica Contacts"] = "Friendica Kontakte";
+$a->strings["Friendica-Contacts"] = "Friendica-Kontakte";
+$a->strings["Your Friendica-Contacts"] = "Deine Friendica-Kontakte";
+$a->strings["Friendica-Native events"] = "Friendica Veranstaltungen";
+$a->strings["The current version of this plugin has not been set up correctly. Please contact the system administrator of your installation of friendica to fix this."] = "Die aktuelle Version dieses Plugins wurde nicht korrekt eingestellt. Bitte kontaktiere den System-Administrator deiner Friendica Installation um den Fehler zu beheben.";
+$a->strings["Calendar"] = "Kalender";
+$a->strings["Extended calendar with CalDAV-support"] = "Erweiterter Kalender mit CalDAV Unterstützung.";
+$a->strings["noreply"] = "noreply";
+$a->strings["Notification: "] = "Benachrichtigungen: ";
+$a->strings["The database tables have been installed."] = "Die Datenbank-Tabellen wurden installiert.";
+$a->strings["An error occurred during the installation."] = "Während der Installation trat ein Fehler auf.";
+$a->strings["The database tables have been updated."] = "Die Tabellen in der Datenbank wurden aktualisiert.";
+$a->strings["An error occurred during the update."] = "Während der Aktualisierung trat ein Fehler auf.";
+$a->strings["No system-wide settings yet."] = "Momentan keine systemweiten Einstellungen.";
+$a->strings["Database status"] = "Datenbank Status";
+$a->strings["Installed"] = "Installiert";
+$a->strings["Upgrade needed"] = "Upgrade erforderlich";
+$a->strings["Please back up all calendar data (the tables beginning with dav_*) before proceeding. While all calendar events should be converted to the new database structure, it's always safe to have a backup. Below, you can have a look at the database-queries that will be made when pressing the 'update'-button."] = "Bitte sichere alle Kalenderdaten (die Tabellen mit dav_* beginnend) bevor du mit dem Update fortfährst. Eigentliche sollten alle Kalendereinträge in die neue Datenbankstruktur übernommen werden, aber sicher ist sicher. Weiter unten kannst du die Datenbank-Anfragen ansehen, die im Verlauf des Updates gemacht werden.";
+$a->strings["Upgrade"] = "Upgrade";
+$a->strings["Not installed"] = "Nicht installiert";
+$a->strings["Install"] = "Installieren";
+$a->strings["Unknown"] = "Unbekannt";
+$a->strings["Something really went wrong. I cannot recover from this state automatically, sorry. Please go to the database backend, back up the data, and delete all tables beginning with 'dav_' manually. Afterwards, this installation routine should be able to reinitialize the tables automatically."] = "Irgendetwas ging schief. Ich kann leider von diesem Zustand der Datenbank leider nicht automatisch fortfahren. Bitte mache ein Backup der Daten aus der Datenbank und lösche anschließend alle Tabellen deren Name mit 'dav_' anfangen. Anschließend sollte diese Installations-Routine in der Lage sein die nötigen Tabellen automatisch neu anzulegen.";
+$a->strings["Troubleshooting"] = "Problembehebung";
+$a->strings["Manual creation of the database tables:"] = "Manuelles anlegen der Datenbank Tabellen:";
+$a->strings["Show SQL-statements"] = "SQL-Anweisungen anzeigen";
+$a->strings["Something went wrong when trying to import the file. Sorry. Maybe some events were imported anyway."] = "Entschuldigung. Bei dem Versuch die Datei zu importieren ist etwas schief gelaufen. Vielleicht wurden aber einige der Termine dennoch importiert.";
+$a->strings["Something went wrong when trying to import the file. Sorry."] = "Entschuldigung. Beim Importieren der Datei ist etwas schief gelaufen.";
+$a->strings["The ICS-File has been imported."] = "Die ICS-Datei wurde importoert.";
+$a->strings["No file was uploaded."] = "Es wurde keine Datei geladen.";
+$a->strings["Go back to the calendar"] = "Zurück zum Kalender";
+$a->strings["Import a ICS-file"] = "Importiere eine ICS-Datei";
+$a->strings["ICS-File"] = "ICS-Datei";
+$a->strings["Overwrite all #num# existing events"] = "Überschreibe alle #num# existierenden Einträge";
+$a->strings["Upload"] = "Hochladen";
+$a->strings["Settings"] = "Einstellungen";
+$a->strings["Help"] = "Hilfe";
+$a->strings["New event"] = "Neue Veranstaltung";
+$a->strings["Today"] = "Heute";
+$a->strings["Day"] = "Tag";
+$a->strings["Week"] = "Woche";
+$a->strings["Month"] = "Monat";
+$a->strings["Reload"] = "Neu Laden";
+$a->strings["Previous"] = "Vorherige";
+$a->strings["Next"] = "Nächste";
+$a->strings["Date"] = "Datum";
+$a->strings["Error"] = "Fehler";
+$a->strings["Permission denied."] = "Zugriff verweigert.";
+$a->strings["The new values have been saved."] = "Die neuen Einstellungen wurden gespeichert.";
+$a->strings["The calendar has been updated."] = "Der Kalender wurde aktualisiert.";
+$a->strings["The new calendar has been created."] = "Der neue Kalender wurde erstellt.";
+$a->strings["The calendar has been deleted."] = "Der Kalender wurde gelöscht.";
+$a->strings["Calendar Settings"] = "Kalender Einstellungen";
+$a->strings["Date format"] = "Datumsformat";
+$a->strings["Time zone"] = "Zeitzone";
+$a->strings["Save"] = "Speichern";
+$a->strings["Calendars"] = "Kalender";
+$a->strings["Create a new calendar"] = "Neuen Kalender anlegen";
+$a->strings["Limitations"] = "Einschränkungen";
+$a->strings["Warning"] = "Warnung";
+$a->strings["Synchronization (iPhone, Thunderbird Lightning, Android, ...)"] = "Synchronisation (iPhone, Thunderbird Lightning, Android, ...)";
+$a->strings["Synchronizing this calendar with the iPhone"] = "Diesen Kalender mit dem iPhone synchronisieren";
+$a->strings["Synchronizing your Friendica-Contacts with the iPhone"] = "Friendica-Kontakte mit dem iPhone synchronisieren";
+$a->strings["Could not open component for editing"] = "Kalender-Editierfunktion konnte nicht geöffnet werden";
+$a->strings["Event data"] = "Veranstaltungsdetails";
+$a->strings["Special color"] = "Spezielle Farbe";
+$a->strings["Subject"] = "Betreff:";
+$a->strings["Starts"] = "Beginnt";
+$a->strings["Ends"] = "Endet";
+$a->strings["Location"] = "Ort:";
+$a->strings["Description"] = "Beschreibung";
+$a->strings["Recurrence"] = "Wiederholungen:";
+$a->strings["Frequency"] = "Frequenz";
+$a->strings["None"] = "Keine";
+$a->strings["Daily"] = "Täglich";
+$a->strings["Weekly"] = "Wöchentlich";
+$a->strings["Monthly"] = "Monatlich";
+$a->strings["Yearly"] = "Jährlich";
+$a->strings["days"] = "Tage";
+$a->strings["weeks"] = "Wochen";
+$a->strings["months"] = "Monate";
+$a->strings["years"] = "Jahre";
+$a->strings["Interval"] = "Intervall";
+$a->strings["All %select% %time%"] = "Jeden %select% %time%";
+$a->strings["Days"] = "Tage";
+$a->strings["Sunday"] = "Sonntag";
+$a->strings["Monday"] = "Montag";
+$a->strings["Tuesday"] = "Dienstag";
+$a->strings["Wednesday"] = "Mittwoch";
+$a->strings["Thursday"] = "Donnerstag";
+$a->strings["Friday"] = "Freitag";
+$a->strings["Saturday"] = "Samstag";
+$a->strings["First day of week:"] = "Erster Tag der Woche";
+$a->strings["Day of month"] = "Tag des Monats";
+$a->strings["#num#th of each month"] = "#num#ten jedes Monats";
+$a->strings["#num#th-last of each month"] = "letzten #num#ten jedes Monats";
+$a->strings["#num#th #wkday# of each month"] = "jeden #num#ten #wkday# eines Monats";
+$a->strings["#num#th-last #wkday# of each month"] = "jeden #num#ten letzten #wkday# eines Monats";
+$a->strings["#num#th of the given month"] = "#num#ten des Monats";
+$a->strings["#num#th-last of the given month"] = "letzten #num#ten des Monats";
+$a->strings["#num#th #wkday# of the given month"] = "jeden #num#ten eines Monats";
+$a->strings["#num#th-last #wkday# of the given month"] = "jeden #num#ten letzten eines Monats";
+$a->strings["Repeat until"] = "Wiederholungen";
+$a->strings["Infinite"] = "unendlich";
+$a->strings["Until the following date"] = "bis zum folgenden Datum";
+$a->strings["Number of times"] = "Bestimmte Anzahl von Wiederholungen";
+$a->strings["Exceptions"] = "Ausnahmen";
+$a->strings["none"] = "keine";
+$a->strings["Notification"] = "Benachrichtigung";
+$a->strings["Notify by"] = "Benarchrichtigungsmethode";
+$a->strings["Remove"] = "Entfernen";
+$a->strings["E-Mail"] = "E-Mail";
+$a->strings["On Friendica / Display"] = "Bei Friendica / Anzeige";
+$a->strings["Time"] = "Zeit";
+$a->strings["Hours"] = "Stunden";
+$a->strings["Minutes"] = "Minuten";
+$a->strings["Seconds"] = "Sekunden";
+$a->strings["Weeks"] = "Wochen";
+$a->strings["before the"] = "vor dem";
+$a->strings["start of the event"] = "Beginn des Termins";
+$a->strings["end of the event"] = "Ende des Termins";
+$a->strings["Add a notification"] = "Benachrichtigung hinzufügen";
+$a->strings["The event #name# will start at #date"] = "Der Termin #name# wird am #date anfangen";
+$a->strings["#name# is about to begin."] = "#name# beginnt demnächst.";
+$a->strings["Saved"] = "Gespeichert";
+$a->strings["Private Addressbooks"] = "Private Adressbücher";
+$a->strings["Private Events"] = "Privater Termin";
+$a->strings["No access"] = "Kein Zugriff";
+$a->strings["U.S. Time Format (mm/dd/YYYY)"] = "U.S. Datumsformat (mm/dd/YYYY)";
+$a->strings["German Time Format (dd.mm.YYYY)"] = "Deutsches Datumsformat (dd.mm.YYYY)";
diff --git a/dav/lang/ro/messages.po b/dav/lang/ro/messages.po
new file mode 100644
index 000000000..15743c8dc
--- /dev/null
+++ b/dav/lang/ro/messages.po
@@ -0,0 +1,577 @@
+# ADDON dav
+# Copyright (C)
+# This file is distributed under the same license as the Friendica dav addon package.
+#
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-08 11:47+0000\n"
+"Last-Translator: Arian - Cazare Muncitori \n"
+"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ro_RO\n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
+
+#: friendica/calendar.friendica.fnk.php:206
+msgid "Private Calendar"
+msgstr "Calendar Privat"
+
+#: friendica/calendar.friendica.fnk.php:207
+msgid "Friendica Events: Mine"
+msgstr "Evenimente Friendica: ale Mele"
+
+#: friendica/calendar.friendica.fnk.php:208
+msgid "Friendica Events: Contacts"
+msgstr "Evenimente Friendica: Contacte"
+
+#: friendica/calendar.friendica.fnk.php:248
+msgid "Private Addresses"
+msgstr "Adresele Private"
+
+#: friendica/calendar.friendica.fnk.php:249
+msgid "Friendica Contacts"
+msgstr "Contacte Friendica"
+
+#: friendica/dav_carddav_backend_virtual_friendica.inc.php:36
+#: friendica/dav_carddav_backend_virtual_friendica.inc.php:59
+msgid "Friendica-Contacts"
+msgstr "Contacte-Friendica"
+
+#: friendica/dav_carddav_backend_virtual_friendica.inc.php:60
+msgid "Your Friendica-Contacts"
+msgstr "Contactele-Dvs-Friendica"
+
+#: friendica/dav_caldav_backend_virtual_friendica.inc.php:36
+msgid "Friendica-Native events"
+msgstr "Evenimente Native-Friendica"
+
+#: friendica/main.php:202
+msgid ""
+"The current version of this plugin has not been set up correctly. Please "
+"contact the system administrator of your installation of friendica to fix "
+"this."
+msgstr "Versiunea curentă a acestui modul nu a fost corect configurată. Vă rugăm să contactați administratorul de sistem al aplicației dvs. friendica, pentru a corecta această situație."
+
+#: friendica/main.php:239 common/wdcal_edit.inc.php:146
+msgid "Calendar"
+msgstr "Calendar"
+
+#: friendica/main.php:242
+msgid "Extended calendar with CalDAV-support"
+msgstr "Calendar extins cu suport-CalDAV"
+
+#: friendica/main.php:279 friendica/main.php:280
+msgid "noreply"
+msgstr "nu-răspunde"
+
+#: friendica/main.php:282
+msgid "Notification: "
+msgstr "Notificare:"
+
+#: friendica/main.php:309
+msgid "The database tables have been installed."
+msgstr "Tabelele bazei de date au fost instalate."
+
+#: friendica/main.php:310
+msgid "An error occurred during the installation."
+msgstr "A apărut o eroare la instalare."
+
+#: friendica/main.php:316
+msgid "The database tables have been updated."
+msgstr "Tabelele bazei de date au fost actualizate."
+
+#: friendica/main.php:317
+msgid "An error occurred during the update."
+msgstr "A apărut o eroare în timpul actualizării."
+
+#: friendica/main.php:333
+msgid "No system-wide settings yet."
+msgstr "Nu există încă configurări globale de sistem."
+
+#: friendica/main.php:336
+msgid "Database status"
+msgstr "Status bază de date"
+
+#: friendica/main.php:339
+msgid "Installed"
+msgstr "Instalat"
+
+#: friendica/main.php:343
+msgid "Upgrade needed"
+msgstr "Necesită actualizare"
+
+#: friendica/main.php:343
+msgid ""
+"Please back up all calendar data (the tables beginning with dav_*) before "
+"proceeding. While all calendar events should be converted to the new "
+"database structure, it's always safe to have a backup. Below, you can have a"
+" look at the database-queries that will be made when pressing the "
+"'update'-button."
+msgstr "Vă rugăm să faceți backup la toate datele din calendar (tabelele cu sufixul dav_*), înainte de a continua. În timp ce toate evenimentele din calendar ar trebui să fie convertite la noua structură a bazei date, e întotdeauna mai sigur să dețineți o copie de backup. Mai jos, puteți vizualiza interogările-bazei-de-date ce vor fi făcute la apăsarea butonului 'actualizare'."
+
+#: friendica/main.php:343
+msgid "Upgrade"
+msgstr "Actualizare"
+
+#: friendica/main.php:346
+msgid "Not installed"
+msgstr "Nu este instalat"
+
+#: friendica/main.php:346
+msgid "Install"
+msgstr "Instalați"
+
+#: friendica/main.php:350
+msgid "Unknown"
+msgstr "Necunoscut"
+
+#: friendica/main.php:350
+msgid ""
+"Something really went wrong. I cannot recover from this state automatically,"
+" sorry. Please go to the database backend, back up the data, and delete all "
+"tables beginning with 'dav_' manually. Afterwards, this installation routine"
+" should be able to reinitialize the tables automatically."
+msgstr "Ceva chiar nu a mers bine. Nu se poate reveni automat din această stare, ne pare rău. Vă rugăm să vă deplasați către zona de administrare a bazei de date, faceți backup pentru toate datele, şi ștergeți manual toate tabelele cu sufixul 'dav_'. După aceea, această sesiune de instalare ar trebui să fie capabilă să reinițializeze tabelele automat."
+
+#: friendica/main.php:355
+msgid "Troubleshooting"
+msgstr "Rezolvarea problemelor"
+
+#: friendica/main.php:356
+msgid "Manual creation of the database tables:"
+msgstr "Crearea manuală a tabelelor bazei de date:"
+
+#: friendica/main.php:357
+msgid "Show SQL-statements"
+msgstr "Afișare declarații-SQL"
+
+#: friendica/layout.fnk.php:99 friendica/layout.fnk.php:136
+msgid ""
+"Something went wrong when trying to import the file. Sorry. Maybe some "
+"events were imported anyway."
+msgstr "Ceva s-a greșit la încercarea de importare a fișierului. Ne pare rău. Probabil că unele evenimente au fost importate oricum."
+
+#: friendica/layout.fnk.php:131
+msgid "Something went wrong when trying to import the file. Sorry."
+msgstr "Ceva s-a greșit la încercarea de importare a fișierului. Ne pare rău."
+
+#: friendica/layout.fnk.php:134
+msgid "The ICS-File has been imported."
+msgstr "Fișierul-ICS a fost importat."
+
+#: friendica/layout.fnk.php:138
+msgid "No file was uploaded."
+msgstr "Nici un fișier nu a fost încărcat."
+
+#: friendica/layout.fnk.php:143 friendica/layout.fnk.php:422
+#: common/wdcal_edit.inc.php:140
+msgid "Go back to the calendar"
+msgstr "Înapoi la calendar"
+
+#: friendica/layout.fnk.php:147
+msgid "Import a ICS-file"
+msgstr "Importați un fișier-ICS"
+
+#: friendica/layout.fnk.php:150
+msgid "ICS-File"
+msgstr "Fișier-ICS"
+
+#: friendica/layout.fnk.php:151
+msgid "Overwrite all #num# existing events"
+msgstr "Suprascrie toate cele #num# evenimente existente"
+
+#: friendica/layout.fnk.php:152
+msgid "Upload"
+msgstr "Încărcare"
+
+#: friendica/layout.fnk.php:225
+msgid "Settings"
+msgstr "Configurări"
+
+#: friendica/layout.fnk.php:225
+msgid "Help"
+msgstr "Ajutor"
+
+#: friendica/layout.fnk.php:228
+msgid "New event"
+msgstr "Eveniment nou"
+
+#: friendica/layout.fnk.php:232
+msgid "Today"
+msgstr "Astăzi"
+
+#: friendica/layout.fnk.php:241
+msgid "Day"
+msgstr "Zi"
+
+#: friendica/layout.fnk.php:248
+msgid "Week"
+msgstr "Săptămâna"
+
+#: friendica/layout.fnk.php:255 common/wdcal_edit.inc.php:372
+msgid "Month"
+msgstr "Luna"
+
+#: friendica/layout.fnk.php:260
+msgid "Reload"
+msgstr "Reîncărcare"
+
+#: friendica/layout.fnk.php:263
+msgid "Previous"
+msgstr "Precedent"
+
+#: friendica/layout.fnk.php:266
+msgid "Next"
+msgstr "Următor"
+
+#: friendica/layout.fnk.php:271
+msgid "Date"
+msgstr "Data"
+
+#: friendica/layout.fnk.php:313
+msgid "Error"
+msgstr "Eroare"
+
+#: friendica/layout.fnk.php:354
+msgid "Permission denied."
+msgstr "Permisiune refuzată."
+
+#: friendica/layout.fnk.php:361
+msgid "The new values have been saved."
+msgstr "Noile valori au fost salvate."
+
+#: friendica/layout.fnk.php:380
+msgid "The calendar has been updated."
+msgstr "Calendarul a fost actualizat."
+
+#: friendica/layout.fnk.php:393
+msgid "The new calendar has been created."
+msgstr "Noul calendar a fost creat."
+
+#: friendica/layout.fnk.php:417
+msgid "The calendar has been deleted."
+msgstr "Calendarul a fost șters."
+
+#: friendica/layout.fnk.php:424
+msgid "Calendar Settings"
+msgstr "Configurări Calendar"
+
+#: friendica/layout.fnk.php:430
+msgid "Date format"
+msgstr "Formatul datei"
+
+#: friendica/layout.fnk.php:439
+msgid "Time zone"
+msgstr "Fus orar"
+
+#: friendica/layout.fnk.php:441 friendica/layout.fnk.php:488
+msgid "Save"
+msgstr "Salvare"
+
+#: friendica/layout.fnk.php:445
+msgid "Calendars"
+msgstr "Calendare"
+
+#: friendica/layout.fnk.php:487
+msgid "Create a new calendar"
+msgstr "Creați un calendar nou"
+
+#: friendica/layout.fnk.php:496
+msgid "Limitations"
+msgstr "Limitări"
+
+#: friendica/layout.fnk.php:500
+msgid "Warning"
+msgstr "Atenție"
+
+#: friendica/layout.fnk.php:504
+msgid "Synchronization (iPhone, Thunderbird Lightning, Android, ...)"
+msgstr "Sincronizare (iPhone, Thunderbird Lightning, Android, ...)"
+
+#: friendica/layout.fnk.php:511
+msgid "Synchronizing this calendar with the iPhone"
+msgstr "Sincronizați acest calendar cu iPhone"
+
+#: friendica/layout.fnk.php:522
+msgid "Synchronizing your Friendica-Contacts with the iPhone"
+msgstr "Sincronizați contactele Friendica cu iPhone"
+
+#: common/wdcal_edit.inc.php:30 common/wdcal_edit.inc.php:738
+msgid "Could not open component for editing"
+msgstr "Nu s-a putut deschide componenta pentru editare"
+
+#: common/wdcal_edit.inc.php:144
+msgid "Event data"
+msgstr "Dată eveniment"
+
+#: common/wdcal_edit.inc.php:163
+msgid "Special color"
+msgstr "Culoare specială"
+
+#: common/wdcal_edit.inc.php:169
+msgid "Subject"
+msgstr "Subiect"
+
+#: common/wdcal_edit.inc.php:173
+msgid "Starts"
+msgstr "Începe"
+
+#: common/wdcal_edit.inc.php:178
+msgid "Ends"
+msgstr "Finalizare"
+
+#: common/wdcal_edit.inc.php:183
+msgid "Location"
+msgstr "Locație"
+
+#: common/wdcal_edit.inc.php:185
+msgid "Description"
+msgstr "Descriere"
+
+#: common/wdcal_edit.inc.php:188
+msgid "Recurrence"
+msgstr "Repetare"
+
+#: common/wdcal_edit.inc.php:190
+msgid "Frequency"
+msgstr "Frecvență"
+
+#: common/wdcal_edit.inc.php:191
+msgid "None"
+msgstr "Nimic"
+
+#: common/wdcal_edit.inc.php:194
+msgid "Daily"
+msgstr "Zilnic"
+
+#: common/wdcal_edit.inc.php:197
+msgid "Weekly"
+msgstr "Săptămânal"
+
+#: common/wdcal_edit.inc.php:200
+msgid "Monthly"
+msgstr "Lunar"
+
+#: common/wdcal_edit.inc.php:203
+msgid "Yearly"
+msgstr "Anual"
+
+#: common/wdcal_edit.inc.php:214
+msgid "days"
+msgstr "zile"
+
+#: common/wdcal_edit.inc.php:215
+msgid "weeks"
+msgstr "săptămâni"
+
+#: common/wdcal_edit.inc.php:216
+msgid "months"
+msgstr "luni"
+
+#: common/wdcal_edit.inc.php:217
+msgid "years"
+msgstr "ani"
+
+#: common/wdcal_edit.inc.php:218
+msgid "Interval"
+msgstr "Interval"
+
+#: common/wdcal_edit.inc.php:218
+msgid "All %select% %time%"
+msgstr "Toate %select% %time%"
+
+#: common/wdcal_edit.inc.php:222 common/wdcal_edit.inc.php:260
+#: common/wdcal_edit.inc.php:481
+msgid "Days"
+msgstr "Zile"
+
+#: common/wdcal_edit.inc.php:231 common/wdcal_edit.inc.php:254
+#: common/wdcal_edit.inc.php:270 common/wdcal_edit.inc.php:293
+#: common/wdcal_edit.inc.php:305
+msgid "Sunday"
+msgstr "Duminică"
+
+#: common/wdcal_edit.inc.php:235 common/wdcal_edit.inc.php:274
+#: common/wdcal_edit.inc.php:308
+msgid "Monday"
+msgstr "Luni"
+
+#: common/wdcal_edit.inc.php:238 common/wdcal_edit.inc.php:277
+msgid "Tuesday"
+msgstr "Marţi"
+
+#: common/wdcal_edit.inc.php:241 common/wdcal_edit.inc.php:280
+msgid "Wednesday"
+msgstr "Miercuri"
+
+#: common/wdcal_edit.inc.php:244 common/wdcal_edit.inc.php:283
+msgid "Thursday"
+msgstr "Joi"
+
+#: common/wdcal_edit.inc.php:247 common/wdcal_edit.inc.php:286
+msgid "Friday"
+msgstr "Vineri"
+
+#: common/wdcal_edit.inc.php:250 common/wdcal_edit.inc.php:289
+msgid "Saturday"
+msgstr "Sâmbătă"
+
+#: common/wdcal_edit.inc.php:297
+msgid "First day of week:"
+msgstr "Prima zi a săptămânii:"
+
+#: common/wdcal_edit.inc.php:350 common/wdcal_edit.inc.php:373
+msgid "Day of month"
+msgstr "Ziua din lună"
+
+#: common/wdcal_edit.inc.php:354
+msgid "#num#th of each month"
+msgstr "A #num# -a a fiecărei luni"
+
+#: common/wdcal_edit.inc.php:357
+msgid "#num#th-last of each month"
+msgstr "Ultima a #num#-a a fiecărei luni"
+
+#: common/wdcal_edit.inc.php:360
+msgid "#num#th #wkday# of each month"
+msgstr "A #num#-a #wkday# din fiecare lună"
+
+#: common/wdcal_edit.inc.php:363
+msgid "#num#th-last #wkday# of each month"
+msgstr "Ultima a #num#-a #wkday# din fiecare lună"
+
+#: common/wdcal_edit.inc.php:377
+msgid "#num#th of the given month"
+msgstr "A #num#-a a lunii respective"
+
+#: common/wdcal_edit.inc.php:380
+msgid "#num#th-last of the given month"
+msgstr "Ultima a #num#-a a lunii respective"
+
+#: common/wdcal_edit.inc.php:383
+msgid "#num#th #wkday# of the given month"
+msgstr "A #num#-a #wkday# din luna respectivă"
+
+#: common/wdcal_edit.inc.php:386
+msgid "#num#th-last #wkday# of the given month"
+msgstr "Ultima a #num#-a #wkday# din luna respectivă"
+
+#: common/wdcal_edit.inc.php:413
+msgid "Repeat until"
+msgstr "Repetare până în"
+
+#: common/wdcal_edit.inc.php:417
+msgid "Infinite"
+msgstr "Infinit"
+
+#: common/wdcal_edit.inc.php:420
+msgid "Until the following date"
+msgstr "Până la următoarea dată"
+
+#: common/wdcal_edit.inc.php:423
+msgid "Number of times"
+msgstr "Număr de repetări"
+
+#: common/wdcal_edit.inc.php:429
+msgid "Exceptions"
+msgstr "Excepții"
+
+#: common/wdcal_edit.inc.php:432
+msgid "none"
+msgstr "nespecificat"
+
+#: common/wdcal_edit.inc.php:449
+msgid "Notification"
+msgstr "Notificare"
+
+#: common/wdcal_edit.inc.php:466
+msgid "Notify by"
+msgstr "Notificare prin"
+
+#: common/wdcal_edit.inc.php:468
+msgid "Remove"
+msgstr "Eliminare"
+
+#: common/wdcal_edit.inc.php:469
+msgid "E-Mail"
+msgstr "E-Mail"
+
+#: common/wdcal_edit.inc.php:470
+msgid "On Friendica / Display"
+msgstr "Pe Friendica / Afișare"
+
+#: common/wdcal_edit.inc.php:474
+msgid "Time"
+msgstr "Data"
+
+#: common/wdcal_edit.inc.php:478
+msgid "Hours"
+msgstr "Ore"
+
+#: common/wdcal_edit.inc.php:479
+msgid "Minutes"
+msgstr "Minute"
+
+#: common/wdcal_edit.inc.php:480
+msgid "Seconds"
+msgstr "Secunde"
+
+#: common/wdcal_edit.inc.php:482
+msgid "Weeks"
+msgstr "Săptămâni"
+
+#: common/wdcal_edit.inc.php:485
+msgid "before the"
+msgstr "înainte de"
+
+#: common/wdcal_edit.inc.php:486
+msgid "start of the event"
+msgstr "începerea evenimentului"
+
+#: common/wdcal_edit.inc.php:487
+msgid "end of the event"
+msgstr "finalizarea evenimentului"
+
+#: common/wdcal_edit.inc.php:492
+msgid "Add a notification"
+msgstr "Adăugați o notificare"
+
+#: common/wdcal_edit.inc.php:687
+msgid "The event #name# will start at #date"
+msgstr "Evenimentul #nume# va începe la #data"
+
+#: common/wdcal_edit.inc.php:696
+msgid "#name# is about to begin."
+msgstr "#Nume# este pe cale să înceapă."
+
+#: common/wdcal_edit.inc.php:769
+msgid "Saved"
+msgstr "Salvat"
+
+#: common/dav_carddav_backend_private.inc.php:46
+msgid "Private Addressbooks"
+msgstr "Agende Private"
+
+#: common/dav_caldav_backend_private.inc.php:39
+msgid "Private Events"
+msgstr "Evenimente Private"
+
+#: common/wdcal_backend.inc.php:92 common/wdcal_backend.inc.php:166
+#: common/wdcal_backend.inc.php:178 common/wdcal_backend.inc.php:206
+#: common/wdcal_backend.inc.php:214 common/wdcal_backend.inc.php:229
+msgid "No access"
+msgstr "Nu aveți acces"
+
+#: common/wdcal_configuration.php:148
+msgid "U.S. Time Format (mm/dd/YYYY)"
+msgstr "Format Dată S.U.A. (mm/dd/YYYY)"
+
+#: common/wdcal_configuration.php:243
+msgid "German Time Format (dd.mm.YYYY)"
+msgstr "Format Dată Germania (dd.mm.YYYY)"
diff --git a/dav/lang/ro/strings.php b/dav/lang/ro/strings.php
new file mode 100644
index 000000000..793a27d46
--- /dev/null
+++ b/dav/lang/ro/strings.php
@@ -0,0 +1,141 @@
+19)||(($n%100==0)&&($n!=0)))?2:1));;
+}}
+;
+$a->strings["Private Calendar"] = "Calendar Privat";
+$a->strings["Friendica Events: Mine"] = "Evenimente Friendica: ale Mele";
+$a->strings["Friendica Events: Contacts"] = "Evenimente Friendica: Contacte";
+$a->strings["Private Addresses"] = "Adresele Private";
+$a->strings["Friendica Contacts"] = "Contacte Friendica";
+$a->strings["Friendica-Contacts"] = "Contacte-Friendica";
+$a->strings["Your Friendica-Contacts"] = "Contactele-Dvs-Friendica";
+$a->strings["Friendica-Native events"] = "Evenimente Native-Friendica";
+$a->strings["The current version of this plugin has not been set up correctly. Please contact the system administrator of your installation of friendica to fix this."] = "Versiunea curentă a acestui modul nu a fost corect configurată. Vă rugăm să contactați administratorul de sistem al aplicației dvs. friendica, pentru a corecta această situație.";
+$a->strings["Calendar"] = "Calendar";
+$a->strings["Extended calendar with CalDAV-support"] = "Calendar extins cu suport-CalDAV";
+$a->strings["noreply"] = "nu-răspunde";
+$a->strings["Notification: "] = "Notificare:";
+$a->strings["The database tables have been installed."] = "Tabelele bazei de date au fost instalate.";
+$a->strings["An error occurred during the installation."] = "A apărut o eroare la instalare.";
+$a->strings["The database tables have been updated."] = "Tabelele bazei de date au fost actualizate.";
+$a->strings["An error occurred during the update."] = "A apărut o eroare în timpul actualizării.";
+$a->strings["No system-wide settings yet."] = "Nu există încă configurări globale de sistem.";
+$a->strings["Database status"] = "Status bază de date";
+$a->strings["Installed"] = "Instalat";
+$a->strings["Upgrade needed"] = "Necesită actualizare";
+$a->strings["Please back up all calendar data (the tables beginning with dav_*) before proceeding. While all calendar events should be converted to the new database structure, it's always safe to have a backup. Below, you can have a look at the database-queries that will be made when pressing the 'update'-button."] = "Vă rugăm să faceți backup la toate datele din calendar (tabelele cu sufixul dav_*), înainte de a continua. În timp ce toate evenimentele din calendar ar trebui să fie convertite la noua structură a bazei date, e întotdeauna mai sigur să dețineți o copie de backup. Mai jos, puteți vizualiza interogările-bazei-de-date ce vor fi făcute la apăsarea butonului 'actualizare'.";
+$a->strings["Upgrade"] = "Actualizare";
+$a->strings["Not installed"] = "Nu este instalat";
+$a->strings["Install"] = "Instalați";
+$a->strings["Unknown"] = "Necunoscut";
+$a->strings["Something really went wrong. I cannot recover from this state automatically, sorry. Please go to the database backend, back up the data, and delete all tables beginning with 'dav_' manually. Afterwards, this installation routine should be able to reinitialize the tables automatically."] = "Ceva chiar nu a mers bine. Nu se poate reveni automat din această stare, ne pare rău. Vă rugăm să vă deplasați către zona de administrare a bazei de date, faceți backup pentru toate datele, şi ștergeți manual toate tabelele cu sufixul 'dav_'. După aceea, această sesiune de instalare ar trebui să fie capabilă să reinițializeze tabelele automat.";
+$a->strings["Troubleshooting"] = "Rezolvarea problemelor";
+$a->strings["Manual creation of the database tables:"] = "Crearea manuală a tabelelor bazei de date:";
+$a->strings["Show SQL-statements"] = "Afișare declarații-SQL";
+$a->strings["Something went wrong when trying to import the file. Sorry. Maybe some events were imported anyway."] = "Ceva s-a greșit la încercarea de importare a fișierului. Ne pare rău. Probabil că unele evenimente au fost importate oricum.";
+$a->strings["Something went wrong when trying to import the file. Sorry."] = "Ceva s-a greșit la încercarea de importare a fișierului. Ne pare rău.";
+$a->strings["The ICS-File has been imported."] = "Fișierul-ICS a fost importat.";
+$a->strings["No file was uploaded."] = "Nici un fișier nu a fost încărcat.";
+$a->strings["Go back to the calendar"] = "Înapoi la calendar";
+$a->strings["Import a ICS-file"] = "Importați un fișier-ICS";
+$a->strings["ICS-File"] = "Fișier-ICS";
+$a->strings["Overwrite all #num# existing events"] = "Suprascrie toate cele #num# evenimente existente";
+$a->strings["Upload"] = "Încărcare";
+$a->strings["Settings"] = "Configurări";
+$a->strings["Help"] = "Ajutor";
+$a->strings["New event"] = "Eveniment nou";
+$a->strings["Today"] = "Astăzi";
+$a->strings["Day"] = "Zi";
+$a->strings["Week"] = "Săptămâna";
+$a->strings["Month"] = "Luna";
+$a->strings["Reload"] = "Reîncărcare";
+$a->strings["Previous"] = "Precedent";
+$a->strings["Next"] = "Următor";
+$a->strings["Date"] = "Data";
+$a->strings["Error"] = "Eroare";
+$a->strings["Permission denied."] = "Permisiune refuzată.";
+$a->strings["The new values have been saved."] = "Noile valori au fost salvate.";
+$a->strings["The calendar has been updated."] = "Calendarul a fost actualizat.";
+$a->strings["The new calendar has been created."] = "Noul calendar a fost creat.";
+$a->strings["The calendar has been deleted."] = "Calendarul a fost șters.";
+$a->strings["Calendar Settings"] = "Configurări Calendar";
+$a->strings["Date format"] = "Formatul datei";
+$a->strings["Time zone"] = "Fus orar";
+$a->strings["Save"] = "Salvare";
+$a->strings["Calendars"] = "Calendare";
+$a->strings["Create a new calendar"] = "Creați un calendar nou";
+$a->strings["Limitations"] = "Limitări";
+$a->strings["Warning"] = "Atenție";
+$a->strings["Synchronization (iPhone, Thunderbird Lightning, Android, ...)"] = "Sincronizare (iPhone, Thunderbird Lightning, Android, ...)";
+$a->strings["Synchronizing this calendar with the iPhone"] = "Sincronizați acest calendar cu iPhone";
+$a->strings["Synchronizing your Friendica-Contacts with the iPhone"] = "Sincronizați contactele Friendica cu iPhone";
+$a->strings["Could not open component for editing"] = "Nu s-a putut deschide componenta pentru editare";
+$a->strings["Event data"] = "Dată eveniment";
+$a->strings["Special color"] = "Culoare specială";
+$a->strings["Subject"] = "Subiect";
+$a->strings["Starts"] = "Începe";
+$a->strings["Ends"] = "Finalizare";
+$a->strings["Location"] = "Locație";
+$a->strings["Description"] = "Descriere";
+$a->strings["Recurrence"] = "Repetare";
+$a->strings["Frequency"] = "Frecvență";
+$a->strings["None"] = "Nimic";
+$a->strings["Daily"] = "Zilnic";
+$a->strings["Weekly"] = "Săptămânal";
+$a->strings["Monthly"] = "Lunar";
+$a->strings["Yearly"] = "Anual";
+$a->strings["days"] = "zile";
+$a->strings["weeks"] = "săptămâni";
+$a->strings["months"] = "luni";
+$a->strings["years"] = "ani";
+$a->strings["Interval"] = "Interval";
+$a->strings["All %select% %time%"] = "Toate %select% %time%";
+$a->strings["Days"] = "Zile";
+$a->strings["Sunday"] = "Duminică";
+$a->strings["Monday"] = "Luni";
+$a->strings["Tuesday"] = "Marţi";
+$a->strings["Wednesday"] = "Miercuri";
+$a->strings["Thursday"] = "Joi";
+$a->strings["Friday"] = "Vineri";
+$a->strings["Saturday"] = "Sâmbătă";
+$a->strings["First day of week:"] = "Prima zi a săptămânii:";
+$a->strings["Day of month"] = "Ziua din lună";
+$a->strings["#num#th of each month"] = "A #num# -a a fiecărei luni";
+$a->strings["#num#th-last of each month"] = "Ultima a #num#-a a fiecărei luni";
+$a->strings["#num#th #wkday# of each month"] = "A #num#-a #wkday# din fiecare lună";
+$a->strings["#num#th-last #wkday# of each month"] = "Ultima a #num#-a #wkday# din fiecare lună";
+$a->strings["#num#th of the given month"] = "A #num#-a a lunii respective";
+$a->strings["#num#th-last of the given month"] = "Ultima a #num#-a a lunii respective";
+$a->strings["#num#th #wkday# of the given month"] = "A #num#-a #wkday# din luna respectivă";
+$a->strings["#num#th-last #wkday# of the given month"] = "Ultima a #num#-a #wkday# din luna respectivă";
+$a->strings["Repeat until"] = "Repetare până în";
+$a->strings["Infinite"] = "Infinit";
+$a->strings["Until the following date"] = "Până la următoarea dată";
+$a->strings["Number of times"] = "Număr de repetări";
+$a->strings["Exceptions"] = "Excepții";
+$a->strings["none"] = "nespecificat";
+$a->strings["Notification"] = "Notificare";
+$a->strings["Notify by"] = "Notificare prin";
+$a->strings["Remove"] = "Eliminare";
+$a->strings["E-Mail"] = "E-Mail";
+$a->strings["On Friendica / Display"] = "Pe Friendica / Afișare";
+$a->strings["Time"] = "Data";
+$a->strings["Hours"] = "Ore";
+$a->strings["Minutes"] = "Minute";
+$a->strings["Seconds"] = "Secunde";
+$a->strings["Weeks"] = "Săptămâni";
+$a->strings["before the"] = "înainte de";
+$a->strings["start of the event"] = "începerea evenimentului";
+$a->strings["end of the event"] = "finalizarea evenimentului";
+$a->strings["Add a notification"] = "Adăugați o notificare";
+$a->strings["The event #name# will start at #date"] = "Evenimentul #nume# va începe la #data";
+$a->strings["#name# is about to begin."] = "#Nume# este pe cale să înceapă.";
+$a->strings["Saved"] = "Salvat";
+$a->strings["Private Addressbooks"] = "Agende Private";
+$a->strings["Private Events"] = "Evenimente Private";
+$a->strings["No access"] = "Nu aveți acces";
+$a->strings["U.S. Time Format (mm/dd/YYYY)"] = "Format Dată S.U.A. (mm/dd/YYYY)";
+$a->strings["German Time Format (dd.mm.YYYY)"] = "Format Dată Germania (dd.mm.YYYY)";
diff --git a/defaultfeatures/lang/C/messages.po b/defaultfeatures/lang/C/messages.po
new file mode 100644
index 000000000..70c34f699
--- /dev/null
+++ b/defaultfeatures/lang/C/messages.po
@@ -0,0 +1,34 @@
+# ADDON defaultfeatures
+# Copyright (C)
+# This file is distributed under the same license as the Friendica defaultfeatures addon package.
+#
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-23 14:44+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME \n"
+"Language-Team: LANGUAGE \n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: defaultfeatures.php:36
+msgid "Features updated"
+msgstr ""
+
+#: defaultfeatures.php:48
+msgid "Off"
+msgstr ""
+
+#: defaultfeatures.php:48
+msgid "On"
+msgstr ""
+
+#: defaultfeatures.php:55
+msgid "Save Settings"
+msgstr ""
diff --git a/defaultprofilepic/lang/C/messages.po b/defaultprofilepic/lang/C/messages.po
new file mode 100644
index 000000000..e69de29bb
diff --git a/diaspora/lang/C/messages.po b/diaspora/lang/C/messages.po
new file mode 100644
index 000000000..0f71c2cd8
--- /dev/null
+++ b/diaspora/lang/C/messages.po
@@ -0,0 +1,60 @@
+# ADDON diaspora
+# Copyright (C)
+# This file is distributed under the same license as the Friendica diaspora addon package.
+#
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME \n"
+"Language-Team: LANGUAGE \n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: diaspora.php:37
+msgid "Post to Diaspora"
+msgstr ""
+
+#: diaspora.php:142
+msgid ""
+"Can't login to your Diaspora account. Please check username and password and "
+"ensure you used the complete address (including http...)"
+msgstr ""
+
+#: diaspora.php:149 diaspora.php:153
+msgid "Diaspora Export"
+msgstr ""
+
+#: diaspora.php:163
+msgid "Enable Diaspora Post Plugin"
+msgstr ""
+
+#: diaspora.php:168
+msgid "Diaspora username"
+msgstr ""
+
+#: diaspora.php:173
+msgid "Diaspora password"
+msgstr ""
+
+#: diaspora.php:178
+msgid "Diaspora site URL"
+msgstr ""
+
+#: diaspora.php:183
+msgid "Post to Diaspora by default"
+msgstr ""
+
+#: diaspora.php:189
+msgid "Save Settings"
+msgstr ""
+
+#: diaspora.php:324
+msgid "Diaspora post failed. Queued for retry."
+msgstr ""
diff --git a/diaspora/lang/cs/messages.po b/diaspora/lang/cs/messages.po
new file mode 100644
index 000000000..22e1cfef0
--- /dev/null
+++ b/diaspora/lang/cs/messages.po
@@ -0,0 +1,62 @@
+# ADDON diaspora
+# Copyright (C)
+# This file is distributed under the same license as the Friendica diaspora addon package.
+#
+#
+# Translators:
+# Michal Šupler , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-07 18:44+0000\n"
+"Last-Translator: Michal Šupler \n"
+"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: diaspora.php:37
+msgid "Post to Diaspora"
+msgstr "Příspěvek na Diaspora"
+
+#: diaspora.php:142
+msgid ""
+"Can't login to your Diaspora account. Please check username and password and"
+" ensure you used the complete address (including http...)"
+msgstr "Nelze se přihlásit na váš Diaspora účet. Prosím ověřte své uživatelské jméno a heslo a ujistěte se, že jste použili kompletní adresu (včetně http...)"
+
+#: diaspora.php:149 diaspora.php:153
+msgid "Diaspora Export"
+msgstr "Diaspora export"
+
+#: diaspora.php:163
+msgid "Enable Diaspora Post Plugin"
+msgstr "Povolit Diaspora Plugin"
+
+#: diaspora.php:168
+msgid "Diaspora username"
+msgstr "Diaspora uživatelské jméno"
+
+#: diaspora.php:173
+msgid "Diaspora password"
+msgstr "Diaspora heslo"
+
+#: diaspora.php:178
+msgid "Diaspora site URL"
+msgstr "Adresa webu Diaspora"
+
+#: diaspora.php:183
+msgid "Post to Diaspora by default"
+msgstr "Defaultně zasílat příspěvky na Diaspora"
+
+#: diaspora.php:189
+msgid "Save Settings"
+msgstr "Uložit Nastavení"
+
+#: diaspora.php:324
+msgid "Diaspora post failed. Queued for retry."
+msgstr "Zaslání příspěvku na Diasporu selhalo. Příspěvek byl zařazen do fronty pro opakované odeslání."
diff --git a/diaspora/lang/cs/strings.php b/diaspora/lang/cs/strings.php
new file mode 100644
index 000000000..9db097912
--- /dev/null
+++ b/diaspora/lang/cs/strings.php
@@ -0,0 +1,17 @@
+=2 && $n<=4) ? 1 : 2;;
+}}
+;
+$a->strings["Post to Diaspora"] = "Příspěvek na Diaspora";
+$a->strings["Can't login to your Diaspora account. Please check username and password and ensure you used the complete address (including http...)"] = "Nelze se přihlásit na váš Diaspora účet. Prosím ověřte své uživatelské jméno a heslo a ujistěte se, že jste použili kompletní adresu (včetně http...)";
+$a->strings["Diaspora Export"] = "Diaspora export";
+$a->strings["Enable Diaspora Post Plugin"] = "Povolit Diaspora Plugin";
+$a->strings["Diaspora username"] = "Diaspora uživatelské jméno";
+$a->strings["Diaspora password"] = "Diaspora heslo";
+$a->strings["Diaspora site URL"] = "Adresa webu Diaspora";
+$a->strings["Post to Diaspora by default"] = "Defaultně zasílat příspěvky na Diaspora";
+$a->strings["Save Settings"] = "Uložit Nastavení";
+$a->strings["Diaspora post failed. Queued for retry."] = "Zaslání příspěvku na Diasporu selhalo. Příspěvek byl zařazen do fronty pro opakované odeslání.";
diff --git a/diaspora/lang/de/messages.po b/diaspora/lang/de/messages.po
new file mode 100644
index 000000000..eaeb24edb
--- /dev/null
+++ b/diaspora/lang/de/messages.po
@@ -0,0 +1,62 @@
+# ADDON diaspora
+# Copyright (C)
+# This file is distributed under the same license as the Friendica diaspora addon package.
+#
+#
+# Translators:
+# bavatar , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-08 19:10+0000\n"
+"Last-Translator: bavatar \n"
+"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: diaspora.php:37
+msgid "Post to Diaspora"
+msgstr "Auf Diaspora veröffentlichen"
+
+#: diaspora.php:142
+msgid ""
+"Can't login to your Diaspora account. Please check username and password and"
+" ensure you used the complete address (including http...)"
+msgstr "Anmeldung bei deinem Diaspora Account fehlgeschlagen. Bitte überprüfe Nutzername und Passwort und stelle sicher, dass die komplette Adresse (inklusive des htto...) verwendet wurde."
+
+#: diaspora.php:149 diaspora.php:153
+msgid "Diaspora Export"
+msgstr "Diaspora Export"
+
+#: diaspora.php:163
+msgid "Enable Diaspora Post Plugin"
+msgstr "Veröffentlichungen bei Diaspora erlauben"
+
+#: diaspora.php:168
+msgid "Diaspora username"
+msgstr "Diaspora Nutzername"
+
+#: diaspora.php:173
+msgid "Diaspora password"
+msgstr "Diaspora Passwort"
+
+#: diaspora.php:178
+msgid "Diaspora site URL"
+msgstr "URL der Diaspora Seite"
+
+#: diaspora.php:183
+msgid "Post to Diaspora by default"
+msgstr "Veröffentliche öffentliche Beiträge standardmäßig bei Diaspora"
+
+#: diaspora.php:189
+msgid "Save Settings"
+msgstr "Einstellungen speichern"
+
+#: diaspora.php:324
+msgid "Diaspora post failed. Queued for retry."
+msgstr "Veröffentlichung bei Diaspora gescheitert. Wir versuchen es später erneut."
diff --git a/diaspora/lang/de/strings.php b/diaspora/lang/de/strings.php
new file mode 100644
index 000000000..597d4cea9
--- /dev/null
+++ b/diaspora/lang/de/strings.php
@@ -0,0 +1,17 @@
+strings["Post to Diaspora"] = "Auf Diaspora veröffentlichen";
+$a->strings["Can't login to your Diaspora account. Please check username and password and ensure you used the complete address (including http...)"] = "Anmeldung bei deinem Diaspora Account fehlgeschlagen. Bitte überprüfe Nutzername und Passwort und stelle sicher, dass die komplette Adresse (inklusive des htto...) verwendet wurde.";
+$a->strings["Diaspora Export"] = "Diaspora Export";
+$a->strings["Enable Diaspora Post Plugin"] = "Veröffentlichungen bei Diaspora erlauben";
+$a->strings["Diaspora username"] = "Diaspora Nutzername";
+$a->strings["Diaspora password"] = "Diaspora Passwort";
+$a->strings["Diaspora site URL"] = "URL der Diaspora Seite";
+$a->strings["Post to Diaspora by default"] = "Veröffentliche öffentliche Beiträge standardmäßig bei Diaspora";
+$a->strings["Save Settings"] = "Einstellungen speichern";
+$a->strings["Diaspora post failed. Queued for retry."] = "Veröffentlichung bei Diaspora gescheitert. Wir versuchen es später erneut.";
diff --git a/diaspora/lang/ro/messages.po b/diaspora/lang/ro/messages.po
new file mode 100644
index 000000000..4ad834a1c
--- /dev/null
+++ b/diaspora/lang/ro/messages.po
@@ -0,0 +1,61 @@
+# ADDON diaspora
+# Copyright (C)
+# This file is distributed under the same license as the Friendica diaspora addon package.
+#
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-08 11:48+0000\n"
+"Last-Translator: Arian - Cazare Muncitori \n"
+"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ro_RO\n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
+
+#: diaspora.php:37
+msgid "Post to Diaspora"
+msgstr "Postați pe Diaspora"
+
+#: diaspora.php:142
+msgid ""
+"Can't login to your Diaspora account. Please check username and password and"
+" ensure you used the complete address (including http...)"
+msgstr "Nu se poate face autentificarea pe contul dvs. Diaspora. Verificați numele de utilizator şi parola şi asigurați-vă că ați folosit adresa completă (inclusiv http ... )"
+
+#: diaspora.php:149 diaspora.php:153
+msgid "Diaspora Export"
+msgstr "Exportare pe Diaspora "
+
+#: diaspora.php:163
+msgid "Enable Diaspora Post Plugin"
+msgstr "Activare Modul Postare pe Diaspora"
+
+#: diaspora.php:168
+msgid "Diaspora username"
+msgstr "Utilizator Diaspora"
+
+#: diaspora.php:173
+msgid "Diaspora password"
+msgstr "Parola Diaspora"
+
+#: diaspora.php:178
+msgid "Diaspora site URL"
+msgstr "URL site Diaspora"
+
+#: diaspora.php:183
+msgid "Post to Diaspora by default"
+msgstr "Postați implicit pe Diaspora"
+
+#: diaspora.php:189
+msgid "Save Settings"
+msgstr "Salvare Configurări"
+
+#: diaspora.php:324
+msgid "Diaspora post failed. Queued for retry."
+msgstr "Postarea pe Diaspora a eșuat. S-a pus în așteptare pentru reîncercare."
diff --git a/diaspora/lang/ro/strings.php b/diaspora/lang/ro/strings.php
new file mode 100644
index 000000000..c40ac8b68
--- /dev/null
+++ b/diaspora/lang/ro/strings.php
@@ -0,0 +1,17 @@
+19)||(($n%100==0)&&($n!=0)))?2:1));;
+}}
+;
+$a->strings["Post to Diaspora"] = "Postați pe Diaspora";
+$a->strings["Can't login to your Diaspora account. Please check username and password and ensure you used the complete address (including http...)"] = "Nu se poate face autentificarea pe contul dvs. Diaspora. Verificați numele de utilizator şi parola şi asigurați-vă că ați folosit adresa completă (inclusiv http ... )";
+$a->strings["Diaspora Export"] = "Exportare pe Diaspora ";
+$a->strings["Enable Diaspora Post Plugin"] = "Activare Modul Postare pe Diaspora";
+$a->strings["Diaspora username"] = "Utilizator Diaspora";
+$a->strings["Diaspora password"] = "Parola Diaspora";
+$a->strings["Diaspora site URL"] = "URL site Diaspora";
+$a->strings["Post to Diaspora by default"] = "Postați implicit pe Diaspora";
+$a->strings["Save Settings"] = "Salvare Configurări";
+$a->strings["Diaspora post failed. Queued for retry."] = "Postarea pe Diaspora a eșuat. S-a pus în așteptare pentru reîncercare.";
diff --git a/dwpost/lang/cs/messages.po b/dwpost/lang/cs/messages.po
new file mode 100644
index 000000000..8ec59999c
--- /dev/null
+++ b/dwpost/lang/cs/messages.po
@@ -0,0 +1,48 @@
+# ADDON dwpost
+# Copyright (C)
+# This file is distributed under the same license as the Friendica dwpost addon package.
+#
+#
+# Translators:
+# Michal Šupler , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-07 18:44+0000\n"
+"Last-Translator: Michal Šupler \n"
+"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: dwpost.php:39
+msgid "Post to Dreamwidth"
+msgstr "Poslat na Dreamwidth"
+
+#: dwpost.php:70 dwpost.php:74
+msgid "Dreamwidth Export"
+msgstr "Dreamwidth export"
+
+#: dwpost.php:78
+msgid "Enable dreamwidth Post Plugin"
+msgstr "Povolit dreamwidth Plugin"
+
+#: dwpost.php:83
+msgid "dreamwidth username"
+msgstr "dreamwidth uživatelské jméno"
+
+#: dwpost.php:88
+msgid "dreamwidth password"
+msgstr "dreamwidth heslo"
+
+#: dwpost.php:93
+msgid "Post to dreamwidth by default"
+msgstr "Defaultně umístit na dreamwidth"
+
+#: dwpost.php:99
+msgid "Save Settings"
+msgstr "Uložit Nastavení"
diff --git a/dwpost/lang/cs/strings.php b/dwpost/lang/cs/strings.php
index e01db0d18..cf98ccc21 100644
--- a/dwpost/lang/cs/strings.php
+++ b/dwpost/lang/cs/strings.php
@@ -1,9 +1,14 @@
-strings["Post to Dreamwidth"] = "Poslat na Dreamwidth";
-$a->strings["Dreamwidth Post Settings"] = "Nastavení Dreamwidth příspěvků";
-$a->strings["Enable dreamwidth Post Plugin"] = "Povolit dreamwidth Plugin";
-$a->strings["dreamwidth username"] = "dreamwidth uživatelské jméno";
-$a->strings["dreamwidth password"] = "dreamwidth heslo";
-$a->strings["Post to dreamwidth by default"] = "Defaultně umístit na dreamwidth";
-$a->strings["Submit"] = "Odeslat";
+=2 && $n<=4) ? 1 : 2;;
+}}
+;
+$a->strings["Post to Dreamwidth"] = "Poslat na Dreamwidth";
+$a->strings["Dreamwidth Export"] = "Dreamwidth export";
+$a->strings["Enable dreamwidth Post Plugin"] = "Povolit dreamwidth Plugin";
+$a->strings["dreamwidth username"] = "dreamwidth uživatelské jméno";
+$a->strings["dreamwidth password"] = "dreamwidth heslo";
+$a->strings["Post to dreamwidth by default"] = "Defaultně umístit na dreamwidth";
+$a->strings["Save Settings"] = "Uložit Nastavení";
diff --git a/dwpost/lang/de/messages.po b/dwpost/lang/de/messages.po
new file mode 100644
index 000000000..437ebfeb8
--- /dev/null
+++ b/dwpost/lang/de/messages.po
@@ -0,0 +1,48 @@
+# ADDON dwpost
+# Copyright (C)
+# This file is distributed under the same license as the Friendica dwpost addon package.
+#
+#
+# Translators:
+# bavatar , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-10 05:48+0000\n"
+"Last-Translator: bavatar \n"
+"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: dwpost.php:39
+msgid "Post to Dreamwidth"
+msgstr "In Dreamwidth veröffentlichen"
+
+#: dwpost.php:70 dwpost.php:74
+msgid "Dreamwidth Export"
+msgstr "Dreamwidth Passwort"
+
+#: dwpost.php:78
+msgid "Enable dreamwidth Post Plugin"
+msgstr "Dreamwidth Post Plugin aktivieren"
+
+#: dwpost.php:83
+msgid "dreamwidth username"
+msgstr "Dreamwidth Benutzername"
+
+#: dwpost.php:88
+msgid "dreamwidth password"
+msgstr "Dreamwidth Passwort"
+
+#: dwpost.php:93
+msgid "Post to dreamwidth by default"
+msgstr "Standardmäßig bei Dreamwidth veröffentlichen"
+
+#: dwpost.php:99
+msgid "Save Settings"
+msgstr "Einstellungen speichern"
diff --git a/dwpost/lang/de/strings.php b/dwpost/lang/de/strings.php
index 2e3ba985b..e20253393 100644
--- a/dwpost/lang/de/strings.php
+++ b/dwpost/lang/de/strings.php
@@ -1,9 +1,14 @@
-strings["Post to Dreamwidth"] = "In Dreamwidth veröffentlichen";
-$a->strings["Dreamwidth Post Settings"] = "Dreamwidth Veröffentlichungs-Einstellungen";
-$a->strings["Enable dreamwidth Post Plugin"] = "Dreamwidth Post Plugin aktivieren";
-$a->strings["dreamwidth username"] = "Dreamwidth Benutzername";
-$a->strings["dreamwidth password"] = "Dreamwidth Passwort";
-$a->strings["Post to dreamwidth by default"] = "Standardmäßig bei Dreamwidth veröffentlichen";
-$a->strings["Submit"] = "Senden";
+strings["Post to Dreamwidth"] = "In Dreamwidth veröffentlichen";
+$a->strings["Dreamwidth Export"] = "Dreamwidth Passwort";
+$a->strings["Enable dreamwidth Post Plugin"] = "Dreamwidth Post Plugin aktivieren";
+$a->strings["dreamwidth username"] = "Dreamwidth Benutzername";
+$a->strings["dreamwidth password"] = "Dreamwidth Passwort";
+$a->strings["Post to dreamwidth by default"] = "Standardmäßig bei Dreamwidth veröffentlichen";
+$a->strings["Save Settings"] = "Einstellungen speichern";
diff --git a/dwpost/lang/ro/messages.po b/dwpost/lang/ro/messages.po
new file mode 100644
index 000000000..7a4587311
--- /dev/null
+++ b/dwpost/lang/ro/messages.po
@@ -0,0 +1,47 @@
+# ADDON dwpost
+# Copyright (C)
+# This file is distributed under the same license as the Friendica dwpost addon package.
+#
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-08 11:48+0000\n"
+"Last-Translator: Arian - Cazare Muncitori \n"
+"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ro_RO\n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
+
+#: dwpost.php:39
+msgid "Post to Dreamwidth"
+msgstr "Postați pe Dreamwidth"
+
+#: dwpost.php:70 dwpost.php:74
+msgid "Dreamwidth Export"
+msgstr "Exportare pe Dreamwidth "
+
+#: dwpost.php:78
+msgid "Enable dreamwidth Post Plugin"
+msgstr "Activare Modul Postare pe Dreamwidth"
+
+#: dwpost.php:83
+msgid "dreamwidth username"
+msgstr "Utilizator Dreamwidth"
+
+#: dwpost.php:88
+msgid "dreamwidth password"
+msgstr "Parola Dreamwidth "
+
+#: dwpost.php:93
+msgid "Post to dreamwidth by default"
+msgstr "Postați implicit pe Dreamwidth"
+
+#: dwpost.php:99
+msgid "Save Settings"
+msgstr "Salvare Configurări"
diff --git a/dwpost/lang/ro/strings.php b/dwpost/lang/ro/strings.php
new file mode 100644
index 000000000..c51d9c939
--- /dev/null
+++ b/dwpost/lang/ro/strings.php
@@ -0,0 +1,14 @@
+19)||(($n%100==0)&&($n!=0)))?2:1));;
+}}
+;
+$a->strings["Post to Dreamwidth"] = "Postați pe Dreamwidth";
+$a->strings["Dreamwidth Export"] = "Exportare pe Dreamwidth ";
+$a->strings["Enable dreamwidth Post Plugin"] = "Activare Modul Postare pe Dreamwidth";
+$a->strings["dreamwidth username"] = "Utilizator Dreamwidth";
+$a->strings["dreamwidth password"] = "Parola Dreamwidth ";
+$a->strings["Post to dreamwidth by default"] = "Postați implicit pe Dreamwidth";
+$a->strings["Save Settings"] = "Salvare Configurări";
diff --git a/editplain/lang/cs/messages.po b/editplain/lang/cs/messages.po
new file mode 100644
index 000000000..5b388fdf8
--- /dev/null
+++ b/editplain/lang/cs/messages.po
@@ -0,0 +1,36 @@
+# ADDON editplain
+# Copyright (C)
+# This file is distributed under the same license as the Friendica editplain addon package.
+#
+#
+# Translators:
+# Michal Šupler , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-07 18:45+0000\n"
+"Last-Translator: Michal Šupler \n"
+"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: editplain.php:46
+msgid "Editplain settings updated."
+msgstr "Editplain nastavení aktualizováno"
+
+#: editplain.php:76
+msgid "Editplain Settings"
+msgstr "Editplain nastavení"
+
+#: editplain.php:78
+msgid "Disable richtext status editor"
+msgstr "Zakázat richtext status editor"
+
+#: editplain.php:84
+msgid "Save Settings"
+msgstr "Uložit Nastavení"
diff --git a/editplain/lang/cs/strings.php b/editplain/lang/cs/strings.php
index 714e39f57..150681aa5 100644
--- a/editplain/lang/cs/strings.php
+++ b/editplain/lang/cs/strings.php
@@ -1,6 +1,11 @@
-strings["Editplain settings updated."] = "Editplain nastavení aktualizováno";
-$a->strings["Editplain Settings"] = "Nastavení Editplain";
-$a->strings["Disable richtext status editor"] = "Zakázat richtext status editor";
-$a->strings["Submit"] = "Odeslat";
+=2 && $n<=4) ? 1 : 2;;
+}}
+;
+$a->strings["Editplain settings updated."] = "Editplain nastavení aktualizováno";
+$a->strings["Editplain Settings"] = "Editplain nastavení";
+$a->strings["Disable richtext status editor"] = "Zakázat richtext status editor";
+$a->strings["Save Settings"] = "Uložit Nastavení";
diff --git a/editplain/lang/de/messages.po b/editplain/lang/de/messages.po
new file mode 100644
index 000000000..883bfbf78
--- /dev/null
+++ b/editplain/lang/de/messages.po
@@ -0,0 +1,36 @@
+# ADDON editplain
+# Copyright (C)
+# This file is distributed under the same license as the Friendica editplain addon package.
+#
+#
+# Translators:
+# bavatar , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-06-27 08:47+0000\n"
+"Last-Translator: bavatar \n"
+"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: editplain.php:46
+msgid "Editplain settings updated."
+msgstr "Editplain Einstellungen gespeichert."
+
+#: editplain.php:76
+msgid "Editplain Settings"
+msgstr "Editplain Einstellungen"
+
+#: editplain.php:78
+msgid "Disable richtext status editor"
+msgstr "Web-Editor für Beiträge deakivieren"
+
+#: editplain.php:84
+msgid "Save Settings"
+msgstr "Einstellungen speichern"
diff --git a/editplain/lang/de/strings.php b/editplain/lang/de/strings.php
index d4de21433..8686e807a 100644
--- a/editplain/lang/de/strings.php
+++ b/editplain/lang/de/strings.php
@@ -1,6 +1,11 @@
-strings["Editplain settings updated."] = "Editplain Einstellungen aktualisiert";
-$a->strings["Editplain Settings"] = "Editplain Einstellungen";
-$a->strings["Disable richtext status editor"] = "RichText Editor deaktivieren";
-$a->strings["Submit"] = "Senden";
+strings["Editplain settings updated."] = "Editplain Einstellungen gespeichert.";
+$a->strings["Editplain Settings"] = "Editplain Einstellungen";
+$a->strings["Disable richtext status editor"] = "Web-Editor für Beiträge deakivieren";
+$a->strings["Save Settings"] = "Einstellungen speichern";
diff --git a/editplain/lang/ro/messages.po b/editplain/lang/ro/messages.po
new file mode 100644
index 000000000..3ed2efa56
--- /dev/null
+++ b/editplain/lang/ro/messages.po
@@ -0,0 +1,35 @@
+# ADDON editplain
+# Copyright (C)
+# This file is distributed under the same license as the Friendica editplain addon package.
+#
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-08 11:49+0000\n"
+"Last-Translator: Arian - Cazare Muncitori \n"
+"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ro_RO\n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
+
+#: editplain.php:46
+msgid "Editplain settings updated."
+msgstr "Configurările Editplain au fost actualizate."
+
+#: editplain.php:76
+msgid "Editplain Settings"
+msgstr "Configurări Editplain"
+
+#: editplain.php:78
+msgid "Disable richtext status editor"
+msgstr "Dezactivare editorul status de text îmbogățit"
+
+#: editplain.php:84
+msgid "Save Settings"
+msgstr "Salvare Configurări"
diff --git a/editplain/lang/ro/strings.php b/editplain/lang/ro/strings.php
new file mode 100644
index 000000000..214a64ac2
--- /dev/null
+++ b/editplain/lang/ro/strings.php
@@ -0,0 +1,11 @@
+19)||(($n%100==0)&&($n!=0)))?2:1));;
+}}
+;
+$a->strings["Editplain settings updated."] = "Configurările Editplain au fost actualizate.";
+$a->strings["Editplain Settings"] = "Configurări Editplain";
+$a->strings["Disable richtext status editor"] = "Dezactivare editorul status de text îmbogățit";
+$a->strings["Save Settings"] = "Salvare Configurări";
diff --git a/extcron/lang/C/messages.po b/extcron/lang/C/messages.po
new file mode 100644
index 000000000..e69de29bb
diff --git a/facebook_restrict/lang/C/messages.po b/facebook_restrict/lang/C/messages.po
new file mode 100644
index 000000000..e69de29bb
diff --git a/fbsync/lang/C/messages.po b/fbsync/lang/C/messages.po
new file mode 100644
index 000000000..a333d3b88
--- /dev/null
+++ b/fbsync/lang/C/messages.po
@@ -0,0 +1,43 @@
+# ADDON fbsync
+# Copyright (C)
+# This file is distributed under the same license as the Friendica fbsync addon package.
+#
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-23 14:44+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME \n"
+"Language-Team: LANGUAGE \n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: fbsync.php:128 fbsync.php:132
+msgid "Facebook Import"
+msgstr ""
+
+#: fbsync.php:136
+msgid "Import Facebook newsfeed"
+msgstr ""
+
+#: fbsync.php:141
+msgid "Automatically create contacts"
+msgstr ""
+
+#: fbsync.php:147
+msgid "Save Settings"
+msgstr ""
+
+#: fbsync.php:656
+msgid "status"
+msgstr ""
+
+#: fbsync.php:661
+#, php-format
+msgid "%1$s likes %2$s's %3$s"
+msgstr ""
diff --git a/fortunate/lang/C/messages.po b/fortunate/lang/C/messages.po
new file mode 100644
index 000000000..e69de29bb
diff --git a/forumdirectory/lang/cs/messages.po b/forumdirectory/lang/cs/messages.po
new file mode 100644
index 000000000..8017a2153
--- /dev/null
+++ b/forumdirectory/lang/cs/messages.po
@@ -0,0 +1,80 @@
+# ADDON forumdirectory
+# Copyright (C)
+# This file is distributed under the same license as the Friendica forumdirectory addon package.
+#
+#
+# Translators:
+# Michal Šupler , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-07 18:45+0000\n"
+"Last-Translator: Michal Šupler \n"
+"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: forumdirectory.php:22
+msgid "Forum Directory"
+msgstr "Adresář Fór"
+
+#: forumdirectory.php:53
+msgid "Public access denied."
+msgstr "Veřejný přístup odepřen."
+
+#: forumdirectory.php:71
+msgid "Global Directory"
+msgstr "Globální adresář"
+
+#: forumdirectory.php:79
+msgid "Find on this site"
+msgstr "Nalézt na tomto webu"
+
+#: forumdirectory.php:81
+msgid "Finding: "
+msgstr "Zjištění: "
+
+#: forumdirectory.php:82
+msgid "Site Directory"
+msgstr "Adresář serveru"
+
+#: forumdirectory.php:83
+msgid "Find"
+msgstr "Najít"
+
+#: forumdirectory.php:133
+msgid "Age: "
+msgstr "Věk: "
+
+#: forumdirectory.php:136
+msgid "Gender: "
+msgstr "Pohlaví: "
+
+#: forumdirectory.php:156
+msgid "Location:"
+msgstr "Místo:"
+
+#: forumdirectory.php:158
+msgid "Gender:"
+msgstr "Pohlaví:"
+
+#: forumdirectory.php:160
+msgid "Status:"
+msgstr "Status:"
+
+#: forumdirectory.php:162
+msgid "Homepage:"
+msgstr "Domácí stránka:"
+
+#: forumdirectory.php:164
+msgid "About:"
+msgstr "O mě:"
+
+#: forumdirectory.php:201
+msgid "No entries (some entries may be hidden)."
+msgstr "Žádné záznamy (některé položky mohou být skryty)."
diff --git a/forumdirectory/lang/cs/strings.php b/forumdirectory/lang/cs/strings.php
index 8f677bb29..631780265 100644
--- a/forumdirectory/lang/cs/strings.php
+++ b/forumdirectory/lang/cs/strings.php
@@ -1,17 +1,22 @@
-strings["Forum Directory"] = "Adresář Fór";
-$a->strings["Public access denied."] = "Veřejný přístup odepřen.";
-$a->strings["Global Directory"] = "Globální adresář";
-$a->strings["Find on this site"] = "Nalézt na tomto webu";
-$a->strings["Finding: "] = "Zjištění: ";
-$a->strings["Site Directory"] = "Adresář serveru";
-$a->strings["Find"] = "Najít";
-$a->strings["Age: "] = "Věk: ";
-$a->strings["Gender: "] = "Pohlaví: ";
-$a->strings["Location:"] = "Místo:";
-$a->strings["Gender:"] = "Pohlaví:";
-$a->strings["Status:"] = "Status:";
-$a->strings["Homepage:"] = "Domácí stránka:";
-$a->strings["About:"] = "O mě:";
-$a->strings["No entries (some entries may be hidden)."] = "Žádné záznamy (některé položky mohou být skryty).";
+=2 && $n<=4) ? 1 : 2;;
+}}
+;
+$a->strings["Forum Directory"] = "Adresář Fór";
+$a->strings["Public access denied."] = "Veřejný přístup odepřen.";
+$a->strings["Global Directory"] = "Globální adresář";
+$a->strings["Find on this site"] = "Nalézt na tomto webu";
+$a->strings["Finding: "] = "Zjištění: ";
+$a->strings["Site Directory"] = "Adresář serveru";
+$a->strings["Find"] = "Najít";
+$a->strings["Age: "] = "Věk: ";
+$a->strings["Gender: "] = "Pohlaví: ";
+$a->strings["Location:"] = "Místo:";
+$a->strings["Gender:"] = "Pohlaví:";
+$a->strings["Status:"] = "Status:";
+$a->strings["Homepage:"] = "Domácí stránka:";
+$a->strings["About:"] = "O mě:";
+$a->strings["No entries (some entries may be hidden)."] = "Žádné záznamy (některé položky mohou být skryty).";
diff --git a/forumdirectory/lang/de/messages.po b/forumdirectory/lang/de/messages.po
new file mode 100644
index 000000000..48975ab39
--- /dev/null
+++ b/forumdirectory/lang/de/messages.po
@@ -0,0 +1,80 @@
+# ADDON forumdirectory
+# Copyright (C)
+# This file is distributed under the same license as the Friendica forumdirectory addon package.
+#
+#
+# Translators:
+# bavatar , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-11 06:00+0000\n"
+"Last-Translator: bavatar \n"
+"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: forumdirectory.php:22
+msgid "Forum Directory"
+msgstr "Foren Verzeichnis"
+
+#: forumdirectory.php:53
+msgid "Public access denied."
+msgstr "Öffentlicher Zugriff verweigert."
+
+#: forumdirectory.php:71
+msgid "Global Directory"
+msgstr "Weltweites Verzeichnis"
+
+#: forumdirectory.php:79
+msgid "Find on this site"
+msgstr "Auf diesem Server suchen"
+
+#: forumdirectory.php:81
+msgid "Finding: "
+msgstr "Funde: "
+
+#: forumdirectory.php:82
+msgid "Site Directory"
+msgstr "Verzeichnis"
+
+#: forumdirectory.php:83
+msgid "Find"
+msgstr "Finde"
+
+#: forumdirectory.php:133
+msgid "Age: "
+msgstr "Alter: "
+
+#: forumdirectory.php:136
+msgid "Gender: "
+msgstr "Geschlecht:"
+
+#: forumdirectory.php:156
+msgid "Location:"
+msgstr "Ort:"
+
+#: forumdirectory.php:158
+msgid "Gender:"
+msgstr "Geschlecht:"
+
+#: forumdirectory.php:160
+msgid "Status:"
+msgstr "Status:"
+
+#: forumdirectory.php:162
+msgid "Homepage:"
+msgstr "Homepage:"
+
+#: forumdirectory.php:164
+msgid "About:"
+msgstr "Über:"
+
+#: forumdirectory.php:201
+msgid "No entries (some entries may be hidden)."
+msgstr "Keine Einträge (einige Einträge könnten versteckt sein)."
diff --git a/forumdirectory/lang/de/strings.php b/forumdirectory/lang/de/strings.php
index 4de16ffd6..dfacc62d9 100644
--- a/forumdirectory/lang/de/strings.php
+++ b/forumdirectory/lang/de/strings.php
@@ -1,17 +1,22 @@
-strings["Forum Directory"] = "Foren Verzeichnis";
-$a->strings["Public access denied."] = "Öffentlicher Zugriff verweigert.";
-$a->strings["Global Directory"] = "Weltweites Verzeichnis";
-$a->strings["Find on this site"] = "Auf diesem Server suchen";
-$a->strings["Finding: "] = "Funde: ";
-$a->strings["Site Directory"] = "Verzeichnis";
-$a->strings["Find"] = "Finde";
-$a->strings["Age: "] = "Alter: ";
-$a->strings["Gender: "] = "Geschlecht:";
-$a->strings["Location:"] = "Ort:";
-$a->strings["Gender:"] = "Geschlecht:";
-$a->strings["Status:"] = "Status:";
-$a->strings["Homepage:"] = "Homepage:";
-$a->strings["About:"] = "Über:";
-$a->strings["No entries (some entries may be hidden)."] = "Keine Einträge (einige Einträge könnten versteckt sein).";
+strings["Forum Directory"] = "Foren Verzeichnis";
+$a->strings["Public access denied."] = "Öffentlicher Zugriff verweigert.";
+$a->strings["Global Directory"] = "Weltweites Verzeichnis";
+$a->strings["Find on this site"] = "Auf diesem Server suchen";
+$a->strings["Finding: "] = "Funde: ";
+$a->strings["Site Directory"] = "Verzeichnis";
+$a->strings["Find"] = "Finde";
+$a->strings["Age: "] = "Alter: ";
+$a->strings["Gender: "] = "Geschlecht:";
+$a->strings["Location:"] = "Ort:";
+$a->strings["Gender:"] = "Geschlecht:";
+$a->strings["Status:"] = "Status:";
+$a->strings["Homepage:"] = "Homepage:";
+$a->strings["About:"] = "Über:";
+$a->strings["No entries (some entries may be hidden)."] = "Keine Einträge (einige Einträge könnten versteckt sein).";
diff --git a/forumdirectory/lang/ro/messages.po b/forumdirectory/lang/ro/messages.po
new file mode 100644
index 000000000..2199863f7
--- /dev/null
+++ b/forumdirectory/lang/ro/messages.po
@@ -0,0 +1,79 @@
+# ADDON forumdirectory
+# Copyright (C)
+# This file is distributed under the same license as the Friendica forumdirectory addon package.
+#
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-08 11:49+0000\n"
+"Last-Translator: Arian - Cazare Muncitori \n"
+"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ro_RO\n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
+
+#: forumdirectory.php:22
+msgid "Forum Directory"
+msgstr "Director Forum"
+
+#: forumdirectory.php:53
+msgid "Public access denied."
+msgstr "Acces public refuzat."
+
+#: forumdirectory.php:71
+msgid "Global Directory"
+msgstr "Director Global"
+
+#: forumdirectory.php:79
+msgid "Find on this site"
+msgstr "Căutați pe acest site"
+
+#: forumdirectory.php:81
+msgid "Finding: "
+msgstr "Căutare:"
+
+#: forumdirectory.php:82
+msgid "Site Directory"
+msgstr "Director Site"
+
+#: forumdirectory.php:83
+msgid "Find"
+msgstr "Căutați"
+
+#: forumdirectory.php:133
+msgid "Age: "
+msgstr "Vârsta:"
+
+#: forumdirectory.php:136
+msgid "Gender: "
+msgstr "Sex:"
+
+#: forumdirectory.php:156
+msgid "Location:"
+msgstr "Locație:"
+
+#: forumdirectory.php:158
+msgid "Gender:"
+msgstr "Sex:"
+
+#: forumdirectory.php:160
+msgid "Status:"
+msgstr "Status:"
+
+#: forumdirectory.php:162
+msgid "Homepage:"
+msgstr "Pagină web:"
+
+#: forumdirectory.php:164
+msgid "About:"
+msgstr "Despre:"
+
+#: forumdirectory.php:201
+msgid "No entries (some entries may be hidden)."
+msgstr "Fără înregistrări (unele înregistrări pot fi ascunse)."
diff --git a/forumdirectory/lang/ro/strings.php b/forumdirectory/lang/ro/strings.php
new file mode 100644
index 000000000..357904b2a
--- /dev/null
+++ b/forumdirectory/lang/ro/strings.php
@@ -0,0 +1,22 @@
+19)||(($n%100==0)&&($n!=0)))?2:1));;
+}}
+;
+$a->strings["Forum Directory"] = "Director Forum";
+$a->strings["Public access denied."] = "Acces public refuzat.";
+$a->strings["Global Directory"] = "Director Global";
+$a->strings["Find on this site"] = "Căutați pe acest site";
+$a->strings["Finding: "] = "Căutare:";
+$a->strings["Site Directory"] = "Director Site";
+$a->strings["Find"] = "Căutați";
+$a->strings["Age: "] = "Vârsta:";
+$a->strings["Gender: "] = "Sex:";
+$a->strings["Location:"] = "Locație:";
+$a->strings["Gender:"] = "Sex:";
+$a->strings["Status:"] = "Status:";
+$a->strings["Homepage:"] = "Pagină web:";
+$a->strings["About:"] = "Despre:";
+$a->strings["No entries (some entries may be hidden)."] = "Fără înregistrări (unele înregistrări pot fi ascunse).";
diff --git a/forumlist/lang/cs/messages.po b/forumlist/lang/cs/messages.po
new file mode 100644
index 000000000..23eccd664
--- /dev/null
+++ b/forumlist/lang/cs/messages.po
@@ -0,0 +1,60 @@
+# ADDON forumlist
+# Copyright (C)
+# This file is distributed under the same license as the Friendica forumlist addon package.
+#
+#
+# Translators:
+# Michal Šupler , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-07 18:47+0000\n"
+"Last-Translator: Michal Šupler \n"
+"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: forumlist.php:64
+msgid "Forums"
+msgstr "Fóra"
+
+#: forumlist.php:67
+msgid "show/hide"
+msgstr "zobrazit/skrýt"
+
+#: forumlist.php:81
+msgid "No forum subscriptions"
+msgstr "Žádné registrace k fórům"
+
+#: forumlist.php:98
+msgid "Forums:"
+msgstr "Fóra:"
+
+#: forumlist.php:134
+msgid "Forumlist settings updated."
+msgstr "Nastavení Forumlist aktualizováno."
+
+#: forumlist.php:161 forumlist.php:165
+msgid "Forumlist"
+msgstr "Forumlist"
+
+#: forumlist.php:169
+msgid "Randomise forum list"
+msgstr "Zamíchat lis fór"
+
+#: forumlist.php:172
+msgid "Show forums on profile page"
+msgstr "Zobrazit fóra na profilové stránce"
+
+#: forumlist.php:175
+msgid "Show forums on network page"
+msgstr "Zobrazit fóra na stránce Síť"
+
+#: forumlist.php:183
+msgid "Save Settings"
+msgstr "Uložit Nastavení"
diff --git a/forumlist/lang/cs/strings.php b/forumlist/lang/cs/strings.php
index 18f47ef77..035f4f718 100644
--- a/forumlist/lang/cs/strings.php
+++ b/forumlist/lang/cs/strings.php
@@ -1,12 +1,17 @@
-strings["Forums"] = "Fóra";
-$a->strings["show/hide"] = "zobrazit/skrýt";
-$a->strings["No forum subscriptions"] = "Žádné registrace k fórům";
-$a->strings["Forums:"] = "Fóra:";
-$a->strings["Forumlist settings updated."] = "Nastavení Forumlist aktualizováno.";
-$a->strings["Forumlist Settings"] = "Nastavení Forumlist";
-$a->strings["Randomise forum list"] = "Zamíchat list fór";
-$a->strings["Show forums on profile page"] = "Zobrazit fóra na profilové stránce";
-$a->strings["Show forums on network page"] = "Zobrazit fóra na stránce Síť";
-$a->strings["Submit"] = "Odeslat";
+=2 && $n<=4) ? 1 : 2;;
+}}
+;
+$a->strings["Forums"] = "Fóra";
+$a->strings["show/hide"] = "zobrazit/skrýt";
+$a->strings["No forum subscriptions"] = "Žádné registrace k fórům";
+$a->strings["Forums:"] = "Fóra:";
+$a->strings["Forumlist settings updated."] = "Nastavení Forumlist aktualizováno.";
+$a->strings["Forumlist"] = "Forumlist";
+$a->strings["Randomise forum list"] = "Zamíchat lis fór";
+$a->strings["Show forums on profile page"] = "Zobrazit fóra na profilové stránce";
+$a->strings["Show forums on network page"] = "Zobrazit fóra na stránce Síť";
+$a->strings["Save Settings"] = "Uložit Nastavení";
diff --git a/forumlist/lang/de/messages.po b/forumlist/lang/de/messages.po
new file mode 100644
index 000000000..e640ace59
--- /dev/null
+++ b/forumlist/lang/de/messages.po
@@ -0,0 +1,60 @@
+# ADDON forumlist
+# Copyright (C)
+# This file is distributed under the same license as the Friendica forumlist addon package.
+#
+#
+# Translators:
+# bavatar , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-11 05:35+0000\n"
+"Last-Translator: bavatar \n"
+"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: forumlist.php:64
+msgid "Forums"
+msgstr "Foren"
+
+#: forumlist.php:67
+msgid "show/hide"
+msgstr "anzeigen/verbergen"
+
+#: forumlist.php:81
+msgid "No forum subscriptions"
+msgstr "Keine Foren-Mitgliedschaften."
+
+#: forumlist.php:98
+msgid "Forums:"
+msgstr "Foren:"
+
+#: forumlist.php:134
+msgid "Forumlist settings updated."
+msgstr "Einstellungen zur Foren-Liste aktualisiert."
+
+#: forumlist.php:161 forumlist.php:165
+msgid "Forumlist"
+msgstr "Foren-Liste"
+
+#: forumlist.php:169
+msgid "Randomise forum list"
+msgstr "Zufällige Zusammenstellung der Foren-Liste"
+
+#: forumlist.php:172
+msgid "Show forums on profile page"
+msgstr "Zeige die Liste der Foren auf der Profilseite"
+
+#: forumlist.php:175
+msgid "Show forums on network page"
+msgstr "Zeige Foren auf der Netzwerk-Seite"
+
+#: forumlist.php:183
+msgid "Save Settings"
+msgstr "Einstellungen speichern"
diff --git a/forumlist/lang/de/strings.php b/forumlist/lang/de/strings.php
index e92359510..638aa507c 100644
--- a/forumlist/lang/de/strings.php
+++ b/forumlist/lang/de/strings.php
@@ -1,12 +1,17 @@
-strings["Forums"] = "Foren";
-$a->strings["show/hide"] = "anzeigen/verbergen";
-$a->strings["No forum subscriptions"] = "Keine Foren-Mitgliedschaften.";
-$a->strings["Forums:"] = "Foren:";
-$a->strings["Forumlist settings updated."] = "Einstellungen zur Foren-Liste aktualisiert.";
-$a->strings["Forumlist Settings"] = "Foren-Liste Einstellungen";
-$a->strings["Randomise forum list"] = "Zufällige Zusammenstellung der Foren-Liste";
-$a->strings["Show forums on profile page"] = "Zeige die Liste der Foren auf der Profilseite";
-$a->strings["Show forums on network page"] = "Zeige Foren auf der Netzwerk-Seite";
-$a->strings["Submit"] = "Senden";
+strings["Forums"] = "Foren";
+$a->strings["show/hide"] = "anzeigen/verbergen";
+$a->strings["No forum subscriptions"] = "Keine Foren-Mitgliedschaften.";
+$a->strings["Forums:"] = "Foren:";
+$a->strings["Forumlist settings updated."] = "Einstellungen zur Foren-Liste aktualisiert.";
+$a->strings["Forumlist"] = "Foren-Liste";
+$a->strings["Randomise forum list"] = "Zufällige Zusammenstellung der Foren-Liste";
+$a->strings["Show forums on profile page"] = "Zeige die Liste der Foren auf der Profilseite";
+$a->strings["Show forums on network page"] = "Zeige Foren auf der Netzwerk-Seite";
+$a->strings["Save Settings"] = "Einstellungen speichern";
diff --git a/forumlist/lang/ro/messages.po b/forumlist/lang/ro/messages.po
new file mode 100644
index 000000000..893f375ce
--- /dev/null
+++ b/forumlist/lang/ro/messages.po
@@ -0,0 +1,59 @@
+# ADDON forumlist
+# Copyright (C)
+# This file is distributed under the same license as the Friendica forumlist addon package.
+#
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-08 11:50+0000\n"
+"Last-Translator: Arian - Cazare Muncitori \n"
+"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ro_RO\n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
+
+#: forumlist.php:64
+msgid "Forums"
+msgstr "Forumuri"
+
+#: forumlist.php:67
+msgid "show/hide"
+msgstr "afișare/ascundere"
+
+#: forumlist.php:81
+msgid "No forum subscriptions"
+msgstr "Nu există subscrieri pe forum"
+
+#: forumlist.php:98
+msgid "Forums:"
+msgstr "Forumuri:"
+
+#: forumlist.php:134
+msgid "Forumlist settings updated."
+msgstr "Configurările Forumlist au fost actualizate."
+
+#: forumlist.php:161 forumlist.php:165
+msgid "Forumlist"
+msgstr "Forumlist"
+
+#: forumlist.php:169
+msgid "Randomise forum list"
+msgstr "Randomizare listă forum"
+
+#: forumlist.php:172
+msgid "Show forums on profile page"
+msgstr "Afișare forumuri pe pagina de profil"
+
+#: forumlist.php:175
+msgid "Show forums on network page"
+msgstr "Afișare forumuri pe pagina de rețea"
+
+#: forumlist.php:183
+msgid "Save Settings"
+msgstr "Salvare Configurări"
diff --git a/forumlist/lang/ro/strings.php b/forumlist/lang/ro/strings.php
new file mode 100644
index 000000000..e7f4a688b
--- /dev/null
+++ b/forumlist/lang/ro/strings.php
@@ -0,0 +1,17 @@
+19)||(($n%100==0)&&($n!=0)))?2:1));;
+}}
+;
+$a->strings["Forums"] = "Forumuri";
+$a->strings["show/hide"] = "afișare/ascundere";
+$a->strings["No forum subscriptions"] = "Nu există subscrieri pe forum";
+$a->strings["Forums:"] = "Forumuri:";
+$a->strings["Forumlist settings updated."] = "Configurările Forumlist au fost actualizate.";
+$a->strings["Forumlist"] = "Forumlist";
+$a->strings["Randomise forum list"] = "Randomizare listă forum";
+$a->strings["Show forums on profile page"] = "Afișare forumuri pe pagina de profil";
+$a->strings["Show forums on network page"] = "Afișare forumuri pe pagina de rețea";
+$a->strings["Save Settings"] = "Salvare Configurări";
diff --git a/fromapp/lang/cs/messages.po b/fromapp/lang/cs/messages.po
new file mode 100644
index 000000000..342fe9119
--- /dev/null
+++ b/fromapp/lang/cs/messages.po
@@ -0,0 +1,41 @@
+# ADDON fromapp
+# Copyright (C)
+# This file is distributed under the same license as the Friendica fromapp addon package.
+#
+#
+# Translators:
+# Michal Šupler , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-07 19:03+0000\n"
+"Last-Translator: Michal Šupler \n"
+"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: fromapp.php:38
+msgid "Fromapp settings updated."
+msgstr "Fromapp nastavení aktualizováno."
+
+#: fromapp.php:64 fromapp.php:68
+msgid "FromApp Settings"
+msgstr "FromApp nastavení"
+
+#: fromapp.php:71
+msgid ""
+"The application name you would like to show your posts originating from."
+msgstr "Jméno zdrojové aplikace"
+
+#: fromapp.php:75
+msgid "Use this application name even if another application was used."
+msgstr "Použij toto jméno aplikace i když byla použita jiná aplikace"
+
+#: fromapp.php:82
+msgid "Save Settings"
+msgstr "Uložit Nastavení"
diff --git a/fromapp/lang/cs/strings.php b/fromapp/lang/cs/strings.php
index bd3363473..f6ec1402e 100644
--- a/fromapp/lang/cs/strings.php
+++ b/fromapp/lang/cs/strings.php
@@ -1,7 +1,12 @@
-strings["Fromapp settings updated."] = "Fromapp nastavení aktualizováno.";
-$a->strings["FromApp Settings"] = "FromApp nastavení";
-$a->strings["The application name you would like to show your posts originating from."] = "Jméno aplikace, které chcete aby bylo jako zdroj u vašich příspěvků";
-$a->strings["Use this application name even if another application was used."] = "Použij toto jméno aplikace i když byla použita jiná aplikace";
-$a->strings["Submit"] = "Odeslat";
+=2 && $n<=4) ? 1 : 2;;
+}}
+;
+$a->strings["Fromapp settings updated."] = "Fromapp nastavení aktualizováno.";
+$a->strings["FromApp Settings"] = "FromApp nastavení";
+$a->strings["The application name you would like to show your posts originating from."] = "Jméno zdrojové aplikace";
+$a->strings["Use this application name even if another application was used."] = "Použij toto jméno aplikace i když byla použita jiná aplikace";
+$a->strings["Save Settings"] = "Uložit Nastavení";
diff --git a/fromapp/lang/de/messages.po b/fromapp/lang/de/messages.po
new file mode 100644
index 000000000..c42a5836e
--- /dev/null
+++ b/fromapp/lang/de/messages.po
@@ -0,0 +1,41 @@
+# ADDON fromapp
+# Copyright (C)
+# This file is distributed under the same license as the Friendica fromapp addon package.
+#
+#
+# Translators:
+# bavatar , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-06-26 08:29+0000\n"
+"Last-Translator: bavatar \n"
+"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: fromapp.php:38
+msgid "Fromapp settings updated."
+msgstr "Fromapp Einstellungen aktualisiert."
+
+#: fromapp.php:64 fromapp.php:68
+msgid "FromApp Settings"
+msgstr "FromApp Einstellungen"
+
+#: fromapp.php:71
+msgid ""
+"The application name you would like to show your posts originating from."
+msgstr "Der Name der Applikation der als Quelle deiner Beiträge angezeigt werden soll."
+
+#: fromapp.php:75
+msgid "Use this application name even if another application was used."
+msgstr "Verwende diesen Namen selbst wenn eine andere Applikation verwendet wurde"
+
+#: fromapp.php:82
+msgid "Save Settings"
+msgstr "Einstellungen speichern"
diff --git a/fromapp/lang/de/strings.php b/fromapp/lang/de/strings.php
index 6030bf1fe..76d597eb4 100644
--- a/fromapp/lang/de/strings.php
+++ b/fromapp/lang/de/strings.php
@@ -1,7 +1,12 @@
-strings["Fromapp settings updated."] = "FromApp Einstellungen aktualisiert.";
-$a->strings["FromApp Settings"] = "FromApp Einstellungen";
-$a->strings["The application name you would like to show your posts originating from."] = "Der Name der Anwendung von der deine Beiträge stammen sollen.";
-$a->strings["Use this application name even if another application was used."] = "Verwende diesen Namen auch wenn eine andere Anwendung den Anwendungsnamen bereits gesetzt hat.";
-$a->strings["Submit"] = "Senden";
+strings["Fromapp settings updated."] = "Fromapp Einstellungen aktualisiert.";
+$a->strings["FromApp Settings"] = "FromApp Einstellungen";
+$a->strings["The application name you would like to show your posts originating from."] = "Der Name der Applikation der als Quelle deiner Beiträge angezeigt werden soll.";
+$a->strings["Use this application name even if another application was used."] = "Verwende diesen Namen selbst wenn eine andere Applikation verwendet wurde";
+$a->strings["Save Settings"] = "Einstellungen speichern";
diff --git a/fromapp/lang/ro/messages.po b/fromapp/lang/ro/messages.po
new file mode 100644
index 000000000..3ebef1e3f
--- /dev/null
+++ b/fromapp/lang/ro/messages.po
@@ -0,0 +1,40 @@
+# ADDON fromapp
+# Copyright (C)
+# This file is distributed under the same license as the Friendica fromapp addon package.
+#
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-08 11:50+0000\n"
+"Last-Translator: Arian - Cazare Muncitori \n"
+"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ro_RO\n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
+
+#: fromapp.php:38
+msgid "Fromapp settings updated."
+msgstr "Configurările Fromapp au fost actualizate."
+
+#: fromapp.php:64 fromapp.php:68
+msgid "FromApp Settings"
+msgstr "Configurări FromApp"
+
+#: fromapp.php:71
+msgid ""
+"The application name you would like to show your posts originating from."
+msgstr "Denumirea aplicației pe care doriți să o afișați ca și origine pentru postările dvs."
+
+#: fromapp.php:75
+msgid "Use this application name even if another application was used."
+msgstr "Utilizați numele acestei aplicații chiar dacă o altă aplicație a fost utilizată."
+
+#: fromapp.php:82
+msgid "Save Settings"
+msgstr "Salvare Configurări"
diff --git a/fromapp/lang/ro/strings.php b/fromapp/lang/ro/strings.php
new file mode 100644
index 000000000..a53049290
--- /dev/null
+++ b/fromapp/lang/ro/strings.php
@@ -0,0 +1,12 @@
+19)||(($n%100==0)&&($n!=0)))?2:1));;
+}}
+;
+$a->strings["Fromapp settings updated."] = "Configurările Fromapp au fost actualizate.";
+$a->strings["FromApp Settings"] = "Configurări FromApp";
+$a->strings["The application name you would like to show your posts originating from."] = "Denumirea aplicației pe care doriți să o afișați ca și origine pentru postările dvs.";
+$a->strings["Use this application name even if another application was used."] = "Utilizați numele acestei aplicații chiar dacă o altă aplicație a fost utilizată.";
+$a->strings["Save Settings"] = "Salvare Configurări";
diff --git a/fromgplus/lang/cs/messages.po b/fromgplus/lang/cs/messages.po
new file mode 100644
index 000000000..a256d91d5
--- /dev/null
+++ b/fromgplus/lang/cs/messages.po
@@ -0,0 +1,40 @@
+# ADDON fromgplus
+# Copyright (C)
+# This file is distributed under the same license as the Friendica fromgplus addon package.
+#
+#
+# Translators:
+# Michal Šupler , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-07 19:04+0000\n"
+"Last-Translator: Michal Šupler \n"
+"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: fromgplus.php:42 fromgplus.php:46
+msgid "Google+ Mirror"
+msgstr "Google+ Mirror"
+
+#: fromgplus.php:51
+msgid "Enable Google+ Import"
+msgstr "Povolit Import z Google+"
+
+#: fromgplus.php:54
+msgid "Google Account ID"
+msgstr "název účtu Google "
+
+#: fromgplus.php:59
+msgid "Save Settings"
+msgstr "Uložit Nastavení"
+
+#: fromgplus.php:78
+msgid "Google+ Import Settings saved."
+msgstr "Nastavení importu z Google+ uloženo."
diff --git a/fromgplus/lang/cs/strings.php b/fromgplus/lang/cs/strings.php
index 7e061d1f2..9e5e3fe53 100644
--- a/fromgplus/lang/cs/strings.php
+++ b/fromgplus/lang/cs/strings.php
@@ -1,7 +1,12 @@
-strings["Google+ Import Settings"] = "Nastavení importu z Google+ ";
-$a->strings["Enable Google+ Import"] = "Povolit Import z Google+";
-$a->strings["Google Account ID"] = "název účtu Google ";
-$a->strings["Submit"] = "Odeslat";
-$a->strings["Google+ Import Settings saved."] = "Nastavení importu z Google+ uloženo.";
+=2 && $n<=4) ? 1 : 2;;
+}}
+;
+$a->strings["Google+ Mirror"] = "Google+ Mirror";
+$a->strings["Enable Google+ Import"] = "Povolit Import z Google+";
+$a->strings["Google Account ID"] = "název účtu Google ";
+$a->strings["Save Settings"] = "Uložit Nastavení";
+$a->strings["Google+ Import Settings saved."] = "Nastavení importu z Google+ uloženo.";
diff --git a/fromgplus/lang/ro/messages.po b/fromgplus/lang/ro/messages.po
new file mode 100644
index 000000000..fa8434d24
--- /dev/null
+++ b/fromgplus/lang/ro/messages.po
@@ -0,0 +1,39 @@
+# ADDON fromgplus
+# Copyright (C)
+# This file is distributed under the same license as the Friendica fromgplus addon package.
+#
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-08 11:51+0000\n"
+"Last-Translator: Arian - Cazare Muncitori \n"
+"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ro_RO\n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
+
+#: fromgplus.php:42 fromgplus.php:46
+msgid "Google+ Mirror"
+msgstr "Clonă Google+"
+
+#: fromgplus.php:51
+msgid "Enable Google+ Import"
+msgstr "Permitere Import Google+"
+
+#: fromgplus.php:54
+msgid "Google Account ID"
+msgstr "ID Cont Google"
+
+#: fromgplus.php:59
+msgid "Save Settings"
+msgstr "Salvare Configurări"
+
+#: fromgplus.php:78
+msgid "Google+ Import Settings saved."
+msgstr "Configurările de Importare Google+ au fost salvate. "
diff --git a/fromgplus/lang/ro/strings.php b/fromgplus/lang/ro/strings.php
new file mode 100644
index 000000000..07a00e562
--- /dev/null
+++ b/fromgplus/lang/ro/strings.php
@@ -0,0 +1,12 @@
+19)||(($n%100==0)&&($n!=0)))?2:1));;
+}}
+;
+$a->strings["Google+ Mirror"] = "Clonă Google+";
+$a->strings["Enable Google+ Import"] = "Permitere Import Google+";
+$a->strings["Google Account ID"] = "ID Cont Google";
+$a->strings["Save Settings"] = "Salvare Configurări";
+$a->strings["Google+ Import Settings saved."] = "Configurările de Importare Google+ au fost salvate. ";
diff --git a/geonames/lang/cs/messages.po b/geonames/lang/cs/messages.po
new file mode 100644
index 000000000..a4c32976a
--- /dev/null
+++ b/geonames/lang/cs/messages.po
@@ -0,0 +1,36 @@
+# ADDON geonames
+# Copyright (C)
+# This file is distributed under the same license as the Friendica geonames addon package.
+#
+#
+# Translators:
+# Michal Šupler , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-07 19:04+0000\n"
+"Last-Translator: Michal Šupler \n"
+"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: geonames.php:143
+msgid "Geonames settings updated."
+msgstr "Geonames nastavení aktualizováno."
+
+#: geonames.php:179
+msgid "Geonames Settings"
+msgstr "Nastavení Geonames"
+
+#: geonames.php:181
+msgid "Enable Geonames Plugin"
+msgstr "Povolit Geonames rozšíření"
+
+#: geonames.php:187
+msgid "Save Settings"
+msgstr "Uložit Nastavení"
diff --git a/geonames/lang/cs/strings.php b/geonames/lang/cs/strings.php
index 51a9b39d6..ced15b32d 100644
--- a/geonames/lang/cs/strings.php
+++ b/geonames/lang/cs/strings.php
@@ -1,6 +1,11 @@
-strings["Geonames settings updated."] = "Geonames nastavení aktualizováno.";
-$a->strings["Geonames Settings"] = "Nastavení Geonames";
-$a->strings["Enable Geonames Plugin"] = "Povolit Geonames rozšíření";
-$a->strings["Submit"] = "Odeslat";
+=2 && $n<=4) ? 1 : 2;;
+}}
+;
+$a->strings["Geonames settings updated."] = "Geonames nastavení aktualizováno.";
+$a->strings["Geonames Settings"] = "Nastavení Geonames";
+$a->strings["Enable Geonames Plugin"] = "Povolit Geonames rozšíření";
+$a->strings["Save Settings"] = "Uložit Nastavení";
diff --git a/geonames/lang/de/messages.po b/geonames/lang/de/messages.po
new file mode 100644
index 000000000..a3b34e920
--- /dev/null
+++ b/geonames/lang/de/messages.po
@@ -0,0 +1,36 @@
+# ADDON geonames
+# Copyright (C)
+# This file is distributed under the same license as the Friendica geonames addon package.
+#
+#
+# Translators:
+# bavatar , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-06 12:14+0000\n"
+"Last-Translator: bavatar \n"
+"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: geonames.php:143
+msgid "Geonames settings updated."
+msgstr "Geonames Einstellungen aktualisiert"
+
+#: geonames.php:179
+msgid "Geonames Settings"
+msgstr "Geonames Einstellungen"
+
+#: geonames.php:181
+msgid "Enable Geonames Plugin"
+msgstr "Geonames Plugin aktivieren"
+
+#: geonames.php:187
+msgid "Save Settings"
+msgstr "Einstellungen speichern"
diff --git a/geonames/lang/de/strings.php b/geonames/lang/de/strings.php
index ebe62ddf5..1b05d8099 100644
--- a/geonames/lang/de/strings.php
+++ b/geonames/lang/de/strings.php
@@ -1,6 +1,11 @@
-strings["Geonames settings updated."] = "Geonames Einstellungen aktualisiert";
-$a->strings["Geonames Settings"] = "Geonames Einstellungen";
-$a->strings["Enable Geonames Plugin"] = "Geonames Plugin aktivieren";
-$a->strings["Submit"] = "Senden";
+strings["Geonames settings updated."] = "Geonames Einstellungen aktualisiert";
+$a->strings["Geonames Settings"] = "Geonames Einstellungen";
+$a->strings["Enable Geonames Plugin"] = "Geonames Plugin aktivieren";
+$a->strings["Save Settings"] = "Einstellungen speichern";
diff --git a/geonames/lang/ro/messages.po b/geonames/lang/ro/messages.po
new file mode 100644
index 000000000..6f8f22f2c
--- /dev/null
+++ b/geonames/lang/ro/messages.po
@@ -0,0 +1,35 @@
+# ADDON geonames
+# Copyright (C)
+# This file is distributed under the same license as the Friendica geonames addon package.
+#
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-08 11:51+0000\n"
+"Last-Translator: Arian - Cazare Muncitori \n"
+"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ro_RO\n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
+
+#: geonames.php:143
+msgid "Geonames settings updated."
+msgstr "Configurări Geonume actualizate."
+
+#: geonames.php:179
+msgid "Geonames Settings"
+msgstr "Configurări Geonume"
+
+#: geonames.php:181
+msgid "Enable Geonames Plugin"
+msgstr "Permite Modul Geonume"
+
+#: geonames.php:187
+msgid "Save Settings"
+msgstr "Salvare Configurări"
diff --git a/geonames/lang/ro/strings.php b/geonames/lang/ro/strings.php
new file mode 100644
index 000000000..82a82be41
--- /dev/null
+++ b/geonames/lang/ro/strings.php
@@ -0,0 +1,11 @@
+19)||(($n%100==0)&&($n!=0)))?2:1));;
+}}
+;
+$a->strings["Geonames settings updated."] = "Configurări Geonume actualizate.";
+$a->strings["Geonames Settings"] = "Configurări Geonume";
+$a->strings["Enable Geonames Plugin"] = "Permite Modul Geonume";
+$a->strings["Save Settings"] = "Salvare Configurări";
diff --git a/gnot/lang/cs/messages.po b/gnot/lang/cs/messages.po
new file mode 100644
index 000000000..5073a68f9
--- /dev/null
+++ b/gnot/lang/cs/messages.po
@@ -0,0 +1,47 @@
+# ADDON gnot
+# Copyright (C)
+# This file is distributed under the same license as the Friendica gnot addon package.
+#
+#
+# Translators:
+# Michal Šupler , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-07 19:05+0000\n"
+"Last-Translator: Michal Šupler \n"
+"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: gnot.php:48
+msgid "Gnot settings updated."
+msgstr "Nastavení Gnot aktualizováno."
+
+#: gnot.php:79
+msgid "Gnot Settings"
+msgstr "Nastavení Gnot"
+
+#: gnot.php:81
+msgid ""
+"Allows threading of email comment notifications on Gmail and anonymising the"
+" subject line."
+msgstr "Umožnit řetězení emailových komentářových notifikací na Gmailu a anonymizací řádky předmětu."
+
+#: gnot.php:82
+msgid "Enable this plugin/addon?"
+msgstr "Povolit tento plugin/rozšíření?"
+
+#: gnot.php:88
+msgid "Save Settings"
+msgstr "Uložit Nastavení"
+
+#: gnot.php:97
+#, php-format
+msgid "[Friendica:Notify] Comment to conversation #%d"
+msgstr "[Friendica:Upozornění] Komentář ke konverzaci #%d"
diff --git a/gnot/lang/cs/strings.php b/gnot/lang/cs/strings.php
index b6beeb03e..5ff4a7201 100644
--- a/gnot/lang/cs/strings.php
+++ b/gnot/lang/cs/strings.php
@@ -1,8 +1,13 @@
-strings["Gnot settings updated."] = "Nastavení Gnot aktualizováno.";
-$a->strings["Gnot Settings"] = "Nastavení Gnot";
-$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Umožnit řetězení emailových komentářových notifikací na Gmailu a anonymizací řádky předmětu.";
-$a->strings["Enable this plugin/addon?"] = "Povolit tento plugin/rozšíření?";
-$a->strings["Submit"] = "Odeslat";
-$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica:Upozornění] Komentář ke konverzaci #%d";
+=2 && $n<=4) ? 1 : 2;;
+}}
+;
+$a->strings["Gnot settings updated."] = "Nastavení Gnot aktualizováno.";
+$a->strings["Gnot Settings"] = "Nastavení Gnot";
+$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Umožnit řetězení emailových komentářových notifikací na Gmailu a anonymizací řádky předmětu.";
+$a->strings["Enable this plugin/addon?"] = "Povolit tento plugin/rozšíření?";
+$a->strings["Save Settings"] = "Uložit Nastavení";
+$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica:Upozornění] Komentář ke konverzaci #%d";
diff --git a/gnot/lang/de/messages.po b/gnot/lang/de/messages.po
new file mode 100644
index 000000000..6d264738d
--- /dev/null
+++ b/gnot/lang/de/messages.po
@@ -0,0 +1,47 @@
+# ADDON gnot
+# Copyright (C)
+# This file is distributed under the same license as the Friendica gnot addon package.
+#
+#
+# Translators:
+# bavatar , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-06 12:14+0000\n"
+"Last-Translator: bavatar \n"
+"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: gnot.php:48
+msgid "Gnot settings updated."
+msgstr "Gnot Einstellungen aktualisiert."
+
+#: gnot.php:79
+msgid "Gnot Settings"
+msgstr "Gnot Einstellungen"
+
+#: gnot.php:81
+msgid ""
+"Allows threading of email comment notifications on Gmail and anonymising the"
+" subject line."
+msgstr "Erlaubt das Veröffentlichen von E-Mail Kommentar Benachrichtigungen bei Gmail mit anonymisiertem Betreff"
+
+#: gnot.php:82
+msgid "Enable this plugin/addon?"
+msgstr "Dieses Plugin/Addon aktivieren?"
+
+#: gnot.php:88
+msgid "Save Settings"
+msgstr "Einstellungen speichern"
+
+#: gnot.php:97
+#, php-format
+msgid "[Friendica:Notify] Comment to conversation #%d"
+msgstr "[Friendica-Benachrichtigung] Kommentar zum Beitrag #%d"
diff --git a/gnot/lang/de/strings.php b/gnot/lang/de/strings.php
index 20ce6879e..0a5dc5c69 100644
--- a/gnot/lang/de/strings.php
+++ b/gnot/lang/de/strings.php
@@ -1,8 +1,13 @@
-strings["Gnot settings updated."] = "Gnot Einstellungen aktualisiert.";
-$a->strings["Gnot Settings"] = "Gnot Einstellungen";
-$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Erlaubt das Veröffentlichen von E-Mail Kommentar Benachrichtigungen bei Gmail mit anonymisiertem Betreff";
-$a->strings["Enable this plugin/addon?"] = "Dieses Plugin/Addon aktivieren?";
-$a->strings["Submit"] = "Senden";
-$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica-Meldung] Kommentar zum Beitrag #%d";
+strings["Gnot settings updated."] = "Gnot Einstellungen aktualisiert.";
+$a->strings["Gnot Settings"] = "Gnot Einstellungen";
+$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Erlaubt das Veröffentlichen von E-Mail Kommentar Benachrichtigungen bei Gmail mit anonymisiertem Betreff";
+$a->strings["Enable this plugin/addon?"] = "Dieses Plugin/Addon aktivieren?";
+$a->strings["Save Settings"] = "Einstellungen speichern";
+$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica-Benachrichtigung] Kommentar zum Beitrag #%d";
diff --git a/gnot/lang/ro/messages.po b/gnot/lang/ro/messages.po
new file mode 100644
index 000000000..28a37ffda
--- /dev/null
+++ b/gnot/lang/ro/messages.po
@@ -0,0 +1,46 @@
+# ADDON gnot
+# Copyright (C)
+# This file is distributed under the same license as the Friendica gnot addon package.
+#
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-08 11:52+0000\n"
+"Last-Translator: Arian - Cazare Muncitori \n"
+"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ro_RO\n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
+
+#: gnot.php:48
+msgid "Gnot settings updated."
+msgstr "Configurările Gnot au fost actualizate."
+
+#: gnot.php:79
+msgid "Gnot Settings"
+msgstr "Configurări Gnot"
+
+#: gnot.php:81
+msgid ""
+"Allows threading of email comment notifications on Gmail and anonymising the"
+" subject line."
+msgstr "Permite înlănțuirea notificărilor prin email a comentariilor, în Gmail și anonimizarea subiectului."
+
+#: gnot.php:82
+msgid "Enable this plugin/addon?"
+msgstr "Activați acest modul/supliment?"
+
+#: gnot.php:88
+msgid "Save Settings"
+msgstr "Salvare Configurări"
+
+#: gnot.php:97
+#, php-format
+msgid "[Friendica:Notify] Comment to conversation #%d"
+msgstr "[Friendica:Notificare] Comentariu la conversația # %d"
diff --git a/gnot/lang/ro/strings.php b/gnot/lang/ro/strings.php
new file mode 100644
index 000000000..0a1a2031c
--- /dev/null
+++ b/gnot/lang/ro/strings.php
@@ -0,0 +1,13 @@
+19)||(($n%100==0)&&($n!=0)))?2:1));;
+}}
+;
+$a->strings["Gnot settings updated."] = "Configurările Gnot au fost actualizate.";
+$a->strings["Gnot Settings"] = "Configurări Gnot";
+$a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Permite înlănțuirea notificărilor prin email a comentariilor, în Gmail și anonimizarea subiectului.";
+$a->strings["Enable this plugin/addon?"] = "Activați acest modul/supliment?";
+$a->strings["Save Settings"] = "Salvare Configurări";
+$a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica:Notificare] Comentariu la conversația # %d";
diff --git a/gpluspost/lang/C/messages.po b/gpluspost/lang/C/messages.po
new file mode 100644
index 000000000..cedf6cbbe
--- /dev/null
+++ b/gpluspost/lang/C/messages.po
@@ -0,0 +1,66 @@
+# ADDON gpluspost
+# Copyright (C)
+# This file is distributed under the same license as the Friendica gpluspost addon package.
+#
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-23 14:44+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME \n"
+"Language-Team: LANGUAGE \n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: gpluspost.php:38
+msgid "Post to Google+"
+msgstr ""
+
+#: gpluspost.php:93
+msgid "Enable Google+ Post Plugin"
+msgstr ""
+
+#: gpluspost.php:108
+msgid "Google+ username"
+msgstr ""
+
+#: gpluspost.php:113
+msgid "Google+ password"
+msgstr ""
+
+#: gpluspost.php:118
+msgid "Google+ page number"
+msgstr ""
+
+#: gpluspost.php:124
+msgid "Post to Google+ by default"
+msgstr ""
+
+#: gpluspost.php:129
+msgid "Do not prevent posting loops"
+msgstr ""
+
+#: gpluspost.php:135
+msgid "Skip messages without links"
+msgstr ""
+
+#: gpluspost.php:142
+msgid "Mirror all public posts"
+msgstr ""
+
+#: gpluspost.php:146
+msgid "Mirror Google Account ID"
+msgstr ""
+
+#: gpluspost.php:153
+msgid "Save Settings"
+msgstr ""
+
+#: gpluspost.php:308
+msgid "Google+ post failed. Queued for retry."
+msgstr ""
diff --git a/gpluspost/lang/cs/messages.po b/gpluspost/lang/cs/messages.po
new file mode 100644
index 000000000..f03cbaf6a
--- /dev/null
+++ b/gpluspost/lang/cs/messages.po
@@ -0,0 +1,68 @@
+# ADDON gpluspost
+# Copyright (C)
+# This file is distributed under the same license as the Friendica gpluspost addon package.
+#
+#
+# Translators:
+# Michal Šupler , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-07 19:09+0000\n"
+"Last-Translator: Michal Šupler \n"
+"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: gpluspost.php:38
+msgid "Post to Google+"
+msgstr "Příspěvek na Google+"
+
+#: gpluspost.php:93
+msgid "Enable Google+ Post Plugin"
+msgstr "Povolit Google+ Plugin"
+
+#: gpluspost.php:108
+msgid "Google+ username"
+msgstr "Google+ uživatelské jméno"
+
+#: gpluspost.php:113
+msgid "Google+ password"
+msgstr "Google+ heslo"
+
+#: gpluspost.php:118
+msgid "Google+ page number"
+msgstr "Google+ číslo stránky"
+
+#: gpluspost.php:124
+msgid "Post to Google+ by default"
+msgstr "Defaultně zaslat na Google+"
+
+#: gpluspost.php:129
+msgid "Do not prevent posting loops"
+msgstr "Nezabraňovat cyklení příspěvků "
+
+#: gpluspost.php:135
+msgid "Skip messages without links"
+msgstr "Přeskakovat zprávy bez odkazů"
+
+#: gpluspost.php:142
+msgid "Mirror all public posts"
+msgstr "Zrcadlit všechny veřejné příspěvky"
+
+#: gpluspost.php:146
+msgid "Mirror Google Account ID"
+msgstr "ID účtu Google pro zrcadlení"
+
+#: gpluspost.php:153
+msgid "Save Settings"
+msgstr "Uložit Nastavení"
+
+#: gpluspost.php:308
+msgid "Google+ post failed. Queued for retry."
+msgstr "Zaslání příspěvku na Google+ selhalo. Příspěvek byl zařazen do fronty pro opakované odeslání."
diff --git a/gpluspost/lang/cs/strings.php b/gpluspost/lang/cs/strings.php
new file mode 100644
index 000000000..9068b643d
--- /dev/null
+++ b/gpluspost/lang/cs/strings.php
@@ -0,0 +1,19 @@
+=2 && $n<=4) ? 1 : 2;;
+}}
+;
+$a->strings["Post to Google+"] = "Příspěvek na Google+";
+$a->strings["Enable Google+ Post Plugin"] = "Povolit Google+ Plugin";
+$a->strings["Google+ username"] = "Google+ uživatelské jméno";
+$a->strings["Google+ password"] = "Google+ heslo";
+$a->strings["Google+ page number"] = "Google+ číslo stránky";
+$a->strings["Post to Google+ by default"] = "Defaultně zaslat na Google+";
+$a->strings["Do not prevent posting loops"] = "Nezabraňovat cyklení příspěvků ";
+$a->strings["Skip messages without links"] = "Přeskakovat zprávy bez odkazů";
+$a->strings["Mirror all public posts"] = "Zrcadlit všechny veřejné příspěvky";
+$a->strings["Mirror Google Account ID"] = "ID účtu Google pro zrcadlení";
+$a->strings["Save Settings"] = "Uložit Nastavení";
+$a->strings["Google+ post failed. Queued for retry."] = "Zaslání příspěvku na Google+ selhalo. Příspěvek byl zařazen do fronty pro opakované odeslání.";
diff --git a/gpluspost/lang/ro/messages.po b/gpluspost/lang/ro/messages.po
new file mode 100644
index 000000000..f43b9ddb4
--- /dev/null
+++ b/gpluspost/lang/ro/messages.po
@@ -0,0 +1,67 @@
+# ADDON gpluspost
+# Copyright (C)
+# This file is distributed under the same license as the Friendica gpluspost addon package.
+#
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-08 11:52+0000\n"
+"Last-Translator: Arian - Cazare Muncitori \n"
+"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ro_RO\n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
+
+#: gpluspost.php:38
+msgid "Post to Google+"
+msgstr "Postați pe Google+"
+
+#: gpluspost.php:93
+msgid "Enable Google+ Post Plugin"
+msgstr "Activare Modul Postare Google+"
+
+#: gpluspost.php:108
+msgid "Google+ username"
+msgstr "Utilizator Google+ "
+
+#: gpluspost.php:113
+msgid "Google+ password"
+msgstr "Parola Google+"
+
+#: gpluspost.php:118
+msgid "Google+ page number"
+msgstr "Numărul paginii Google+ "
+
+#: gpluspost.php:124
+msgid "Post to Google+ by default"
+msgstr "Postați implicit pe Google+"
+
+#: gpluspost.php:129
+msgid "Do not prevent posting loops"
+msgstr "Nu se previn înlănțuirile postării"
+
+#: gpluspost.php:135
+msgid "Skip messages without links"
+msgstr "Se omit mesajele fără legături"
+
+#: gpluspost.php:142
+msgid "Mirror all public posts"
+msgstr "Reproducere pentru toate postările publice"
+
+#: gpluspost.php:146
+msgid "Mirror Google Account ID"
+msgstr "Reproducere ID Cont Google"
+
+#: gpluspost.php:153
+msgid "Save Settings"
+msgstr "Salvare Configurări"
+
+#: gpluspost.php:308
+msgid "Google+ post failed. Queued for retry."
+msgstr "Postarea pe Google+ a eșuat. S-a pus în așteptare pentru reîncercare."
diff --git a/gpluspost/lang/ro/strings.php b/gpluspost/lang/ro/strings.php
new file mode 100644
index 000000000..a7494f066
--- /dev/null
+++ b/gpluspost/lang/ro/strings.php
@@ -0,0 +1,19 @@
+19)||(($n%100==0)&&($n!=0)))?2:1));;
+}}
+;
+$a->strings["Post to Google+"] = "Postați pe Google+";
+$a->strings["Enable Google+ Post Plugin"] = "Activare Modul Postare Google+";
+$a->strings["Google+ username"] = "Utilizator Google+ ";
+$a->strings["Google+ password"] = "Parola Google+";
+$a->strings["Google+ page number"] = "Numărul paginii Google+ ";
+$a->strings["Post to Google+ by default"] = "Postați implicit pe Google+";
+$a->strings["Do not prevent posting loops"] = "Nu se previn înlănțuirile postării";
+$a->strings["Skip messages without links"] = "Se omit mesajele fără legături";
+$a->strings["Mirror all public posts"] = "Reproducere pentru toate postările publice";
+$a->strings["Mirror Google Account ID"] = "Reproducere ID Cont Google";
+$a->strings["Save Settings"] = "Salvare Configurări";
+$a->strings["Google+ post failed. Queued for retry."] = "Postarea pe Google+ a eșuat. S-a pus în așteptare pentru reîncercare.";
diff --git a/gravatar/lang/cs/messages.po b/gravatar/lang/cs/messages.po
new file mode 100644
index 000000000..005a98829
--- /dev/null
+++ b/gravatar/lang/cs/messages.po
@@ -0,0 +1,75 @@
+# ADDON gravatar
+# Copyright (C)
+# This file is distributed under the same license as the Friendica gravatar addon package.
+#
+#
+# Translators:
+# Michal Šupler , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-07 19:10+0000\n"
+"Last-Translator: Michal Šupler \n"
+"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: gravatar.php:71
+msgid "generic profile image"
+msgstr "generický profilový obrázek"
+
+#: gravatar.php:72
+msgid "random geometric pattern"
+msgstr "náhodný geometrický vzor"
+
+#: gravatar.php:73
+msgid "monster face"
+msgstr "tvář příšery"
+
+#: gravatar.php:74
+msgid "computer generated face"
+msgstr "počítačově generovaná tvář"
+
+#: gravatar.php:75
+msgid "retro arcade style face"
+msgstr "tvář v retro arkádovém stylu"
+
+#: gravatar.php:89
+msgid "Information"
+msgstr "Informace"
+
+#: gravatar.php:89
+msgid ""
+"Libravatar addon is installed, too. Please disable Libravatar addon or this "
+"Gravatar addon.
The Libravatar addon will fall back to Gravatar if "
+"nothing was found at Libravatar."
+msgstr "Libravatar doplněk je také nainstalován. Prosím zakažte doplněk Libravatar nebo tento doplněk Gravatar.
Libravatar doplněk se vrátí k doplňku Gravatar, pokud na Libravataru nebude nic nalezeno."
+
+#: gravatar.php:95
+msgid "Save Settings"
+msgstr "Uložit Nastavení"
+
+#: gravatar.php:96
+msgid "Default avatar image"
+msgstr "Defaultní obrázek avataru"
+
+#: gravatar.php:96
+msgid "Select default avatar image if none was found at Gravatar. See README"
+msgstr "Nastavte defaulní obrázek avatara pokud ho již nemáte na Gravatar. Více viz. soubor README."
+
+#: gravatar.php:97
+msgid "Rating of images"
+msgstr "Hodnocení obrázků"
+
+#: gravatar.php:97
+msgid "Select the appropriate avatar rating for your site. See README"
+msgstr "Zadejte ohodnocení příslušného avatara pro vaši stránku. Viz README."
+
+#: gravatar.php:111
+msgid "Gravatar settings updated."
+msgstr "Nastavení Gravatar aktualizováno."
diff --git a/gravatar/lang/cs/strings.php b/gravatar/lang/cs/strings.php
index 24e7d417c..e3aacbb89 100644
--- a/gravatar/lang/cs/strings.php
+++ b/gravatar/lang/cs/strings.php
@@ -1,15 +1,20 @@
-strings["generic profile image"] = "generický profilový obrázek";
-$a->strings["random geometric pattern"] = "náhodný geometrický vzor";
-$a->strings["monster face"] = "tvář příšery";
-$a->strings["computer generated face"] = "počítačově generovaná tvář";
-$a->strings["retro arcade style face"] = "tvář v retro arkádovém stylu";
-$a->strings["Information"] = "Informace";
-$a->strings["Libravatar addon is installed, too. Please disable Libravatar addon or this Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "Libravatar doplněk je také nainstalován. Prosím zakažte doplněk Libravatar nebo tento doplněk Gravatar.
Libravatar doplněk se vrátí k doplňku Gravatar, pokud na Libravataru nebude nic nalezeno.";
-$a->strings["Submit"] = "Odeslat";
-$a->strings["Default avatar image"] = "Defaultní obrázek avataru";
-$a->strings["Select default avatar image if none was found at Gravatar. See README"] = "Nastavte defaulní obrázek avatara pokud ho již nemáte na Gravatar. Více viz. soubor README.";
-$a->strings["Rating of images"] = "Hodnocení obrázků";
-$a->strings["Select the appropriate avatar rating for your site. See README"] = "Zadejte ohodnocení příslušného avatara pro vaši stránku. Viz README.";
-$a->strings["Gravatar settings updated."] = "Nastavení Gravatar aktualizováno.";
+=2 && $n<=4) ? 1 : 2;;
+}}
+;
+$a->strings["generic profile image"] = "generický profilový obrázek";
+$a->strings["random geometric pattern"] = "náhodný geometrický vzor";
+$a->strings["monster face"] = "tvář příšery";
+$a->strings["computer generated face"] = "počítačově generovaná tvář";
+$a->strings["retro arcade style face"] = "tvář v retro arkádovém stylu";
+$a->strings["Information"] = "Informace";
+$a->strings["Libravatar addon is installed, too. Please disable Libravatar addon or this Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "Libravatar doplněk je také nainstalován. Prosím zakažte doplněk Libravatar nebo tento doplněk Gravatar.
Libravatar doplněk se vrátí k doplňku Gravatar, pokud na Libravataru nebude nic nalezeno.";
+$a->strings["Save Settings"] = "Uložit Nastavení";
+$a->strings["Default avatar image"] = "Defaultní obrázek avataru";
+$a->strings["Select default avatar image if none was found at Gravatar. See README"] = "Nastavte defaulní obrázek avatara pokud ho již nemáte na Gravatar. Více viz. soubor README.";
+$a->strings["Rating of images"] = "Hodnocení obrázků";
+$a->strings["Select the appropriate avatar rating for your site. See README"] = "Zadejte ohodnocení příslušného avatara pro vaši stránku. Viz README.";
+$a->strings["Gravatar settings updated."] = "Nastavení Gravatar aktualizováno.";
diff --git a/gravatar/lang/de/messages.po b/gravatar/lang/de/messages.po
new file mode 100644
index 000000000..2d2fb1128
--- /dev/null
+++ b/gravatar/lang/de/messages.po
@@ -0,0 +1,75 @@
+# ADDON gravatar
+# Copyright (C)
+# This file is distributed under the same license as the Friendica gravatar addon package.
+#
+#
+# Translators:
+# bavatar , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-06-28 06:14+0000\n"
+"Last-Translator: bavatar \n"
+"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: gravatar.php:71
+msgid "generic profile image"
+msgstr "generisches Profilbild"
+
+#: gravatar.php:72
+msgid "random geometric pattern"
+msgstr "zufälliges Profilbild"
+
+#: gravatar.php:73
+msgid "monster face"
+msgstr "Monsterfratze"
+
+#: gravatar.php:74
+msgid "computer generated face"
+msgstr "computergeneriertes Gesicht"
+
+#: gravatar.php:75
+msgid "retro arcade style face"
+msgstr "Retro Arcade Design Gesicht"
+
+#: gravatar.php:89
+msgid "Information"
+msgstr "Information"
+
+#: gravatar.php:89
+msgid ""
+"Libravatar addon is installed, too. Please disable Libravatar addon or this "
+"Gravatar addon.
The Libravatar addon will fall back to Gravatar if "
+"nothing was found at Libravatar."
+msgstr "Das Libravatar Addon ist ebenfalls installiert. Bitte deaktiviere das Libravatar Addon oder dieses Gravatar Addon.
"
+
+#: gravatar.php:95
+msgid "Save Settings"
+msgstr "Einstellungen speichern"
+
+#: gravatar.php:96
+msgid "Default avatar image"
+msgstr "Standard Profilbild "
+
+#: gravatar.php:96
+msgid "Select default avatar image if none was found at Gravatar. See README"
+msgstr "Wähle das Standardprofilbild, wenn kein Bild auf Gravatar gefunden wurde. Schaue auch sonst im README nach."
+
+#: gravatar.php:97
+msgid "Rating of images"
+msgstr "Bildbewertung"
+
+#: gravatar.php:97
+msgid "Select the appropriate avatar rating for your site. See README"
+msgstr "Wähle eine angemessene Bildbewertung für deinen Server. Schaue auch sonst im README nach."
+
+#: gravatar.php:111
+msgid "Gravatar settings updated."
+msgstr "Gravatar Einstellungen aktualisiert."
diff --git a/gravatar/lang/de/strings.php b/gravatar/lang/de/strings.php
index 0f83e686e..98832d95b 100644
--- a/gravatar/lang/de/strings.php
+++ b/gravatar/lang/de/strings.php
@@ -1,15 +1,20 @@
-strings["generic profile image"] = "allgemeines Profilbild";
-$a->strings["random geometric pattern"] = "zufällig erzeugtes geometrisches Muster";
-$a->strings["monster face"] = "Monstergesicht";
-$a->strings["computer generated face"] = "Computergesicht";
-$a->strings["retro arcade style face"] = "Retro Arcade Design Gesicht";
-$a->strings["Information"] = "Information";
-$a->strings["Libravatar addon is installed, too. Please disable Libravatar addon or this Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "Das Libravatar Addon ist ebenfalls installiert. Bitte deaktiviere das Libravatar Addon oder dieses Gravatar Addon.
Das Libravatar Addon nutzt Gravater, sollte nichts auf Libravatar gefunden werden.";
-$a->strings["Submit"] = "Senden";
-$a->strings["Default avatar image"] = "Standard Profilbild ";
-$a->strings["Select default avatar image if none was found at Gravatar. See README"] = "Wähle das Standardgesicht, wenn kein Bild auf Gravatar gefunden wurde. Schaue auch sonst im README nach.";
-$a->strings["Rating of images"] = "Bildbewertung";
-$a->strings["Select the appropriate avatar rating for your site. See README"] = "Wähle eine angemessene Bildbewertung für deinen Server. Schaue auch sonst im README nach.";
-$a->strings["Gravatar settings updated."] = "Gravatar Einstellungen aktualisiert.";
+strings["generic profile image"] = "generisches Profilbild";
+$a->strings["random geometric pattern"] = "zufälliges Profilbild";
+$a->strings["monster face"] = "Monsterfratze";
+$a->strings["computer generated face"] = "computergeneriertes Gesicht";
+$a->strings["retro arcade style face"] = "Retro Arcade Design Gesicht";
+$a->strings["Information"] = "Information";
+$a->strings["Libravatar addon is installed, too. Please disable Libravatar addon or this Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "Das Libravatar Addon ist ebenfalls installiert. Bitte deaktiviere das Libravatar Addon oder dieses Gravatar Addon.
";
+$a->strings["Save Settings"] = "Einstellungen speichern";
+$a->strings["Default avatar image"] = "Standard Profilbild ";
+$a->strings["Select default avatar image if none was found at Gravatar. See README"] = "Wähle das Standardprofilbild, wenn kein Bild auf Gravatar gefunden wurde. Schaue auch sonst im README nach.";
+$a->strings["Rating of images"] = "Bildbewertung";
+$a->strings["Select the appropriate avatar rating for your site. See README"] = "Wähle eine angemessene Bildbewertung für deinen Server. Schaue auch sonst im README nach.";
+$a->strings["Gravatar settings updated."] = "Gravatar Einstellungen aktualisiert.";
diff --git a/gravatar/lang/ro/messages.po b/gravatar/lang/ro/messages.po
new file mode 100644
index 000000000..1d6cb7b1c
--- /dev/null
+++ b/gravatar/lang/ro/messages.po
@@ -0,0 +1,74 @@
+# ADDON gravatar
+# Copyright (C)
+# This file is distributed under the same license as the Friendica gravatar addon package.
+#
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-08 11:53+0000\n"
+"Last-Translator: Arian - Cazare Muncitori \n"
+"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ro_RO\n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
+
+#: gravatar.php:71
+msgid "generic profile image"
+msgstr "imagine generică de profil"
+
+#: gravatar.php:72
+msgid "random geometric pattern"
+msgstr "șablon geometric aleator"
+
+#: gravatar.php:73
+msgid "monster face"
+msgstr "chip monstruos"
+
+#: gravatar.php:74
+msgid "computer generated face"
+msgstr "chip generat de calculator"
+
+#: gravatar.php:75
+msgid "retro arcade style face"
+msgstr "chip în stil jocuri arcade retro "
+
+#: gravatar.php:89
+msgid "Information"
+msgstr "Informaţii"
+
+#: gravatar.php:89
+msgid ""
+"Libravatar addon is installed, too. Please disable Libravatar addon or this "
+"Gravatar addon.
The Libravatar addon will fall back to Gravatar if "
+"nothing was found at Libravatar."
+msgstr "Modulul Libravatar este instalat, de asemenea. Vă rugăm să dezactivați modulul Libravatar sau acest modul Gravatar.
Modulul Libravatar va reveni înapoi la Gravatar, dacă nu s-a găsit nimic în Libravatar."
+
+#: gravatar.php:95
+msgid "Save Settings"
+msgstr "Salvare Configurări"
+
+#: gravatar.php:96
+msgid "Default avatar image"
+msgstr "Imagine avatar implicită"
+
+#: gravatar.php:96
+msgid "Select default avatar image if none was found at Gravatar. See README"
+msgstr "Selectați imagine avatar implicită, dacă nici una nu fost găsită în Gravatar. Consultați FIŞIERUL README"
+
+#: gravatar.php:97
+msgid "Rating of images"
+msgstr "Evaluările imaginilor"
+
+#: gravatar.php:97
+msgid "Select the appropriate avatar rating for your site. See README"
+msgstr "Selectați evaluarea adecvată a avatarului pentru site-ul dumneavoastră. Consultați FIŞIERUL README"
+
+#: gravatar.php:111
+msgid "Gravatar settings updated."
+msgstr "Configurările Gravatar au fost actualizate."
diff --git a/gravatar/lang/ro/strings.php b/gravatar/lang/ro/strings.php
new file mode 100644
index 000000000..d95af35b3
--- /dev/null
+++ b/gravatar/lang/ro/strings.php
@@ -0,0 +1,20 @@
+19)||(($n%100==0)&&($n!=0)))?2:1));;
+}}
+;
+$a->strings["generic profile image"] = "imagine generică de profil";
+$a->strings["random geometric pattern"] = "șablon geometric aleator";
+$a->strings["monster face"] = "chip monstruos";
+$a->strings["computer generated face"] = "chip generat de calculator";
+$a->strings["retro arcade style face"] = "chip în stil jocuri arcade retro ";
+$a->strings["Information"] = "Informaţii";
+$a->strings["Libravatar addon is installed, too. Please disable Libravatar addon or this Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "Modulul Libravatar este instalat, de asemenea. Vă rugăm să dezactivați modulul Libravatar sau acest modul Gravatar.
Modulul Libravatar va reveni înapoi la Gravatar, dacă nu s-a găsit nimic în Libravatar.";
+$a->strings["Save Settings"] = "Salvare Configurări";
+$a->strings["Default avatar image"] = "Imagine avatar implicită";
+$a->strings["Select default avatar image if none was found at Gravatar. See README"] = "Selectați imagine avatar implicită, dacă nici una nu fost găsită în Gravatar. Consultați FIŞIERUL README";
+$a->strings["Rating of images"] = "Evaluările imaginilor";
+$a->strings["Select the appropriate avatar rating for your site. See README"] = "Selectați evaluarea adecvată a avatarului pentru site-ul dumneavoastră. Consultați FIŞIERUL README";
+$a->strings["Gravatar settings updated."] = "Configurările Gravatar au fost actualizate.";
diff --git a/group_text/lang/cs/messages.po b/group_text/lang/cs/messages.po
new file mode 100644
index 000000000..106f1b7e4
--- /dev/null
+++ b/group_text/lang/cs/messages.po
@@ -0,0 +1,36 @@
+# ADDON group_text
+# Copyright (C)
+# This file is distributed under the same license as the Friendica group_text addon package.
+#
+#
+# Translators:
+# Michal Šupler , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-07 19:10+0000\n"
+"Last-Translator: Michal Šupler \n"
+"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: group_text.php:46
+msgid "Group Text settings updated."
+msgstr "Nastavení textu skupiny aktualizováno."
+
+#: group_text.php:76
+msgid "Group Text"
+msgstr "Skupinový text"
+
+#: group_text.php:78
+msgid "Use a text only (non-image) group selector in the \"group edit\" menu"
+msgstr "Použijte pouze textový (neobrázkový) výběr skupiny v menu editace skupin."
+
+#: group_text.php:84
+msgid "Save Settings"
+msgstr "Uložit Nastavení"
diff --git a/group_text/lang/cs/strings.php b/group_text/lang/cs/strings.php
index 55631a59e..b1be42856 100644
--- a/group_text/lang/cs/strings.php
+++ b/group_text/lang/cs/strings.php
@@ -1,6 +1,11 @@
-strings["Group Text settings updated."] = "Nastavení textu skupiny aktualizováno.";
-$a->strings["Group Text"] = "Skupinový text";
-$a->strings["Use a text only (non-image) group selector in the \"group edit\" menu"] = "Použijte pouze textový (neobrázkový) výběr skupiny v menu editace skupin.";
-$a->strings["Submit"] = "Odeslat";
+=2 && $n<=4) ? 1 : 2;;
+}}
+;
+$a->strings["Group Text settings updated."] = "Nastavení textu skupiny aktualizováno.";
+$a->strings["Group Text"] = "Skupinový text";
+$a->strings["Use a text only (non-image) group selector in the \"group edit\" menu"] = "Použijte pouze textový (neobrázkový) výběr skupiny v menu editace skupin.";
+$a->strings["Save Settings"] = "Uložit Nastavení";
diff --git a/group_text/lang/de/messages.po b/group_text/lang/de/messages.po
new file mode 100644
index 000000000..331579af3
--- /dev/null
+++ b/group_text/lang/de/messages.po
@@ -0,0 +1,36 @@
+# ADDON group_text
+# Copyright (C)
+# This file is distributed under the same license as the Friendica group_text addon package.
+#
+#
+# Translators:
+# bavatar , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-06-29 08:17+0000\n"
+"Last-Translator: bavatar \n"
+"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: group_text.php:46
+msgid "Group Text settings updated."
+msgstr "Gruppen Text Einstellungen aktualisiert"
+
+#: group_text.php:76
+msgid "Group Text"
+msgstr "Gruppen als Text"
+
+#: group_text.php:78
+msgid "Use a text only (non-image) group selector in the \"group edit\" menu"
+msgstr "Beim Bearbeiten von Gruppen Text statt Bilder anzeigen"
+
+#: group_text.php:84
+msgid "Save Settings"
+msgstr "Einstellungen speichern"
diff --git a/group_text/lang/de/strings.php b/group_text/lang/de/strings.php
index 206b7c963..ce7ed0592 100644
--- a/group_text/lang/de/strings.php
+++ b/group_text/lang/de/strings.php
@@ -1,6 +1,11 @@
-strings["Group Text settings updated."] = "Gruppen Text Einstellungen aktualisiert";
-$a->strings["Group Text"] = "Gruppen als Text";
-$a->strings["Use a text only (non-image) group selector in the \"group edit\" menu"] = "Beim Bearbeiten von Gruppen Text statt Bilder anzeigen";
-$a->strings["Submit"] = "Senden";
+strings["Group Text settings updated."] = "Gruppen Text Einstellungen aktualisiert";
+$a->strings["Group Text"] = "Gruppen als Text";
+$a->strings["Use a text only (non-image) group selector in the \"group edit\" menu"] = "Beim Bearbeiten von Gruppen Text statt Bilder anzeigen";
+$a->strings["Save Settings"] = "Einstellungen speichern";
diff --git a/group_text/lang/ro/messages.po b/group_text/lang/ro/messages.po
new file mode 100644
index 000000000..019850f4c
--- /dev/null
+++ b/group_text/lang/ro/messages.po
@@ -0,0 +1,35 @@
+# ADDON group_text
+# Copyright (C)
+# This file is distributed under the same license as the Friendica group_text addon package.
+#
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-08 11:53+0000\n"
+"Last-Translator: Arian - Cazare Muncitori \n"
+"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ro_RO\n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
+
+#: group_text.php:46
+msgid "Group Text settings updated."
+msgstr "Configurările Text Grup, au fost actualizate."
+
+#: group_text.php:76
+msgid "Group Text"
+msgstr "Text Grup"
+
+#: group_text.php:78
+msgid "Use a text only (non-image) group selector in the \"group edit\" menu"
+msgstr "Folosiți în meniul \"editare grup\" un selector de grup strict textual (fără-imagine)"
+
+#: group_text.php:84
+msgid "Save Settings"
+msgstr "Salvare Configurări"
diff --git a/group_text/lang/ro/strings.php b/group_text/lang/ro/strings.php
new file mode 100644
index 000000000..3ffd251af
--- /dev/null
+++ b/group_text/lang/ro/strings.php
@@ -0,0 +1,11 @@
+19)||(($n%100==0)&&($n!=0)))?2:1));;
+}}
+;
+$a->strings["Group Text settings updated."] = "Configurările Text Grup, au fost actualizate.";
+$a->strings["Group Text"] = "Text Grup";
+$a->strings["Use a text only (non-image) group selector in the \"group edit\" menu"] = "Folosiți în meniul \"editare grup\" un selector de grup strict textual (fără-imagine)";
+$a->strings["Save Settings"] = "Salvare Configurări";
diff --git a/ijpost/lang/cs/messages.po b/ijpost/lang/cs/messages.po
new file mode 100644
index 000000000..9fc14916a
--- /dev/null
+++ b/ijpost/lang/cs/messages.po
@@ -0,0 +1,48 @@
+# ADDON ijpost
+# Copyright (C)
+# This file is distributed under the same license as the Friendica ijpost addon package.
+#
+#
+# Translators:
+# Michal Šupler , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-07 19:11+0000\n"
+"Last-Translator: Michal Šupler \n"
+"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: ijpost.php:39
+msgid "Post to Insanejournal"
+msgstr "Odeslat na Insanejournal"
+
+#: ijpost.php:69 ijpost.php:73
+msgid "InsaneJournal Export"
+msgstr "Insanejournal export"
+
+#: ijpost.php:77
+msgid "Enable InsaneJournal Post Plugin"
+msgstr "Povolit Insanejournal plugin"
+
+#: ijpost.php:82
+msgid "InsaneJournal username"
+msgstr "Insanejournal uživatelské jméno"
+
+#: ijpost.php:87
+msgid "InsaneJournal password"
+msgstr "Insanejournal heslo"
+
+#: ijpost.php:92
+msgid "Post to InsaneJournal by default"
+msgstr "Defaultně zasílat příspěvky na InsaneJournal"
+
+#: ijpost.php:98
+msgid "Save Settings"
+msgstr "Uložit Nastavení"
diff --git a/ijpost/lang/cs/strings.php b/ijpost/lang/cs/strings.php
index 8e40419aa..dd9f75f6f 100644
--- a/ijpost/lang/cs/strings.php
+++ b/ijpost/lang/cs/strings.php
@@ -1,9 +1,14 @@
-strings["Post to Insanejournal"] = "Odeslat na Insanejournal";
-$a->strings["InsaneJournal Post Settings"] = "Nastavení příspěvků pro InsaneJournal";
-$a->strings["Enable InsaneJournal Post Plugin"] = "Povolit Insanejournal plugin";
-$a->strings["InsaneJournal username"] = "Insanejournal uživatelské jméno";
-$a->strings["InsaneJournal password"] = "Insanejournal heslo";
-$a->strings["Post to InsaneJournal by default"] = "Defaultně zasílat příspěvky na InsaneJournal";
-$a->strings["Submit"] = "Odeslat";
+=2 && $n<=4) ? 1 : 2;;
+}}
+;
+$a->strings["Post to Insanejournal"] = "Odeslat na Insanejournal";
+$a->strings["InsaneJournal Export"] = "Insanejournal export";
+$a->strings["Enable InsaneJournal Post Plugin"] = "Povolit Insanejournal plugin";
+$a->strings["InsaneJournal username"] = "Insanejournal uživatelské jméno";
+$a->strings["InsaneJournal password"] = "Insanejournal heslo";
+$a->strings["Post to InsaneJournal by default"] = "Defaultně zasílat příspěvky na InsaneJournal";
+$a->strings["Save Settings"] = "Uložit Nastavení";
diff --git a/ijpost/lang/de/messages.po b/ijpost/lang/de/messages.po
new file mode 100644
index 000000000..1326a1d9b
--- /dev/null
+++ b/ijpost/lang/de/messages.po
@@ -0,0 +1,48 @@
+# ADDON ijpost
+# Copyright (C)
+# This file is distributed under the same license as the Friendica ijpost addon package.
+#
+#
+# Translators:
+# bavatar , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-06 12:16+0000\n"
+"Last-Translator: bavatar \n"
+"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: ijpost.php:39
+msgid "Post to Insanejournal"
+msgstr "Auf InsaneJournal posten."
+
+#: ijpost.php:69 ijpost.php:73
+msgid "InsaneJournal Export"
+msgstr "InsaneJournal Export"
+
+#: ijpost.php:77
+msgid "Enable InsaneJournal Post Plugin"
+msgstr "InsaneJournal Plugin aktivieren"
+
+#: ijpost.php:82
+msgid "InsaneJournal username"
+msgstr "InsaneJournal Benutzername"
+
+#: ijpost.php:87
+msgid "InsaneJournal password"
+msgstr "InsaneJournal Passwort"
+
+#: ijpost.php:92
+msgid "Post to InsaneJournal by default"
+msgstr "Standardmäßig auf InsaneJournal posten."
+
+#: ijpost.php:98
+msgid "Save Settings"
+msgstr "Einstellungen speichern"
diff --git a/ijpost/lang/de/strings.php b/ijpost/lang/de/strings.php
index 319a97435..ef9c4e063 100644
--- a/ijpost/lang/de/strings.php
+++ b/ijpost/lang/de/strings.php
@@ -1,9 +1,14 @@
-strings["Post to Insanejournal"] = "Auf InsaneJournal posten.";
-$a->strings["InsaneJournal Post Settings"] = "InsaneJournal Beitrags-Einstellungen";
-$a->strings["Enable InsaneJournal Post Plugin"] = "InsaneJournal Plugin aktivieren";
-$a->strings["InsaneJournal username"] = "InsaneJournal Benutzername";
-$a->strings["InsaneJournal password"] = "InsaneJournal Passwort";
-$a->strings["Post to InsaneJournal by default"] = "Standardmäßig auf InsaneJournal posten.";
-$a->strings["Submit"] = "Senden";
+strings["Post to Insanejournal"] = "Auf InsaneJournal posten.";
+$a->strings["InsaneJournal Export"] = "InsaneJournal Export";
+$a->strings["Enable InsaneJournal Post Plugin"] = "InsaneJournal Plugin aktivieren";
+$a->strings["InsaneJournal username"] = "InsaneJournal Benutzername";
+$a->strings["InsaneJournal password"] = "InsaneJournal Passwort";
+$a->strings["Post to InsaneJournal by default"] = "Standardmäßig auf InsaneJournal posten.";
+$a->strings["Save Settings"] = "Einstellungen speichern";
diff --git a/ijpost/lang/ro/messages.po b/ijpost/lang/ro/messages.po
new file mode 100644
index 000000000..8f6f23d17
--- /dev/null
+++ b/ijpost/lang/ro/messages.po
@@ -0,0 +1,47 @@
+# ADDON ijpost
+# Copyright (C)
+# This file is distributed under the same license as the Friendica ijpost addon package.
+#
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-08 11:53+0000\n"
+"Last-Translator: Arian - Cazare Muncitori \n"
+"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ro_RO\n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
+
+#: ijpost.php:39
+msgid "Post to Insanejournal"
+msgstr "Postare pe Insanejournal"
+
+#: ijpost.php:69 ijpost.php:73
+msgid "InsaneJournal Export"
+msgstr "Export InsaneJournal "
+
+#: ijpost.php:77
+msgid "Enable InsaneJournal Post Plugin"
+msgstr "Activare Modul Postare InsaneJournal"
+
+#: ijpost.php:82
+msgid "InsaneJournal username"
+msgstr "Utilizator InsaneJournal "
+
+#: ijpost.php:87
+msgid "InsaneJournal password"
+msgstr "Parolă InsaneJournal "
+
+#: ijpost.php:92
+msgid "Post to InsaneJournal by default"
+msgstr "Postați implicit pe InsaneJournal "
+
+#: ijpost.php:98
+msgid "Save Settings"
+msgstr "Salvare Configurări"
diff --git a/ijpost/lang/ro/strings.php b/ijpost/lang/ro/strings.php
new file mode 100644
index 000000000..2fa3b9857
--- /dev/null
+++ b/ijpost/lang/ro/strings.php
@@ -0,0 +1,14 @@
+19)||(($n%100==0)&&($n!=0)))?2:1));;
+}}
+;
+$a->strings["Post to Insanejournal"] = "Postare pe Insanejournal";
+$a->strings["InsaneJournal Export"] = "Export InsaneJournal ";
+$a->strings["Enable InsaneJournal Post Plugin"] = "Activare Modul Postare InsaneJournal";
+$a->strings["InsaneJournal username"] = "Utilizator InsaneJournal ";
+$a->strings["InsaneJournal password"] = "Parolă InsaneJournal ";
+$a->strings["Post to InsaneJournal by default"] = "Postați implicit pe InsaneJournal ";
+$a->strings["Save Settings"] = "Salvare Configurări";
diff --git a/impressum/lang/cs/messages.po b/impressum/lang/cs/messages.po
new file mode 100644
index 000000000..403c7e223
--- /dev/null
+++ b/impressum/lang/cs/messages.po
@@ -0,0 +1,89 @@
+# ADDON impressum
+# Copyright (C)
+# This file is distributed under the same license as the Friendica impressum addon package.
+#
+#
+# Translators:
+# Michal Šupler , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-07 19:11+0000\n"
+"Last-Translator: Michal Šupler \n"
+"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: impressum.php:45
+msgid "Impressum"
+msgstr "Impressum"
+
+#: impressum.php:58 impressum.php:60 impressum.php:92
+msgid "Site Owner"
+msgstr "Vlastník webu"
+
+#: impressum.php:58 impressum.php:96
+msgid "Email Address"
+msgstr "E-mailová adresa"
+
+#: impressum.php:63 impressum.php:94
+msgid "Postal Address"
+msgstr "Poštovní adresa"
+
+#: impressum.php:69
+msgid ""
+"The impressum addon needs to be configured!
Please add at least the "
+"owner variable to your config file. For other variables please "
+"refer to the README file of the addon."
+msgstr "Doplněk Impressum musí být nakonfigurován!
Prosím, přidejte alespoň proměnnou owner do konfiguračního souboru. Pro nastavení ostatních proměnných se seznamte s nápovědou v souboru README tohoto doplňku."
+
+#: impressum.php:86
+msgid "Settings updated."
+msgstr "Nastavení aktualizováno."
+
+#: impressum.php:91
+msgid "Save Settings"
+msgstr "Uložit Nastavení"
+
+#: impressum.php:92
+msgid "The page operators name."
+msgstr "Jméno operátora stránky."
+
+#: impressum.php:93
+msgid "Site Owners Profile"
+msgstr "Profil majitele webu"
+
+#: impressum.php:93
+msgid "Profile address of the operator."
+msgstr "Profilová addresa operátora."
+
+#: impressum.php:94
+msgid "How to contact the operator via snail mail. You can use BBCode here."
+msgstr "Jak kontaktovat operátora prostřednictvím klasické pošty. Zde můžete použít BBCode."
+
+#: impressum.php:95
+msgid "Notes"
+msgstr "Poznámky"
+
+#: impressum.php:95
+msgid ""
+"Additional notes that are displayed beneath the contact information. You can"
+" use BBCode here."
+msgstr "Další poznámky, které jsou zobrazeny pod kontaktními informacemi. Zde můžete použít BBCode."
+
+#: impressum.php:96
+msgid "How to contact the operator via email. (will be displayed obfuscated)"
+msgstr "Jak konktaktovat operátora přes mail. (bude zobrazen \"zmateně\")"
+
+#: impressum.php:97
+msgid "Footer note"
+msgstr "Poznámka v zápatí"
+
+#: impressum.php:97
+msgid "Text for the footer. You can use BBCode here."
+msgstr "Text pro zápatí. Zde můžete použít BBCode."
diff --git a/impressum/lang/cs/strings.php b/impressum/lang/cs/strings.php
index c491cc900..ab80304d9 100644
--- a/impressum/lang/cs/strings.php
+++ b/impressum/lang/cs/strings.php
@@ -1,18 +1,23 @@
-strings["Impressum"] = "Impressum";
-$a->strings["Site Owner"] = "Vlastník webu";
-$a->strings["Email Address"] = "E-mailová adresa";
-$a->strings["Postal Address"] = "Poštovní adresa";
-$a->strings["The impressum addon needs to be configured!
Please add at least the owner variable to your config file. For other variables please refer to the README file of the addon."] = "Doplněk Impressum musí být nakonfigurován!
Prosím, přidejte alespoň proměnnou owner do konfiguračního souboru. Pro nastavení ostatních proměnných se seznamte s nápovědou v souboru README tohoto doplňku.";
-$a->strings["Settings updated."] = "Nastavení aktualizováno.";
-$a->strings["Submit"] = "Odeslat";
-$a->strings["The page operators name."] = "Jméno operátora stránky.";
-$a->strings["Site Owners Profile"] = "Profil majitele webu";
-$a->strings["Profile address of the operator."] = "Profilová addresa operátora.";
-$a->strings["How to contact the operator via snail mail. You can use BBCode here."] = "Jak kontaktovat operátora prostřednictvím klasické pošty. Zde můžete použít BBCode.";
-$a->strings["Notes"] = "Poznámky";
-$a->strings["Additional notes that are displayed beneath the contact information. You can use BBCode here."] = "Další poznámky, které jsou zobrazeny pod kontaktními informacemi. Zde můžete použít BBCode.";
-$a->strings["How to contact the operator via email. (will be displayed obfuscated)"] = "Jak konktaktovat operátora přes mail. (bude zobrazen \"zmateně\")";
-$a->strings["Footer note"] = "Poznámka v zápatí";
-$a->strings["Text for the footer. You can use BBCode here."] = "Text pro zápatí. Zde můžete použít BBCode.";
+=2 && $n<=4) ? 1 : 2;;
+}}
+;
+$a->strings["Impressum"] = "Impressum";
+$a->strings["Site Owner"] = "Vlastník webu";
+$a->strings["Email Address"] = "E-mailová adresa";
+$a->strings["Postal Address"] = "Poštovní adresa";
+$a->strings["The impressum addon needs to be configured!
Please add at least the owner variable to your config file. For other variables please refer to the README file of the addon."] = "Doplněk Impressum musí být nakonfigurován!
Prosím, přidejte alespoň proměnnou owner do konfiguračního souboru. Pro nastavení ostatních proměnných se seznamte s nápovědou v souboru README tohoto doplňku.";
+$a->strings["Settings updated."] = "Nastavení aktualizováno.";
+$a->strings["Save Settings"] = "Uložit Nastavení";
+$a->strings["The page operators name."] = "Jméno operátora stránky.";
+$a->strings["Site Owners Profile"] = "Profil majitele webu";
+$a->strings["Profile address of the operator."] = "Profilová addresa operátora.";
+$a->strings["How to contact the operator via snail mail. You can use BBCode here."] = "Jak kontaktovat operátora prostřednictvím klasické pošty. Zde můžete použít BBCode.";
+$a->strings["Notes"] = "Poznámky";
+$a->strings["Additional notes that are displayed beneath the contact information. You can use BBCode here."] = "Další poznámky, které jsou zobrazeny pod kontaktními informacemi. Zde můžete použít BBCode.";
+$a->strings["How to contact the operator via email. (will be displayed obfuscated)"] = "Jak konktaktovat operátora přes mail. (bude zobrazen \"zmateně\")";
+$a->strings["Footer note"] = "Poznámka v zápatí";
+$a->strings["Text for the footer. You can use BBCode here."] = "Text pro zápatí. Zde můžete použít BBCode.";
diff --git a/impressum/lang/de/messages.po b/impressum/lang/de/messages.po
new file mode 100644
index 000000000..2d535ab48
--- /dev/null
+++ b/impressum/lang/de/messages.po
@@ -0,0 +1,89 @@
+# ADDON impressum
+# Copyright (C)
+# This file is distributed under the same license as the Friendica impressum addon package.
+#
+#
+# Translators:
+# bavatar , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-03 05:51+0000\n"
+"Last-Translator: bavatar \n"
+"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: impressum.php:45
+msgid "Impressum"
+msgstr "Impressum"
+
+#: impressum.php:58 impressum.php:60 impressum.php:92
+msgid "Site Owner"
+msgstr "Betreiber der Seite"
+
+#: impressum.php:58 impressum.php:96
+msgid "Email Address"
+msgstr "Email Adresse"
+
+#: impressum.php:63 impressum.php:94
+msgid "Postal Address"
+msgstr "Postalische Anschrift"
+
+#: impressum.php:69
+msgid ""
+"The impressum addon needs to be configured!
Please add at least the "
+"owner variable to your config file. For other variables please "
+"refer to the README file of the addon."
+msgstr "Das Impressums-Plugin muss noch konfiguriert werden.
Bitte gebe mindestens den Betreiber in der Konfiguration an. Alle weiteren Parameter werden in der README-Datei des Addons erläutert."
+
+#: impressum.php:86
+msgid "Settings updated."
+msgstr "Einstellungen aktualisiert."
+
+#: impressum.php:91
+msgid "Save Settings"
+msgstr "Einstellungen speichern"
+
+#: impressum.php:92
+msgid "The page operators name."
+msgstr "Name des Server-Administrators"
+
+#: impressum.php:93
+msgid "Site Owners Profile"
+msgstr "Profil des Seitenbetreibers"
+
+#: impressum.php:93
+msgid "Profile address of the operator."
+msgstr "Profil-Adresse des Server-Administrators"
+
+#: impressum.php:94
+msgid "How to contact the operator via snail mail. You can use BBCode here."
+msgstr "Kontaktmöglichkeiten zum Administrator via Schneckenpost. Du kannst BBCode verwenden."
+
+#: impressum.php:95
+msgid "Notes"
+msgstr "Hinweise"
+
+#: impressum.php:95
+msgid ""
+"Additional notes that are displayed beneath the contact information. You can"
+" use BBCode here."
+msgstr "Zusätzliche Informationen die neben den Kontaktmöglichkeiten angezeigt werden. Du kannst BBCode verwenden."
+
+#: impressum.php:96
+msgid "How to contact the operator via email. (will be displayed obfuscated)"
+msgstr "Wie man den Betreiber per Email erreicht. (Adresse wird verschleiert dargestellt)"
+
+#: impressum.php:97
+msgid "Footer note"
+msgstr "Fußnote"
+
+#: impressum.php:97
+msgid "Text for the footer. You can use BBCode here."
+msgstr "Text für die Fußzeile. Du kannst BBCode verwenden."
diff --git a/impressum/lang/de/strings.php b/impressum/lang/de/strings.php
index 0a8521366..1d9fcd0c7 100644
--- a/impressum/lang/de/strings.php
+++ b/impressum/lang/de/strings.php
@@ -1,18 +1,23 @@
-strings["Impressum"] = "Impressum";
-$a->strings["Site Owner"] = "Betreiber der Seite";
-$a->strings["Email Address"] = "Email Adresse";
-$a->strings["Postal Address"] = "Postalische Anschrift";
-$a->strings["The impressum addon needs to be configured!
Please add at least the owner variable to your config file. For other variables please refer to the README file of the addon."] = "Das Impressums-Plugin muss noch konfiguriert werden.
Bitte gebe mindestens den Betreiber in der Konfiguration an. Alle weiteren Parameter werden in der README-Datei des Addons erläutert.";
-$a->strings["Settings updated."] = "Einstellungen aktualisiert.";
-$a->strings["Submit"] = "Senden";
-$a->strings["The page operators name."] = "Name des Serveradministrators";
-$a->strings["Site Owners Profile"] = "Profil des Seitenbetreibers";
-$a->strings["Profile address of the operator."] = "Profil-Adresse des Serveradministrators";
-$a->strings["How to contact the operator via snail mail. You can use BBCode here."] = "Kontaktmöglichkeiten zum Administrator via Schneckenpost. Du kannst BBCode verwenden.";
-$a->strings["Notes"] = "Hinweise";
-$a->strings["Additional notes that are displayed beneath the contact information. You can use BBCode here."] = "Zusätzliche Informationen die neben den Kontaktmöglichkeiten angezeigt werden. Du kannst BBCode verwenden.";
-$a->strings["How to contact the operator via email. (will be displayed obfuscated)"] = "Wie man den Betreiber per Email erreicht. (Adresse wird verschleiert dargestellt)";
-$a->strings["Footer note"] = "Fußnote";
-$a->strings["Text for the footer. You can use BBCode here."] = "Text für die Fußzeile. Du kannst BBCode verwenden.";
+strings["Impressum"] = "Impressum";
+$a->strings["Site Owner"] = "Betreiber der Seite";
+$a->strings["Email Address"] = "Email Adresse";
+$a->strings["Postal Address"] = "Postalische Anschrift";
+$a->strings["The impressum addon needs to be configured!
Please add at least the owner variable to your config file. For other variables please refer to the README file of the addon."] = "Das Impressums-Plugin muss noch konfiguriert werden.
Bitte gebe mindestens den Betreiber in der Konfiguration an. Alle weiteren Parameter werden in der README-Datei des Addons erläutert.";
+$a->strings["Settings updated."] = "Einstellungen aktualisiert.";
+$a->strings["Save Settings"] = "Einstellungen speichern";
+$a->strings["The page operators name."] = "Name des Server-Administrators";
+$a->strings["Site Owners Profile"] = "Profil des Seitenbetreibers";
+$a->strings["Profile address of the operator."] = "Profil-Adresse des Server-Administrators";
+$a->strings["How to contact the operator via snail mail. You can use BBCode here."] = "Kontaktmöglichkeiten zum Administrator via Schneckenpost. Du kannst BBCode verwenden.";
+$a->strings["Notes"] = "Hinweise";
+$a->strings["Additional notes that are displayed beneath the contact information. You can use BBCode here."] = "Zusätzliche Informationen die neben den Kontaktmöglichkeiten angezeigt werden. Du kannst BBCode verwenden.";
+$a->strings["How to contact the operator via email. (will be displayed obfuscated)"] = "Wie man den Betreiber per Email erreicht. (Adresse wird verschleiert dargestellt)";
+$a->strings["Footer note"] = "Fußnote";
+$a->strings["Text for the footer. You can use BBCode here."] = "Text für die Fußzeile. Du kannst BBCode verwenden.";
diff --git a/impressum/lang/ro/messages.po b/impressum/lang/ro/messages.po
new file mode 100644
index 000000000..720acdd10
--- /dev/null
+++ b/impressum/lang/ro/messages.po
@@ -0,0 +1,88 @@
+# ADDON impressum
+# Copyright (C)
+# This file is distributed under the same license as the Friendica impressum addon package.
+#
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-08 11:54+0000\n"
+"Last-Translator: Arian - Cazare Muncitori \n"
+"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ro_RO\n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
+
+#: impressum.php:45
+msgid "Impressum"
+msgstr "Impressum"
+
+#: impressum.php:58 impressum.php:60 impressum.php:92
+msgid "Site Owner"
+msgstr "Deținător Site"
+
+#: impressum.php:58 impressum.php:96
+msgid "Email Address"
+msgstr "Adresă de mail"
+
+#: impressum.php:63 impressum.php:94
+msgid "Postal Address"
+msgstr "Adresă poștală"
+
+#: impressum.php:69
+msgid ""
+"The impressum addon needs to be configured!
Please add at least the "
+"owner variable to your config file. For other variables please "
+"refer to the README file of the addon."
+msgstr "Modulul Impressum trebuie configurat!
Vă rugăm să adăugați cel puțin variabila deținător în fișierul de configurare. Pentru alte variabile vă rugăm să consultați fișierul README al modulului."
+
+#: impressum.php:86
+msgid "Settings updated."
+msgstr "Configurări actualizate."
+
+#: impressum.php:91
+msgid "Save Settings"
+msgstr "Salvare Configurări"
+
+#: impressum.php:92
+msgid "The page operators name."
+msgstr "Pagina numelor operatorilor."
+
+#: impressum.php:93
+msgid "Site Owners Profile"
+msgstr "Profil Deținători Site "
+
+#: impressum.php:93
+msgid "Profile address of the operator."
+msgstr "Adresa de profil a operatorului."
+
+#: impressum.php:94
+msgid "How to contact the operator via snail mail. You can use BBCode here."
+msgstr "Cum să contactați operatorul prin corespondență lentă. Puteți folosi aici Codul BB."
+
+#: impressum.php:95
+msgid "Notes"
+msgstr "Note"
+
+#: impressum.php:95
+msgid ""
+"Additional notes that are displayed beneath the contact information. You can"
+" use BBCode here."
+msgstr "Notele suplimentare care sunt afișate sub informațiile de contact. Puteți folosi aici Codul BB."
+
+#: impressum.php:96
+msgid "How to contact the operator via email. (will be displayed obfuscated)"
+msgstr "Modul de contactare al operatorului prin e-mail. (va fi afișat eclipsat)"
+
+#: impressum.php:97
+msgid "Footer note"
+msgstr "Notă de Subsol"
+
+#: impressum.php:97
+msgid "Text for the footer. You can use BBCode here."
+msgstr "Textul de pagina de subsol. Puteți folosi aici Codul BB."
diff --git a/impressum/lang/ro/strings.php b/impressum/lang/ro/strings.php
new file mode 100644
index 000000000..0f085a820
--- /dev/null
+++ b/impressum/lang/ro/strings.php
@@ -0,0 +1,23 @@
+19)||(($n%100==0)&&($n!=0)))?2:1));;
+}}
+;
+$a->strings["Impressum"] = "Impressum";
+$a->strings["Site Owner"] = "Deținător Site";
+$a->strings["Email Address"] = "Adresă de mail";
+$a->strings["Postal Address"] = "Adresă poștală";
+$a->strings["The impressum addon needs to be configured!
Please add at least the owner variable to your config file. For other variables please refer to the README file of the addon."] = "Modulul Impressum trebuie configurat!
Vă rugăm să adăugați cel puțin variabila deținător în fișierul de configurare. Pentru alte variabile vă rugăm să consultați fișierul README al modulului.";
+$a->strings["Settings updated."] = "Configurări actualizate.";
+$a->strings["Save Settings"] = "Salvare Configurări";
+$a->strings["The page operators name."] = "Pagina numelor operatorilor.";
+$a->strings["Site Owners Profile"] = "Profil Deținători Site ";
+$a->strings["Profile address of the operator."] = "Adresa de profil a operatorului.";
+$a->strings["How to contact the operator via snail mail. You can use BBCode here."] = "Cum să contactați operatorul prin corespondență lentă. Puteți folosi aici Codul BB.";
+$a->strings["Notes"] = "Note";
+$a->strings["Additional notes that are displayed beneath the contact information. You can use BBCode here."] = "Notele suplimentare care sunt afișate sub informațiile de contact. Puteți folosi aici Codul BB.";
+$a->strings["How to contact the operator via email. (will be displayed obfuscated)"] = "Modul de contactare al operatorului prin e-mail. (va fi afișat eclipsat)";
+$a->strings["Footer note"] = "Notă de Subsol";
+$a->strings["Text for the footer. You can use BBCode here."] = "Textul de pagina de subsol. Puteți folosi aici Codul BB.";
diff --git a/infiniteimprobabilitydrive/lang/cs/messages.po b/infiniteimprobabilitydrive/lang/cs/messages.po
new file mode 100644
index 000000000..e264d1900
--- /dev/null
+++ b/infiniteimprobabilitydrive/lang/cs/messages.po
@@ -0,0 +1,24 @@
+# ADDON infiniteimprobabilitydrive
+# Copyright (C)
+# This file is distributed under the same license as the Friendica infiniteimprobabilitydrive addon package.
+#
+#
+# Translators:
+# Michal Šupler , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-07 19:12+0000\n"
+"Last-Translator: Michal Šupler \n"
+"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: infiniteimprobabilitydrive.php:19
+msgid "Infinite Improbability Drive"
+msgstr "Infinite Improbability Drive"
diff --git a/infiniteimprobabilitydrive/lang/cs/strings.php b/infiniteimprobabilitydrive/lang/cs/strings.php
index cd57a87ef..9dec8bccd 100644
--- a/infiniteimprobabilitydrive/lang/cs/strings.php
+++ b/infiniteimprobabilitydrive/lang/cs/strings.php
@@ -1,3 +1,8 @@
-strings["Infinite Improbability Drive"] = "Infinite Improbability Drive";
+=2 && $n<=4) ? 1 : 2;;
+}}
+;
+$a->strings["Infinite Improbability Drive"] = "Infinite Improbability Drive";
diff --git a/infiniteimprobabilitydrive/lang/de/messages.po b/infiniteimprobabilitydrive/lang/de/messages.po
new file mode 100644
index 000000000..e9ecccb50
--- /dev/null
+++ b/infiniteimprobabilitydrive/lang/de/messages.po
@@ -0,0 +1,24 @@
+# ADDON infiniteimprobabilitydrive
+# Copyright (C)
+# This file is distributed under the same license as the Friendica infiniteimprobabilitydrive addon package.
+#
+#
+# Translators:
+# bavatar , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-06 12:15+0000\n"
+"Last-Translator: bavatar \n"
+"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: infiniteimprobabilitydrive.php:19
+msgid "Infinite Improbability Drive"
+msgstr "Infinite Improbability Drive"
diff --git a/infiniteimprobabilitydrive/lang/de/strings.php b/infiniteimprobabilitydrive/lang/de/strings.php
index cd57a87ef..d98dd403e 100644
--- a/infiniteimprobabilitydrive/lang/de/strings.php
+++ b/infiniteimprobabilitydrive/lang/de/strings.php
@@ -1,3 +1,8 @@
-strings["Infinite Improbability Drive"] = "Infinite Improbability Drive";
+strings["Infinite Improbability Drive"] = "Infinite Improbability Drive";
diff --git a/infiniteimprobabilitydrive/lang/ro/messages.po b/infiniteimprobabilitydrive/lang/ro/messages.po
new file mode 100644
index 000000000..1a68b3431
--- /dev/null
+++ b/infiniteimprobabilitydrive/lang/ro/messages.po
@@ -0,0 +1,23 @@
+# ADDON infiniteimprobabilitydrive
+# Copyright (C)
+# This file is distributed under the same license as the Friendica infiniteimprobabilitydrive addon package.
+#
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-08 11:54+0000\n"
+"Last-Translator: Arian - Cazare Muncitori \n"
+"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ro_RO\n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
+
+#: infiniteimprobabilitydrive.php:19
+msgid "Infinite Improbability Drive"
+msgstr "Unitate improbabil infinită"
diff --git a/infiniteimprobabilitydrive/lang/ro/strings.php b/infiniteimprobabilitydrive/lang/ro/strings.php
new file mode 100644
index 000000000..b082c2e81
--- /dev/null
+++ b/infiniteimprobabilitydrive/lang/ro/strings.php
@@ -0,0 +1,8 @@
+19)||(($n%100==0)&&($n!=0)))?2:1));;
+}}
+;
+$a->strings["Infinite Improbability Drive"] = "Unitate improbabil infinită";
diff --git a/irc/lang/cs/messages.po b/irc/lang/cs/messages.po
new file mode 100644
index 000000000..a8e98f43f
--- /dev/null
+++ b/irc/lang/cs/messages.po
@@ -0,0 +1,48 @@
+# ADDON irc
+# Copyright (C)
+# This file is distributed under the same license as the Friendica irc addon package.
+#
+#
+# Translators:
+# Michal Šupler , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-07 19:12+0000\n"
+"Last-Translator: Michal Šupler \n"
+"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: irc.php:44
+msgid "IRC Settings"
+msgstr "IRC Nastavení"
+
+#: irc.php:46
+msgid "Channel(s) to auto connect (comma separated)"
+msgstr "Kanál(y) pro automatické připojení(oddělené čárkou)"
+
+#: irc.php:51
+msgid "Popular Channels (comma separated)"
+msgstr "Oblíbené Kanály (oddělené čárkou)"
+
+#: irc.php:55
+msgid "Save Settings"
+msgstr "Uložit Nastavení"
+
+#: irc.php:69
+msgid "IRC settings saved."
+msgstr "IRC Nastavení uloženo."
+
+#: irc.php:74
+msgid "IRC Chatroom"
+msgstr "IRC Místnost"
+
+#: irc.php:96
+msgid "Popular Channels"
+msgstr "Oblíbené kanály"
diff --git a/irc/lang/cs/strings.php b/irc/lang/cs/strings.php
index 6129c33c2..61fa1f34f 100644
--- a/irc/lang/cs/strings.php
+++ b/irc/lang/cs/strings.php
@@ -1,9 +1,14 @@
-strings["IRC Settings"] = "Nastavení IRC";
-$a->strings["Channel(s) to auto connect (comma separated)"] = "Kanál(y) pro automatické připojení(oddělené čárkou)";
-$a->strings["Popular Channels (comma separated)"] = "Oblíbené Kanály (oddělené čárkou)";
-$a->strings["Submit"] = "Odeslat";
-$a->strings["IRC settings saved."] = "Nastavení IRC uloženo.";
-$a->strings["IRC Chatroom"] = "IRC Místnost";
-$a->strings["Popular Channels"] = "Oblíbené kanály";
+=2 && $n<=4) ? 1 : 2;;
+}}
+;
+$a->strings["IRC Settings"] = "IRC Nastavení";
+$a->strings["Channel(s) to auto connect (comma separated)"] = "Kanál(y) pro automatické připojení(oddělené čárkou)";
+$a->strings["Popular Channels (comma separated)"] = "Oblíbené Kanály (oddělené čárkou)";
+$a->strings["Save Settings"] = "Uložit Nastavení";
+$a->strings["IRC settings saved."] = "IRC Nastavení uloženo.";
+$a->strings["IRC Chatroom"] = "IRC Místnost";
+$a->strings["Popular Channels"] = "Oblíbené kanály";
diff --git a/irc/lang/de/messages.po b/irc/lang/de/messages.po
new file mode 100644
index 000000000..278dd9d6b
--- /dev/null
+++ b/irc/lang/de/messages.po
@@ -0,0 +1,48 @@
+# ADDON irc
+# Copyright (C)
+# This file is distributed under the same license as the Friendica irc addon package.
+#
+#
+# Translators:
+# bavatar , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-08 19:15+0000\n"
+"Last-Translator: bavatar \n"
+"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: irc.php:44
+msgid "IRC Settings"
+msgstr "IRC Einstellungen"
+
+#: irc.php:46
+msgid "Channel(s) to auto connect (comma separated)"
+msgstr "mit diesen Kanälen soll man automatisch verbunden werden (Komma getrennt)"
+
+#: irc.php:51
+msgid "Popular Channels (comma separated)"
+msgstr "Beliebte Kanäle (mit Komma getrennt)"
+
+#: irc.php:55
+msgid "Save Settings"
+msgstr "Einstellungen speichern"
+
+#: irc.php:69
+msgid "IRC settings saved."
+msgstr "IRC Einstellungen gespeichert."
+
+#: irc.php:74
+msgid "IRC Chatroom"
+msgstr "IRC Chatraum"
+
+#: irc.php:96
+msgid "Popular Channels"
+msgstr "Beliebte Räume"
diff --git a/irc/lang/de/strings.php b/irc/lang/de/strings.php
index 02d4aa534..3bbb49727 100644
--- a/irc/lang/de/strings.php
+++ b/irc/lang/de/strings.php
@@ -1,9 +1,14 @@
-strings["IRC Settings"] = "IRC Einstellungen";
-$a->strings["Channel(s) to auto connect (comma separated)"] = "mit diesen Kanälen soll man automatisch verbunden werden (Komma getrennt)";
-$a->strings["Popular Channels (comma separated)"] = "Beliebte Kanäle (mit Komma getrennt)";
-$a->strings["Submit"] = "Senden";
-$a->strings["IRC settings saved."] = "IRC Einstellungen gespeichert.";
-$a->strings["IRC Chatroom"] = "IRC Chatraum";
-$a->strings["Popular Channels"] = "Beliebte Räume";
+strings["IRC Settings"] = "IRC Einstellungen";
+$a->strings["Channel(s) to auto connect (comma separated)"] = "mit diesen Kanälen soll man automatisch verbunden werden (Komma getrennt)";
+$a->strings["Popular Channels (comma separated)"] = "Beliebte Kanäle (mit Komma getrennt)";
+$a->strings["Save Settings"] = "Einstellungen speichern";
+$a->strings["IRC settings saved."] = "IRC Einstellungen gespeichert.";
+$a->strings["IRC Chatroom"] = "IRC Chatraum";
+$a->strings["Popular Channels"] = "Beliebte Räume";
diff --git a/irc/lang/ro/messages.po b/irc/lang/ro/messages.po
new file mode 100644
index 000000000..3fe389d0b
--- /dev/null
+++ b/irc/lang/ro/messages.po
@@ -0,0 +1,47 @@
+# ADDON irc
+# Copyright (C)
+# This file is distributed under the same license as the Friendica irc addon package.
+#
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-08 11:55+0000\n"
+"Last-Translator: Arian - Cazare Muncitori \n"
+"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ro_RO\n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
+
+#: irc.php:44
+msgid "IRC Settings"
+msgstr "Configurări IRC"
+
+#: irc.php:46
+msgid "Channel(s) to auto connect (comma separated)"
+msgstr "Canal(e) pentru auto-conectare (separate prin virgulă)"
+
+#: irc.php:51
+msgid "Popular Channels (comma separated)"
+msgstr "Canale Populare (separate prin virgulă)"
+
+#: irc.php:55
+msgid "Save Settings"
+msgstr "Salvare Configurări"
+
+#: irc.php:69
+msgid "IRC settings saved."
+msgstr "Configurările IRC au fost salvate."
+
+#: irc.php:74
+msgid "IRC Chatroom"
+msgstr "Spațiu Chat IRC"
+
+#: irc.php:96
+msgid "Popular Channels"
+msgstr "Canale populare"
diff --git a/irc/lang/ro/strings.php b/irc/lang/ro/strings.php
new file mode 100644
index 000000000..ff7c322c6
--- /dev/null
+++ b/irc/lang/ro/strings.php
@@ -0,0 +1,14 @@
+19)||(($n%100==0)&&($n!=0)))?2:1));;
+}}
+;
+$a->strings["IRC Settings"] = "Configurări IRC";
+$a->strings["Channel(s) to auto connect (comma separated)"] = "Canal(e) pentru auto-conectare (separate prin virgulă)";
+$a->strings["Popular Channels (comma separated)"] = "Canale Populare (separate prin virgulă)";
+$a->strings["Save Settings"] = "Salvare Configurări";
+$a->strings["IRC settings saved."] = "Configurările IRC au fost salvate.";
+$a->strings["IRC Chatroom"] = "Spațiu Chat IRC";
+$a->strings["Popular Channels"] = "Canale populare";
diff --git a/jappixmini/lang/cs/messages.po b/jappixmini/lang/cs/messages.po
new file mode 100644
index 000000000..92b74cbe3
--- /dev/null
+++ b/jappixmini/lang/cs/messages.po
@@ -0,0 +1,77 @@
+# ADDON jappixmini
+# Copyright (C)
+# This file is distributed under the same license as the Friendica jappixmini addon package.
+#
+#
+# Translators:
+# Michal Šupler , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-07 19:12+0000\n"
+"Last-Translator: Michal Šupler \n"
+"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: jappixmini.php:298 jappixmini.php:302
+msgid "Jappix Mini"
+msgstr "Jappix Mini"
+
+#: jappixmini.php:305
+msgid "Activate addon"
+msgstr "Aktivovat rozšíření"
+
+#: jappixmini.php:308
+msgid ""
+"Do not insert the Jappixmini Chat-Widget into the webinterface"
+msgstr "Nevlkádejte Jappixmini Chat-Widget do webového rozhraní"
+
+#: jappixmini.php:311
+msgid "Jabber username"
+msgstr "Jabber uživatelské jméno"
+
+#: jappixmini.php:314
+msgid "Jabber server"
+msgstr "Jabber server"
+
+#: jappixmini.php:319
+msgid "Jabber BOSH host"
+msgstr "Jabber BOSH host"
+
+#: jappixmini.php:325
+msgid "Jabber password"
+msgstr "Jabber heslo"
+
+#: jappixmini.php:330
+msgid "Encrypt Jabber password with Friendica password (recommended)"
+msgstr "Zašifrovat Jabber heslo s heslem Friendica (doporučeno)"
+
+#: jappixmini.php:333
+msgid "Friendica password"
+msgstr "Friendica heslo"
+
+#: jappixmini.php:336
+msgid "Approve subscription requests from Friendica contacts automatically"
+msgstr "Automaticky schválit požadavek na členství od Friedica kontaktů."
+
+#: jappixmini.php:339
+msgid "Subscribe to Friendica contacts automatically"
+msgstr "Automaticky zaslat požadavek na členství Friedica kontaktům."
+
+#: jappixmini.php:342
+msgid "Purge internal list of jabber addresses of contacts"
+msgstr "Očistit interní seznam jabber adres kontaktů"
+
+#: jappixmini.php:347
+msgid "Save Settings"
+msgstr "Uložit Nastavení"
+
+#: jappixmini.php:348
+msgid "Add contact"
+msgstr "Přidat kontakt"
diff --git a/jappixmini/lang/cs/strings.php b/jappixmini/lang/cs/strings.php
index 2be6042ac..2aecb88ba 100644
--- a/jappixmini/lang/cs/strings.php
+++ b/jappixmini/lang/cs/strings.php
@@ -1,16 +1,21 @@
-strings["Jappix Mini addon settings"] = "Nastavení rozšíření Jappix Mini";
-$a->strings["Activate addon"] = "Aktivovat rozšíření";
-$a->strings["Do not insert the Jappixmini Chat-Widget into the webinterface"] = "Nevlkádejte Jappixmini Chat-Widget do webového rozhraní";
-$a->strings["Jabber username"] = "Jabber uživatelské jméno";
-$a->strings["Jabber server"] = "Jabber server";
-$a->strings["Jabber BOSH host"] = "Jabber BOSH host";
-$a->strings["Jabber password"] = "Jabber heslo";
-$a->strings["Encrypt Jabber password with Friendica password (recommended)"] = "Zašifrovat Jabber heslo s heslem Friendica (doporučeno)";
-$a->strings["Friendica password"] = "Friendica heslo";
-$a->strings["Approve subscription requests from Friendica contacts automatically"] = "Automaticky schválit požadavek na členství od Friedica kontaktů.";
-$a->strings["Subscribe to Friendica contacts automatically"] = "Automaticky zaslat požadavek na členství Friedica kontaktům.";
-$a->strings["Purge internal list of jabber addresses of contacts"] = "Očistit interní seznam jabber adres kontaktů";
-$a->strings["Submit"] = "Odeslat";
-$a->strings["Add contact"] = "Přidat kontakt";
+=2 && $n<=4) ? 1 : 2;;
+}}
+;
+$a->strings["Jappix Mini"] = "Jappix Mini";
+$a->strings["Activate addon"] = "Aktivovat rozšíření";
+$a->strings["Do not insert the Jappixmini Chat-Widget into the webinterface"] = "Nevlkádejte Jappixmini Chat-Widget do webového rozhraní";
+$a->strings["Jabber username"] = "Jabber uživatelské jméno";
+$a->strings["Jabber server"] = "Jabber server";
+$a->strings["Jabber BOSH host"] = "Jabber BOSH host";
+$a->strings["Jabber password"] = "Jabber heslo";
+$a->strings["Encrypt Jabber password with Friendica password (recommended)"] = "Zašifrovat Jabber heslo s heslem Friendica (doporučeno)";
+$a->strings["Friendica password"] = "Friendica heslo";
+$a->strings["Approve subscription requests from Friendica contacts automatically"] = "Automaticky schválit požadavek na členství od Friedica kontaktů.";
+$a->strings["Subscribe to Friendica contacts automatically"] = "Automaticky zaslat požadavek na členství Friedica kontaktům.";
+$a->strings["Purge internal list of jabber addresses of contacts"] = "Očistit interní seznam jabber adres kontaktů";
+$a->strings["Save Settings"] = "Uložit Nastavení";
+$a->strings["Add contact"] = "Přidat kontakt";
diff --git a/jappixmini/lang/ro/messages.po b/jappixmini/lang/ro/messages.po
new file mode 100644
index 000000000..b1fb603a1
--- /dev/null
+++ b/jappixmini/lang/ro/messages.po
@@ -0,0 +1,76 @@
+# ADDON jappixmini
+# Copyright (C)
+# This file is distributed under the same license as the Friendica jappixmini addon package.
+#
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-08 11:55+0000\n"
+"Last-Translator: Arian - Cazare Muncitori \n"
+"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ro_RO\n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
+
+#: jappixmini.php:298 jappixmini.php:302
+msgid "Jappix Mini"
+msgstr "Jappix Mini"
+
+#: jappixmini.php:305
+msgid "Activate addon"
+msgstr "Activare supliment"
+
+#: jappixmini.php:308
+msgid ""
+"Do not insert the Jappixmini Chat-Widget into the webinterface"
+msgstr "Nu se introduce Jappixmini Chat-Widget în interfața web"
+
+#: jappixmini.php:311
+msgid "Jabber username"
+msgstr "Utilizator Jabber "
+
+#: jappixmini.php:314
+msgid "Jabber server"
+msgstr "Server Jabber "
+
+#: jappixmini.php:319
+msgid "Jabber BOSH host"
+msgstr "Host BOSH Jabber"
+
+#: jappixmini.php:325
+msgid "Jabber password"
+msgstr "Parolă Jabber "
+
+#: jappixmini.php:330
+msgid "Encrypt Jabber password with Friendica password (recommended)"
+msgstr "Criptare parolă Jabber cu parola Friendica (recomandat)"
+
+#: jappixmini.php:333
+msgid "Friendica password"
+msgstr "Parolă Friendica "
+
+#: jappixmini.php:336
+msgid "Approve subscription requests from Friendica contacts automatically"
+msgstr "Aprobare solicitări de subscriere din contactele Friendica, în mod automat"
+
+#: jappixmini.php:339
+msgid "Subscribe to Friendica contacts automatically"
+msgstr "Abonare automată la contactele Friendica"
+
+#: jappixmini.php:342
+msgid "Purge internal list of jabber addresses of contacts"
+msgstr "Curățare listă internă a adreselor de contact jabber"
+
+#: jappixmini.php:347
+msgid "Save Settings"
+msgstr "Salvare Configurări"
+
+#: jappixmini.php:348
+msgid "Add contact"
+msgstr "Adăugare contact"
diff --git a/jappixmini/lang/ro/strings.php b/jappixmini/lang/ro/strings.php
new file mode 100644
index 000000000..a718a933a
--- /dev/null
+++ b/jappixmini/lang/ro/strings.php
@@ -0,0 +1,21 @@
+19)||(($n%100==0)&&($n!=0)))?2:1));;
+}}
+;
+$a->strings["Jappix Mini"] = "Jappix Mini";
+$a->strings["Activate addon"] = "Activare supliment";
+$a->strings["Do not insert the Jappixmini Chat-Widget into the webinterface"] = "Nu se introduce Jappixmini Chat-Widget în interfața web";
+$a->strings["Jabber username"] = "Utilizator Jabber ";
+$a->strings["Jabber server"] = "Server Jabber ";
+$a->strings["Jabber BOSH host"] = "Host BOSH Jabber";
+$a->strings["Jabber password"] = "Parolă Jabber ";
+$a->strings["Encrypt Jabber password with Friendica password (recommended)"] = "Criptare parolă Jabber cu parola Friendica (recomandat)";
+$a->strings["Friendica password"] = "Parolă Friendica ";
+$a->strings["Approve subscription requests from Friendica contacts automatically"] = "Aprobare solicitări de subscriere din contactele Friendica, în mod automat";
+$a->strings["Subscribe to Friendica contacts automatically"] = "Abonare automată la contactele Friendica";
+$a->strings["Purge internal list of jabber addresses of contacts"] = "Curățare listă internă a adreselor de contact jabber";
+$a->strings["Save Settings"] = "Salvare Configurări";
+$a->strings["Add contact"] = "Adăugare contact";
diff --git a/js_upload/lang/cs/messages.po b/js_upload/lang/cs/messages.po
new file mode 100644
index 000000000..7515f7fd2
--- /dev/null
+++ b/js_upload/lang/cs/messages.po
@@ -0,0 +1,56 @@
+# ADDON js_upload
+# Copyright (C)
+# This file is distributed under the same license as the Friendica js_upload addon package.
+#
+#
+# Translators:
+# Michal Šupler , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-07 19:13+0000\n"
+"Last-Translator: Michal Šupler \n"
+"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: js_upload.php:43
+msgid "Upload a file"
+msgstr "Nahrát soubor"
+
+#: js_upload.php:44
+msgid "Drop files here to upload"
+msgstr "Přeneste sem soubory k nahrání"
+
+#: js_upload.php:45
+msgid "Cancel"
+msgstr "Zrušit"
+
+#: js_upload.php:46
+msgid "Failed"
+msgstr "Neúspěch"
+
+#: js_upload.php:303
+msgid "No files were uploaded."
+msgstr "Žádné soubory nebyly nahrány."
+
+#: js_upload.php:309
+msgid "Uploaded file is empty"
+msgstr "Nahraný soubor je prázdný"
+
+#: js_upload.php:321
+msgid "Image exceeds size limit of "
+msgstr "Velikost obrázku překračuje limit velikosti"
+
+#: js_upload.php:332
+msgid "File has an invalid extension, it should be one of "
+msgstr "Soubor má neplatnou příponu, ta by měla být jednou z"
+
+#: js_upload.php:343
+msgid "Upload was cancelled, or server error encountered"
+msgstr "Nahrávání bylo zrušeno nebo došlo k chybě na serveru"
diff --git a/js_upload/lang/cs/strings.php b/js_upload/lang/cs/strings.php
index fa1d67df3..6cb6b6549 100644
--- a/js_upload/lang/cs/strings.php
+++ b/js_upload/lang/cs/strings.php
@@ -1,11 +1,16 @@
-strings["Upload a file"] = "Nahrát soubor";
-$a->strings["Drop files here to upload"] = "Přeneste sem soubory k nahrání";
-$a->strings["Cancel"] = "Zrušit";
-$a->strings["Failed"] = "Neúspěch";
-$a->strings["No files were uploaded."] = "Žádné soubory nebyly nahrány.";
-$a->strings["Uploaded file is empty"] = "Nahraný soubor je prázdný";
-$a->strings["Image exceeds size limit of "] = "Velikost obrázku překračuje limit velikosti";
-$a->strings["File has an invalid extension, it should be one of "] = "Soubor má neplatnou příponu, ta by měla být jednou z";
-$a->strings["Upload was cancelled, or server error encountered"] = "Nahrávání bylo zrušeno nebo došlo k chybě na serveru";
+=2 && $n<=4) ? 1 : 2;;
+}}
+;
+$a->strings["Upload a file"] = "Nahrát soubor";
+$a->strings["Drop files here to upload"] = "Přeneste sem soubory k nahrání";
+$a->strings["Cancel"] = "Zrušit";
+$a->strings["Failed"] = "Neúspěch";
+$a->strings["No files were uploaded."] = "Žádné soubory nebyly nahrány.";
+$a->strings["Uploaded file is empty"] = "Nahraný soubor je prázdný";
+$a->strings["Image exceeds size limit of "] = "Velikost obrázku překračuje limit velikosti";
+$a->strings["File has an invalid extension, it should be one of "] = "Soubor má neplatnou příponu, ta by měla být jednou z";
+$a->strings["Upload was cancelled, or server error encountered"] = "Nahrávání bylo zrušeno nebo došlo k chybě na serveru";
diff --git a/js_upload/lang/de/messages.po b/js_upload/lang/de/messages.po
new file mode 100644
index 000000000..c93bfa324
--- /dev/null
+++ b/js_upload/lang/de/messages.po
@@ -0,0 +1,56 @@
+# ADDON js_upload
+# Copyright (C)
+# This file is distributed under the same license as the Friendica js_upload addon package.
+#
+#
+# Translators:
+# bavatar , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-11 06:01+0000\n"
+"Last-Translator: bavatar \n"
+"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: js_upload.php:43
+msgid "Upload a file"
+msgstr "Datei hochladen"
+
+#: js_upload.php:44
+msgid "Drop files here to upload"
+msgstr "Ziehe die Dateien hierher die du hochladen willst"
+
+#: js_upload.php:45
+msgid "Cancel"
+msgstr "Abbrechen"
+
+#: js_upload.php:46
+msgid "Failed"
+msgstr "Fehlgeschlagen"
+
+#: js_upload.php:303
+msgid "No files were uploaded."
+msgstr "Keine Dateien hochgeladen."
+
+#: js_upload.php:309
+msgid "Uploaded file is empty"
+msgstr "Hochgeladene Datei ist leer"
+
+#: js_upload.php:321
+msgid "Image exceeds size limit of "
+msgstr "Die Bildgröße übersteigt das Limit von "
+
+#: js_upload.php:332
+msgid "File has an invalid extension, it should be one of "
+msgstr "Die Dateiextension ist nicht erlaubt, sie muss eine der folgenden sein "
+
+#: js_upload.php:343
+msgid "Upload was cancelled, or server error encountered"
+msgstr "Upload abgebrochen oder Serverfehler aufgetreten"
diff --git a/js_upload/lang/de/strings.php b/js_upload/lang/de/strings.php
index 282ffac7d..5a680cb23 100644
--- a/js_upload/lang/de/strings.php
+++ b/js_upload/lang/de/strings.php
@@ -1,11 +1,16 @@
-strings["Upload a file"] = "Datei hochladen";
-$a->strings["Drop files here to upload"] = "Ziehe Dateien hierher, um sie hochzuladen";
-$a->strings["Cancel"] = "Abbrechen";
-$a->strings["Failed"] = "Fehlgeschlagen";
-$a->strings["No files were uploaded."] = "Keine Dateien hochgeladen.";
-$a->strings["Uploaded file is empty"] = "Hochgeladene Datei ist leer";
-$a->strings["Image exceeds size limit of "] = "Die Bildgröße übersteigt das Limit von ";
-$a->strings["File has an invalid extension, it should be one of "] = "Die Dateierweiterung ist nicht erlaubt, sie muss eine der folgenden sein ";
-$a->strings["Upload was cancelled, or server error encountered"] = "Upload abgebrochen oder Serverfehler aufgetreten";
+strings["Upload a file"] = "Datei hochladen";
+$a->strings["Drop files here to upload"] = "Ziehe die Dateien hierher die du hochladen willst";
+$a->strings["Cancel"] = "Abbrechen";
+$a->strings["Failed"] = "Fehlgeschlagen";
+$a->strings["No files were uploaded."] = "Keine Dateien hochgeladen.";
+$a->strings["Uploaded file is empty"] = "Hochgeladene Datei ist leer";
+$a->strings["Image exceeds size limit of "] = "Die Bildgröße übersteigt das Limit von ";
+$a->strings["File has an invalid extension, it should be one of "] = "Die Dateiextension ist nicht erlaubt, sie muss eine der folgenden sein ";
+$a->strings["Upload was cancelled, or server error encountered"] = "Upload abgebrochen oder Serverfehler aufgetreten";
diff --git a/js_upload/lang/ro/messages.po b/js_upload/lang/ro/messages.po
new file mode 100644
index 000000000..47dd08afa
--- /dev/null
+++ b/js_upload/lang/ro/messages.po
@@ -0,0 +1,55 @@
+# ADDON js_upload
+# Copyright (C)
+# This file is distributed under the same license as the Friendica js_upload addon package.
+#
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-08 11:56+0000\n"
+"Last-Translator: Arian - Cazare Muncitori \n"
+"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ro_RO\n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
+
+#: js_upload.php:43
+msgid "Upload a file"
+msgstr "Încărcați un fișier"
+
+#: js_upload.php:44
+msgid "Drop files here to upload"
+msgstr "Fixați fișierele aici pentru încărcare"
+
+#: js_upload.php:45
+msgid "Cancel"
+msgstr "Anulare"
+
+#: js_upload.php:46
+msgid "Failed"
+msgstr "Eșuat"
+
+#: js_upload.php:303
+msgid "No files were uploaded."
+msgstr "Nici un fișier nu a fost încărcat."
+
+#: js_upload.php:309
+msgid "Uploaded file is empty"
+msgstr "Fișierul încărcat este gol"
+
+#: js_upload.php:321
+msgid "Image exceeds size limit of "
+msgstr "Dimensiunea imaginii depășește limita de"
+
+#: js_upload.php:332
+msgid "File has an invalid extension, it should be one of "
+msgstr "Fișierul are o extensie invalidă, acesta trebuie să fie una de tipul"
+
+#: js_upload.php:343
+msgid "Upload was cancelled, or server error encountered"
+msgstr "Încărcarea a fost anulată, sau a apărut o eroare de server"
diff --git a/js_upload/lang/ro/strings.php b/js_upload/lang/ro/strings.php
new file mode 100644
index 000000000..778210e77
--- /dev/null
+++ b/js_upload/lang/ro/strings.php
@@ -0,0 +1,16 @@
+19)||(($n%100==0)&&($n!=0)))?2:1));;
+}}
+;
+$a->strings["Upload a file"] = "Încărcați un fișier";
+$a->strings["Drop files here to upload"] = "Fixați fișierele aici pentru încărcare";
+$a->strings["Cancel"] = "Anulare";
+$a->strings["Failed"] = "Eșuat";
+$a->strings["No files were uploaded."] = "Nici un fișier nu a fost încărcat.";
+$a->strings["Uploaded file is empty"] = "Fișierul încărcat este gol";
+$a->strings["Image exceeds size limit of "] = "Dimensiunea imaginii depășește limita de";
+$a->strings["File has an invalid extension, it should be one of "] = "Fișierul are o extensie invalidă, acesta trebuie să fie una de tipul";
+$a->strings["Upload was cancelled, or server error encountered"] = "Încărcarea a fost anulată, sau a apărut o eroare de server";
diff --git a/ldapauth/lang/C/messages.po b/ldapauth/lang/C/messages.po
new file mode 100644
index 000000000..e69de29bb
diff --git a/libertree/lang/cs/messages.po b/libertree/lang/cs/messages.po
new file mode 100644
index 000000000..9ec8e31b0
--- /dev/null
+++ b/libertree/lang/cs/messages.po
@@ -0,0 +1,48 @@
+# ADDON libertree
+# Copyright (C)
+# This file is distributed under the same license as the Friendica libertree addon package.
+#
+#
+# Translators:
+# Michal Šupler , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-07 19:13+0000\n"
+"Last-Translator: Michal Šupler \n"
+"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: libertree.php:36
+msgid "Post to libertree"
+msgstr "Poslat na libertree"
+
+#: libertree.php:67 libertree.php:71
+msgid "libertree Export"
+msgstr "libertree export"
+
+#: libertree.php:75
+msgid "Enable Libertree Post Plugin"
+msgstr "Povolit Libertree Post rozšíření"
+
+#: libertree.php:80
+msgid "Libertree API token"
+msgstr "Libertree API token"
+
+#: libertree.php:85
+msgid "Libertree site URL"
+msgstr "URL adresa Libertree "
+
+#: libertree.php:90
+msgid "Post to Libertree by default"
+msgstr "Defaultně poslat na Libertree"
+
+#: libertree.php:96
+msgid "Save Settings"
+msgstr "Uložit Nastavení"
diff --git a/libertree/lang/cs/strings.php b/libertree/lang/cs/strings.php
index 51164954f..fd0ffd188 100644
--- a/libertree/lang/cs/strings.php
+++ b/libertree/lang/cs/strings.php
@@ -1,9 +1,14 @@
-strings["Post to libertree"] = "Poslat na Libertree";
-$a->strings["libertree Post Settings"] = "Nastavení Libertree příspěvků";
-$a->strings["Enable Libertree Post Plugin"] = "Povolit Libertree Post rozšíření";
-$a->strings["Libertree API token"] = "Libertree API token";
-$a->strings["Libertree site URL"] = "URL adresa Libertree ";
-$a->strings["Post to Libertree by default"] = "Defaultně poslat na Libertree";
-$a->strings["Submit"] = "Odeslat";
+=2 && $n<=4) ? 1 : 2;;
+}}
+;
+$a->strings["Post to libertree"] = "Poslat na libertree";
+$a->strings["libertree Export"] = "libertree export";
+$a->strings["Enable Libertree Post Plugin"] = "Povolit Libertree Post rozšíření";
+$a->strings["Libertree API token"] = "Libertree API token";
+$a->strings["Libertree site URL"] = "URL adresa Libertree ";
+$a->strings["Post to Libertree by default"] = "Defaultně poslat na Libertree";
+$a->strings["Save Settings"] = "Uložit Nastavení";
diff --git a/libertree/lang/de/messages.po b/libertree/lang/de/messages.po
new file mode 100644
index 000000000..a07d5ba6f
--- /dev/null
+++ b/libertree/lang/de/messages.po
@@ -0,0 +1,48 @@
+# ADDON libertree
+# Copyright (C)
+# This file is distributed under the same license as the Friendica libertree addon package.
+#
+#
+# Translators:
+# bavatar , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-11 06:27+0000\n"
+"Last-Translator: bavatar \n"
+"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: libertree.php:36
+msgid "Post to libertree"
+msgstr "bei libertree veröffentlichen"
+
+#: libertree.php:67 libertree.php:71
+msgid "libertree Export"
+msgstr "Blogger Export"
+
+#: libertree.php:75
+msgid "Enable Libertree Post Plugin"
+msgstr "Libertree Post Plugin aktivieren"
+
+#: libertree.php:80
+msgid "Libertree API token"
+msgstr "Libertree API Token"
+
+#: libertree.php:85
+msgid "Libertree site URL"
+msgstr "Libertree URL"
+
+#: libertree.php:90
+msgid "Post to Libertree by default"
+msgstr "Standardmäßig bei libertree veröffentlichen"
+
+#: libertree.php:96
+msgid "Save Settings"
+msgstr "Einstellungen speichern"
diff --git a/libertree/lang/de/strings.php b/libertree/lang/de/strings.php
index 553089fdf..9190262c5 100644
--- a/libertree/lang/de/strings.php
+++ b/libertree/lang/de/strings.php
@@ -1,9 +1,14 @@
-strings["Post to libertree"] = "bei libertree veröffentlichen";
-$a->strings["libertree Post Settings"] = "libertree Post Einstellungen";
-$a->strings["Enable Libertree Post Plugin"] = "Libertree Post Plugin aktivieren";
-$a->strings["Libertree API token"] = "Libertree API Token";
-$a->strings["Libertree site URL"] = "Libertree URL";
-$a->strings["Post to Libertree by default"] = "Standardmäßig bei libertree veröffentlichen";
-$a->strings["Submit"] = "Senden";
+strings["Post to libertree"] = "bei libertree veröffentlichen";
+$a->strings["libertree Export"] = "Blogger Export";
+$a->strings["Enable Libertree Post Plugin"] = "Libertree Post Plugin aktivieren";
+$a->strings["Libertree API token"] = "Libertree API Token";
+$a->strings["Libertree site URL"] = "Libertree URL";
+$a->strings["Post to Libertree by default"] = "Standardmäßig bei libertree veröffentlichen";
+$a->strings["Save Settings"] = "Einstellungen speichern";
diff --git a/libertree/lang/ro/messages.po b/libertree/lang/ro/messages.po
new file mode 100644
index 000000000..a24d3363a
--- /dev/null
+++ b/libertree/lang/ro/messages.po
@@ -0,0 +1,47 @@
+# ADDON libertree
+# Copyright (C)
+# This file is distributed under the same license as the Friendica libertree addon package.
+#
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-08 11:56+0000\n"
+"Last-Translator: Arian - Cazare Muncitori \n"
+"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ro_RO\n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
+
+#: libertree.php:36
+msgid "Post to libertree"
+msgstr "Postați pe libertree"
+
+#: libertree.php:67 libertree.php:71
+msgid "libertree Export"
+msgstr "Export Libertree"
+
+#: libertree.php:75
+msgid "Enable Libertree Post Plugin"
+msgstr "Activare Modul Postare Libertree"
+
+#: libertree.php:80
+msgid "Libertree API token"
+msgstr "Token API Libertree"
+
+#: libertree.php:85
+msgid "Libertree site URL"
+msgstr "URL site Libertree"
+
+#: libertree.php:90
+msgid "Post to Libertree by default"
+msgstr "Postați implicit pe Libertree"
+
+#: libertree.php:96
+msgid "Save Settings"
+msgstr "Salvare Configurări"
diff --git a/libertree/lang/ro/strings.php b/libertree/lang/ro/strings.php
new file mode 100644
index 000000000..aedb9698b
--- /dev/null
+++ b/libertree/lang/ro/strings.php
@@ -0,0 +1,14 @@
+19)||(($n%100==0)&&($n!=0)))?2:1));;
+}}
+;
+$a->strings["Post to libertree"] = "Postați pe libertree";
+$a->strings["libertree Export"] = "Export Libertree";
+$a->strings["Enable Libertree Post Plugin"] = "Activare Modul Postare Libertree";
+$a->strings["Libertree API token"] = "Token API Libertree";
+$a->strings["Libertree site URL"] = "URL site Libertree";
+$a->strings["Post to Libertree by default"] = "Postați implicit pe Libertree";
+$a->strings["Save Settings"] = "Salvare Configurări";
diff --git a/libravatar/lang/cs/messages.po b/libravatar/lang/cs/messages.po
new file mode 100644
index 000000000..cd79abbf1
--- /dev/null
+++ b/libravatar/lang/cs/messages.po
@@ -0,0 +1,84 @@
+# ADDON libravatar
+# Copyright (C)
+# This file is distributed under the same license as the Friendica libravatar addon package.
+#
+#
+# Translators:
+# Michal Šupler , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-07 19:14+0000\n"
+"Last-Translator: Michal Šupler \n"
+"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: libravatar.php:14
+msgid "Could NOT install Libravatar successfully.
It requires PHP >= 5.3"
+msgstr "Libravatar není možné úspěšně nainstalovat .
Vyžaduje PHP >= 5.3"
+
+#: libravatar.php:73
+msgid "generic profile image"
+msgstr "generický profilový obrázek"
+
+#: libravatar.php:74
+msgid "random geometric pattern"
+msgstr "náhodný geometrický vzor"
+
+#: libravatar.php:75
+msgid "monster face"
+msgstr "tvář příšery"
+
+#: libravatar.php:76
+msgid "computer generated face"
+msgstr "počítačově generovaná tvář"
+
+#: libravatar.php:77
+msgid "retro arcade style face"
+msgstr "tvář v retro arkádovém stylu"
+
+#: libravatar.php:82
+msgid "Warning"
+msgstr "Omezení"
+
+#: libravatar.php:83
+#, php-format
+msgid "Your PHP version %s is lower than the required PHP >= 5.3."
+msgstr "Vaše PHP verze %s je nižší než požadovaná PHP >= 5.3."
+
+#: libravatar.php:84
+msgid "This addon is not functional on your server."
+msgstr "Tento doplněk není funkční na Vašem serveru."
+
+#: libravatar.php:93
+msgid "Information"
+msgstr "Informace"
+
+#: libravatar.php:93
+msgid ""
+"Gravatar addon is installed. Please disable the Gravatar addon.
The "
+"Libravatar addon will fall back to Gravatar if nothing was found at "
+"Libravatar."
+msgstr "Gravatar doplněk je nainstalován. Prosím zakažte doplněk Gravatar.
Libravatar doplněk se vrátí k doplňku Gravatar, pokud na Libravataru nebude nic nalezeno."
+
+#: libravatar.php:99
+msgid "Save Settings"
+msgstr "Uložit Nastavení"
+
+#: libravatar.php:100
+msgid "Default avatar image"
+msgstr "Defaultní obrázek avataru"
+
+#: libravatar.php:100
+msgid "Select default avatar image if none was found. See README"
+msgstr "Vyberte defaultní avatar obrázek pokud nebyl žádný nalezen. Více viz. soubor README."
+
+#: libravatar.php:112
+msgid "Libravatar settings updated."
+msgstr "Nastavení Libravatar aktualizováno."
diff --git a/libravatar/lang/cs/strings.php b/libravatar/lang/cs/strings.php
index 4c5c87c7b..ed55ecb61 100644
--- a/libravatar/lang/cs/strings.php
+++ b/libravatar/lang/cs/strings.php
@@ -1,17 +1,22 @@
-strings["Could NOT install Libravatar successfully.
It requires PHP >= 5.3"] = "Libravatar není možné úspěšně nainstalovat .
Vyžaduje PHP >= 5.3";
-$a->strings["generic profile image"] = "generický profilový obrázek";
-$a->strings["random geometric pattern"] = "náhodný geometrický vzor";
-$a->strings["monster face"] = "tvář příšery";
-$a->strings["computer generated face"] = "počítačově generovaná tvář";
-$a->strings["retro arcade style face"] = "tvář v retro arkádovém stylu";
-$a->strings["Warning"] = "Varování";
-$a->strings["Your PHP version %s is lower than the required PHP >= 5.3."] = "Vaše PHP verze %s je nižší než požadovaná PHP >= 5.3.";
-$a->strings["This addon is not functional on your server."] = "Tento doplněk není funkční na Vašem serveru.";
-$a->strings["Information"] = "Informace";
-$a->strings["Gravatar addon is installed. Please disable the Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "Gravatar doplněk je nainstalován. Prosím zakažte doplněk Gravatar.
Libravatar doplněk se vrátí k doplňku Gravatar, pokud na Libravataru nebude nic nalezeno.";
-$a->strings["Submit"] = "Odeslat";
-$a->strings["Default avatar image"] = "Defaultní obrázek avataru";
-$a->strings["Select default avatar image if none was found. See README"] = "Vyberte defaultní avatar obrázek pokud nebyl žádný nalezen. Více viz. soubor README.";
-$a->strings["Libravatar settings updated."] = "Nastavení Libravatar aktualizováno.";
+=2 && $n<=4) ? 1 : 2;;
+}}
+;
+$a->strings["Could NOT install Libravatar successfully.
It requires PHP >= 5.3"] = "Libravatar není možné úspěšně nainstalovat .
Vyžaduje PHP >= 5.3";
+$a->strings["generic profile image"] = "generický profilový obrázek";
+$a->strings["random geometric pattern"] = "náhodný geometrický vzor";
+$a->strings["monster face"] = "tvář příšery";
+$a->strings["computer generated face"] = "počítačově generovaná tvář";
+$a->strings["retro arcade style face"] = "tvář v retro arkádovém stylu";
+$a->strings["Warning"] = "Omezení";
+$a->strings["Your PHP version %s is lower than the required PHP >= 5.3."] = "Vaše PHP verze %s je nižší než požadovaná PHP >= 5.3.";
+$a->strings["This addon is not functional on your server."] = "Tento doplněk není funkční na Vašem serveru.";
+$a->strings["Information"] = "Informace";
+$a->strings["Gravatar addon is installed. Please disable the Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "Gravatar doplněk je nainstalován. Prosím zakažte doplněk Gravatar.
Libravatar doplněk se vrátí k doplňku Gravatar, pokud na Libravataru nebude nic nalezeno.";
+$a->strings["Save Settings"] = "Uložit Nastavení";
+$a->strings["Default avatar image"] = "Defaultní obrázek avataru";
+$a->strings["Select default avatar image if none was found. See README"] = "Vyberte defaultní avatar obrázek pokud nebyl žádný nalezen. Více viz. soubor README.";
+$a->strings["Libravatar settings updated."] = "Nastavení Libravatar aktualizováno.";
diff --git a/libravatar/lang/de/messages.po b/libravatar/lang/de/messages.po
new file mode 100644
index 000000000..167df0eda
--- /dev/null
+++ b/libravatar/lang/de/messages.po
@@ -0,0 +1,84 @@
+# ADDON libravatar
+# Copyright (C)
+# This file is distributed under the same license as the Friendica libravatar addon package.
+#
+#
+# Translators:
+# bavatar , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-11 06:25+0000\n"
+"Last-Translator: bavatar \n"
+"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: libravatar.php:14
+msgid "Could NOT install Libravatar successfully.
It requires PHP >= 5.3"
+msgstr "Kann Libravatar NICHT erfolgreich installieren.
PHP >=5.3 wird benötigt"
+
+#: libravatar.php:73
+msgid "generic profile image"
+msgstr "allgemeines Profilbild"
+
+#: libravatar.php:74
+msgid "random geometric pattern"
+msgstr "zufällig erzeugtes geometrisches Muster"
+
+#: libravatar.php:75
+msgid "monster face"
+msgstr "Monstergesicht"
+
+#: libravatar.php:76
+msgid "computer generated face"
+msgstr "Computergesicht"
+
+#: libravatar.php:77
+msgid "retro arcade style face"
+msgstr "Retro Arcade Design Gesicht"
+
+#: libravatar.php:82
+msgid "Warning"
+msgstr "Warnung"
+
+#: libravatar.php:83
+#, php-format
+msgid "Your PHP version %s is lower than the required PHP >= 5.3."
+msgstr "Deine PHP Version %s ist niedriger als die benötigte Version PHP >= 5.3."
+
+#: libravatar.php:84
+msgid "This addon is not functional on your server."
+msgstr "Dieses Addon funktioniert auf deinem Server nicht."
+
+#: libravatar.php:93
+msgid "Information"
+msgstr "Information"
+
+#: libravatar.php:93
+msgid ""
+"Gravatar addon is installed. Please disable the Gravatar addon.
The "
+"Libravatar addon will fall back to Gravatar if nothing was found at "
+"Libravatar."
+msgstr "Das Gravatar Addon ist installiert. Bitte schalte das Gravatar Addon aus.
Das Libravatar Addon nutzt Gravater, sollte nichts auf Libravatar gefunden werden."
+
+#: libravatar.php:99
+msgid "Save Settings"
+msgstr "Einstellungen speichern"
+
+#: libravatar.php:100
+msgid "Default avatar image"
+msgstr "Standard Profilbild "
+
+#: libravatar.php:100
+msgid "Select default avatar image if none was found. See README"
+msgstr "Das Standard Avatar Bild wurde nicht gefunden. Siehe README"
+
+#: libravatar.php:112
+msgid "Libravatar settings updated."
+msgstr "Libravatar Einstellungen sind aktualisiert."
diff --git a/libravatar/lang/de/strings.php b/libravatar/lang/de/strings.php
index 9750809a9..0e2cbb63c 100644
--- a/libravatar/lang/de/strings.php
+++ b/libravatar/lang/de/strings.php
@@ -1,17 +1,22 @@
-strings["Could NOT install Libravatar successfully.
It requires PHP >= 5.3"] = "Kann Libravatar NICHT erfolgreich installieren.
PHP >=5.3 wird benötigt";
-$a->strings["generic profile image"] = "allgemeines Profilbild";
-$a->strings["random geometric pattern"] = "zufällig erzeugtes geometrisches Muster";
-$a->strings["monster face"] = "Monstergesicht";
-$a->strings["computer generated face"] = "Computergesicht";
-$a->strings["retro arcade style face"] = "Retro Arcade Design Gesicht";
-$a->strings["Warning"] = "Warnung";
-$a->strings["Your PHP version %s is lower than the required PHP >= 5.3."] = "Deine PHP Version %s ist niedriger als die benötigte Version PHP >= 5.3.";
-$a->strings["This addon is not functional on your server."] = "Dieses Addon funktioniert auf deinem Server nicht.";
-$a->strings["Information"] = "Information";
-$a->strings["Gravatar addon is installed. Please disable the Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "Das Gravatar Addon ist installiert. Bitte schalte das Gravatar Addon aus.
Das Libravatar Addon nutzt Gravater, sollte nichts auf Libravatar gefunden werden.";
-$a->strings["Submit"] = "Senden";
-$a->strings["Default avatar image"] = "Standard Profilbild ";
-$a->strings["Select default avatar image if none was found. See README"] = "Das Standard Avatar Bild wurde nicht gefunden. Siehe README";
-$a->strings["Libravatar settings updated."] = "Libravatar Einstellungen sind aktualisiert.";
+strings["Could NOT install Libravatar successfully.
It requires PHP >= 5.3"] = "Kann Libravatar NICHT erfolgreich installieren.
PHP >=5.3 wird benötigt";
+$a->strings["generic profile image"] = "allgemeines Profilbild";
+$a->strings["random geometric pattern"] = "zufällig erzeugtes geometrisches Muster";
+$a->strings["monster face"] = "Monstergesicht";
+$a->strings["computer generated face"] = "Computergesicht";
+$a->strings["retro arcade style face"] = "Retro Arcade Design Gesicht";
+$a->strings["Warning"] = "Warnung";
+$a->strings["Your PHP version %s is lower than the required PHP >= 5.3."] = "Deine PHP Version %s ist niedriger als die benötigte Version PHP >= 5.3.";
+$a->strings["This addon is not functional on your server."] = "Dieses Addon funktioniert auf deinem Server nicht.";
+$a->strings["Information"] = "Information";
+$a->strings["Gravatar addon is installed. Please disable the Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "Das Gravatar Addon ist installiert. Bitte schalte das Gravatar Addon aus.
Das Libravatar Addon nutzt Gravater, sollte nichts auf Libravatar gefunden werden.";
+$a->strings["Save Settings"] = "Einstellungen speichern";
+$a->strings["Default avatar image"] = "Standard Profilbild ";
+$a->strings["Select default avatar image if none was found. See README"] = "Das Standard Avatar Bild wurde nicht gefunden. Siehe README";
+$a->strings["Libravatar settings updated."] = "Libravatar Einstellungen sind aktualisiert.";
diff --git a/libravatar/lang/ro/messages.po b/libravatar/lang/ro/messages.po
new file mode 100644
index 000000000..efcf12bce
--- /dev/null
+++ b/libravatar/lang/ro/messages.po
@@ -0,0 +1,83 @@
+# ADDON libravatar
+# Copyright (C)
+# This file is distributed under the same license as the Friendica libravatar addon package.
+#
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-08 11:57+0000\n"
+"Last-Translator: Arian - Cazare Muncitori \n"
+"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ro_RO\n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
+
+#: libravatar.php:14
+msgid "Could NOT install Libravatar successfully.
It requires PHP >= 5.3"
+msgstr "NU s-a putut instala Libravatar cu succes.
Acesta necesită PHP >= 5.3"
+
+#: libravatar.php:73
+msgid "generic profile image"
+msgstr "imagine generică de profil"
+
+#: libravatar.php:74
+msgid "random geometric pattern"
+msgstr "șablon geometric aleator"
+
+#: libravatar.php:75
+msgid "monster face"
+msgstr "chip monstruos"
+
+#: libravatar.php:76
+msgid "computer generated face"
+msgstr "chip generat de calculator"
+
+#: libravatar.php:77
+msgid "retro arcade style face"
+msgstr "chip în stil jocuri arcade retro"
+
+#: libravatar.php:82
+msgid "Warning"
+msgstr "Atenție"
+
+#: libravatar.php:83
+#, php-format
+msgid "Your PHP version %s is lower than the required PHP >= 5.3."
+msgstr "Versiunea dumneavoastră PHP %s este inferioară celei necesare PHP >= 5.3."
+
+#: libravatar.php:84
+msgid "This addon is not functional on your server."
+msgstr "Acest supliment nu este funcțional pe serverul dumneavoastră."
+
+#: libravatar.php:93
+msgid "Information"
+msgstr "Informaţii"
+
+#: libravatar.php:93
+msgid ""
+"Gravatar addon is installed. Please disable the Gravatar addon.
The "
+"Libravatar addon will fall back to Gravatar if nothing was found at "
+"Libravatar."
+msgstr "Suplimentul Gravatar este instalat. Vă rugăm să dezactivați suplimentul Gravatar.
Suplimentul Libravatar va reveni înapoi la Gravatar, dacă nu s-a găsit nimic în Libravatar."
+
+#: libravatar.php:99
+msgid "Save Settings"
+msgstr "Salvare Configurări"
+
+#: libravatar.php:100
+msgid "Default avatar image"
+msgstr "Imagine avatar implicită"
+
+#: libravatar.php:100
+msgid "Select default avatar image if none was found. See README"
+msgstr "Selectați imaginea avatar implicită, dacă nici una nu fost găsită. Consultați FIŞIERUL README"
+
+#: libravatar.php:112
+msgid "Libravatar settings updated."
+msgstr "Configurările Libravatar au fost actualizate."
diff --git a/libravatar/lang/ro/strings.php b/libravatar/lang/ro/strings.php
new file mode 100644
index 000000000..9d04b1f31
--- /dev/null
+++ b/libravatar/lang/ro/strings.php
@@ -0,0 +1,22 @@
+19)||(($n%100==0)&&($n!=0)))?2:1));;
+}}
+;
+$a->strings["Could NOT install Libravatar successfully.
It requires PHP >= 5.3"] = "NU s-a putut instala Libravatar cu succes.
Acesta necesită PHP >= 5.3";
+$a->strings["generic profile image"] = "imagine generică de profil";
+$a->strings["random geometric pattern"] = "șablon geometric aleator";
+$a->strings["monster face"] = "chip monstruos";
+$a->strings["computer generated face"] = "chip generat de calculator";
+$a->strings["retro arcade style face"] = "chip în stil jocuri arcade retro";
+$a->strings["Warning"] = "Atenție";
+$a->strings["Your PHP version %s is lower than the required PHP >= 5.3."] = "Versiunea dumneavoastră PHP %s este inferioară celei necesare PHP >= 5.3.";
+$a->strings["This addon is not functional on your server."] = "Acest supliment nu este funcțional pe serverul dumneavoastră.";
+$a->strings["Information"] = "Informaţii";
+$a->strings["Gravatar addon is installed. Please disable the Gravatar addon.
The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "Suplimentul Gravatar este instalat. Vă rugăm să dezactivați suplimentul Gravatar.
Suplimentul Libravatar va reveni înapoi la Gravatar, dacă nu s-a găsit nimic în Libravatar.";
+$a->strings["Save Settings"] = "Salvare Configurări";
+$a->strings["Default avatar image"] = "Imagine avatar implicită";
+$a->strings["Select default avatar image if none was found. See README"] = "Selectați imaginea avatar implicită, dacă nici una nu fost găsită. Consultați FIŞIERUL README";
+$a->strings["Libravatar settings updated."] = "Configurările Libravatar au fost actualizate.";
diff --git a/ljpost/lang/cs/messages.po b/ljpost/lang/cs/messages.po
new file mode 100644
index 000000000..2fbf978be
--- /dev/null
+++ b/ljpost/lang/cs/messages.po
@@ -0,0 +1,48 @@
+# ADDON ljpost
+# Copyright (C)
+# This file is distributed under the same license as the Friendica ljpost addon package.
+#
+#
+# Translators:
+# Michal Šupler , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-07 19:14+0000\n"
+"Last-Translator: Michal Šupler \n"
+"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: ljpost.php:39
+msgid "Post to LiveJournal"
+msgstr "Poslat na LiveJournal"
+
+#: ljpost.php:70
+msgid "LiveJournal Post Settings"
+msgstr "Nastavení LiveJournal Post"
+
+#: ljpost.php:72
+msgid "Enable LiveJournal Post Plugin"
+msgstr "Povolit LiveJournal Post plugin"
+
+#: ljpost.php:77
+msgid "LiveJournal username"
+msgstr "LiveJournal uživatelské jméno"
+
+#: ljpost.php:82
+msgid "LiveJournal password"
+msgstr "LiveJournal heslo"
+
+#: ljpost.php:87
+msgid "Post to LiveJournal by default"
+msgstr "Defaultně umístit na LiveJournal"
+
+#: ljpost.php:93
+msgid "Save Settings"
+msgstr "Uložit Nastavení"
diff --git a/ljpost/lang/cs/strings.php b/ljpost/lang/cs/strings.php
index c0f390030..e2dddb3a5 100644
--- a/ljpost/lang/cs/strings.php
+++ b/ljpost/lang/cs/strings.php
@@ -1,9 +1,14 @@
-strings["Post to LiveJournal"] = "Poslat na LiveJournal";
-$a->strings["LiveJournal Post Settings"] = "Nastavení LiveJournal Post";
-$a->strings["Enable LiveJournal Post Plugin"] = "Povolit LiveJournal Post plugin";
-$a->strings["LiveJournal username"] = "LiveJournal uživatelské jméno";
-$a->strings["LiveJournal password"] = "LiveJournal heslo";
-$a->strings["Post to LiveJournal by default"] = "Defaultně umístit na LiveJournal";
-$a->strings["Submit"] = "Odeslat";
+=2 && $n<=4) ? 1 : 2;;
+}}
+;
+$a->strings["Post to LiveJournal"] = "Poslat na LiveJournal";
+$a->strings["LiveJournal Post Settings"] = "Nastavení LiveJournal Post";
+$a->strings["Enable LiveJournal Post Plugin"] = "Povolit LiveJournal Post plugin";
+$a->strings["LiveJournal username"] = "LiveJournal uživatelské jméno";
+$a->strings["LiveJournal password"] = "LiveJournal heslo";
+$a->strings["Post to LiveJournal by default"] = "Defaultně umístit na LiveJournal";
+$a->strings["Save Settings"] = "Uložit Nastavení";
diff --git a/ljpost/lang/de/messages.po b/ljpost/lang/de/messages.po
new file mode 100644
index 000000000..b44966e7f
--- /dev/null
+++ b/ljpost/lang/de/messages.po
@@ -0,0 +1,48 @@
+# ADDON ljpost
+# Copyright (C)
+# This file is distributed under the same license as the Friendica ljpost addon package.
+#
+#
+# Translators:
+# bavatar , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-11 06:25+0000\n"
+"Last-Translator: bavatar \n"
+"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: ljpost.php:39
+msgid "Post to LiveJournal"
+msgstr "In LiveJournal veröffentlichen."
+
+#: ljpost.php:70
+msgid "LiveJournal Post Settings"
+msgstr "LiveJournal Veröffentlichungs-Einstellungen"
+
+#: ljpost.php:72
+msgid "Enable LiveJournal Post Plugin"
+msgstr "LiveJournal Post Plugin aktivieren"
+
+#: ljpost.php:77
+msgid "LiveJournal username"
+msgstr "LiveJournal Benutzername"
+
+#: ljpost.php:82
+msgid "LiveJournal password"
+msgstr "LiveJournal Passwort"
+
+#: ljpost.php:87
+msgid "Post to LiveJournal by default"
+msgstr "Standardmäßig bei LiveJournal veröffentlichen"
+
+#: ljpost.php:93
+msgid "Save Settings"
+msgstr "Einstellungen speichern"
diff --git a/ljpost/lang/de/strings.php b/ljpost/lang/de/strings.php
index 8ac9e5b26..b3d299435 100644
--- a/ljpost/lang/de/strings.php
+++ b/ljpost/lang/de/strings.php
@@ -1,9 +1,14 @@
-strings["Post to LiveJournal"] = "In LiveJournal veröffentlichen.";
-$a->strings["LiveJournal Post Settings"] = "LiveJournal Veröffentlichungs-Einstellungen";
-$a->strings["Enable LiveJournal Post Plugin"] = "LiveJournal Post Plugin aktivieren";
-$a->strings["LiveJournal username"] = "LiveJournal Benutzername";
-$a->strings["LiveJournal password"] = "LiveJournal Passwort";
-$a->strings["Post to LiveJournal by default"] = "Standardmäßig bei LiveJournal veröffentlichen";
-$a->strings["Submit"] = "Senden";
+strings["Post to LiveJournal"] = "In LiveJournal veröffentlichen.";
+$a->strings["LiveJournal Post Settings"] = "LiveJournal Veröffentlichungs-Einstellungen";
+$a->strings["Enable LiveJournal Post Plugin"] = "LiveJournal Post Plugin aktivieren";
+$a->strings["LiveJournal username"] = "LiveJournal Benutzername";
+$a->strings["LiveJournal password"] = "LiveJournal Passwort";
+$a->strings["Post to LiveJournal by default"] = "Standardmäßig bei LiveJournal veröffentlichen";
+$a->strings["Save Settings"] = "Einstellungen speichern";
diff --git a/ljpost/lang/ro/messages.po b/ljpost/lang/ro/messages.po
new file mode 100644
index 000000000..cc76c81df
--- /dev/null
+++ b/ljpost/lang/ro/messages.po
@@ -0,0 +1,47 @@
+# ADDON ljpost
+# Copyright (C)
+# This file is distributed under the same license as the Friendica ljpost addon package.
+#
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-08 11:57+0000\n"
+"Last-Translator: Arian - Cazare Muncitori \n"
+"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ro_RO\n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
+
+#: ljpost.php:39
+msgid "Post to LiveJournal"
+msgstr "Postați pe LiveJournal"
+
+#: ljpost.php:70
+msgid "LiveJournal Post Settings"
+msgstr "Configurări Postări LiveJournal"
+
+#: ljpost.php:72
+msgid "Enable LiveJournal Post Plugin"
+msgstr "Activare Modul Postare LiveJournal"
+
+#: ljpost.php:77
+msgid "LiveJournal username"
+msgstr "Utilizator LiveJournal"
+
+#: ljpost.php:82
+msgid "LiveJournal password"
+msgstr "Parolă LiveJournal "
+
+#: ljpost.php:87
+msgid "Post to LiveJournal by default"
+msgstr "Postați implicit pe LiveJournal"
+
+#: ljpost.php:93
+msgid "Save Settings"
+msgstr "Salvare Configurări"
diff --git a/ljpost/lang/ro/strings.php b/ljpost/lang/ro/strings.php
new file mode 100644
index 000000000..d2df80164
--- /dev/null
+++ b/ljpost/lang/ro/strings.php
@@ -0,0 +1,14 @@
+19)||(($n%100==0)&&($n!=0)))?2:1));;
+}}
+;
+$a->strings["Post to LiveJournal"] = "Postați pe LiveJournal";
+$a->strings["LiveJournal Post Settings"] = "Configurări Postări LiveJournal";
+$a->strings["Enable LiveJournal Post Plugin"] = "Activare Modul Postare LiveJournal";
+$a->strings["LiveJournal username"] = "Utilizator LiveJournal";
+$a->strings["LiveJournal password"] = "Parolă LiveJournal ";
+$a->strings["Post to LiveJournal by default"] = "Postați implicit pe LiveJournal";
+$a->strings["Save Settings"] = "Salvare Configurări";
diff --git a/mahjongg/lang/C/messages.po b/mahjongg/lang/C/messages.po
new file mode 100644
index 000000000..e69de29bb
diff --git a/mailstream/lang/C/messages.po b/mailstream/lang/C/messages.po
new file mode 100644
index 000000000..ac528cc60
--- /dev/null
+++ b/mailstream/lang/C/messages.po
@@ -0,0 +1,78 @@
+# ADDON mailstream
+# Copyright (C)
+# This file is distributed under the same license as the Friendica mailstream addon package.
+#
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-23 14:45+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME \n"
+"Language-Team: LANGUAGE \n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: mailstream.php:55
+msgid "From Address"
+msgstr ""
+
+#: mailstream.php:57
+msgid "Email address that stream items will appear to be from."
+msgstr ""
+
+#: mailstream.php:60 mailstream.php:282
+msgid "Save Settings"
+msgstr ""
+
+#: mailstream.php:165
+msgid "Re:"
+msgstr ""
+
+#: mailstream.php:173
+msgid "Friendica post"
+msgstr ""
+
+#: mailstream.php:176
+msgid "Diaspora post"
+msgstr ""
+
+#: mailstream.php:183
+msgid "Feed item"
+msgstr ""
+
+#: mailstream.php:186
+msgid "Email"
+msgstr ""
+
+#: mailstream.php:188
+msgid "Friendica Item"
+msgstr ""
+
+#: mailstream.php:229
+msgid "Upstream"
+msgstr ""
+
+#: mailstream.php:230
+msgid "Local"
+msgstr ""
+
+#: mailstream.php:274
+msgid "Email Address"
+msgstr ""
+
+#: mailstream.php:276
+msgid "Leave blank to use your account email address"
+msgstr ""
+
+#: mailstream.php:279
+msgid "Enabled"
+msgstr ""
+
+#: mailstream.php:281
+msgid "Mail Stream Settings"
+msgstr ""
diff --git a/mailstream/lang/cs/messages.po b/mailstream/lang/cs/messages.po
new file mode 100644
index 000000000..a5d36f7f6
--- /dev/null
+++ b/mailstream/lang/cs/messages.po
@@ -0,0 +1,80 @@
+# ADDON mailstream
+# Copyright (C)
+# This file is distributed under the same license as the Friendica mailstream addon package.
+#
+#
+# Translators:
+# Michal Šupler , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-07 19:19+0000\n"
+"Last-Translator: Michal Šupler \n"
+"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: mailstream.php:55
+msgid "From Address"
+msgstr "Adresa odesílatele"
+
+#: mailstream.php:57
+msgid "Email address that stream items will appear to be from."
+msgstr "Adresa, která vysílá položky, se objeví jako odesílatel."
+
+#: mailstream.php:60 mailstream.php:282
+msgid "Save Settings"
+msgstr "Uložit Nastavení"
+
+#: mailstream.php:165
+msgid "Re:"
+msgstr "Re:"
+
+#: mailstream.php:173
+msgid "Friendica post"
+msgstr "Friendica příspěvky"
+
+#: mailstream.php:176
+msgid "Diaspora post"
+msgstr "Diaspora příspvěvky"
+
+#: mailstream.php:183
+msgid "Feed item"
+msgstr "Zdrojová položka"
+
+#: mailstream.php:186
+msgid "Email"
+msgstr "E-mail"
+
+#: mailstream.php:188
+msgid "Friendica Item"
+msgstr "Friendica položka"
+
+#: mailstream.php:229
+msgid "Upstream"
+msgstr "Upstream"
+
+#: mailstream.php:230
+msgid "Local"
+msgstr "Lokální"
+
+#: mailstream.php:274
+msgid "Email Address"
+msgstr "E-mailová adresa"
+
+#: mailstream.php:276
+msgid "Leave blank to use your account email address"
+msgstr "Ponechte prázdné pro použití vaší e-mailové adresy"
+
+#: mailstream.php:279
+msgid "Enabled"
+msgstr "Povoleno"
+
+#: mailstream.php:281
+msgid "Mail Stream Settings"
+msgstr "Mail Stream nastavení"
diff --git a/mailstream/lang/cs/strings.php b/mailstream/lang/cs/strings.php
new file mode 100644
index 000000000..fd36cca49
--- /dev/null
+++ b/mailstream/lang/cs/strings.php
@@ -0,0 +1,22 @@
+=2 && $n<=4) ? 1 : 2;;
+}}
+;
+$a->strings["From Address"] = "Adresa odesílatele";
+$a->strings["Email address that stream items will appear to be from."] = "Adresa, která vysílá položky, se objeví jako odesílatel.";
+$a->strings["Save Settings"] = "Uložit Nastavení";
+$a->strings["Re:"] = "Re:";
+$a->strings["Friendica post"] = "Friendica příspěvky";
+$a->strings["Diaspora post"] = "Diaspora příspvěvky";
+$a->strings["Feed item"] = "Zdrojová položka";
+$a->strings["Email"] = "E-mail";
+$a->strings["Friendica Item"] = "Friendica položka";
+$a->strings["Upstream"] = "Upstream";
+$a->strings["Local"] = "Lokální";
+$a->strings["Email Address"] = "E-mailová adresa";
+$a->strings["Leave blank to use your account email address"] = "Ponechte prázdné pro použití vaší e-mailové adresy";
+$a->strings["Enabled"] = "Povoleno";
+$a->strings["Mail Stream Settings"] = "Mail Stream nastavení";
diff --git a/mailstream/lang/ro/messages.po b/mailstream/lang/ro/messages.po
new file mode 100644
index 000000000..e640fbe53
--- /dev/null
+++ b/mailstream/lang/ro/messages.po
@@ -0,0 +1,79 @@
+# ADDON mailstream
+# Copyright (C)
+# This file is distributed under the same license as the Friendica mailstream addon package.
+#
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-08 11:57+0000\n"
+"Last-Translator: Arian - Cazare Muncitori \n"
+"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ro_RO\n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
+
+#: mailstream.php:55
+msgid "From Address"
+msgstr "Adresa sursă"
+
+#: mailstream.php:57
+msgid "Email address that stream items will appear to be from."
+msgstr "Adresa de e-mail folosită ca și sursă pentru elemente fluxate."
+
+#: mailstream.php:60 mailstream.php:282
+msgid "Save Settings"
+msgstr "Salvare Configurări"
+
+#: mailstream.php:165
+msgid "Re:"
+msgstr "Re:"
+
+#: mailstream.php:173
+msgid "Friendica post"
+msgstr "Postare Friendica "
+
+#: mailstream.php:176
+msgid "Diaspora post"
+msgstr "Postare Diaspora"
+
+#: mailstream.php:183
+msgid "Feed item"
+msgstr "Element de flux"
+
+#: mailstream.php:186
+msgid "Email"
+msgstr "Email"
+
+#: mailstream.php:188
+msgid "Friendica Item"
+msgstr "Element Friendica"
+
+#: mailstream.php:229
+msgid "Upstream"
+msgstr "Fluxare inversă"
+
+#: mailstream.php:230
+msgid "Local"
+msgstr "Local"
+
+#: mailstream.php:274
+msgid "Email Address"
+msgstr "Adresă de Email"
+
+#: mailstream.php:276
+msgid "Leave blank to use your account email address"
+msgstr "Lăsați necompletat pentru a utiliza adresa de e-mail a contul dvs ."
+
+#: mailstream.php:279
+msgid "Enabled"
+msgstr "Activat"
+
+#: mailstream.php:281
+msgid "Mail Stream Settings"
+msgstr "Configurări Flux Mail"
diff --git a/mailstream/lang/ro/strings.php b/mailstream/lang/ro/strings.php
new file mode 100644
index 000000000..6a02d65f7
--- /dev/null
+++ b/mailstream/lang/ro/strings.php
@@ -0,0 +1,22 @@
+19)||(($n%100==0)&&($n!=0)))?2:1));;
+}}
+;
+$a->strings["From Address"] = "Adresa sursă";
+$a->strings["Email address that stream items will appear to be from."] = "Adresa de e-mail folosită ca și sursă pentru elemente fluxate.";
+$a->strings["Save Settings"] = "Salvare Configurări";
+$a->strings["Re:"] = "Re:";
+$a->strings["Friendica post"] = "Postare Friendica ";
+$a->strings["Diaspora post"] = "Postare Diaspora";
+$a->strings["Feed item"] = "Element de flux";
+$a->strings["Email"] = "Email";
+$a->strings["Friendica Item"] = "Element Friendica";
+$a->strings["Upstream"] = "Fluxare inversă";
+$a->strings["Local"] = "Local";
+$a->strings["Email Address"] = "Adresă de Email";
+$a->strings["Leave blank to use your account email address"] = "Lăsați necompletat pentru a utiliza adresa de e-mail a contul dvs .";
+$a->strings["Enabled"] = "Activat";
+$a->strings["Mail Stream Settings"] = "Configurări Flux Mail";
diff --git a/mathjax/lang/cs/messages.po b/mathjax/lang/cs/messages.po
new file mode 100644
index 000000000..921e46694
--- /dev/null
+++ b/mathjax/lang/cs/messages.po
@@ -0,0 +1,53 @@
+# ADDON mathjax
+# Copyright (C)
+# This file is distributed under the same license as the Friendica mathjax addon package.
+#
+#
+# Translators:
+# Michal Šupler , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-07 19:18+0000\n"
+"Last-Translator: Michal Šupler \n"
+"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: mathjax.php:36 mathjax.php:40
+msgid "Settings"
+msgstr "Nastavení"
+
+#: mathjax.php:42
+msgid ""
+"The MathJax addon renders mathematical formulae written using the LaTeX "
+"syntax surrounded by the usual $$ or an eqnarray block in the postings of "
+"your wall,network tab and private mail."
+msgstr "Rozšíření MathJax vykresluje matematické vzorce zapsané s použitím syntaxe LaTeX označené obvyklými znaky $$ nebo v bloku \"eqnarray\" v příspěvcích na vaší zdi, záložce síť a soukromých zprávách."
+
+#: mathjax.php:43
+msgid "Use the MathJax renderer"
+msgstr "Použít Mathjax vykreslování"
+
+#: mathjax.php:47 mathjax.php:80
+msgid "Save Settings"
+msgstr "Uložit Nastavení"
+
+#: mathjax.php:71
+msgid "Settings updated."
+msgstr "Nastavení aktualizováno."
+
+#: mathjax.php:81
+msgid "MathJax Base URL"
+msgstr "Základní MathJax adresa URL"
+
+#: mathjax.php:81
+msgid ""
+"The URL for the javascript file that should be included to use MathJax. Can "
+"be either the MathJax CDN or another installation of MathJax."
+msgstr "URL adresa na javascriptový soubor, který musí být obsažen pro použití MathJax. Může to být MathJax CDN nebo or jiná instalace MathJax."
diff --git a/mathjax/lang/cs/strings.php b/mathjax/lang/cs/strings.php
index bdb83c4ff..af9d887cb 100644
--- a/mathjax/lang/cs/strings.php
+++ b/mathjax/lang/cs/strings.php
@@ -1,9 +1,14 @@
-strings["Settings"] = "Nastavení";
-$a->strings["The MathJax addon renders mathematical formulae written using the LaTeX syntax surrounded by the usual $$ or an eqnarray block in the postings of your wall,network tab and private mail."] = "Rozšíření MathJax vykresluje matematické vzorce zapsané s použitím syntaxe LaTeX označené obvyklými znaky $$ nebo v bloku \"eqnarray\" v příspěvcích na Vaší zdi, záložce síť a soukromých zprávách.";
-$a->strings["Use the MathJax renderer"] = "Použít Mathjax vykreslování";
-$a->strings["Submit"] = "Odeslat";
-$a->strings["Settings updated."] = "Nastavení aktualizováno.";
-$a->strings["MathJax Base URL"] = "Základní MathJax adresa URL";
-$a->strings["The URL for the javascript file that should be included to use MathJax. Can be either the MathJax CDN or another installation of MathJax."] = "URL adresa na javascriptový soubor, který musí být obsažen pro použití MathJax. Může to být MathJax CDN nebo or jiná instalace MathJax.";
+=2 && $n<=4) ? 1 : 2;;
+}}
+;
+$a->strings["Settings"] = "Nastavení";
+$a->strings["The MathJax addon renders mathematical formulae written using the LaTeX syntax surrounded by the usual $$ or an eqnarray block in the postings of your wall,network tab and private mail."] = "Rozšíření MathJax vykresluje matematické vzorce zapsané s použitím syntaxe LaTeX označené obvyklými znaky $$ nebo v bloku \"eqnarray\" v příspěvcích na vaší zdi, záložce síť a soukromých zprávách.";
+$a->strings["Use the MathJax renderer"] = "Použít Mathjax vykreslování";
+$a->strings["Save Settings"] = "Uložit Nastavení";
+$a->strings["Settings updated."] = "Nastavení aktualizováno.";
+$a->strings["MathJax Base URL"] = "Základní MathJax adresa URL";
+$a->strings["The URL for the javascript file that should be included to use MathJax. Can be either the MathJax CDN or another installation of MathJax."] = "URL adresa na javascriptový soubor, který musí být obsažen pro použití MathJax. Může to být MathJax CDN nebo or jiná instalace MathJax.";
diff --git a/mathjax/lang/de/messages.po b/mathjax/lang/de/messages.po
new file mode 100644
index 000000000..d6fa621f6
--- /dev/null
+++ b/mathjax/lang/de/messages.po
@@ -0,0 +1,53 @@
+# ADDON mathjax
+# Copyright (C)
+# This file is distributed under the same license as the Friendica mathjax addon package.
+#
+#
+# Translators:
+# bavatar , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-11 06:28+0000\n"
+"Last-Translator: bavatar \n"
+"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: mathjax.php:36 mathjax.php:40
+msgid "Settings"
+msgstr "Einstellungen"
+
+#: mathjax.php:42
+msgid ""
+"The MathJax addon renders mathematical formulae written using the LaTeX "
+"syntax surrounded by the usual $$ or an eqnarray block in the postings of "
+"your wall,network tab and private mail."
+msgstr "Mit dem MathJax Addon können mathematische Formeln, die mit LaTeX geschrieben wurden, dargestellt werden. Die Formel wird mit den üblichen $$ oder einem eqnarray Block gekennzeichnet. Formeln werden in allen Beiträgen auf deiner Pinnwand, dem Netzwerkstream sowie privaten Nachrichten gerendert."
+
+#: mathjax.php:43
+msgid "Use the MathJax renderer"
+msgstr "MathJax verwenden"
+
+#: mathjax.php:47 mathjax.php:80
+msgid "Save Settings"
+msgstr "Einstellungen speichern"
+
+#: mathjax.php:71
+msgid "Settings updated."
+msgstr "Einstellungen aktualisiert."
+
+#: mathjax.php:81
+msgid "MathJax Base URL"
+msgstr "MathJax Basis-URL"
+
+#: mathjax.php:81
+msgid ""
+"The URL for the javascript file that should be included to use MathJax. Can "
+"be either the MathJax CDN or another installation of MathJax."
+msgstr "Die URL der MathJax Javascript-Datei, die verwendet werden soll. Diese kann entweder aus der MathJax CDN oder einer anderen Quelle stammen."
diff --git a/mathjax/lang/de/strings.php b/mathjax/lang/de/strings.php
index 42a09f1ae..dfebe53d5 100644
--- a/mathjax/lang/de/strings.php
+++ b/mathjax/lang/de/strings.php
@@ -1,9 +1,14 @@
-strings["Settings"] = "Einstellungen";
-$a->strings["The MathJax addon renders mathematical formulae written using the LaTeX syntax surrounded by the usual $$ or an eqnarray block in the postings of your wall,network tab and private mail."] = "Mit dem MathJax Addon können mathematische Formeln, die mit LaTeX geschrieben wurden, dargestellt werden. Die Formel wird mit den üblichen $$ oder einem eqnarray Block gekennzeichnet. Formeln werden in allen Beiträgen auf deiner Pinnwand, dem Netzwerkstream sowie privaten Nachrichten gerendert.";
-$a->strings["Use the MathJax renderer"] = "MathJax verwenden";
-$a->strings["Submit"] = "Senden";
-$a->strings["Settings updated."] = "Einstellungen aktualisiert.";
-$a->strings["MathJax Base URL"] = "MathJax Basis-URL";
-$a->strings["The URL for the javascript file that should be included to use MathJax. Can be either the MathJax CDN or another installation of MathJax."] = "Die URL der MathJax Javascript-Datei, die verwendet werden soll. Diese kann entweder aus der MathJax CDN oder einer anderen Quelle stammen.";
+strings["Settings"] = "Einstellungen";
+$a->strings["The MathJax addon renders mathematical formulae written using the LaTeX syntax surrounded by the usual $$ or an eqnarray block in the postings of your wall,network tab and private mail."] = "Mit dem MathJax Addon können mathematische Formeln, die mit LaTeX geschrieben wurden, dargestellt werden. Die Formel wird mit den üblichen $$ oder einem eqnarray Block gekennzeichnet. Formeln werden in allen Beiträgen auf deiner Pinnwand, dem Netzwerkstream sowie privaten Nachrichten gerendert.";
+$a->strings["Use the MathJax renderer"] = "MathJax verwenden";
+$a->strings["Save Settings"] = "Einstellungen speichern";
+$a->strings["Settings updated."] = "Einstellungen aktualisiert.";
+$a->strings["MathJax Base URL"] = "MathJax Basis-URL";
+$a->strings["The URL for the javascript file that should be included to use MathJax. Can be either the MathJax CDN or another installation of MathJax."] = "Die URL der MathJax Javascript-Datei, die verwendet werden soll. Diese kann entweder aus der MathJax CDN oder einer anderen Quelle stammen.";
diff --git a/mathjax/lang/ro/messages.po b/mathjax/lang/ro/messages.po
new file mode 100644
index 000000000..b017f9668
--- /dev/null
+++ b/mathjax/lang/ro/messages.po
@@ -0,0 +1,52 @@
+# ADDON mathjax
+# Copyright (C)
+# This file is distributed under the same license as the Friendica mathjax addon package.
+#
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-08 11:58+0000\n"
+"Last-Translator: Arian - Cazare Muncitori \n"
+"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ro_RO\n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
+
+#: mathjax.php:36 mathjax.php:40
+msgid "Settings"
+msgstr "Configurări"
+
+#: mathjax.php:42
+msgid ""
+"The MathJax addon renders mathematical formulae written using the LaTeX "
+"syntax surrounded by the usual $$ or an eqnarray block in the postings of "
+"your wall,network tab and private mail."
+msgstr "Suplimentul MathJax procesează formule matematice scrise folosind sintaxa LaTeX încapsulată de obicei prin semnul $$ sau într-un bloc eqnarray, în postările de perete, fila de rețea și şi poșta privată."
+
+#: mathjax.php:43
+msgid "Use the MathJax renderer"
+msgstr "Utilizare funcția renderer MathJax"
+
+#: mathjax.php:47 mathjax.php:80
+msgid "Save Settings"
+msgstr "Salvare Configurări"
+
+#: mathjax.php:71
+msgid "Settings updated."
+msgstr "Configurări actualizate."
+
+#: mathjax.php:81
+msgid "MathJax Base URL"
+msgstr "Adresa URL de Bază MathJax"
+
+#: mathjax.php:81
+msgid ""
+"The URL for the javascript file that should be included to use MathJax. Can "
+"be either the MathJax CDN or another installation of MathJax."
+msgstr "Adresa URL pentru fișierul de javascript care ar trebui să fie inclus pentru a putea utiliza MathJax. Pot fi, fie CDN MathJax sau o altă instalare de MathJax."
diff --git a/mathjax/lang/ro/strings.php b/mathjax/lang/ro/strings.php
new file mode 100644
index 000000000..6c45a01d7
--- /dev/null
+++ b/mathjax/lang/ro/strings.php
@@ -0,0 +1,14 @@
+19)||(($n%100==0)&&($n!=0)))?2:1));;
+}}
+;
+$a->strings["Settings"] = "Configurări";
+$a->strings["The MathJax addon renders mathematical formulae written using the LaTeX syntax surrounded by the usual $$ or an eqnarray block in the postings of your wall,network tab and private mail."] = "Suplimentul MathJax procesează formule matematice scrise folosind sintaxa LaTeX încapsulată de obicei prin semnul $$ sau într-un bloc eqnarray, în postările de perete, fila de rețea și şi poșta privată.";
+$a->strings["Use the MathJax renderer"] = "Utilizare funcția renderer MathJax";
+$a->strings["Save Settings"] = "Salvare Configurări";
+$a->strings["Settings updated."] = "Configurări actualizate.";
+$a->strings["MathJax Base URL"] = "Adresa URL de Bază MathJax";
+$a->strings["The URL for the javascript file that should be included to use MathJax. Can be either the MathJax CDN or another installation of MathJax."] = "Adresa URL pentru fișierul de javascript care ar trebui să fie inclus pentru a putea utiliza MathJax. Pot fi, fie CDN MathJax sau o altă instalare de MathJax.";
diff --git a/morechoice/lang/C/messages.po b/morechoice/lang/C/messages.po
new file mode 100644
index 000000000..e69de29bb
diff --git a/morepokes/lang/cs/messages.po b/morepokes/lang/cs/messages.po
new file mode 100644
index 000000000..d5148941c
--- /dev/null
+++ b/morepokes/lang/cs/messages.po
@@ -0,0 +1,167 @@
+# ADDON morepokes
+# Copyright (C)
+# This file is distributed under the same license as the Friendica morepokes addon package.
+#
+#
+# Translators:
+# Michal Šupler , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-28 18:21+0000\n"
+"Last-Translator: Michal Šupler \n"
+"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: morepokes.php:19
+msgid "bitchslap"
+msgstr "dát facku"
+
+#: morepokes.php:19
+msgid "bitchslapped"
+msgstr "dostat facku"
+
+#: morepokes.php:20
+msgid "shag"
+msgstr ""
+
+#: morepokes.php:20
+msgid "shagged"
+msgstr ""
+
+#: morepokes.php:21
+msgid "do something obscenely biological to"
+msgstr "udělat něco obscéně biologického uživateli"
+
+#: morepokes.php:21
+msgid "did something obscenely biological to"
+msgstr "udělal něco obscéně biologického uživateli"
+
+#: morepokes.php:22
+msgid "point out the poke feature to"
+msgstr "upozornit na poke funkci uživatele"
+
+#: morepokes.php:22
+msgid "pointed out the poke feature to"
+msgstr "upozorněn na poke funkci "
+
+#: morepokes.php:23
+msgid "declare undying love for"
+msgstr "vyjadřit nehynoucí lásku ke"
+
+#: morepokes.php:23
+msgid "declared undying love for"
+msgstr "vyjadřil nehynoucí lásku ke"
+
+#: morepokes.php:24
+msgid "patent"
+msgstr "patentovat"
+
+#: morepokes.php:24
+msgid "patented"
+msgstr "patentován"
+
+#: morepokes.php:25
+msgid "stroke beard"
+msgstr "pohladit plnovous"
+
+#: morepokes.php:25
+msgid "stroked their beard at"
+msgstr "pohladit něčí plnovous"
+
+#: morepokes.php:26
+msgid ""
+"bemoan the declining standards of modern secondary and tertiary education to"
+msgstr "stěžující si na klesající úroveň moderního sekundárního a terciárního vzdělávání u"
+
+#: morepokes.php:26
+msgid ""
+"bemoans the declining standards of modern secondary and tertiary education "
+"to"
+msgstr "stěžovat si na klesající úroveň moderního sekundárního a terciárního vzdělávání u"
+
+#: morepokes.php:27
+msgid "hug"
+msgstr "obejmout"
+
+#: morepokes.php:27
+msgid "hugged"
+msgstr "obejmut "
+
+#: morepokes.php:28
+msgid "kiss"
+msgstr "políbit"
+
+#: morepokes.php:28
+msgid "kissed"
+msgstr "políben"
+
+#: morepokes.php:29
+msgid "raise eyebrows at"
+msgstr "zvednout obočí na"
+
+#: morepokes.php:29
+msgid "raised their eyebrows at"
+msgstr "zvednul obočí na"
+
+#: morepokes.php:30
+msgid "insult"
+msgstr "urazit"
+
+#: morepokes.php:30
+msgid "insulted"
+msgstr "uražen"
+
+#: morepokes.php:31
+msgid "praise"
+msgstr "pochválit"
+
+#: morepokes.php:31
+msgid "praised"
+msgstr "pochválen"
+
+#: morepokes.php:32
+msgid "be dubious of"
+msgstr "mít pochyby o"
+
+#: morepokes.php:32
+msgid "was dubious of"
+msgstr "má pochybnosti z"
+
+#: morepokes.php:33
+msgid "eat"
+msgstr "sníst"
+
+#: morepokes.php:33
+msgid "ate"
+msgstr "snězen"
+
+#: morepokes.php:34
+msgid "giggle and fawn at"
+msgstr "hihňat se"
+
+#: morepokes.php:34
+msgid "giggled and fawned at"
+msgstr "hihňá se"
+
+#: morepokes.php:35
+msgid "doubt"
+msgstr "pochybovat"
+
+#: morepokes.php:35
+msgid "doubted"
+msgstr "pochybující"
+
+#: morepokes.php:36
+msgid "glare"
+msgstr "zabodáván pohledem"
+
+#: morepokes.php:36
+msgid "glared at"
+msgstr "zabodávat pohledem "
diff --git a/morepokes/lang/cs/strings.php b/morepokes/lang/cs/strings.php
index 0f459ab19..217c52bb4 100644
--- a/morepokes/lang/cs/strings.php
+++ b/morepokes/lang/cs/strings.php
@@ -1,38 +1,43 @@
-strings["bitchslap"] = "";
-$a->strings["bitchslapped"] = "";
-$a->strings["shag"] = "";
-$a->strings["shagged"] = "";
-$a->strings["do something obscenely biological to"] = "udělat něco obscéně biologického uživateli";
-$a->strings["did something obscenely biological to"] = "udělal něco obscéně biologického uživateli";
-$a->strings["point out the poke feature to"] = "upozornit na poke funkci uživatele";
-$a->strings["pointed out the poke feature to"] = "upozorněn na poke funkci ";
-$a->strings["declare undying love for"] = "vyjadřit nehynoucí lásku ke";
-$a->strings["declared undying love for"] = "vyjadřil nehynoucí lásku ke";
-$a->strings["patent"] = "patentovat";
-$a->strings["patented"] = "patentován";
-$a->strings["stroke beard"] = "pohladit plnovous";
-$a->strings["stroked their beard at"] = "pohladit něčí plnovous";
-$a->strings["bemoan the declining standards of modern secondary and tertiary education to"] = "stěžující si na klesající úroveň moderního sekundárního a terciárního vzdělávání u";
-$a->strings["bemoans the declining standards of modern secondary and tertiary education to"] = "stěžovat si na klesající úroveň moderního sekundárního a terciárního vzdělávání u";
-$a->strings["hug"] = "obejmout";
-$a->strings["hugged"] = "obejmut ";
-$a->strings["kiss"] = "políbit";
-$a->strings["kissed"] = "políben";
-$a->strings["raise eyebrows at"] = "zvednout obočí na";
-$a->strings["raised their eyebrows at"] = "zvednul obočí na";
-$a->strings["insult"] = "urazit";
-$a->strings["insulted"] = "uražen";
-$a->strings["praise"] = "pochválit";
-$a->strings["praised"] = "pochválen";
-$a->strings["be dubious of"] = "mít pochyby o";
-$a->strings["was dubious of"] = "má pochybnosti z";
-$a->strings["eat"] = "sníst";
-$a->strings["ate"] = "snězen";
-$a->strings["giggle and fawn at"] = "hihňat se";
-$a->strings["giggled and fawned at"] = "hihňá se";
-$a->strings["doubt"] = "pochybovat";
-$a->strings["doubted"] = "pochybující";
-$a->strings["glare"] = "zabodáván pohledem";
-$a->strings["glared at"] = "zabodávat pohledem ";
+=2 && $n<=4) ? 1 : 2;;
+}}
+;
+$a->strings["bitchslap"] = "dát facku";
+$a->strings["bitchslapped"] = "dostat facku";
+$a->strings["shag"] = "";
+$a->strings["shagged"] = "";
+$a->strings["do something obscenely biological to"] = "udělat něco obscéně biologického uživateli";
+$a->strings["did something obscenely biological to"] = "udělal něco obscéně biologického uživateli";
+$a->strings["point out the poke feature to"] = "upozornit na poke funkci uživatele";
+$a->strings["pointed out the poke feature to"] = "upozorněn na poke funkci ";
+$a->strings["declare undying love for"] = "vyjadřit nehynoucí lásku ke";
+$a->strings["declared undying love for"] = "vyjadřil nehynoucí lásku ke";
+$a->strings["patent"] = "patentovat";
+$a->strings["patented"] = "patentován";
+$a->strings["stroke beard"] = "pohladit plnovous";
+$a->strings["stroked their beard at"] = "pohladit něčí plnovous";
+$a->strings["bemoan the declining standards of modern secondary and tertiary education to"] = "stěžující si na klesající úroveň moderního sekundárního a terciárního vzdělávání u";
+$a->strings["bemoans the declining standards of modern secondary and tertiary education to"] = "stěžovat si na klesající úroveň moderního sekundárního a terciárního vzdělávání u";
+$a->strings["hug"] = "obejmout";
+$a->strings["hugged"] = "obejmut ";
+$a->strings["kiss"] = "políbit";
+$a->strings["kissed"] = "políben";
+$a->strings["raise eyebrows at"] = "zvednout obočí na";
+$a->strings["raised their eyebrows at"] = "zvednul obočí na";
+$a->strings["insult"] = "urazit";
+$a->strings["insulted"] = "uražen";
+$a->strings["praise"] = "pochválit";
+$a->strings["praised"] = "pochválen";
+$a->strings["be dubious of"] = "mít pochyby o";
+$a->strings["was dubious of"] = "má pochybnosti z";
+$a->strings["eat"] = "sníst";
+$a->strings["ate"] = "snězen";
+$a->strings["giggle and fawn at"] = "hihňat se";
+$a->strings["giggled and fawned at"] = "hihňá se";
+$a->strings["doubt"] = "pochybovat";
+$a->strings["doubted"] = "pochybující";
+$a->strings["glare"] = "zabodáván pohledem";
+$a->strings["glared at"] = "zabodávat pohledem ";
diff --git a/morepokes/lang/ro/messages.po b/morepokes/lang/ro/messages.po
new file mode 100644
index 000000000..700f5ed43
--- /dev/null
+++ b/morepokes/lang/ro/messages.po
@@ -0,0 +1,167 @@
+# ADDON morepokes
+# Copyright (C)
+# This file is distributed under the same license as the Friendica morepokes addon package.
+#
+#
+# Translators:
+# Arian - Cazare Muncitori , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-08-15 08:16+0000\n"
+"Last-Translator: Arian - Cazare Muncitori \n"
+"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ro_RO\n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
+
+#: morepokes.php:19
+msgid "bitchslap"
+msgstr "palmuire-javră"
+
+#: morepokes.php:19
+msgid "bitchslapped"
+msgstr "javră-pălmuită"
+
+#: morepokes.php:20
+msgid "shag"
+msgstr "pune-o"
+
+#: morepokes.php:20
+msgid "shagged"
+msgstr "a pus-o"
+
+#: morepokes.php:21
+msgid "do something obscenely biological to"
+msgstr "fă-i ceva biologic obscen lui"
+
+#: morepokes.php:21
+msgid "did something obscenely biological to"
+msgstr "i s-a făcut ceva biologic obscen lui"
+
+#: morepokes.php:22
+msgid "point out the poke feature to"
+msgstr "arată caracteristica de abordare lui"
+
+#: morepokes.php:22
+msgid "pointed out the poke feature to"
+msgstr "caracteristică de abordare arătată lui"
+
+#: morepokes.php:23
+msgid "declare undying love for"
+msgstr "declară dragoste veșnică pentru"
+
+#: morepokes.php:23
+msgid "declared undying love for"
+msgstr "dragoste veșnică declarată lui"
+
+#: morepokes.php:24
+msgid "patent"
+msgstr "brevet"
+
+#: morepokes.php:24
+msgid "patented"
+msgstr "brevetat"
+
+#: morepokes.php:25
+msgid "stroke beard"
+msgstr "lovire în barbă"
+
+#: morepokes.php:25
+msgid "stroked their beard at"
+msgstr "loviți în barbă la"
+
+#: morepokes.php:26
+msgid ""
+"bemoan the declining standards of modern secondary and tertiary education to"
+msgstr "deplângerea standardelor decăzute ale educației moderne secundare și terțiare pentru"
+
+#: morepokes.php:26
+msgid ""
+"bemoans the declining standards of modern secondary and tertiary education "
+"to"
+msgstr "deplânge standardele decăzute ale educației moderne secundare și terțiare pentru"
+
+#: morepokes.php:27
+msgid "hug"
+msgstr "îmbrățișare"
+
+#: morepokes.php:27
+msgid "hugged"
+msgstr "îmbrățișat(ă)"
+
+#: morepokes.php:28
+msgid "kiss"
+msgstr "sărut"
+
+#: morepokes.php:28
+msgid "kissed"
+msgstr "sărutat(ă)"
+
+#: morepokes.php:29
+msgid "raise eyebrows at"
+msgstr "ridică sprâncenele către"
+
+#: morepokes.php:29
+msgid "raised their eyebrows at"
+msgstr "a ridicat sprâncenele către"
+
+#: morepokes.php:30
+msgid "insult"
+msgstr "insultă"
+
+#: morepokes.php:30
+msgid "insulted"
+msgstr "insultat(ă)"
+
+#: morepokes.php:31
+msgid "praise"
+msgstr "laudă"
+
+#: morepokes.php:31
+msgid "praised"
+msgstr "lăudat(ă)"
+
+#: morepokes.php:32
+msgid "be dubious of"
+msgstr "arată-ți sceptitudinea față de"
+
+#: morepokes.php:32
+msgid "was dubious of"
+msgstr "a fost catalogat(ă) ca ciudat(ă) de către"
+
+#: morepokes.php:33
+msgid "eat"
+msgstr "devorează"
+
+#: morepokes.php:33
+msgid "ate"
+msgstr "devorat(ă)"
+
+#: morepokes.php:34
+msgid "giggle and fawn at"
+msgstr "chicotește și lingușește-l pe"
+
+#: morepokes.php:34
+msgid "giggled and fawned at"
+msgstr "a fost chicotit(ă) și lingușit(ă) de către"
+
+#: morepokes.php:35
+msgid "doubt"
+msgstr "îndoială"
+
+#: morepokes.php:35
+msgid "doubted"
+msgstr "nu a prezentat încredere"
+
+#: morepokes.php:36
+msgid "glare"
+msgstr "fixează cu privirea"
+
+#: morepokes.php:36
+msgid "glared at"
+msgstr "luat(ă) în colimator"
diff --git a/morepokes/lang/ro/strings.php b/morepokes/lang/ro/strings.php
new file mode 100644
index 000000000..3af705299
--- /dev/null
+++ b/morepokes/lang/ro/strings.php
@@ -0,0 +1,43 @@
+19)||(($n%100==0)&&($n!=0)))?2:1));;
+}}
+;
+$a->strings["bitchslap"] = "palmuire-javră";
+$a->strings["bitchslapped"] = "javră-pălmuită";
+$a->strings["shag"] = "pune-o";
+$a->strings["shagged"] = "a pus-o";
+$a->strings["do something obscenely biological to"] = "fă-i ceva biologic obscen lui";
+$a->strings["did something obscenely biological to"] = "i s-a făcut ceva biologic obscen lui";
+$a->strings["point out the poke feature to"] = "arată caracteristica de abordare lui";
+$a->strings["pointed out the poke feature to"] = "caracteristică de abordare arătată lui";
+$a->strings["declare undying love for"] = "declară dragoste veșnică pentru";
+$a->strings["declared undying love for"] = "dragoste veșnică declarată lui";
+$a->strings["patent"] = "brevet";
+$a->strings["patented"] = "brevetat";
+$a->strings["stroke beard"] = "lovire în barbă";
+$a->strings["stroked their beard at"] = "loviți în barbă la";
+$a->strings["bemoan the declining standards of modern secondary and tertiary education to"] = "deplângerea standardelor decăzute ale educației moderne secundare și terțiare pentru";
+$a->strings["bemoans the declining standards of modern secondary and tertiary education to"] = "deplânge standardele decăzute ale educației moderne secundare și terțiare pentru";
+$a->strings["hug"] = "îmbrățișare";
+$a->strings["hugged"] = "îmbrățișat(ă)";
+$a->strings["kiss"] = "sărut";
+$a->strings["kissed"] = "sărutat(ă)";
+$a->strings["raise eyebrows at"] = "ridică sprâncenele către";
+$a->strings["raised their eyebrows at"] = "a ridicat sprâncenele către";
+$a->strings["insult"] = "insultă";
+$a->strings["insulted"] = "insultat(ă)";
+$a->strings["praise"] = "laudă";
+$a->strings["praised"] = "lăudat(ă)";
+$a->strings["be dubious of"] = "arată-ți sceptitudinea față de";
+$a->strings["was dubious of"] = "a fost catalogat(ă) ca ciudat(ă) de către";
+$a->strings["eat"] = "devorează";
+$a->strings["ate"] = "devorat(ă)";
+$a->strings["giggle and fawn at"] = "chicotește și lingușește-l pe";
+$a->strings["giggled and fawned at"] = "a fost chicotit(ă) și lingușit(ă) de către";
+$a->strings["doubt"] = "îndoială";
+$a->strings["doubted"] = "nu a prezentat încredere";
+$a->strings["glare"] = "fixează cu privirea";
+$a->strings["glared at"] = "luat(ă) în colimator";
diff --git a/namethingy/lang/C/messages.po b/namethingy/lang/C/messages.po
new file mode 100644
index 000000000..e69de29bb
diff --git a/newmemberwidget/lang/cs/messages.po b/newmemberwidget/lang/cs/messages.po
new file mode 100644
index 000000000..ae285ea0e
--- /dev/null
+++ b/newmemberwidget/lang/cs/messages.po
@@ -0,0 +1,76 @@
+# ADDON newmemberwidget
+# Copyright (C)
+# This file is distributed under the same license as the Friendica newmemberwidget addon package.
+#
+#
+# Translators:
+# Michal Šupler , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-07 19:25+0000\n"
+"Last-Translator: Michal Šupler \n"
+"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: newmemberwidget.php:23
+msgid "New Member"
+msgstr "Nový člen"
+
+#: newmemberwidget.php:24
+msgid "Tips for New Members"
+msgstr "Tipy pro nové členy"
+
+#: newmemberwidget.php:26
+msgid "Global Support Forum"
+msgstr "Globální fórum podpory"
+
+#: newmemberwidget.php:28
+msgid "Local Support Forum"
+msgstr "Lokální fórum podpory"
+
+#: newmemberwidget.php:51
+msgid "Save Settings"
+msgstr "Uložit Nastavení"
+
+#: newmemberwidget.php:52
+msgid "Message"
+msgstr "Zpráva"
+
+#: newmemberwidget.php:52
+msgid "Your message for new members. You can use bbcode here."
+msgstr "Vaše zpráva pro nové členy. Zde můžete použít BBCode."
+
+#: newmemberwidget.php:53
+msgid "Add a link to global support forum"
+msgstr "Přidejte odkaz na globální fórum podpory"
+
+#: newmemberwidget.php:53
+msgid "Should a link to the global support forum be displayed?"
+msgstr "Má být odkaz na globální fórum podpory zobrazen?"
+
+#: newmemberwidget.php:54
+msgid "Add a link to the local support forum"
+msgstr "Přidejte odkaz na lokální fórum podpory"
+
+#: newmemberwidget.php:54
+msgid ""
+"If you have a local support forum and wand to have a link displayed in the "
+"widget, check this box."
+msgstr "Pokud máte lokální fórum podpory a chcete mít zobrazen jeho odkaz, zvolte tuto volbu."
+
+#: newmemberwidget.php:55
+msgid "Name of the local support group"
+msgstr "Název lokálního fóra podpory"
+
+#: newmemberwidget.php:55
+msgid ""
+"If you checked the above, specify the nickname of the local support"
+" group here (i.e. helpers)"
+msgstr "Pokud jste výše uvedené zaškrtli, specifikujte zde přezdívku lokální podpůrné skupiny (např. pomahači)"
diff --git a/newmemberwidget/lang/cs/strings.php b/newmemberwidget/lang/cs/strings.php
new file mode 100644
index 000000000..30fed02c5
--- /dev/null
+++ b/newmemberwidget/lang/cs/strings.php
@@ -0,0 +1,20 @@
+=2 && $n<=4) ? 1 : 2;;
+}}
+;
+$a->strings["New Member"] = "Nový člen";
+$a->strings["Tips for New Members"] = "Tipy pro nové členy";
+$a->strings["Global Support Forum"] = "Globální fórum podpory";
+$a->strings["Local Support Forum"] = "Lokální fórum podpory";
+$a->strings["Save Settings"] = "Uložit Nastavení";
+$a->strings["Message"] = "Zpráva";
+$a->strings["Your message for new members. You can use bbcode here."] = "Vaše zpráva pro nové členy. Zde můžete použít BBCode.";
+$a->strings["Add a link to global support forum"] = "Přidejte odkaz na globální fórum podpory";
+$a->strings["Should a link to the global support forum be displayed?"] = "Má být odkaz na globální fórum podpory zobrazen?";
+$a->strings["Add a link to the local support forum"] = "Přidejte odkaz na lokální fórum podpory";
+$a->strings["If you have a local support forum and wand to have a link displayed in the widget, check this box."] = "Pokud máte lokální fórum podpory a chcete mít zobrazen jeho odkaz, zvolte tuto volbu.";
+$a->strings["Name of the local support group"] = "Název lokálního fóra podpory";
+$a->strings["If you checked the above, specify the nickname of the local support group here (i.e. helpers)"] = "Pokud jste výše uvedené zaškrtli, specifikujte zde přezdívku lokální podpůrné skupiny (např. pomahači)";
diff --git a/newmemberwidget/lang/de/messages.po b/newmemberwidget/lang/de/messages.po
index 1181bb082..006fd4ee8 100644
--- a/newmemberwidget/lang/de/messages.po
+++ b/newmemberwidget/lang/de/messages.po
@@ -1,74 +1,75 @@
# ADDON newmemberwidget
-# Copyright (C)
+# Copyright (C)
# This file is distributed under the same license as the Friendica newmemberwidget addon package.
#
-#
-#, fuzzy
+#
+# Translators:
msgid ""
msgstr ""
-"Project-Id-Version: \n"
+"Project-Id-Version: friendica\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2014-06-01 12:06+0200\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME \n"
-"Language-Team: LANGUAGE \n"
-"Language: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-06-23 10:27+0000\n"
+"Last-Translator: bavatar \n"
+"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: newmemberwidget.php:21
+#: newmemberwidget.php:23
msgid "New Member"
msgstr "Neue Nutzer"
-#: newmemberwidget.php:22
+#: newmemberwidget.php:24
msgid "Tips for New Members"
msgstr "Tipps für neue Nutzer"
-#: newmemberwidget.php:24
+#: newmemberwidget.php:26
msgid "Global Support Forum"
msgstr "Globales Forum für Hilfsanfragen"
-#: newmemberwidget.php:26
+#: newmemberwidget.php:28
msgid "Local Support Forum"
msgstr "Lokales Forum für Hilfsanfragen"
-#: newmemberwidget.php:47
+#: newmemberwidget.php:51
msgid "Save Settings"
msgstr "Einstellungen Speichern"
-#: newmemberwidget.php:48
+#: newmemberwidget.php:52
msgid "Message"
msgstr "Nachricht"
-#: newmemberwidget.php:48
+#: newmemberwidget.php:52
msgid "Your message for new members. You can use bbcode here."
msgstr "Deine Nachricht für neue Nutzer. BBCode kann verwendet werden."
-#: newmemberwidget.php:49
+#: newmemberwidget.php:53
msgid "Add a link to global support forum"
msgstr "Link zum globalen Support Forum anzeigen"
-#: newmemberwidget.php:49
+#: newmemberwidget.php:53
msgid "Should a link to the global support forum be displayed?"
msgstr "Soll ein Link zum globalen Support Forum angezeigt werden?"
-#: newmemberwidget.php:50
+#: newmemberwidget.php:54
msgid "Add a link to the local support forum"
msgstr "Link zum lokalen Support Forum anzeigen"
-#: newmemberwidget.php:50
+#: newmemberwidget.php:54
msgid ""
"If you have a local support forum and wand to have a link displayed in the "
"widget, check this box."
msgstr "Wenn du ein lokales Support Forum eingerichtet hast und Link darauf angezeigt werden soll, hier klicken"
-#: newmemberwidget.php:51
+#: newmemberwidget.php:55
msgid "Name of the local support group"
msgstr "Name des lokalen Support Forums"
-#: newmemberwidget.php:51
+#: newmemberwidget.php:55
msgid ""
-"If you checked the above, specify the nickname of the local support "
-"group here (i.e. helpers)"
+"If you checked the above, specify the nickname of the local support"
+" group here (i.e. helpers)"
msgstr "Wenn der Link angezeigt werden soll, dann trage hier den Spitznamen des Forums ein (z.B. helpers)"
diff --git a/newmemberwidget/lang/de/strings.php b/newmemberwidget/lang/de/strings.php
index 60d21bd76..77f5ad629 100644
--- a/newmemberwidget/lang/de/strings.php
+++ b/newmemberwidget/lang/de/strings.php
@@ -1,5 +1,9 @@
strings["New Member"] = "Neue Nutzer";
$a->strings["Tips for New Members"] = "Tipps für neue Nutzer";
diff --git a/newmemberwidget/lang/ro/messages.po b/newmemberwidget/lang/ro/messages.po
new file mode 100644
index 000000000..e36be7a07
--- /dev/null
+++ b/newmemberwidget/lang/ro/messages.po
@@ -0,0 +1,75 @@
+# ADDON newmemberwidget
+# Copyright (C)
+# This file is distributed under the same license as the Friendica newmemberwidget addon package.
+#
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-08 11:59+0000\n"
+"Last-Translator: Arian - Cazare Muncitori \n"
+"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ro_RO\n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
+
+#: newmemberwidget.php:23
+msgid "New Member"
+msgstr "Membru Nou"
+
+#: newmemberwidget.php:24
+msgid "Tips for New Members"
+msgstr "Sfaturi pentru Membrii Noi"
+
+#: newmemberwidget.php:26
+msgid "Global Support Forum"
+msgstr "Forum Global Asistentă"
+
+#: newmemberwidget.php:28
+msgid "Local Support Forum"
+msgstr "Forum Local Asistență"
+
+#: newmemberwidget.php:51
+msgid "Save Settings"
+msgstr "Salvare Configurări"
+
+#: newmemberwidget.php:52
+msgid "Message"
+msgstr "Mesaj"
+
+#: newmemberwidget.php:52
+msgid "Your message for new members. You can use bbcode here."
+msgstr "Mesajul dumneavoastră pentru noii membri. Puteți folosi aici codul BB."
+
+#: newmemberwidget.php:53
+msgid "Add a link to global support forum"
+msgstr "Adăugați o legătură către forumul global de asistentă"
+
+#: newmemberwidget.php:53
+msgid "Should a link to the global support forum be displayed?"
+msgstr "Ar trebui afișată o legătură către forumul global de asistență?"
+
+#: newmemberwidget.php:54
+msgid "Add a link to the local support forum"
+msgstr "Adăugați o legătură către forumul local de asistență"
+
+#: newmemberwidget.php:54
+msgid ""
+"If you have a local support forum and wand to have a link displayed in the "
+"widget, check this box."
+msgstr "Dacă dețineți un forum local de asistentă şi doriți să aveți o legătură afișată în mini-aplicația widget, bifați această casetă."
+
+#: newmemberwidget.php:55
+msgid "Name of the local support group"
+msgstr "Numele grupului local de asistență"
+
+#: newmemberwidget.php:55
+msgid ""
+"If you checked the above, specify the nickname of the local support"
+" group here (i.e. helpers)"
+msgstr "Dacă ați bifat mai sus, specificați aici pseudonimul grupului local de asistență (adică operatorii de asistență)"
diff --git a/newmemberwidget/lang/ro/strings.php b/newmemberwidget/lang/ro/strings.php
new file mode 100644
index 000000000..0a00d1a6d
--- /dev/null
+++ b/newmemberwidget/lang/ro/strings.php
@@ -0,0 +1,20 @@
+19)||(($n%100==0)&&($n!=0)))?2:1));;
+}}
+;
+$a->strings["New Member"] = "Membru Nou";
+$a->strings["Tips for New Members"] = "Sfaturi pentru Membrii Noi";
+$a->strings["Global Support Forum"] = "Forum Global Asistentă";
+$a->strings["Local Support Forum"] = "Forum Local Asistență";
+$a->strings["Save Settings"] = "Salvare Configurări";
+$a->strings["Message"] = "Mesaj";
+$a->strings["Your message for new members. You can use bbcode here."] = "Mesajul dumneavoastră pentru noii membri. Puteți folosi aici codul BB.";
+$a->strings["Add a link to global support forum"] = "Adăugați o legătură către forumul global de asistentă";
+$a->strings["Should a link to the global support forum be displayed?"] = "Ar trebui afișată o legătură către forumul global de asistență?";
+$a->strings["Add a link to the local support forum"] = "Adăugați o legătură către forumul local de asistență";
+$a->strings["If you have a local support forum and wand to have a link displayed in the widget, check this box."] = "Dacă dețineți un forum local de asistentă şi doriți să aveți o legătură afișată în mini-aplicația widget, bifați această casetă.";
+$a->strings["Name of the local support group"] = "Numele grupului local de asistență";
+$a->strings["If you checked the above, specify the nickname of the local support group here (i.e. helpers)"] = "Dacă ați bifat mai sus, specificați aici pseudonimul grupului local de asistență (adică operatorii de asistență)";
diff --git a/notimeline/lang/cs/messages.po b/notimeline/lang/cs/messages.po
new file mode 100644
index 000000000..d998550f3
--- /dev/null
+++ b/notimeline/lang/cs/messages.po
@@ -0,0 +1,36 @@
+# ADDON notimeline
+# Copyright (C)
+# This file is distributed under the same license as the Friendica notimeline addon package.
+#
+#
+# Translators:
+# Michal Šupler , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-07 19:26+0000\n"
+"Last-Translator: Michal Šupler \n"
+"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: notimeline.php:32
+msgid "No Timeline settings updated."
+msgstr "Nastavení No Timeline aktualizováno."
+
+#: notimeline.php:56
+msgid "No Timeline Settings"
+msgstr "Nastavení No Timeline"
+
+#: notimeline.php:58
+msgid "Disable Archive selector on profile wall"
+msgstr "Znemožnit použití archivu na této profilové zdi."
+
+#: notimeline.php:64
+msgid "Save Settings"
+msgstr "Uložit Nastavení"
diff --git a/notimeline/lang/cs/strings.php b/notimeline/lang/cs/strings.php
index 9dd0c6c9f..9fa1344ba 100644
--- a/notimeline/lang/cs/strings.php
+++ b/notimeline/lang/cs/strings.php
@@ -1,6 +1,11 @@
-strings["No Timeline settings updated."] = "Nastavení No Timeline aktualizováno.";
-$a->strings["No Timeline Settings"] = "Nastavení No Timeline";
-$a->strings["Disable Archive selector on profile wall"] = "Znemožnit použití archivu na této profilové zdi.";
-$a->strings["Submit"] = "Odeslat";
+=2 && $n<=4) ? 1 : 2;;
+}}
+;
+$a->strings["No Timeline settings updated."] = "Nastavení No Timeline aktualizováno.";
+$a->strings["No Timeline Settings"] = "Nastavení No Timeline";
+$a->strings["Disable Archive selector on profile wall"] = "Znemožnit použití archivu na této profilové zdi.";
+$a->strings["Save Settings"] = "Uložit Nastavení";
diff --git a/notimeline/lang/ro/messages.po b/notimeline/lang/ro/messages.po
new file mode 100644
index 000000000..bb8717075
--- /dev/null
+++ b/notimeline/lang/ro/messages.po
@@ -0,0 +1,35 @@
+# ADDON notimeline
+# Copyright (C)
+# This file is distributed under the same license as the Friendica notimeline addon package.
+#
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-08 11:59+0000\n"
+"Last-Translator: Arian - Cazare Muncitori \n"
+"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ro_RO\n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
+
+#: notimeline.php:32
+msgid "No Timeline settings updated."
+msgstr "Configurările pentru Lipsă Cronologie, au fost actualizate."
+
+#: notimeline.php:56
+msgid "No Timeline Settings"
+msgstr "Configurări pentru Lipsă Cronologie"
+
+#: notimeline.php:58
+msgid "Disable Archive selector on profile wall"
+msgstr "Dezactivare selector Arhivă din peretele de profil"
+
+#: notimeline.php:64
+msgid "Save Settings"
+msgstr "Salvare Configurări"
diff --git a/notimeline/lang/ro/strings.php b/notimeline/lang/ro/strings.php
new file mode 100644
index 000000000..7ebfb958f
--- /dev/null
+++ b/notimeline/lang/ro/strings.php
@@ -0,0 +1,11 @@
+19)||(($n%100==0)&&($n!=0)))?2:1));;
+}}
+;
+$a->strings["No Timeline settings updated."] = "Configurările pentru Lipsă Cronologie, au fost actualizate.";
+$a->strings["No Timeline Settings"] = "Configurări pentru Lipsă Cronologie";
+$a->strings["Disable Archive selector on profile wall"] = "Dezactivare selector Arhivă din peretele de profil";
+$a->strings["Save Settings"] = "Salvare Configurări";
diff --git a/nsfw/lang/cs/messages.po b/nsfw/lang/cs/messages.po
new file mode 100644
index 000000000..8f5846e56
--- /dev/null
+++ b/nsfw/lang/cs/messages.po
@@ -0,0 +1,59 @@
+# ADDON nsfw
+# Copyright (C)
+# This file is distributed under the same license as the Friendica nsfw addon package.
+#
+#
+# Translators:
+# Michal Šupler , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-07 19:26+0000\n"
+"Last-Translator: Michal Šupler \n"
+"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: nsfw.php:78 nsfw.php:82
+msgid "Not Safe For Work (General Purpose Content Filter)"
+msgstr "Not Safe For Work (General Purpose Content Filter)"
+
+#: nsfw.php:86
+msgid ""
+"This plugin looks in posts for the words/text you specify below, and "
+"collapses any content containing those keywords so it is not displayed at "
+"inappropriate times, such as sexual innuendo that may be improper in a work "
+"setting. It is polite and recommended to tag any content containing nudity "
+"with #NSFW. This filter can also match any other word/text you specify, and"
+" can thereby be used as a general purpose content filter."
+msgstr "Tento plugin hledá v příspěvcích slova zadáná níže a skryje jakýkoliv obsah, který tyto slova obsahuje v prostředích, kde to není vhodné. Je slušné a doporučené jakékoliv příspěvky s mahotou označit s #NSFW. Tento filtr může také vyhledávat jakékoliv Vámi specifikované slovní spojení, takže může být využit jako obecný kontextový filtr."
+
+#: nsfw.php:87
+msgid "Enable Content filter"
+msgstr "Povolit Kontextový filtr"
+
+#: nsfw.php:90
+msgid "Comma separated list of keywords to hide"
+msgstr "Čárkou oddělený seznam klíčových slov ke skrytí"
+
+#: nsfw.php:94
+msgid "Save Settings"
+msgstr "Uložit Nastavení"
+
+#: nsfw.php:95
+msgid "Use /expression/ to provide regular expressions"
+msgstr "Použít /výraz/ pro použití regulárních výrazů"
+
+#: nsfw.php:111
+msgid "NSFW Settings saved."
+msgstr "NSFW nastavení uloženo"
+
+#: nsfw.php:166
+#, php-format
+msgid "%s - Click to open/close"
+msgstr "%s - Klikněte pro otevření/zavření"
diff --git a/nsfw/lang/cs/strings.php b/nsfw/lang/cs/strings.php
index 8f32b9c3b..e9c4b0b8c 100644
--- a/nsfw/lang/cs/strings.php
+++ b/nsfw/lang/cs/strings.php
@@ -1,10 +1,15 @@
-strings["Not Safe For Work (General Purpose Content Filter) settings"] = "Not Safe For Work (General Purpose Content Filter) nastavení";
-$a->strings["This plugin looks in posts for the words/text you specify below, and collapses any content containing those keywords so it is not displayed at inappropriate times, such as sexual innuendo that may be improper in a work setting. It is polite and recommended to tag any content containing nudity with #NSFW. This filter can also match any other word/text you specify, and can thereby be used as a general purpose content filter."] = "Tento plugin hledá v příspěvcích slova zadáná níže a skryje jakýkoliv obsah, který tyto slova obsahuje v prostředích, kde to není vhodné. Je slušné a doporučené jakékoliv příspěvky s mahotou označit s #NSFW. Tento filtr může také vyhledávat jakékoliv Vámi specifikované slovní spojení, takže může být využit jako obecný kontextový filtr.";
-$a->strings["Enable Content filter"] = "Povolit Kontextový filtr";
-$a->strings["Comma separated list of keywords to hide"] = "Čárkou oddělený seznam klíčových slov ke skrytí";
-$a->strings["Submit"] = "Odeslat";
-$a->strings["Use /expression/ to provide regular expressions"] = "Použít /výraz/ pro použití regulárních výrazů";
-$a->strings["NSFW Settings saved."] = "NSFW nastavení uloženo";
-$a->strings["%s - Click to open/close"] = "%s - Klikněte pro otevření/zavření";
+=2 && $n<=4) ? 1 : 2;;
+}}
+;
+$a->strings["Not Safe For Work (General Purpose Content Filter)"] = "Not Safe For Work (General Purpose Content Filter)";
+$a->strings["This plugin looks in posts for the words/text you specify below, and collapses any content containing those keywords so it is not displayed at inappropriate times, such as sexual innuendo that may be improper in a work setting. It is polite and recommended to tag any content containing nudity with #NSFW. This filter can also match any other word/text you specify, and can thereby be used as a general purpose content filter."] = "Tento plugin hledá v příspěvcích slova zadáná níže a skryje jakýkoliv obsah, který tyto slova obsahuje v prostředích, kde to není vhodné. Je slušné a doporučené jakékoliv příspěvky s mahotou označit s #NSFW. Tento filtr může také vyhledávat jakékoliv Vámi specifikované slovní spojení, takže může být využit jako obecný kontextový filtr.";
+$a->strings["Enable Content filter"] = "Povolit Kontextový filtr";
+$a->strings["Comma separated list of keywords to hide"] = "Čárkou oddělený seznam klíčových slov ke skrytí";
+$a->strings["Save Settings"] = "Uložit Nastavení";
+$a->strings["Use /expression/ to provide regular expressions"] = "Použít /výraz/ pro použití regulárních výrazů";
+$a->strings["NSFW Settings saved."] = "NSFW nastavení uloženo";
+$a->strings["%s - Click to open/close"] = "%s - Klikněte pro otevření/zavření";
diff --git a/nsfw/lang/de/messages.po b/nsfw/lang/de/messages.po
new file mode 100644
index 000000000..8860cd7c4
--- /dev/null
+++ b/nsfw/lang/de/messages.po
@@ -0,0 +1,59 @@
+# ADDON nsfw
+# Copyright (C)
+# This file is distributed under the same license as the Friendica nsfw addon package.
+#
+#
+# Translators:
+# bavatar , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-08 19:17+0000\n"
+"Last-Translator: bavatar \n"
+"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: nsfw.php:78 nsfw.php:82
+msgid "Not Safe For Work (General Purpose Content Filter)"
+msgstr "Not Safe for Work (alg. Filter für ungewollte Inhalte) Einstellungen:"
+
+#: nsfw.php:86
+msgid ""
+"This plugin looks in posts for the words/text you specify below, and "
+"collapses any content containing those keywords so it is not displayed at "
+"inappropriate times, such as sexual innuendo that may be improper in a work "
+"setting. It is polite and recommended to tag any content containing nudity "
+"with #NSFW. This filter can also match any other word/text you specify, and"
+" can thereby be used as a general purpose content filter."
+msgstr "Dieses Plugin sucht in Beiträgen nach Wörtern oder Textbauteilen die du weiter unten eingibst, findet es diese Bausteine, dann wird der entsprechende Beitrag zusammengefaltet dargestellt. Auf diese Weise wird verhindert, dass Inhalte, wie z.B. sexuelle Anspielungen, in unpassenden Momenten angezeigt werden. Du solltest den #NSFW Tag für Beiträge verwenden von denen du ausgehen kannst, dass andere sie anstößig finden könnten. Su kannst beliebige Wörter in der Filterliste angeben und ihn so als allgemeinen Filter verwenden."
+
+#: nsfw.php:87
+msgid "Enable Content filter"
+msgstr "Aktiviere den Inhaltsfilter"
+
+#: nsfw.php:90
+msgid "Comma separated list of keywords to hide"
+msgstr "Durch Kommata getrennte Liste von Schlüsselwörtern die verborgen werden sollen"
+
+#: nsfw.php:94
+msgid "Save Settings"
+msgstr "Einstellungen speichern"
+
+#: nsfw.php:95
+msgid "Use /expression/ to provide regular expressions"
+msgstr "Verwende /expression/ um Reguläre Ausdrücke zu verwenden"
+
+#: nsfw.php:111
+msgid "NSFW Settings saved."
+msgstr "NSFW-Einstellungen gespeichert"
+
+#: nsfw.php:166
+#, php-format
+msgid "%s - Click to open/close"
+msgstr "%s – Zum Öffnen/Schließen klicken"
diff --git a/nsfw/lang/de/strings.php b/nsfw/lang/de/strings.php
index 9bc363664..4bd5bdd2a 100644
--- a/nsfw/lang/de/strings.php
+++ b/nsfw/lang/de/strings.php
@@ -1,10 +1,15 @@
-strings["Not Safe For Work (General Purpose Content Filter) settings"] = "Not Safe for Work (allg. Filter für ungewollte Inhalte) Einstellungen:";
-$a->strings["This plugin looks in posts for the words/text you specify below, and collapses any content containing those keywords so it is not displayed at inappropriate times, such as sexual innuendo that may be improper in a work setting. It is polite and recommended to tag any content containing nudity with #NSFW. This filter can also match any other word/text you specify, and can thereby be used as a general purpose content filter."] = "Dieses Plugin sucht in Beiträgen nach Wörtern oder Textbauteilen die du weiter unten eingibst, findet es diese Bausteine, dann wird der entsprechende Beitrag zusammengefaltet dargestellt. Auf diese Weise wird verhindert, dass Inhalte, wie z.B. sexuelle Anspielungen, in unpassenden Momenten angezeigt werden. Du solltest den #NSFW Tag für Beiträge verwenden von denen du ausgehen kannst, dass andere sie anstößig finden könnten. Du kannst beliebige Wörter in der Filterliste angeben und ihn so als allgemeinen Filter verwenden.";
-$a->strings["Enable Content filter"] = "Aktiviere den Inhaltsfilter";
-$a->strings["Comma separated list of keywords to hide"] = "Durch Komma getrennte Liste von Schlüsselwörtern die verborgen werden sollen";
-$a->strings["Submit"] = "Senden";
-$a->strings["Use /expression/ to provide regular expressions"] = "Verwende /expression/ um reguläre Ausdrücke zu verwenden";
-$a->strings["NSFW Settings saved."] = "NSFW-Einstellungen gespeichert";
-$a->strings["%s - Click to open/close"] = "%s – Zum Öffnen/Schließen klicken";
+strings["Not Safe For Work (General Purpose Content Filter)"] = "Not Safe for Work (alg. Filter für ungewollte Inhalte) Einstellungen:";
+$a->strings["This plugin looks in posts for the words/text you specify below, and collapses any content containing those keywords so it is not displayed at inappropriate times, such as sexual innuendo that may be improper in a work setting. It is polite and recommended to tag any content containing nudity with #NSFW. This filter can also match any other word/text you specify, and can thereby be used as a general purpose content filter."] = "Dieses Plugin sucht in Beiträgen nach Wörtern oder Textbauteilen die du weiter unten eingibst, findet es diese Bausteine, dann wird der entsprechende Beitrag zusammengefaltet dargestellt. Auf diese Weise wird verhindert, dass Inhalte, wie z.B. sexuelle Anspielungen, in unpassenden Momenten angezeigt werden. Du solltest den #NSFW Tag für Beiträge verwenden von denen du ausgehen kannst, dass andere sie anstößig finden könnten. Su kannst beliebige Wörter in der Filterliste angeben und ihn so als allgemeinen Filter verwenden.";
+$a->strings["Enable Content filter"] = "Aktiviere den Inhaltsfilter";
+$a->strings["Comma separated list of keywords to hide"] = "Durch Kommata getrennte Liste von Schlüsselwörtern die verborgen werden sollen";
+$a->strings["Save Settings"] = "Einstellungen speichern";
+$a->strings["Use /expression/ to provide regular expressions"] = "Verwende /expression/ um Reguläre Ausdrücke zu verwenden";
+$a->strings["NSFW Settings saved."] = "NSFW-Einstellungen gespeichert";
+$a->strings["%s - Click to open/close"] = "%s – Zum Öffnen/Schließen klicken";
diff --git a/nsfw/lang/ro/messages.po b/nsfw/lang/ro/messages.po
new file mode 100644
index 000000000..77aa835a5
--- /dev/null
+++ b/nsfw/lang/ro/messages.po
@@ -0,0 +1,58 @@
+# ADDON nsfw
+# Copyright (C)
+# This file is distributed under the same license as the Friendica nsfw addon package.
+#
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-08 12:00+0000\n"
+"Last-Translator: Arian - Cazare Muncitori \n"
+"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ro_RO\n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
+
+#: nsfw.php:78 nsfw.php:82
+msgid "Not Safe For Work (General Purpose Content Filter)"
+msgstr "Nesigur Pentru Lucru (Filtrare de Conținut pentru Uz General )"
+
+#: nsfw.php:86
+msgid ""
+"This plugin looks in posts for the words/text you specify below, and "
+"collapses any content containing those keywords so it is not displayed at "
+"inappropriate times, such as sexual innuendo that may be improper in a work "
+"setting. It is polite and recommended to tag any content containing nudity "
+"with #NSFW. This filter can also match any other word/text you specify, and"
+" can thereby be used as a general purpose content filter."
+msgstr "Acest modul verifică în postări, cuvintele/textele pe care le specificați mai jos, și cenzurează orice conținut cu aceste cuvinte cheie, astfel încât să nu se afișeze în momentele necorespunzătoare, precum aluziile sexuale ce pot fi necorespunzătoare într-un mediu de lucru. Este politicos și recomandat să etichetați orice conținut cu nuditate, folosind eticheta #NSFW. Acest filtru poate de asemenea, potrivi orice alt cuvânt/text specificat, şi poate fi folosit astfel și ca filtru de conținut cu scop general."
+
+#: nsfw.php:87
+msgid "Enable Content filter"
+msgstr "Activare filtru de Conținut"
+
+#: nsfw.php:90
+msgid "Comma separated list of keywords to hide"
+msgstr "Lista cu separator prin virgulă a cuvintelor cheie, ce vor declanșa ascunderea"
+
+#: nsfw.php:94
+msgid "Save Settings"
+msgstr "Salvare Configurări"
+
+#: nsfw.php:95
+msgid "Use /expression/ to provide regular expressions"
+msgstr "Utilizați /expresia/ pentru a oferi expresii regulate"
+
+#: nsfw.php:111
+msgid "NSFW Settings saved."
+msgstr "Configurările NSFW au fost salvate."
+
+#: nsfw.php:166
+#, php-format
+msgid "%s - Click to open/close"
+msgstr "%s - Apăsați pentru a deschide/închide"
diff --git a/nsfw/lang/ro/strings.php b/nsfw/lang/ro/strings.php
new file mode 100644
index 000000000..b1fa31d86
--- /dev/null
+++ b/nsfw/lang/ro/strings.php
@@ -0,0 +1,15 @@
+19)||(($n%100==0)&&($n!=0)))?2:1));;
+}}
+;
+$a->strings["Not Safe For Work (General Purpose Content Filter)"] = "Nesigur Pentru Lucru (Filtrare de Conținut pentru Uz General )";
+$a->strings["This plugin looks in posts for the words/text you specify below, and collapses any content containing those keywords so it is not displayed at inappropriate times, such as sexual innuendo that may be improper in a work setting. It is polite and recommended to tag any content containing nudity with #NSFW. This filter can also match any other word/text you specify, and can thereby be used as a general purpose content filter."] = "Acest modul verifică în postări, cuvintele/textele pe care le specificați mai jos, și cenzurează orice conținut cu aceste cuvinte cheie, astfel încât să nu se afișeze în momentele necorespunzătoare, precum aluziile sexuale ce pot fi necorespunzătoare într-un mediu de lucru. Este politicos și recomandat să etichetați orice conținut cu nuditate, folosind eticheta #NSFW. Acest filtru poate de asemenea, potrivi orice alt cuvânt/text specificat, şi poate fi folosit astfel și ca filtru de conținut cu scop general.";
+$a->strings["Enable Content filter"] = "Activare filtru de Conținut";
+$a->strings["Comma separated list of keywords to hide"] = "Lista cu separator prin virgulă a cuvintelor cheie, ce vor declanșa ascunderea";
+$a->strings["Save Settings"] = "Salvare Configurări";
+$a->strings["Use /expression/ to provide regular expressions"] = "Utilizați /expresia/ pentru a oferi expresii regulate";
+$a->strings["NSFW Settings saved."] = "Configurările NSFW au fost salvate.";
+$a->strings["%s - Click to open/close"] = "%s - Apăsați pentru a deschide/închide";
diff --git a/numfriends/lang/cs/messages.po b/numfriends/lang/cs/messages.po
new file mode 100644
index 000000000..29955cb23
--- /dev/null
+++ b/numfriends/lang/cs/messages.po
@@ -0,0 +1,36 @@
+# ADDON numfriends
+# Copyright (C)
+# This file is distributed under the same license as the Friendica numfriends addon package.
+#
+#
+# Translators:
+# Michal Šupler , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-07 19:27+0000\n"
+"Last-Translator: Michal Šupler \n"
+"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: numfriends.php:46
+msgid "Numfriends settings updated."
+msgstr "Numfriends nastavení aktualizováno"
+
+#: numfriends.php:77
+msgid "Numfriends Settings"
+msgstr "Nastavení Numfriends"
+
+#: numfriends.php:79
+msgid "How many contacts to display on profile sidebar"
+msgstr "Kolik kontaktů zobrazit na profilovém bočním menu"
+
+#: numfriends.php:85
+msgid "Save Settings"
+msgstr "Uložit Nastavení"
diff --git a/numfriends/lang/cs/strings.php b/numfriends/lang/cs/strings.php
index a9f484bce..36e0ef6d0 100644
--- a/numfriends/lang/cs/strings.php
+++ b/numfriends/lang/cs/strings.php
@@ -1,6 +1,11 @@
-strings["Numfriends settings updated."] = "Numfriends nastavení aktualizováno";
-$a->strings["Numfriends Settings"] = "Nastavení Numfriends";
-$a->strings["How many contacts to display on profile sidebar"] = "Kolik kontaktů zobrazit na profilovém bočním menu";
-$a->strings["Submit"] = "Odeslat";
+=2 && $n<=4) ? 1 : 2;;
+}}
+;
+$a->strings["Numfriends settings updated."] = "Numfriends nastavení aktualizováno";
+$a->strings["Numfriends Settings"] = "Nastavení Numfriends";
+$a->strings["How many contacts to display on profile sidebar"] = "Kolik kontaktů zobrazit na profilovém bočním menu";
+$a->strings["Save Settings"] = "Uložit Nastavení";
diff --git a/numfriends/lang/de/messages.po b/numfriends/lang/de/messages.po
new file mode 100644
index 000000000..92879c06a
--- /dev/null
+++ b/numfriends/lang/de/messages.po
@@ -0,0 +1,36 @@
+# ADDON numfriends
+# Copyright (C)
+# This file is distributed under the same license as the Friendica numfriends addon package.
+#
+#
+# Translators:
+# bavatar , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-11 06:28+0000\n"
+"Last-Translator: bavatar \n"
+"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: numfriends.php:46
+msgid "Numfriends settings updated."
+msgstr "Numfriends Einstellungen aktualisiert"
+
+#: numfriends.php:77
+msgid "Numfriends Settings"
+msgstr "Numfriends Einstellungen"
+
+#: numfriends.php:79
+msgid "How many contacts to display on profile sidebar"
+msgstr "Wie viele Kontakte sollen in der Seitenleiste angezeigt werden"
+
+#: numfriends.php:85
+msgid "Save Settings"
+msgstr "Einstellungen speichern"
diff --git a/numfriends/lang/de/strings.php b/numfriends/lang/de/strings.php
index 56355e614..cff516232 100644
--- a/numfriends/lang/de/strings.php
+++ b/numfriends/lang/de/strings.php
@@ -1,6 +1,11 @@
-strings["Numfriends settings updated."] = "Numfriends Einstellungen aktualisiert";
-$a->strings["Numfriends Settings"] = "Numfriends Einstellungen";
-$a->strings["How many contacts to display on profile sidebar"] = "Wie viele Kontakte sollen in der Seitenleiste angezeigt werden";
-$a->strings["Submit"] = "Senden";
+strings["Numfriends settings updated."] = "Numfriends Einstellungen aktualisiert";
+$a->strings["Numfriends Settings"] = "Numfriends Einstellungen";
+$a->strings["How many contacts to display on profile sidebar"] = "Wie viele Kontakte sollen in der Seitenleiste angezeigt werden";
+$a->strings["Save Settings"] = "Einstellungen speichern";
diff --git a/numfriends/lang/ro/messages.po b/numfriends/lang/ro/messages.po
new file mode 100644
index 000000000..344a75b0e
--- /dev/null
+++ b/numfriends/lang/ro/messages.po
@@ -0,0 +1,35 @@
+# ADDON numfriends
+# Copyright (C)
+# This file is distributed under the same license as the Friendica numfriends addon package.
+#
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-08 12:00+0000\n"
+"Last-Translator: Arian - Cazare Muncitori \n"
+"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ro_RO\n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
+
+#: numfriends.php:46
+msgid "Numfriends settings updated."
+msgstr "Configurările NumFriends au fost actualizate."
+
+#: numfriends.php:77
+msgid "Numfriends Settings"
+msgstr "Configurări NumFriends"
+
+#: numfriends.php:79
+msgid "How many contacts to display on profile sidebar"
+msgstr "Câte contacte se afișează în bara laterală a profilului "
+
+#: numfriends.php:85
+msgid "Save Settings"
+msgstr "Salvare Configurări"
diff --git a/numfriends/lang/ro/strings.php b/numfriends/lang/ro/strings.php
new file mode 100644
index 000000000..98c2e6965
--- /dev/null
+++ b/numfriends/lang/ro/strings.php
@@ -0,0 +1,11 @@
+19)||(($n%100==0)&&($n!=0)))?2:1));;
+}}
+;
+$a->strings["Numfriends settings updated."] = "Configurările NumFriends au fost actualizate.";
+$a->strings["Numfriends Settings"] = "Configurări NumFriends";
+$a->strings["How many contacts to display on profile sidebar"] = "Câte contacte se afișează în bara laterală a profilului ";
+$a->strings["Save Settings"] = "Salvare Configurări";
diff --git a/openstreetmap/lang/cs/messages.po b/openstreetmap/lang/cs/messages.po
new file mode 100644
index 000000000..8bfb4fe3d
--- /dev/null
+++ b/openstreetmap/lang/cs/messages.po
@@ -0,0 +1,50 @@
+# ADDON openstreetmap
+# Copyright (C)
+# This file is distributed under the same license as the Friendica openstreetmap addon package.
+#
+#
+# Translators:
+# Michal Šupler , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-07 19:27+0000\n"
+"Last-Translator: Michal Šupler \n"
+"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: openstreetmap.php:70
+msgid "Map"
+msgstr "Mapa"
+
+#: openstreetmap.php:94
+msgid "Save Settings"
+msgstr "Uložit Nastavení"
+
+#: openstreetmap.php:95
+msgid "Tile Server URL"
+msgstr "URL adresa Tile serveru"
+
+#: openstreetmap.php:95
+msgid ""
+"A list of public tile servers"
+msgstr "Seznam veřejných tile serverů"
+
+#: openstreetmap.php:96
+msgid "Default zoom"
+msgstr "Defaultní lupa"
+
+#: openstreetmap.php:96
+msgid "The default zoom level. (1:world, 18:highest)"
+msgstr "Defaultní nastavení lupy (1:svět, 18:nejvyšší)"
+
+#: openstreetmap.php:104
+msgid "Settings updated."
+msgstr "Nastavení aktualizováno."
diff --git a/openstreetmap/lang/cs/strings.php b/openstreetmap/lang/cs/strings.php
index 3db39101c..c66498e45 100644
--- a/openstreetmap/lang/cs/strings.php
+++ b/openstreetmap/lang/cs/strings.php
@@ -1,8 +1,14 @@
-strings["Submit"] = "Odeslat";
-$a->strings["Tile Server URL"] = "URL adresa Tile serveru";
-$a->strings["A list of public tile servers"] = "Seznam veřejných tile serverů";
-$a->strings["Default zoom"] = "Defaultní přiblížení";
-$a->strings["The default zoom level. (1:world, 18:highest)"] = "Defaultní úroveň přiblížení (1:svět, 18:nejvyšší)";
-$a->strings["Settings updated."] = "Nastavení aktualizováno.";
+=2 && $n<=4) ? 1 : 2;;
+}}
+;
+$a->strings["Map"] = "Mapa";
+$a->strings["Save Settings"] = "Uložit Nastavení";
+$a->strings["Tile Server URL"] = "URL adresa Tile serveru";
+$a->strings["A list of public tile servers"] = "Seznam veřejných tile serverů";
+$a->strings["Default zoom"] = "Defaultní lupa";
+$a->strings["The default zoom level. (1:world, 18:highest)"] = "Defaultní nastavení lupy (1:svět, 18:nejvyšší)";
+$a->strings["Settings updated."] = "Nastavení aktualizováno.";
diff --git a/openstreetmap/lang/de/messages.po b/openstreetmap/lang/de/messages.po
new file mode 100644
index 000000000..a00311a1a
--- /dev/null
+++ b/openstreetmap/lang/de/messages.po
@@ -0,0 +1,50 @@
+# ADDON openstreetmap
+# Copyright (C)
+# This file is distributed under the same license as the Friendica openstreetmap addon package.
+#
+#
+# Translators:
+# bavatar , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-11 06:30+0000\n"
+"Last-Translator: bavatar \n"
+"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: openstreetmap.php:70
+msgid "Map"
+msgstr "Karte"
+
+#: openstreetmap.php:94
+msgid "Save Settings"
+msgstr "Einstellungen speichern"
+
+#: openstreetmap.php:95
+msgid "Tile Server URL"
+msgstr "Die URL des Servers"
+
+#: openstreetmap.php:95
+msgid ""
+"A list of public tile servers"
+msgstr "Eine Liste öffentlicher Tile Server"
+
+#: openstreetmap.php:96
+msgid "Default zoom"
+msgstr "Standard Zoom"
+
+#: openstreetmap.php:96
+msgid "The default zoom level. (1:world, 18:highest)"
+msgstr "Standard Zoo,level (1: Welt; 18: höchstes)"
+
+#: openstreetmap.php:104
+msgid "Settings updated."
+msgstr "Einstellungen aktualisiert."
diff --git a/openstreetmap/lang/de/strings.php b/openstreetmap/lang/de/strings.php
index ff6e58b6d..f98e59fcb 100644
--- a/openstreetmap/lang/de/strings.php
+++ b/openstreetmap/lang/de/strings.php
@@ -1,8 +1,14 @@
-strings["Submit"] = "Senden";
-$a->strings["Tile Server URL"] = "Tile Server URL";
-$a->strings["A list of public tile servers"] = "Eine Liste öffentlicher Tile Server";
-$a->strings["Default zoom"] = "Standard Zoom";
-$a->strings["The default zoom level. (1:world, 18:highest)"] = "Standard Zoomlevel (1: Welt; 18: höchstes)";
-$a->strings["Settings updated."] = "Einstellungen aktualisiert.";
+strings["Map"] = "Karte";
+$a->strings["Save Settings"] = "Einstellungen speichern";
+$a->strings["Tile Server URL"] = "Die URL des Servers";
+$a->strings["A list of public tile servers"] = "Eine Liste öffentlicher Tile Server";
+$a->strings["Default zoom"] = "Standard Zoom";
+$a->strings["The default zoom level. (1:world, 18:highest)"] = "Standard Zoo,level (1: Welt; 18: höchstes)";
+$a->strings["Settings updated."] = "Einstellungen aktualisiert.";
diff --git a/openstreetmap/lang/ro/messages.po b/openstreetmap/lang/ro/messages.po
new file mode 100644
index 000000000..6e7edf0f1
--- /dev/null
+++ b/openstreetmap/lang/ro/messages.po
@@ -0,0 +1,49 @@
+# ADDON openstreetmap
+# Copyright (C)
+# This file is distributed under the same license as the Friendica openstreetmap addon package.
+#
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-08 12:01+0000\n"
+"Last-Translator: Arian - Cazare Muncitori \n"
+"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ro_RO\n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
+
+#: openstreetmap.php:70
+msgid "Map"
+msgstr "Hartă"
+
+#: openstreetmap.php:94
+msgid "Save Settings"
+msgstr "Salvare Configurări"
+
+#: openstreetmap.php:95
+msgid "Tile Server URL"
+msgstr "URL Server pentru Stratificare Hărți"
+
+#: openstreetmap.php:95
+msgid ""
+"A list of public tile servers"
+msgstr "O lista cu servere publice cu tipuri de hărți"
+
+#: openstreetmap.php:96
+msgid "Default zoom"
+msgstr "Magnificare implicită"
+
+#: openstreetmap.php:96
+msgid "The default zoom level. (1:world, 18:highest)"
+msgstr "Nivelul implicit de magnificare. (1:nivel global, 18:cea mai mare)"
+
+#: openstreetmap.php:104
+msgid "Settings updated."
+msgstr "Configurări actualizate."
diff --git a/openstreetmap/lang/ro/strings.php b/openstreetmap/lang/ro/strings.php
new file mode 100644
index 000000000..56dae24c7
--- /dev/null
+++ b/openstreetmap/lang/ro/strings.php
@@ -0,0 +1,14 @@
+19)||(($n%100==0)&&($n!=0)))?2:1));;
+}}
+;
+$a->strings["Map"] = "Hartă";
+$a->strings["Save Settings"] = "Salvare Configurări";
+$a->strings["Tile Server URL"] = "URL Server pentru Stratificare Hărți";
+$a->strings["A list of public tile servers"] = "O lista cu servere publice cu tipuri de hărți";
+$a->strings["Default zoom"] = "Magnificare implicită";
+$a->strings["The default zoom level. (1:world, 18:highest)"] = "Nivelul implicit de magnificare. (1:nivel global, 18:cea mai mare)";
+$a->strings["Settings updated."] = "Configurări actualizate.";
diff --git a/pageheader/lang/cs/messages.po b/pageheader/lang/cs/messages.po
new file mode 100644
index 000000000..677cb4026
--- /dev/null
+++ b/pageheader/lang/cs/messages.po
@@ -0,0 +1,32 @@
+# ADDON pageheader
+# Copyright (C)
+# This file is distributed under the same license as the Friendica pageheader addon package.
+#
+#
+# Translators:
+# Michal Šupler , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-28 18:01+0000\n"
+"Last-Translator: Michal Šupler \n"
+"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: pageheader.php:50
+msgid "\"pageheader\" Settings"
+msgstr "Nastavení záhlaví stránky"
+
+#: pageheader.php:55
+msgid "Save Settings"
+msgstr "Uložit Nastavení"
+
+#: pageheader.php:68
+msgid "pageheader Settings saved."
+msgstr "Nastavení záhlaví stránky uloženo."
diff --git a/pageheader/lang/cs/strings.php b/pageheader/lang/cs/strings.php
index 08053b151..e77af60da 100644
--- a/pageheader/lang/cs/strings.php
+++ b/pageheader/lang/cs/strings.php
@@ -1,5 +1,10 @@
-strings["\"pageheader\" Settings"] = "Nastavení záhlaví stránky";
-$a->strings["Submit"] = "Odeslat";
-$a->strings["pageheader Settings saved."] = "Nastavení záhlaví stránky uloženo.";
+=2 && $n<=4) ? 1 : 2;;
+}}
+;
+$a->strings["\"pageheader\" Settings"] = "Nastavení záhlaví stránky";
+$a->strings["Save Settings"] = "Uložit Nastavení";
+$a->strings["pageheader Settings saved."] = "Nastavení záhlaví stránky uloženo.";
diff --git a/pageheader/lang/de/messages.po b/pageheader/lang/de/messages.po
new file mode 100644
index 000000000..398c55869
--- /dev/null
+++ b/pageheader/lang/de/messages.po
@@ -0,0 +1,32 @@
+# ADDON pageheader
+# Copyright (C)
+# This file is distributed under the same license as the Friendica pageheader addon package.
+#
+#
+# Translators:
+# bavatar , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-08 19:19+0000\n"
+"Last-Translator: bavatar \n"
+"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: pageheader.php:50
+msgid "\"pageheader\" Settings"
+msgstr "\"pageheader\"-Einstellungen"
+
+#: pageheader.php:55
+msgid "Save Settings"
+msgstr "Einstellungen speichern"
+
+#: pageheader.php:68
+msgid "pageheader Settings saved."
+msgstr "pageheader-Einstellungen gespeichert."
diff --git a/pageheader/lang/de/strings.php b/pageheader/lang/de/strings.php
index ea1ad8050..2bd7a6530 100644
--- a/pageheader/lang/de/strings.php
+++ b/pageheader/lang/de/strings.php
@@ -1,5 +1,10 @@
-strings["\"pageheader\" Settings"] = "\"pageheader\"-Einstellungen";
-$a->strings["Submit"] = "Senden";
-$a->strings["pageheader Settings saved."] = "pageheader-Einstellungen gespeichert.";
+strings["\"pageheader\" Settings"] = "\"pageheader\"-Einstellungen";
+$a->strings["Save Settings"] = "Einstellungen speichern";
+$a->strings["pageheader Settings saved."] = "pageheader-Einstellungen gespeichert.";
diff --git a/pageheader/lang/ro/messages.po b/pageheader/lang/ro/messages.po
new file mode 100644
index 000000000..b75700055
--- /dev/null
+++ b/pageheader/lang/ro/messages.po
@@ -0,0 +1,31 @@
+# ADDON pageheader
+# Copyright (C)
+# This file is distributed under the same license as the Friendica pageheader addon package.
+#
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-08 12:01+0000\n"
+"Last-Translator: Arian - Cazare Muncitori \n"
+"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ro_RO\n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
+
+#: pageheader.php:50
+msgid "\"pageheader\" Settings"
+msgstr "Configurări \"Pageheader\""
+
+#: pageheader.php:55
+msgid "Save Settings"
+msgstr "Salvare Configurări"
+
+#: pageheader.php:68
+msgid "pageheader Settings saved."
+msgstr "Configurările antetului de pagină au fost salvate."
diff --git a/pageheader/lang/ro/strings.php b/pageheader/lang/ro/strings.php
new file mode 100644
index 000000000..03dde7881
--- /dev/null
+++ b/pageheader/lang/ro/strings.php
@@ -0,0 +1,10 @@
+19)||(($n%100==0)&&($n!=0)))?2:1));;
+}}
+;
+$a->strings["\"pageheader\" Settings"] = "Configurări \"Pageheader\"";
+$a->strings["Save Settings"] = "Salvare Configurări";
+$a->strings["pageheader Settings saved."] = "Configurările antetului de pagină au fost salvate.";
diff --git a/piwik/lang/cs/messages.po b/piwik/lang/cs/messages.po
new file mode 100644
index 000000000..0e24a3383
--- /dev/null
+++ b/piwik/lang/cs/messages.po
@@ -0,0 +1,64 @@
+# ADDON piwik
+# Copyright (C)
+# This file is distributed under the same license as the Friendica piwik addon package.
+#
+#
+# Translators:
+# Michal Šupler , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-28 18:01+0000\n"
+"Last-Translator: Michal Šupler \n"
+"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: piwik.php:77
+msgid ""
+"This website is tracked using the Piwik "
+"analytics tool."
+msgstr "Tato webová stránka je sledována pomocí nástroje pro analýzu Piwik."
+
+#: piwik.php:80
+#, php-format
+msgid ""
+"If you do not want that your visits are logged this way you can"
+" set a cookie to prevent Piwik from tracking further visits of the site "
+"(opt-out)."
+msgstr "Pokud si nepřejete, aby vaše návštěvy byly takto sledovány, můžete si nastavit cookie, které zastaví sledování dalších návštěv na tomto webu (opt-out)."
+
+#: piwik.php:87
+msgid "Save Settings"
+msgstr "Uložit Nastavení"
+
+#: piwik.php:88
+msgid "Piwik Base URL"
+msgstr "Piwik Base adresa URL"
+
+#: piwik.php:88
+msgid ""
+"Absolute path to your Piwik installation. (without protocol (http/s), with "
+"trailing slash)"
+msgstr "Absolutní cesta k Vaší instalaci Piwik. (bez protokolu (http/s), s koncovým lomítkem)"
+
+#: piwik.php:89
+msgid "Site ID"
+msgstr "ID webu"
+
+#: piwik.php:90
+msgid "Show opt-out cookie link?"
+msgstr "Zobrazit odkaz opt-out cookie?"
+
+#: piwik.php:91
+msgid "Asynchronous tracking"
+msgstr "Asynchronní sledování"
+
+#: piwik.php:103
+msgid "Settings updated."
+msgstr "Nastavení aktualizováno."
diff --git a/piwik/lang/cs/strings.php b/piwik/lang/cs/strings.php
index 0ba58f126..6aaac6e35 100644
--- a/piwik/lang/cs/strings.php
+++ b/piwik/lang/cs/strings.php
@@ -1,11 +1,16 @@
-strings["This website is tracked using the Piwik analytics tool."] = "Tato webová stránka je sledována pomocí nástroje pro analýzu Piwik.";
-$a->strings["If you do not want that your visits are logged this way you can set a cookie to prevent Piwik from tracking further visits of the site (opt-out)."] = "Pokud si nepřejete, aby Vaše návštěvy byly takto sledovány, můžete si nastavit cookie, které zastaví sledování dalších návštěv na tomto webu (opt-out).";
-$a->strings["Submit"] = "Odeslat";
-$a->strings["Piwik Base URL"] = "Piwik Base adresa URL";
-$a->strings["Absolute path to your Piwik installation. (without protocol (http/s), with trailing slash)"] = "Absolutní cesta k Vaší instalaci Piwik. (bez protokolu (http/s), s koncovým lomítkem)";
-$a->strings["Site ID"] = "ID webu";
-$a->strings["Show opt-out cookie link?"] = "Zobrazit odkaz opt-out cookie?";
-$a->strings["Asynchronous tracking"] = "Asynchronní sledování";
-$a->strings["Settings updated."] = "Nastavení aktualizováno.";
+=2 && $n<=4) ? 1 : 2;;
+}}
+;
+$a->strings["This website is tracked using the Piwik analytics tool."] = "Tato webová stránka je sledována pomocí nástroje pro analýzu Piwik.";
+$a->strings["If you do not want that your visits are logged this way you can set a cookie to prevent Piwik from tracking further visits of the site (opt-out)."] = "Pokud si nepřejete, aby vaše návštěvy byly takto sledovány, můžete si nastavit cookie, které zastaví sledování dalších návštěv na tomto webu (opt-out).";
+$a->strings["Save Settings"] = "Uložit Nastavení";
+$a->strings["Piwik Base URL"] = "Piwik Base adresa URL";
+$a->strings["Absolute path to your Piwik installation. (without protocol (http/s), with trailing slash)"] = "Absolutní cesta k Vaší instalaci Piwik. (bez protokolu (http/s), s koncovým lomítkem)";
+$a->strings["Site ID"] = "ID webu";
+$a->strings["Show opt-out cookie link?"] = "Zobrazit odkaz opt-out cookie?";
+$a->strings["Asynchronous tracking"] = "Asynchronní sledování";
+$a->strings["Settings updated."] = "Nastavení aktualizováno.";
diff --git a/piwik/lang/de/messages.po b/piwik/lang/de/messages.po
new file mode 100644
index 000000000..99c1092f4
--- /dev/null
+++ b/piwik/lang/de/messages.po
@@ -0,0 +1,64 @@
+# ADDON piwik
+# Copyright (C)
+# This file is distributed under the same license as the Friendica piwik addon package.
+#
+#
+# Translators:
+# bavatar , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-08 19:18+0000\n"
+"Last-Translator: bavatar \n"
+"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: piwik.php:77
+msgid ""
+"This website is tracked using the Piwik "
+"analytics tool."
+msgstr "Diese Website benutzt Piwik, eine Open Source-Software zur statistischen Auswertung der Besucherzugriffe."
+
+#: piwik.php:80
+#, php-format
+msgid ""
+"If you do not want that your visits are logged this way you can"
+" set a cookie to prevent Piwik from tracking further visits of the site "
+"(opt-out)."
+msgstr "Wenn Du nicht willst, dass Deine Besuche auf diese Weise gespeichert werden, kannst Du ein Cookie setzen. Dann wird Piwik Dich auf dieser Website nicht mehr verfolgen (opt-out)."
+
+#: piwik.php:87
+msgid "Save Settings"
+msgstr "Einstellungen speichern"
+
+#: piwik.php:88
+msgid "Piwik Base URL"
+msgstr "Piwik Basis URL"
+
+#: piwik.php:88
+msgid ""
+"Absolute path to your Piwik installation. (without protocol (http/s), with "
+"trailing slash)"
+msgstr "Absoluter Pfad zu deiner Piwik Installation (ohne Protokoll (http/s) und mit abschließendem Schrägstrich)"
+
+#: piwik.php:89
+msgid "Site ID"
+msgstr "Seiten ID"
+
+#: piwik.php:90
+msgid "Show opt-out cookie link?"
+msgstr "Link zum Setzen des Opt-Out Cookies anzeigen?"
+
+#: piwik.php:91
+msgid "Asynchronous tracking"
+msgstr "Asynchrones Tracking"
+
+#: piwik.php:103
+msgid "Settings updated."
+msgstr "Einstellungen aktualisiert."
diff --git a/piwik/lang/de/strings.php b/piwik/lang/de/strings.php
index cb4d10bb9..be17dc66f 100644
--- a/piwik/lang/de/strings.php
+++ b/piwik/lang/de/strings.php
@@ -1,11 +1,16 @@
-strings["This website is tracked using the Piwik analytics tool."] = "Diese Website benutzt Piwik, eine Open Source-Software zur statistischen Auswertung der Besucherzugriffe.";
-$a->strings["If you do not want that your visits are logged this way you can set a cookie to prevent Piwik from tracking further visits of the site (opt-out)."] = "Wenn du nicht willst, dass deine Besuche auf diese Weise gespeichert werden, kannst du ein Cookie setzen. Dann wird Piwik dich auf dieser Website nicht mehr verfolgen (opt-out).";
-$a->strings["Submit"] = "Senden";
-$a->strings["Piwik Base URL"] = "Piwik Basis URL";
-$a->strings["Absolute path to your Piwik installation. (without protocol (http/s), with trailing slash)"] = "Absoluter Pfad zu deiner Piwik Installation (ohne Protokoll (http/s) und mit abschließendem Schrägstrich)";
-$a->strings["Site ID"] = "Seiten ID";
-$a->strings["Show opt-out cookie link?"] = "Link zum Setzen des Opt-Out Cookies anzeigen?";
-$a->strings["Asynchronous tracking"] = "Asynchrones Tracken";
-$a->strings["Settings updated."] = "Einstellungen aktualisiert.";
+strings["This website is tracked using the Piwik analytics tool."] = "Diese Website benutzt Piwik, eine Open Source-Software zur statistischen Auswertung der Besucherzugriffe.";
+$a->strings["If you do not want that your visits are logged this way you can set a cookie to prevent Piwik from tracking further visits of the site (opt-out)."] = "Wenn Du nicht willst, dass Deine Besuche auf diese Weise gespeichert werden, kannst Du ein Cookie setzen. Dann wird Piwik Dich auf dieser Website nicht mehr verfolgen (opt-out).";
+$a->strings["Save Settings"] = "Einstellungen speichern";
+$a->strings["Piwik Base URL"] = "Piwik Basis URL";
+$a->strings["Absolute path to your Piwik installation. (without protocol (http/s), with trailing slash)"] = "Absoluter Pfad zu deiner Piwik Installation (ohne Protokoll (http/s) und mit abschließendem Schrägstrich)";
+$a->strings["Site ID"] = "Seiten ID";
+$a->strings["Show opt-out cookie link?"] = "Link zum Setzen des Opt-Out Cookies anzeigen?";
+$a->strings["Asynchronous tracking"] = "Asynchrones Tracking";
+$a->strings["Settings updated."] = "Einstellungen aktualisiert.";
diff --git a/piwik/lang/ro/messages.po b/piwik/lang/ro/messages.po
new file mode 100644
index 000000000..2024ca327
--- /dev/null
+++ b/piwik/lang/ro/messages.po
@@ -0,0 +1,63 @@
+# ADDON piwik
+# Copyright (C)
+# This file is distributed under the same license as the Friendica piwik addon package.
+#
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-08 12:02+0000\n"
+"Last-Translator: Arian - Cazare Muncitori \n"
+"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ro_RO\n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
+
+#: piwik.php:77
+msgid ""
+"This website is tracked using the Piwik "
+"analytics tool."
+msgstr "Acest site web este contorizat folosind instrumentul analitic Piwik."
+
+#: piwik.php:80
+#, php-format
+msgid ""
+"If you do not want that your visits are logged this way you can"
+" set a cookie to prevent Piwik from tracking further visits of the site "
+"(opt-out)."
+msgstr "Dacă nu doriți ca vizitele dumneavoastră să fie înregistrate în acest mod, puteți stabili un cookie pentru a împiedica Piwik să vă contorizeze viitoarele vizite pe site (renunțare la opțiune)."
+
+#: piwik.php:87
+msgid "Save Settings"
+msgstr "Salvare Configurări"
+
+#: piwik.php:88
+msgid "Piwik Base URL"
+msgstr "Adresa URL de Bază Piwik"
+
+#: piwik.php:88
+msgid ""
+"Absolute path to your Piwik installation. (without protocol (http/s), with "
+"trailing slash)"
+msgstr "Calea absolută către locația de instalare Piwik. (fără protocolul (http/s), urmată de slash-uri)"
+
+#: piwik.php:89
+msgid "Site ID"
+msgstr "ID Site"
+
+#: piwik.php:90
+msgid "Show opt-out cookie link?"
+msgstr "Se afișează legătura cookie de renunțare la opțiune?"
+
+#: piwik.php:91
+msgid "Asynchronous tracking"
+msgstr "Contorizare asincronă"
+
+#: piwik.php:103
+msgid "Settings updated."
+msgstr "Configurări actualizate."
diff --git a/piwik/lang/ro/strings.php b/piwik/lang/ro/strings.php
new file mode 100644
index 000000000..0d99bf253
--- /dev/null
+++ b/piwik/lang/ro/strings.php
@@ -0,0 +1,16 @@
+19)||(($n%100==0)&&($n!=0)))?2:1));;
+}}
+;
+$a->strings["This website is tracked using the Piwik analytics tool."] = "Acest site web este contorizat folosind instrumentul analitic Piwik.";
+$a->strings["If you do not want that your visits are logged this way you can set a cookie to prevent Piwik from tracking further visits of the site (opt-out)."] = "Dacă nu doriți ca vizitele dumneavoastră să fie înregistrate în acest mod, puteți stabili un cookie pentru a împiedica Piwik să vă contorizeze viitoarele vizite pe site (renunțare la opțiune).";
+$a->strings["Save Settings"] = "Salvare Configurări";
+$a->strings["Piwik Base URL"] = "Adresa URL de Bază Piwik";
+$a->strings["Absolute path to your Piwik installation. (without protocol (http/s), with trailing slash)"] = "Calea absolută către locația de instalare Piwik. (fără protocolul (http/s), urmată de slash-uri)";
+$a->strings["Site ID"] = "ID Site";
+$a->strings["Show opt-out cookie link?"] = "Se afișează legătura cookie de renunțare la opțiune?";
+$a->strings["Asynchronous tracking"] = "Contorizare asincronă";
+$a->strings["Settings updated."] = "Configurări actualizate.";
diff --git a/planets/lang/cs/messages.po b/planets/lang/cs/messages.po
new file mode 100644
index 000000000..dadbfb15d
--- /dev/null
+++ b/planets/lang/cs/messages.po
@@ -0,0 +1,32 @@
+# ADDON planets
+# Copyright (C)
+# This file is distributed under the same license as the Friendica planets addon package.
+#
+#
+# Translators:
+# Michal Šupler , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-28 18:01+0000\n"
+"Last-Translator: Michal Šupler \n"
+"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: planets.php:150
+msgid "Planets Settings"
+msgstr "Planets Nastavení"
+
+#: planets.php:152
+msgid "Enable Planets Plugin"
+msgstr "Povolit Planets plugin"
+
+#: planets.php:158
+msgid "Save Settings"
+msgstr "Uložit Nastavení"
diff --git a/planets/lang/cs/strings.php b/planets/lang/cs/strings.php
index f1548def6..d00251e8c 100644
--- a/planets/lang/cs/strings.php
+++ b/planets/lang/cs/strings.php
@@ -1,5 +1,10 @@
-strings["Planets Settings"] = "Nastavení Planets";
-$a->strings["Enable Planets Plugin"] = "Povolit Planets plugin";
-$a->strings["Submit"] = "Odeslat";
+=2 && $n<=4) ? 1 : 2;;
+}}
+;
+$a->strings["Planets Settings"] = "Planets Nastavení";
+$a->strings["Enable Planets Plugin"] = "Povolit Planets plugin";
+$a->strings["Save Settings"] = "Uložit Nastavení";
diff --git a/planets/lang/de/messages.po b/planets/lang/de/messages.po
new file mode 100644
index 000000000..616e6b93f
--- /dev/null
+++ b/planets/lang/de/messages.po
@@ -0,0 +1,32 @@
+# ADDON planets
+# Copyright (C)
+# This file is distributed under the same license as the Friendica planets addon package.
+#
+#
+# Translators:
+# bavatar , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-06-23 11:21+0000\n"
+"Last-Translator: bavatar \n"
+"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: planets.php:150
+msgid "Planets Settings"
+msgstr "Planeten Einstellungen"
+
+#: planets.php:152
+msgid "Enable Planets Plugin"
+msgstr "Planeten-Plugin aktivieren"
+
+#: planets.php:158
+msgid "Save Settings"
+msgstr "Einstellungen speichern"
diff --git a/planets/lang/de/strings.php b/planets/lang/de/strings.php
index 87c3672b4..7057fa3e4 100644
--- a/planets/lang/de/strings.php
+++ b/planets/lang/de/strings.php
@@ -1,5 +1,10 @@
-strings["Planets Settings"] = "Planeten Einstellungen";
-$a->strings["Enable Planets Plugin"] = "Aktiviere Planeten Plugin";
-$a->strings["Submit"] = "Senden";
+strings["Planets Settings"] = "Planeten Einstellungen";
+$a->strings["Enable Planets Plugin"] = "Planeten-Plugin aktivieren";
+$a->strings["Save Settings"] = "Einstellungen speichern";
diff --git a/planets/lang/ro/messages.po b/planets/lang/ro/messages.po
new file mode 100644
index 000000000..a0cf60d13
--- /dev/null
+++ b/planets/lang/ro/messages.po
@@ -0,0 +1,31 @@
+# ADDON planets
+# Copyright (C)
+# This file is distributed under the same license as the Friendica planets addon package.
+#
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-08 12:02+0000\n"
+"Last-Translator: Arian - Cazare Muncitori \n"
+"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ro_RO\n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
+
+#: planets.php:150
+msgid "Planets Settings"
+msgstr "Configurări Planets"
+
+#: planets.php:152
+msgid "Enable Planets Plugin"
+msgstr "Activare Modul Planets"
+
+#: planets.php:158
+msgid "Save Settings"
+msgstr "Salvare Configurări"
diff --git a/planets/lang/ro/strings.php b/planets/lang/ro/strings.php
new file mode 100644
index 000000000..7431bb560
--- /dev/null
+++ b/planets/lang/ro/strings.php
@@ -0,0 +1,10 @@
+19)||(($n%100==0)&&($n!=0)))?2:1));;
+}}
+;
+$a->strings["Planets Settings"] = "Configurări Planets";
+$a->strings["Enable Planets Plugin"] = "Activare Modul Planets";
+$a->strings["Save Settings"] = "Salvare Configurări";
diff --git a/pledgie/lang/C/messages.po b/pledgie/lang/C/messages.po
new file mode 100644
index 000000000..e69de29bb
diff --git a/poormancron/lang/C/messages.po b/poormancron/lang/C/messages.po
new file mode 100644
index 000000000..e69de29bb
diff --git a/procrunner/lang/C/messages.po b/procrunner/lang/C/messages.po
new file mode 100644
index 000000000..e69de29bb
diff --git a/public_server/lang/cs/messages.po/cs.po b/public_server/lang/cs/messages.po/cs.po
new file mode 100644
index 000000000..a4f13f058
--- /dev/null
+++ b/public_server/lang/cs/messages.po/cs.po
@@ -0,0 +1,53 @@
+# ADDON public_server
+# Copyright (C)
+# This file is distributed under the same license as the Friendica public_server addon package.
+#
+#
+# Translators:
+# Michal Šupler , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-28 18:03+0000\n"
+"Last-Translator: Michal Šupler \n"
+"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: public_server.php:64
+msgid "Administrator"
+msgstr "Administrátor"
+
+#: public_server.php:129
+#, php-format
+msgid "Your account on %s will expire in a few days."
+msgstr "Platnost Vašeho účtu na %s vyprší během několika dní."
+
+#: public_server.php:130
+msgid "Your Friendica account is about to expire."
+msgstr "Vašemu účetu Friendica brzy vyprší platnost"
+
+#: public_server.php:131
+#, php-format
+msgid ""
+"Hi %1$s,\n"
+"\n"
+"Your account on %2$s will expire in less than five days. You may keep your account by logging in at least once every 30 days"
+msgstr "Ahoj %1$s,\n\nVáš účet na %2$s vyprší v méně než pěti dnech. Svůj účet si zachováte, pokud se přihlásíte alespoň jednou za každých 30 dní."
+
+#: public_server.php:159
+msgid "Settings saved"
+msgstr "Nastavení uloženo"
+
+#: public_server.php:165
+msgid "Save Settings"
+msgstr "Uložit Nastavení"
+
+#: public_server.php:167
+msgid "Set any of these options to 0 to deactivate it."
+msgstr "Nastavením volby na 0 funkci deaktivujete"
diff --git a/public_server/lang/cs/strings.php b/public_server/lang/cs/strings.php
index c0311631c..a4abe2daf 100644
--- a/public_server/lang/cs/strings.php
+++ b/public_server/lang/cs/strings.php
@@ -1,5 +1,2 @@
-strings["Administrator"] = "Administrátor";
-$a->strings["Your account on %s will expire in a few days."] = "Platnost Vašeho účtu na %s vyprší během několika dní.";
-$a->strings["Your Friendica account is about to expire."] = "Vašemu účetu Friendica brzy vyprší platnost";
+\n"
+"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ro_RO\n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
+
+#: public_server.php:64
+msgid "Administrator"
+msgstr "Administrator"
+
+#: public_server.php:129
+#, php-format
+msgid "Your account on %s will expire in a few days."
+msgstr "Contul dvs. de pe %s va expira în câteva zile."
+
+#: public_server.php:130
+msgid "Your Friendica account is about to expire."
+msgstr "Contul dvs. Friendica este pe cale sa expire."
+
+#: public_server.php:131
+#, php-format
+msgid ""
+"Hi %1$s,\n"
+"\n"
+"Your account on %2$s will expire in less than five days. You may keep your account by logging in at least once every 30 days"
+msgstr "Bună ziua %1$s,\n\nContul dvs. de pe %2$s va expira în mai puțin de cinci zile. Vă puteți păstra contul conectându-vă la el, cel puțin o dată la fiecare 30 de zile"
+
+#: public_server.php:159
+msgid "Settings saved"
+msgstr "Configurări salvate"
+
+#: public_server.php:165
+msgid "Save Settings"
+msgstr "Salvare Configurări"
+
+#: public_server.php:167
+msgid "Set any of these options to 0 to deactivate it."
+msgstr "Stabiliți oricare din aceste opțiuni de 0 pentru a-l dezactiva."
diff --git a/public_server/lang/ro/strings.php b/public_server/lang/ro/strings.php
new file mode 100644
index 000000000..3f761d11b
--- /dev/null
+++ b/public_server/lang/ro/strings.php
@@ -0,0 +1,14 @@
+19)||(($n%100==0)&&($n!=0)))?2:1));;
+}}
+;
+$a->strings["Administrator"] = "Administrator";
+$a->strings["Your account on %s will expire in a few days."] = "Contul dvs. de pe %s va expira în câteva zile.";
+$a->strings["Your Friendica account is about to expire."] = "Contul dvs. Friendica este pe cale sa expire.";
+$a->strings["Hi %1\$s,\n\nYour account on %2\$s will expire in less than five days. You may keep your account by logging in at least once every 30 days"] = "Bună ziua %1\$s,\n\nContul dvs. de pe %2\$s va expira în mai puțin de cinci zile. Vă puteți păstra contul conectându-vă la el, cel puțin o dată la fiecare 30 de zile";
+$a->strings["Settings saved"] = "Configurări salvate";
+$a->strings["Save Settings"] = "Salvare Configurări";
+$a->strings["Set any of these options to 0 to deactivate it."] = "Stabiliți oricare din aceste opțiuni de 0 pentru a-l dezactiva.";
diff --git a/pumpio/lang/C/messages.po b/pumpio/lang/C/messages.po
new file mode 100644
index 000000000..84ce856f4
--- /dev/null
+++ b/pumpio/lang/C/messages.po
@@ -0,0 +1,100 @@
+# ADDON pumpio
+# Copyright (C)
+# This file is distributed under the same license as the Friendica pumpio addon package.
+#
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-23 14:45+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME \n"
+"Language-Team: LANGUAGE \n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: pumpio.php:38
+msgid "Permission denied."
+msgstr ""
+
+#: pumpio.php:124
+#, php-format
+msgid "Unable to register the client at the pump.io server '%s'."
+msgstr ""
+
+#: pumpio.php:164
+msgid "You are now authenticated to pumpio."
+msgstr ""
+
+#: pumpio.php:165
+msgid "return to the connector page"
+msgstr ""
+
+#: pumpio.php:183
+msgid "Post to pumpio"
+msgstr ""
+
+#: pumpio.php:221 pumpio.php:225
+msgid "Pump.io Import/Export/Mirror"
+msgstr ""
+
+#: pumpio.php:229
+msgid "pump.io username (without the servername)"
+msgstr ""
+
+#: pumpio.php:234
+msgid "pump.io servername (without \"http://\" or \"https://\" )"
+msgstr ""
+
+#: pumpio.php:246
+msgid "Authenticate your pump.io connection"
+msgstr ""
+
+#: pumpio.php:250
+msgid "Import the remote timeline"
+msgstr ""
+
+#: pumpio.php:255
+msgid "Enable pump.io Post Plugin"
+msgstr ""
+
+#: pumpio.php:260
+msgid "Post to pump.io by default"
+msgstr ""
+
+#: pumpio.php:265
+msgid "Should posts be public?"
+msgstr ""
+
+#: pumpio.php:270
+msgid "Mirror all public posts"
+msgstr ""
+
+#: pumpio.php:275
+msgid "Check to delete this preset"
+msgstr ""
+
+#: pumpio.php:285
+msgid "Save Settings"
+msgstr ""
+
+#: pumpio.php:515
+msgid "Pump.io post failed. Queued for retry."
+msgstr ""
+
+#: pumpio.php:587
+msgid "Pump.io like failed. Queued for retry."
+msgstr ""
+
+#: pumpio.php:875
+msgid "status"
+msgstr ""
+
+#: pumpio.php:879
+#, php-format
+msgid "%1$s likes %2$s's %3$s"
+msgstr ""
diff --git a/pumpio/lang/cs/messages.po b/pumpio/lang/cs/messages.po
new file mode 100644
index 000000000..157699e37
--- /dev/null
+++ b/pumpio/lang/cs/messages.po
@@ -0,0 +1,102 @@
+# ADDON pumpio
+# Copyright (C)
+# This file is distributed under the same license as the Friendica pumpio addon package.
+#
+#
+# Translators:
+# Michal Šupler , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-28 18:19+0000\n"
+"Last-Translator: Michal Šupler \n"
+"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: pumpio.php:38
+msgid "Permission denied."
+msgstr "Přístup odmítnut."
+
+#: pumpio.php:124
+#, php-format
+msgid "Unable to register the client at the pump.io server '%s'."
+msgstr "Nebylo možné registrovat klienta na pump.io serveru '%s'."
+
+#: pumpio.php:164
+msgid "You are now authenticated to pumpio."
+msgstr "Nyní jste přihlášen k pumpio."
+
+#: pumpio.php:165
+msgid "return to the connector page"
+msgstr "návrat ke stránce konektor"
+
+#: pumpio.php:183
+msgid "Post to pumpio"
+msgstr "Příspěvek na pumpio"
+
+#: pumpio.php:221 pumpio.php:225
+msgid "Pump.io Import/Export/Mirror"
+msgstr "Pump.oi Import/Export/Zrcadlení"
+
+#: pumpio.php:229
+msgid "pump.io username (without the servername)"
+msgstr "uživatelské jméno pump.io (bez jména serveru)"
+
+#: pumpio.php:234
+msgid "pump.io servername (without \"http://\" or \"https://\" )"
+msgstr "jméno serveru pump.io (bez \"http://\" nebo \"https://\" )"
+
+#: pumpio.php:246
+msgid "Authenticate your pump.io connection"
+msgstr "Přihlásit ke spojení na pump.io"
+
+#: pumpio.php:250
+msgid "Import the remote timeline"
+msgstr "Importovat vzdálenou časovou osu"
+
+#: pumpio.php:255
+msgid "Enable pump.io Post Plugin"
+msgstr "Aktivovat pump.io Post Plugin"
+
+#: pumpio.php:260
+msgid "Post to pump.io by default"
+msgstr "Defaultní umístění na pump.oi "
+
+#: pumpio.php:265
+msgid "Should posts be public?"
+msgstr "Mají být příspěvky veřejné?"
+
+#: pumpio.php:270
+msgid "Mirror all public posts"
+msgstr "Zrcadlit všechny veřejné příspěvky"
+
+#: pumpio.php:275
+msgid "Check to delete this preset"
+msgstr "Zaškrtnout pro smazání tohoto nastavení"
+
+#: pumpio.php:285
+msgid "Save Settings"
+msgstr "Uložit Nastavení"
+
+#: pumpio.php:515
+msgid "Pump.io post failed. Queued for retry."
+msgstr "Zaslání příspěvku na Pump.io selhalo. Příspěvek byl zařazen do fronty pro opakované odeslání."
+
+#: pumpio.php:587
+msgid "Pump.io like failed. Queued for retry."
+msgstr "Zaslání příspěvku na Pump.io zřejmě selhalo. Příspěvek byl zařazen do fronty pro opakované odeslání."
+
+#: pumpio.php:875
+msgid "status"
+msgstr "Stav"
+
+#: pumpio.php:879
+#, php-format
+msgid "%1$s likes %2$s's %3$s"
+msgstr "Uživateli %1$s se líbí příspěvek %3$s uživatele %2$s"
diff --git a/pumpio/lang/cs/strings.php b/pumpio/lang/cs/strings.php
new file mode 100644
index 000000000..6af0c8137
--- /dev/null
+++ b/pumpio/lang/cs/strings.php
@@ -0,0 +1,27 @@
+=2 && $n<=4) ? 1 : 2;;
+}}
+;
+$a->strings["Permission denied."] = "Přístup odmítnut.";
+$a->strings["Unable to register the client at the pump.io server '%s'."] = "Nebylo možné registrovat klienta na pump.io serveru '%s'.";
+$a->strings["You are now authenticated to pumpio."] = "Nyní jste přihlášen k pumpio.";
+$a->strings["return to the connector page"] = "návrat ke stránce konektor";
+$a->strings["Post to pumpio"] = "Příspěvek na pumpio";
+$a->strings["Pump.io Import/Export/Mirror"] = "Pump.oi Import/Export/Zrcadlení";
+$a->strings["pump.io username (without the servername)"] = "uživatelské jméno pump.io (bez jména serveru)";
+$a->strings["pump.io servername (without \"http://\" or \"https://\" )"] = "jméno serveru pump.io (bez \"http://\" nebo \"https://\" )";
+$a->strings["Authenticate your pump.io connection"] = "Přihlásit ke spojení na pump.io";
+$a->strings["Import the remote timeline"] = "Importovat vzdálenou časovou osu";
+$a->strings["Enable pump.io Post Plugin"] = "Aktivovat pump.io Post Plugin";
+$a->strings["Post to pump.io by default"] = "Defaultní umístění na pump.oi ";
+$a->strings["Should posts be public?"] = "Mají být příspěvky veřejné?";
+$a->strings["Mirror all public posts"] = "Zrcadlit všechny veřejné příspěvky";
+$a->strings["Check to delete this preset"] = "Zaškrtnout pro smazání tohoto nastavení";
+$a->strings["Save Settings"] = "Uložit Nastavení";
+$a->strings["Pump.io post failed. Queued for retry."] = "Zaslání příspěvku na Pump.io selhalo. Příspěvek byl zařazen do fronty pro opakované odeslání.";
+$a->strings["Pump.io like failed. Queued for retry."] = "Zaslání příspěvku na Pump.io zřejmě selhalo. Příspěvek byl zařazen do fronty pro opakované odeslání.";
+$a->strings["status"] = "Stav";
+$a->strings["%1\$s likes %2\$s's %3\$s"] = "Uživateli %1\$s se líbí příspěvek %3\$s uživatele %2\$s";
diff --git a/pumpio/lang/ro/messages.po b/pumpio/lang/ro/messages.po
new file mode 100644
index 000000000..ae3f945bb
--- /dev/null
+++ b/pumpio/lang/ro/messages.po
@@ -0,0 +1,101 @@
+# ADDON pumpio
+# Copyright (C)
+# This file is distributed under the same license as the Friendica pumpio addon package.
+#
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-08 12:03+0000\n"
+"Last-Translator: Arian - Cazare Muncitori \n"
+"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ro_RO\n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
+
+#: pumpio.php:38
+msgid "Permission denied."
+msgstr "Permisiune refuzată."
+
+#: pumpio.php:124
+#, php-format
+msgid "Unable to register the client at the pump.io server '%s'."
+msgstr "Imposibil de înregistrat clientul pe serverul pump.io '%s'."
+
+#: pumpio.php:164
+msgid "You are now authenticated to pumpio."
+msgstr "Acum sunteți autentificat pe pumpio."
+
+#: pumpio.php:165
+msgid "return to the connector page"
+msgstr "revenire la pagina de conectare"
+
+#: pumpio.php:183
+msgid "Post to pumpio"
+msgstr "Postați pe pumpio"
+
+#: pumpio.php:221 pumpio.php:225
+msgid "Pump.io Import/Export/Mirror"
+msgstr "Import/Export/Clonare Pump.io "
+
+#: pumpio.php:229
+msgid "pump.io username (without the servername)"
+msgstr "Utilizator pump.io (fără nume server)"
+
+#: pumpio.php:234
+msgid "pump.io servername (without \"http://\" or \"https://\" )"
+msgstr "Nume server pump.io (fără \"http://\" ori \"https://\" )"
+
+#: pumpio.php:246
+msgid "Authenticate your pump.io connection"
+msgstr "Autentificați-vă conectarea la pump.io"
+
+#: pumpio.php:250
+msgid "Import the remote timeline"
+msgstr "Importare cronologie la distanță"
+
+#: pumpio.php:255
+msgid "Enable pump.io Post Plugin"
+msgstr "Activare Modul Postare pump.io"
+
+#: pumpio.php:260
+msgid "Post to pump.io by default"
+msgstr "Postați implicit pe pump.io"
+
+#: pumpio.php:265
+msgid "Should posts be public?"
+msgstr "Postările ar trebui sa fie publice?"
+
+#: pumpio.php:270
+msgid "Mirror all public posts"
+msgstr "Reproducere pentru toate postările publice"
+
+#: pumpio.php:275
+msgid "Check to delete this preset"
+msgstr "Bifați pentru a șterge această presetare"
+
+#: pumpio.php:285
+msgid "Save Settings"
+msgstr "Salvare Configurări"
+
+#: pumpio.php:515
+msgid "Pump.io post failed. Queued for retry."
+msgstr "Postarea pe pump.io a eșuat. S-a pus în așteptare pentru reîncercare."
+
+#: pumpio.php:587
+msgid "Pump.io like failed. Queued for retry."
+msgstr "Aprecierea de pe pump.io a eșuat. S-a pus în așteptare pentru reîncercare."
+
+#: pumpio.php:875
+msgid "status"
+msgstr "status"
+
+#: pumpio.php:879
+#, php-format
+msgid "%1$s likes %2$s's %3$s"
+msgstr "%1$s apreciază %3$s lui %2$s "
diff --git a/pumpio/lang/ro/strings.php b/pumpio/lang/ro/strings.php
new file mode 100644
index 000000000..bd8bf5f1b
--- /dev/null
+++ b/pumpio/lang/ro/strings.php
@@ -0,0 +1,27 @@
+19)||(($n%100==0)&&($n!=0)))?2:1));;
+}}
+;
+$a->strings["Permission denied."] = "Permisiune refuzată.";
+$a->strings["Unable to register the client at the pump.io server '%s'."] = "Imposibil de înregistrat clientul pe serverul pump.io '%s'.";
+$a->strings["You are now authenticated to pumpio."] = "Acum sunteți autentificat pe pumpio.";
+$a->strings["return to the connector page"] = "revenire la pagina de conectare";
+$a->strings["Post to pumpio"] = "Postați pe pumpio";
+$a->strings["Pump.io Import/Export/Mirror"] = "Import/Export/Clonare Pump.io ";
+$a->strings["pump.io username (without the servername)"] = "Utilizator pump.io (fără nume server)";
+$a->strings["pump.io servername (without \"http://\" or \"https://\" )"] = "Nume server pump.io (fără \"http://\" ori \"https://\" )";
+$a->strings["Authenticate your pump.io connection"] = "Autentificați-vă conectarea la pump.io";
+$a->strings["Import the remote timeline"] = "Importare cronologie la distanță";
+$a->strings["Enable pump.io Post Plugin"] = "Activare Modul Postare pump.io";
+$a->strings["Post to pump.io by default"] = "Postați implicit pe pump.io";
+$a->strings["Should posts be public?"] = "Postările ar trebui sa fie publice?";
+$a->strings["Mirror all public posts"] = "Reproducere pentru toate postările publice";
+$a->strings["Check to delete this preset"] = "Bifați pentru a șterge această presetare";
+$a->strings["Save Settings"] = "Salvare Configurări";
+$a->strings["Pump.io post failed. Queued for retry."] = "Postarea pe pump.io a eșuat. S-a pus în așteptare pentru reîncercare.";
+$a->strings["Pump.io like failed. Queued for retry."] = "Aprecierea de pe pump.io a eșuat. S-a pus în așteptare pentru reîncercare.";
+$a->strings["status"] = "status";
+$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s apreciază %3\$s lui %2\$s ";
diff --git a/qcomment/lang/cs/messages.po b/qcomment/lang/cs/messages.po
new file mode 100644
index 000000000..5169cf380
--- /dev/null
+++ b/qcomment/lang/cs/messages.po
@@ -0,0 +1,54 @@
+# ADDON qcomment
+# Copyright (C)
+# This file is distributed under the same license as the Friendica qcomment addon package.
+#
+#
+# Translators:
+# Michal Šupler , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-28 18:09+0000\n"
+"Last-Translator: Michal Šupler \n"
+"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: qcomment.php:51
+msgid ":-)"
+msgstr ":-)"
+
+#: qcomment.php:51
+msgid ":-("
+msgstr ":-("
+
+#: qcomment.php:51
+msgid "lol"
+msgstr "hlasitě se směji"
+
+#: qcomment.php:54
+msgid "Quick Comment Settings"
+msgstr "Nastavení rychlých komentářů"
+
+#: qcomment.php:56
+msgid ""
+"Quick comments are found near comment boxes, sometimes hidden. Click them to"
+" provide simple replies."
+msgstr "Rychlé komentáře jsou k nalezení blízko polí s komentáři, někdy jsou skryté. Klikněte na ně k poskytnutí jednoduchých odpovědí."
+
+#: qcomment.php:57
+msgid "Enter quick comments, one per line"
+msgstr "Zadejte rychlé komentáře, každý na nový řádek"
+
+#: qcomment.php:61
+msgid "Save Settings"
+msgstr "Uložit Nastavení"
+
+#: qcomment.php:75
+msgid "Quick Comment settings saved."
+msgstr "Nastavení Quick Comment uloženo."
diff --git a/qcomment/lang/cs/strings.php b/qcomment/lang/cs/strings.php
index 99ca6f8bc..46d624324 100644
--- a/qcomment/lang/cs/strings.php
+++ b/qcomment/lang/cs/strings.php
@@ -1,10 +1,15 @@
-strings[":-)"] = ":-)";
-$a->strings[":-("] = ":-(";
-$a->strings["lol"] = "hlasitě se směji";
-$a->strings["Quick Comment Settings"] = "Nastavení rychlých komentářů";
-$a->strings["Quick comments are found near comment boxes, sometimes hidden. Click them to provide simple replies."] = "Rychlé komentáře jsou k nalezení blízko polí s komentáři, někdy jsou skryté. Klikněte na ně k poskytnutí jednoduchých odpovědí.";
-$a->strings["Enter quick comments, one per line"] = "Zadejte rychlé komentáře, každý na nový řádek";
-$a->strings["Submit"] = "Odeslat";
-$a->strings["Quick Comment settings saved."] = "Nastavení Quick Comment uloženo.";
+=2 && $n<=4) ? 1 : 2;;
+}}
+;
+$a->strings[":-)"] = ":-)";
+$a->strings[":-("] = ":-(";
+$a->strings["lol"] = "hlasitě se směji";
+$a->strings["Quick Comment Settings"] = "Nastavení rychlých komentářů";
+$a->strings["Quick comments are found near comment boxes, sometimes hidden. Click them to provide simple replies."] = "Rychlé komentáře jsou k nalezení blízko polí s komentáři, někdy jsou skryté. Klikněte na ně k poskytnutí jednoduchých odpovědí.";
+$a->strings["Enter quick comments, one per line"] = "Zadejte rychlé komentáře, každý na nový řádek";
+$a->strings["Save Settings"] = "Uložit Nastavení";
+$a->strings["Quick Comment settings saved."] = "Nastavení Quick Comment uloženo.";
diff --git a/qcomment/lang/de/messages.po b/qcomment/lang/de/messages.po
new file mode 100644
index 000000000..6308581a5
--- /dev/null
+++ b/qcomment/lang/de/messages.po
@@ -0,0 +1,54 @@
+# ADDON qcomment
+# Copyright (C)
+# This file is distributed under the same license as the Friendica qcomment addon package.
+#
+#
+# Translators:
+# bavatar , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-08 19:24+0000\n"
+"Last-Translator: bavatar \n"
+"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: qcomment.php:51
+msgid ":-)"
+msgstr ":-)"
+
+#: qcomment.php:51
+msgid ":-("
+msgstr ":-("
+
+#: qcomment.php:51
+msgid "lol"
+msgstr "lol"
+
+#: qcomment.php:54
+msgid "Quick Comment Settings"
+msgstr "Schnell-Kommentar Einstellungen"
+
+#: qcomment.php:56
+msgid ""
+"Quick comments are found near comment boxes, sometimes hidden. Click them to"
+" provide simple replies."
+msgstr "Kurz-Kommentare findet man in der Nähe der Kommentar-Boxen. Ein Klick darauf erstellt einfache Antworten."
+
+#: qcomment.php:57
+msgid "Enter quick comments, one per line"
+msgstr "Gib einen Schnell-Kommentar pro Zeile ein"
+
+#: qcomment.php:61
+msgid "Save Settings"
+msgstr "Einstellungen speichern"
+
+#: qcomment.php:75
+msgid "Quick Comment settings saved."
+msgstr "Schnell-Kommentare Einstellungen gespeichert"
diff --git a/qcomment/lang/de/strings.php b/qcomment/lang/de/strings.php
index d8cb3d6ac..4e13bd595 100644
--- a/qcomment/lang/de/strings.php
+++ b/qcomment/lang/de/strings.php
@@ -1,10 +1,15 @@
-strings[":-)"] = ":-)";
-$a->strings[":-("] = ":-(";
-$a->strings["lol"] = "lol";
-$a->strings["Quick Comment Settings"] = "Schnell-Kommentar Einstellungen";
-$a->strings["Quick comments are found near comment boxes, sometimes hidden. Click them to provide simple replies."] = "Kurzkommentare findet man in der Nähe der Kommentarboxen. Ein Klick darauf erstellt einfache Antworten.";
-$a->strings["Enter quick comments, one per line"] = "Gib einen Schnell-Kommentar pro Zeile ein";
-$a->strings["Submit"] = "Senden";
-$a->strings["Quick Comment settings saved."] = "Schnell-Kommentare Einstellungen gespeichert";
+strings[":-)"] = ":-)";
+$a->strings[":-("] = ":-(";
+$a->strings["lol"] = "lol";
+$a->strings["Quick Comment Settings"] = "Schnell-Kommentar Einstellungen";
+$a->strings["Quick comments are found near comment boxes, sometimes hidden. Click them to provide simple replies."] = "Kurz-Kommentare findet man in der Nähe der Kommentar-Boxen. Ein Klick darauf erstellt einfache Antworten.";
+$a->strings["Enter quick comments, one per line"] = "Gib einen Schnell-Kommentar pro Zeile ein";
+$a->strings["Save Settings"] = "Einstellungen speichern";
+$a->strings["Quick Comment settings saved."] = "Schnell-Kommentare Einstellungen gespeichert";
diff --git a/qcomment/lang/ro/messages.po b/qcomment/lang/ro/messages.po
new file mode 100644
index 000000000..453ab83c5
--- /dev/null
+++ b/qcomment/lang/ro/messages.po
@@ -0,0 +1,53 @@
+# ADDON qcomment
+# Copyright (C)
+# This file is distributed under the same license as the Friendica qcomment addon package.
+#
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-08 12:04+0000\n"
+"Last-Translator: Arian - Cazare Muncitori \n"
+"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ro_RO\n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
+
+#: qcomment.php:51
+msgid ":-)"
+msgstr ":-)"
+
+#: qcomment.php:51
+msgid ":-("
+msgstr ":-("
+
+#: qcomment.php:51
+msgid "lol"
+msgstr "lol"
+
+#: qcomment.php:54
+msgid "Quick Comment Settings"
+msgstr "Configurări Comentariu Rapid"
+
+#: qcomment.php:56
+msgid ""
+"Quick comments are found near comment boxes, sometimes hidden. Click them to"
+" provide simple replies."
+msgstr "Comentariile rapide se regăsesc lângă casetele comentariilor, uneori ascunse. Apăsați pe ele pentru a posta răspunsuri simple."
+
+#: qcomment.php:57
+msgid "Enter quick comments, one per line"
+msgstr "Introduceți cometarii rapide, câte unul pe linie:"
+
+#: qcomment.php:61
+msgid "Save Settings"
+msgstr "Salvare Configurări"
+
+#: qcomment.php:75
+msgid "Quick Comment settings saved."
+msgstr "Configurările pentru Comentariu Rapid au fost salvate."
diff --git a/qcomment/lang/ro/strings.php b/qcomment/lang/ro/strings.php
new file mode 100644
index 000000000..65b9a5d43
--- /dev/null
+++ b/qcomment/lang/ro/strings.php
@@ -0,0 +1,15 @@
+19)||(($n%100==0)&&($n!=0)))?2:1));;
+}}
+;
+$a->strings[":-)"] = ":-)";
+$a->strings[":-("] = ":-(";
+$a->strings["lol"] = "lol";
+$a->strings["Quick Comment Settings"] = "Configurări Comentariu Rapid";
+$a->strings["Quick comments are found near comment boxes, sometimes hidden. Click them to provide simple replies."] = "Comentariile rapide se regăsesc lângă casetele comentariilor, uneori ascunse. Apăsați pe ele pentru a posta răspunsuri simple.";
+$a->strings["Enter quick comments, one per line"] = "Introduceți cometarii rapide, câte unul pe linie:";
+$a->strings["Save Settings"] = "Salvare Configurări";
+$a->strings["Quick Comment settings saved."] = "Configurările pentru Comentariu Rapid au fost salvate.";
diff --git a/randplace/lang/cs/messages.po b/randplace/lang/cs/messages.po
new file mode 100644
index 000000000..6cc09f7d0
--- /dev/null
+++ b/randplace/lang/cs/messages.po
@@ -0,0 +1,32 @@
+# ADDON randplace
+# Copyright (C)
+# This file is distributed under the same license as the Friendica randplace addon package.
+#
+#
+# Translators:
+# Michal Šupler , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-28 18:09+0000\n"
+"Last-Translator: Michal Šupler \n"
+"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: randplace.php:169
+msgid "Randplace Settings"
+msgstr "Randplace Nastavení"
+
+#: randplace.php:171
+msgid "Enable Randplace Plugin"
+msgstr "Povolit Randplace Plugin"
+
+#: randplace.php:177
+msgid "Save Settings"
+msgstr "Uložit Nastavení"
diff --git a/randplace/lang/cs/strings.php b/randplace/lang/cs/strings.php
index 6fc966175..dae496fc2 100644
--- a/randplace/lang/cs/strings.php
+++ b/randplace/lang/cs/strings.php
@@ -1,5 +1,10 @@
-strings["Randplace Settings"] = "Randplace Nastavení";
-$a->strings["Enable Randplace Plugin"] = "Povolit Randplace Plugin";
-$a->strings["Submit"] = "Odeslat";
+=2 && $n<=4) ? 1 : 2;;
+}}
+;
+$a->strings["Randplace Settings"] = "Randplace Nastavení";
+$a->strings["Enable Randplace Plugin"] = "Povolit Randplace Plugin";
+$a->strings["Save Settings"] = "Uložit Nastavení";
diff --git a/randplace/lang/de/messages.po b/randplace/lang/de/messages.po
new file mode 100644
index 000000000..8735e20d0
--- /dev/null
+++ b/randplace/lang/de/messages.po
@@ -0,0 +1,32 @@
+# ADDON randplace
+# Copyright (C)
+# This file is distributed under the same license as the Friendica randplace addon package.
+#
+#
+# Translators:
+# bavatar , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-08 19:23+0000\n"
+"Last-Translator: bavatar \n"
+"Language-Team: German (http://www.transifex.com/projects/p/friendica/language/de/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: randplace.php:169
+msgid "Randplace Settings"
+msgstr "Randplace-Einstellungen"
+
+#: randplace.php:171
+msgid "Enable Randplace Plugin"
+msgstr "Randplace-Plugin aktivieren"
+
+#: randplace.php:177
+msgid "Save Settings"
+msgstr "Einstellungen speichern"
diff --git a/randplace/lang/de/strings.php b/randplace/lang/de/strings.php
index e2b2a7e2f..29bec8582 100644
--- a/randplace/lang/de/strings.php
+++ b/randplace/lang/de/strings.php
@@ -1,5 +1,10 @@
-strings["Randplace Settings"] = "Randplace-Einstellungen";
-$a->strings["Enable Randplace Plugin"] = "Randplace-Plugin aktivieren";
-$a->strings["Submit"] = "Senden";
+strings["Randplace Settings"] = "Randplace-Einstellungen";
+$a->strings["Enable Randplace Plugin"] = "Randplace-Plugin aktivieren";
+$a->strings["Save Settings"] = "Einstellungen speichern";
diff --git a/randplace/lang/ro/messages.po b/randplace/lang/ro/messages.po
new file mode 100644
index 000000000..1138665f6
--- /dev/null
+++ b/randplace/lang/ro/messages.po
@@ -0,0 +1,31 @@
+# ADDON randplace
+# Copyright (C)
+# This file is distributed under the same license as the Friendica randplace addon package.
+#
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-08 12:04+0000\n"
+"Last-Translator: Arian - Cazare Muncitori \n"
+"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ro_RO\n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
+
+#: randplace.php:169
+msgid "Randplace Settings"
+msgstr "Configurări Randplace"
+
+#: randplace.php:171
+msgid "Enable Randplace Plugin"
+msgstr "Activare Modul Randplace"
+
+#: randplace.php:177
+msgid "Save Settings"
+msgstr "Salvare Configurări"
diff --git a/randplace/lang/ro/strings.php b/randplace/lang/ro/strings.php
new file mode 100644
index 000000000..9ef0274ff
--- /dev/null
+++ b/randplace/lang/ro/strings.php
@@ -0,0 +1,10 @@
+19)||(($n%100==0)&&($n!=0)))?2:1));;
+}}
+;
+$a->strings["Randplace Settings"] = "Configurări Randplace";
+$a->strings["Enable Randplace Plugin"] = "Activare Modul Randplace";
+$a->strings["Save Settings"] = "Salvare Configurări";
diff --git a/remote_permissions/lang/cs/messages.po b/remote_permissions/lang/cs/messages.po
new file mode 100644
index 000000000..b2acbf5d6
--- /dev/null
+++ b/remote_permissions/lang/cs/messages.po
@@ -0,0 +1,70 @@
+# ADDON remote_permissions
+# Copyright (C)
+# This file is distributed under the same license as the Friendica remote_permissions addon package.
+#
+#
+# Translators:
+# Michal Šupler , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-28 18:09+0000\n"
+"Last-Translator: Michal Šupler \n"
+"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: remote_permissions.php:45
+msgid "Remote Permissions Settings"
+msgstr "Nastavení Vzdálených oprávnění"
+
+#: remote_permissions.php:46
+msgid ""
+"Allow recipients of your private posts to see the other recipients of the "
+"posts"
+msgstr "Umožnit příjemcům Vašich soukromých příspěvků vidět ostatní příjemce příspěvků"
+
+#: remote_permissions.php:48 remote_permissions.php:196
+msgid "Save Settings"
+msgstr "Uložit Nastavení"
+
+#: remote_permissions.php:58
+msgid "Remote Permissions settings updated."
+msgstr "Nastavení Vzdálených opravnění aktualizováno."
+
+#: remote_permissions.php:124
+msgid "Visible to:"
+msgstr "Viditelné pro:"
+
+#: remote_permissions.php:178
+msgid "Visible to"
+msgstr "Viditelné pro"
+
+#: remote_permissions.php:178
+msgid "may only be a partial list"
+msgstr "pouze pro část seznamu"
+
+#: remote_permissions.php:197
+msgid "Global"
+msgstr "Globální"
+
+#: remote_permissions.php:197
+msgid "The posts of every user on this server show the post recipients"
+msgstr "Příspěvek každého uživatele na tomto serveru zobrazuje příjemce příspěvků"
+
+#: remote_permissions.php:198
+msgid "Individual"
+msgstr "Individuálové"
+
+#: remote_permissions.php:198
+msgid "Each user chooses whether his/her posts show the post recipients"
+msgstr "Každý uživatel si zvolí, zda-li jeho/její příspěvek zobrazí příjemce příspěvku."
+
+#: remote_permissions.php:205
+msgid "Settings updated."
+msgstr "Nastavení aktualizováno."
diff --git a/remote_permissions/lang/cs/strings.php b/remote_permissions/lang/cs/strings.php
index eefe8b12f..e11447f7b 100644
--- a/remote_permissions/lang/cs/strings.php
+++ b/remote_permissions/lang/cs/strings.php
@@ -1,14 +1,19 @@
-strings["Remote Permissions Settings"] = "Nastavení Vzdálených oprávnění";
-$a->strings["Allow recipients of your private posts to see the other recipients of the posts"] = "Umožnit příjemcům Vašich soukromých příspěvků vidět ostatní příjemce příspěvků";
-$a->strings["Submit"] = "Odeslat";
-$a->strings["Remote Permissions settings updated."] = "Nastavení Vzdálených opravnění aktualizováno.";
-$a->strings["Visible to:"] = "Viditelné pro:";
-$a->strings["Visible to"] = "Viditelné pro";
-$a->strings["may only be a partial list"] = "pouze pro část seznamu";
-$a->strings["Global"] = "Globální";
-$a->strings["The posts of every user on this server show the post recipients"] = "Příspěvek každého uživatele na tomto serveru zobrazuje příjemce příspěvků";
-$a->strings["Individual"] = "Individuálové";
-$a->strings["Each user chooses whether his/her posts show the post recipients"] = "Každý uživatel si zvolí, zda-li jeho/její příspěvek zobrazí příjemce příspěvku.";
-$a->strings["Settings updated."] = "Nastavení aktualizováno.";
+=2 && $n<=4) ? 1 : 2;;
+}}
+;
+$a->strings["Remote Permissions Settings"] = "Nastavení Vzdálených oprávnění";
+$a->strings["Allow recipients of your private posts to see the other recipients of the posts"] = "Umožnit příjemcům Vašich soukromých příspěvků vidět ostatní příjemce příspěvků";
+$a->strings["Save Settings"] = "Uložit Nastavení";
+$a->strings["Remote Permissions settings updated."] = "Nastavení Vzdálených opravnění aktualizováno.";
+$a->strings["Visible to:"] = "Viditelné pro:";
+$a->strings["Visible to"] = "Viditelné pro";
+$a->strings["may only be a partial list"] = "pouze pro část seznamu";
+$a->strings["Global"] = "Globální";
+$a->strings["The posts of every user on this server show the post recipients"] = "Příspěvek každého uživatele na tomto serveru zobrazuje příjemce příspěvků";
+$a->strings["Individual"] = "Individuálové";
+$a->strings["Each user chooses whether his/her posts show the post recipients"] = "Každý uživatel si zvolí, zda-li jeho/její příspěvek zobrazí příjemce příspěvku.";
+$a->strings["Settings updated."] = "Nastavení aktualizováno.";
diff --git a/remote_permissions/lang/ro/messages.po b/remote_permissions/lang/ro/messages.po
new file mode 100644
index 000000000..27b7e040e
--- /dev/null
+++ b/remote_permissions/lang/ro/messages.po
@@ -0,0 +1,69 @@
+# ADDON remote_permissions
+# Copyright (C)
+# This file is distributed under the same license as the Friendica remote_permissions addon package.
+#
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-08 12:05+0000\n"
+"Last-Translator: Arian - Cazare Muncitori \n"
+"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ro_RO\n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
+
+#: remote_permissions.php:45
+msgid "Remote Permissions Settings"
+msgstr "Configurări Permisiuni la Distanță"
+
+#: remote_permissions.php:46
+msgid ""
+"Allow recipients of your private posts to see the other recipients of the "
+"posts"
+msgstr "Permite destinatarilor, posturile dvs. private, să-i vadă și pe ceilalți destinatari ai postărilor"
+
+#: remote_permissions.php:48 remote_permissions.php:196
+msgid "Save Settings"
+msgstr "Salvare Configurări"
+
+#: remote_permissions.php:58
+msgid "Remote Permissions settings updated."
+msgstr "Configurările Permisiunilor la Distanță, au fost actualizate."
+
+#: remote_permissions.php:124
+msgid "Visible to:"
+msgstr "Vizibil pentru :"
+
+#: remote_permissions.php:178
+msgid "Visible to"
+msgstr "Vizibil pentru"
+
+#: remote_permissions.php:178
+msgid "may only be a partial list"
+msgstr "poate fi doar o listă parțială"
+
+#: remote_permissions.php:197
+msgid "Global"
+msgstr "Global"
+
+#: remote_permissions.php:197
+msgid "The posts of every user on this server show the post recipients"
+msgstr "Postările fiecărui utilizator de pe acest server, afișează destinatarii mesajului"
+
+#: remote_permissions.php:198
+msgid "Individual"
+msgstr "Individual"
+
+#: remote_permissions.php:198
+msgid "Each user chooses whether his/her posts show the post recipients"
+msgstr "Fiecare utilizator alege dacă postările lui/ei, afișează și destinatarii mesajului"
+
+#: remote_permissions.php:205
+msgid "Settings updated."
+msgstr "Configurări actualizate."
diff --git a/remote_permissions/lang/ro/strings.php b/remote_permissions/lang/ro/strings.php
new file mode 100644
index 000000000..9a68662a6
--- /dev/null
+++ b/remote_permissions/lang/ro/strings.php
@@ -0,0 +1,19 @@
+19)||(($n%100==0)&&($n!=0)))?2:1));;
+}}
+;
+$a->strings["Remote Permissions Settings"] = "Configurări Permisiuni la Distanță";
+$a->strings["Allow recipients of your private posts to see the other recipients of the posts"] = "Permite destinatarilor, posturile dvs. private, să-i vadă și pe ceilalți destinatari ai postărilor";
+$a->strings["Save Settings"] = "Salvare Configurări";
+$a->strings["Remote Permissions settings updated."] = "Configurările Permisiunilor la Distanță, au fost actualizate.";
+$a->strings["Visible to:"] = "Vizibil pentru :";
+$a->strings["Visible to"] = "Vizibil pentru";
+$a->strings["may only be a partial list"] = "poate fi doar o listă parțială";
+$a->strings["Global"] = "Global";
+$a->strings["The posts of every user on this server show the post recipients"] = "Postările fiecărui utilizator de pe acest server, afișează destinatarii mesajului";
+$a->strings["Individual"] = "Individual";
+$a->strings["Each user chooses whether his/her posts show the post recipients"] = "Fiecare utilizator alege dacă postările lui/ei, afișează și destinatarii mesajului";
+$a->strings["Settings updated."] = "Configurări actualizate.";
diff --git a/rendertime/lang/cs/messages.po b/rendertime/lang/cs/messages.po
new file mode 100644
index 000000000..1a2404d7e
--- /dev/null
+++ b/rendertime/lang/cs/messages.po
@@ -0,0 +1,27 @@
+# ADDON rendertime
+# Copyright (C)
+# This file is distributed under the same license as the Friendica rendertime addon package.
+#
+#
+# Translators:
+# Michal Šupler , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-28 18:10+0000\n"
+"Last-Translator: Michal Šupler \n"
+"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: rendertime.php:30
+#, php-format
+msgid ""
+"Performance: Database: %s, Network: %s, Rendering: %s, Parser: %s, I/O: %s, "
+"Other: %s, Total: %s"
+msgstr "Výkonnost: Databáze: %s, Síť: %s, Rendering: %s, Parser: %s, I/O: %s, Ostatní: %s, Celkem: %s"
diff --git a/rendertime/lang/cs/strings.php b/rendertime/lang/cs/strings.php
index ab4fa67a0..151316c1b 100644
--- a/rendertime/lang/cs/strings.php
+++ b/rendertime/lang/cs/strings.php
@@ -1,2 +1,8 @@
-=2 && $n<=4) ? 1 : 2;;
+}}
+;
+$a->strings["Performance: Database: %s, Network: %s, Rendering: %s, Parser: %s, I/O: %s, Other: %s, Total: %s"] = "Výkonnost: Databáze: %s, Síť: %s, Rendering: %s, Parser: %s, I/O: %s, Ostatní: %s, Celkem: %s";
diff --git a/rendertime/lang/ro/messages.po b/rendertime/lang/ro/messages.po
new file mode 100644
index 000000000..d8686d5ac
--- /dev/null
+++ b/rendertime/lang/ro/messages.po
@@ -0,0 +1,26 @@
+# ADDON rendertime
+# Copyright (C)
+# This file is distributed under the same license as the Friendica rendertime addon package.
+#
+#
+# Translators:
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-08 12:06+0000\n"
+"Last-Translator: Arian - Cazare Muncitori \n"
+"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/friendica/language/ro_RO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: ro_RO\n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
+
+#: rendertime.php:30
+#, php-format
+msgid ""
+"Performance: Database: %s, Network: %s, Rendering: %s, Parser: %s, I/O: %s, "
+"Other: %s, Total: %s"
+msgstr "Performantă: Baza de Date: %s, Rețea: %s, Procesare: %s, Analizator: %s, I/O: %s Altele: %s, Total: %s"
diff --git a/rendertime/lang/ro/strings.php b/rendertime/lang/ro/strings.php
new file mode 100644
index 000000000..2d3fd76a0
--- /dev/null
+++ b/rendertime/lang/ro/strings.php
@@ -0,0 +1,8 @@
+19)||(($n%100==0)&&($n!=0)))?2:1));;
+}}
+;
+$a->strings["Performance: Database: %s, Network: %s, Rendering: %s, Parser: %s, I/O: %s, Other: %s, Total: %s"] = "Performantă: Baza de Date: %s, Rețea: %s, Procesare: %s, Analizator: %s, I/O: %s Altele: %s, Total: %s";
diff --git a/retriever/lang/C/messages.po b/retriever/lang/C/messages.po
new file mode 100644
index 000000000..e9d20af26
--- /dev/null
+++ b/retriever/lang/C/messages.po
@@ -0,0 +1,102 @@
+# ADDON retriever
+# Copyright (C)
+# This file is distributed under the same license as the Friendica retriever addon package.
+#
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-23 14:45+0200\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME \n"
+"Language-Team: LANGUAGE \n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: retriever.php:445
+msgid "Retrieved"
+msgstr ""
+
+#: retriever.php:654
+msgid "Enabled"
+msgstr ""
+
+#: retriever.php:658
+msgid "URL Pattern"
+msgstr ""
+
+#: retriever.php:660
+msgid "Regular expression matching part of the URL to replace"
+msgstr ""
+
+#: retriever.php:663
+msgid "URL Replace"
+msgstr ""
+
+#: retriever.php:665
+msgid "Text to replace matching part of above regular expression"
+msgstr ""
+
+#: retriever.php:668
+msgid "Download Images"
+msgstr ""
+
+#: retriever.php:672
+msgid "Retrospectively Apply"
+msgstr ""
+
+#: retriever.php:674
+msgid "Reapply the rules to this number of posts"
+msgstr ""
+
+#: retriever.php:675
+msgid "Retrieve Feed Content"
+msgstr ""
+
+#: retriever.php:677 retriever.php:721
+msgid "Save Settings"
+msgstr ""
+
+#: retriever.php:679
+msgid "Tag"
+msgstr ""
+
+#: retriever.php:680
+msgid "Attribute"
+msgstr ""
+
+#: retriever.php:681
+msgid "Value"
+msgstr ""
+
+#: retriever.php:682
+msgid "Add"
+msgstr ""
+
+#: retriever.php:683
+msgid "Remove"
+msgstr ""
+
+#: retriever.php:684
+msgid "Include"
+msgstr ""
+
+#: retriever.php:686
+msgid "Exclude"
+msgstr ""
+
+#: retriever.php:697
+msgid "Retriever"
+msgstr ""
+
+#: retriever.php:722
+msgid "Retriever Settings"
+msgstr ""
+
+#: retriever.php:725
+msgid "All Photos"
+msgstr ""
diff --git a/showmore/lang/cs/messages.po b/showmore/lang/cs/messages.po
new file mode 100644
index 000000000..18cec5b82
--- /dev/null
+++ b/showmore/lang/cs/messages.po
@@ -0,0 +1,44 @@
+# ADDON showmore
+# Copyright (C)
+# This file is distributed under the same license as the Friendica showmore addon package.
+#
+#
+# Translators:
+# Michal Šupler , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-28 18:11+0000\n"
+"Last-Translator: Michal Šupler \n"
+"Language-Team: Czech (http://www.transifex.com/projects/p/friendica/language/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: cs\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#: showmore.php:38 showmore.php:42
+msgid "\"Show more\" Settings"
+msgstr "\"Show more\" nastavení"
+
+#: showmore.php:47
+msgid "Enable Show More"
+msgstr "Povolit Show more"
+
+#: showmore.php:50
+msgid "Cutting posts after how much characters"
+msgstr "Oříznout přízpěvky po zadaném množství znaků"
+
+#: showmore.php:54
+msgid "Save Settings"
+msgstr "Uložit Nastavení"
+
+#: showmore.php:71
+msgid "Show More Settings saved."
+msgstr "\"Show more\" nastavení uloženo."
+
+#: showmore.php:125
+msgid "show more"
+msgstr "zobrazit více"
diff --git a/showmore/lang/cs/strings.php b/showmore/lang/cs/strings.php
index 3e7bb970a..622bd0683 100644
--- a/showmore/lang/cs/strings.php
+++ b/showmore/lang/cs/strings.php
@@ -1,8 +1,13 @@
-strings["\"Show more\" Settings"] = "\"Show more\" nastavení";
-$a->strings["Enable Show More"] = "Povolit Show more";
-$a->strings["Cutting posts after how much characters"] = "Oříznout příspěvky po zadaném množství znaků";
-$a->strings["Submit"] = "Odeslat";
-$a->strings["Show More Settings saved."] = "Nastavení \"Show more\" uloženo.";
-$a->strings["show more"] = "zobrazit více";
+=2 && $n<=4) ? 1 : 2;;
+}}
+;
+$a->strings["\"Show more\" Settings"] = "\"Show more\" nastavení";
+$a->strings["Enable Show More"] = "Povolit Show more";
+$a->strings["Cutting posts after how much characters"] = "Oříznout přízpěvky po zadaném množství znaků";
+$a->strings["Save Settings"] = "Uložit Nastavení";
+$a->strings["Show More Settings saved."] = "\"Show more\" nastavení uloženo.";
+$a->strings["show more"] = "zobrazit více";
diff --git a/showmore/lang/de/messages.po b/showmore/lang/de/messages.po
new file mode 100644
index 000000000..4b4c956b2
--- /dev/null
+++ b/showmore/lang/de/messages.po
@@ -0,0 +1,44 @@
+# ADDON showmore
+# Copyright (C)
+# This file is distributed under the same license as the Friendica showmore addon package.
+#
+#
+# Translators:
+# bavatar , 2014
+msgid ""
+msgstr ""
+"Project-Id-Version: friendica\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2014-06-22 13:18+0200\n"
+"PO-Revision-Date: 2014-07-08 19:22+0000\n"
+"Last-Translator: bavatar