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
35
startpage/lang/ro/messages.po
Normal file
35
startpage/lang/ro/messages.po
Normal file
|
@ -0,0 +1,35 @@
|
|||
# ADDON startpage
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica startpage addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-06-23 14:45+0200\n"
|
||||
"PO-Revision-Date: 2014-07-08 12:07+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"
|
||||
|
||||
#: startpage.php:83 startpage.php:87
|
||||
msgid "Startpage"
|
||||
msgstr "Startpage"
|
||||
|
||||
#: startpage.php:90
|
||||
msgid "Home page to load after login - leave blank for profile wall"
|
||||
msgstr "Pagina de întâmpinare ce va fi încărcată după autentificare - lăsați necompletat pentru perete de profil"
|
||||
|
||||
#: startpage.php:93
|
||||
msgid "Examples: "network" or "notifications/system""
|
||||
msgstr "Exemple: "rețea" sau "notificări/sistem""
|
||||
|
||||
#: startpage.php:97
|
||||
msgid "Save Settings"
|
||||
msgstr "Salvare Configurări"
|
11
startpage/lang/ro/strings.php
Normal file
11
startpage/lang/ro/strings.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?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["Startpage"] = "Startpage";
|
||||
$a->strings["Home page to load after login - leave blank for profile wall"] = "Pagina de întâmpinare ce va fi încărcată după autentificare - lăsați necompletat pentru perete de profil";
|
||||
$a->strings["Examples: "network" or "notifications/system""] = "Exemple: "rețea" sau "notificări/sistem"";
|
||||
$a->strings["Save Settings"] = "Salvare Configurări";
|
Loading…
Add table
Add a link
Reference in a new issue