updating the addon translations, missed some files due missing git fu

This commit is contained in:
Tobias Diekershoff 2015-04-03 13:17:32 +02:00
parent be2e3e6bf7
commit 4533ed9a34
302 changed files with 3081 additions and 2904 deletions

View file

@ -4,13 +4,14 @@
#
#
# Translators:
# Doru DEACONU <dumitrudeaconu@yahoo.com>, 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 11:58+0000\n"
"Last-Translator: Arian - Cazare Muncitori <arianserv@gmail.com>\n"
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
"PO-Revision-Date: 2014-11-27 14:18+0000\n"
"Last-Translator: Doru DEACONU <dumitrudeaconu@yahoo.com>\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"
@ -18,34 +19,34 @@ msgstr ""
"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
#: mathjax.php:36
msgid "Settings"
msgstr "Configurări"
#: mathjax.php:42
#: mathjax.php:37
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
#: mathjax.php:38
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:42
msgid "Submit"
msgstr "Trimite"
#: mathjax.php:71
#: mathjax.php:66
msgid "Settings updated."
msgstr "Configurări actualizate."
#: mathjax.php:81
#: mathjax.php:75
msgid "MathJax Base URL"
msgstr "Adresa URL de Bază MathJax"
#: mathjax.php:81
#: mathjax.php:75
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."

View file

@ -8,7 +8,7 @@ function string_plural_select_ro($n){
$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["Submit"] = "Trimite";
$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.";