infiniteprbabilitydrive addon updated CA translation THX Joan Bar
This commit is contained in:
parent
6944b54ff7
commit
7a587d9628
2 changed files with 33 additions and 3 deletions
24
infiniteimprobabilitydrive/lang/ca/messages.po
Normal file
24
infiniteimprobabilitydrive/lang/ca/messages.po
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# ADDON infiniteimprobabilitydrive
|
||||||
|
# Copyright (C)
|
||||||
|
# This file is distributed under the same license as the Friendica infiniteimprobabilitydrive addon package.
|
||||||
|
#
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Joan Bar <friendica@tutanota.com>, 2019
|
||||||
|
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: 2019-10-18 21:00+0000\n"
|
||||||
|
"Last-Translator: Joan Bar <friendica@tutanota.com>\n"
|
||||||
|
"Language-Team: Catalan (http://www.transifex.com/Friendica/friendica/language/ca/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Language: ca\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#: infiniteimprobabilitydrive.php:19
|
||||||
|
msgid "Infinite Improbability Drive"
|
||||||
|
msgstr "Unitat de millora de la infinitat"
|
|
@ -1,3 +1,9 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
$a->strings["Infinite Improbability Drive"] = "Infinite Improbability Drive";
|
if(! function_exists("string_plural_select_ca")) {
|
||||||
|
function string_plural_select_ca($n){
|
||||||
|
$n = intval($n);
|
||||||
|
return ($n != 1);;
|
||||||
|
}}
|
||||||
|
;
|
||||||
|
$a->strings["Infinite Improbability Drive"] = "Unitat de millora de la infinitat";
|
||||||
|
|
Loading…
Reference in a new issue