forked from friendica/deprecated-addons
Removed many deprecated addons
This commit is contained in:
parent
8ea198a97e
commit
1b7283c72b
247 changed files with 28554 additions and 0 deletions
60
forumlist/lang/ro/messages.po
Normal file
60
forumlist/lang/ro/messages.po
Normal file
|
@ -0,0 +1,60 @@
|
|||
# ADDON forumlist
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica forumlist addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Doru DEACONU <dumitrudeaconu@yahoo.com>, 2014
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2013-02-27 05:01-0500\n"
|
||||
"PO-Revision-Date: 2014-11-27 14:19+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"
|
||||
"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:162
|
||||
msgid "Forumlist Settings"
|
||||
msgstr "Configurări Forumlist "
|
||||
|
||||
#: forumlist.php:164
|
||||
msgid "Randomise forum list"
|
||||
msgstr "Randomizare listă forum"
|
||||
|
||||
#: forumlist.php:167
|
||||
msgid "Show forums on profile page"
|
||||
msgstr "Afișare forumuri pe pagina de profil"
|
||||
|
||||
#: forumlist.php:170
|
||||
msgid "Show forums on network page"
|
||||
msgstr "Afișare forumuri pe pagina de rețea"
|
||||
|
||||
#: forumlist.php:178
|
||||
msgid "Submit"
|
||||
msgstr "Trimite"
|
17
forumlist/lang/ro/strings.php
Normal file
17
forumlist/lang/ro/strings.php
Normal file
|
@ -0,0 +1,17 @@
|
|||
<?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["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 Settings"] = "Configurări 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["Submit"] = "Trimite";
|
Loading…
Add table
Add a link
Reference in a new issue