mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
Replace planet with krynn
This commit is contained in:
parent
beab86860e
commit
21a6ac9396
30 changed files with 469 additions and 38 deletions
|
@ -1,6 +1,6 @@
|
|||
# ADDON planets
|
||||
# ADDON krynn
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica planets addon package.
|
||||
# This file is distributed under the same license as the Friendica krynn addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
|
@ -19,14 +19,14 @@ msgstr ""
|
|||
"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
|
||||
#: krynn.php:150
|
||||
msgid "Planets Settings"
|
||||
msgstr "Configurări Planets"
|
||||
|
||||
#: planets.php:152
|
||||
#: krynn.php:152
|
||||
msgid "Enable Planets Plugin"
|
||||
msgstr "Activare Modul Planets"
|
||||
|
||||
#: planets.php:158
|
||||
#: krynn.php:158
|
||||
msgid "Submit"
|
||||
msgstr "Trimite"
|
||||
|
|
32
krynn/lang/ro/messages.po-e
Normal file
32
krynn/lang/ro/messages.po-e
Normal file
|
@ -0,0 +1,32 @@
|
|||
# ADDON planets
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica planets 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:16+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"
|
||||
|
||||
#: 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 "Submit"
|
||||
msgstr "Trimite"
|
10
krynn/lang/ro/strings.php-e
Normal file
10
krynn/lang/ro/strings.php-e
Normal file
|
@ -0,0 +1,10 @@
|
|||
<?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["Planets Settings"] = "Configurări Planets";
|
||||
$a->strings["Enable Planets Plugin"] = "Activare Modul Planets";
|
||||
$a->strings["Submit"] = "Trimite";
|
Loading…
Add table
Add a link
Reference in a new issue