mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-06-07 09:54:27 +02:00
ES update to the translations THX Athalbert
This commit is contained in:
parent
edc3b196e6
commit
71f988d1bf
14 changed files with 660 additions and 48 deletions
23
buglink/lang/es/messages.po
Normal file
23
buglink/lang/es/messages.po
Normal file
|
@ -0,0 +1,23 @@
|
|||
# ADDON buglink
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica buglink 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: 2016-10-10 20:42+0000\n"
|
||||
"Last-Translator: Athalbert\n"
|
||||
"Language-Team: Spanish (http://www.transifex.com/Friendica/friendica/language/es/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: es\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: buglink.php:15
|
||||
msgid "Report Bug"
|
||||
msgstr "Reportar error"
|
|
@ -1,3 +1,8 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Report Bug"] = "Informe de errores";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_es")) {
|
||||
function string_plural_select_es($n){
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Report Bug"] = "Reportar error";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue