mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
RO: added translation for the addons from transifex
This commit is contained in:
parent
f6460497e3
commit
951f9dc006
128 changed files with 5387 additions and 0 deletions
46
gnot/lang/ro/messages.po
Normal file
46
gnot/lang/ro/messages.po
Normal file
|
@ -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 <arianserv@gmail.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"
|
||||
"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"
|
13
gnot/lang/ro/strings.php
Normal file
13
gnot/lang/ro/strings.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_ro")) {
|
||||
function string_plural_select_ro($n){
|
||||
return ($n==1?0:((($n%100>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";
|
Loading…
Add table
Add a link
Reference in a new issue