diff options
author | Loui Chang <louipc.ist@gmail.com> | 2009-01-19 22:31:04 +0100 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2009-01-19 22:31:04 +0100 |
commit | 87828ae08b4e37189bd3e78a35df24975f00c633 (patch) | |
tree | daeced659d35f2f3dc970dbed2fb1e8b75aba17a /web/lang/ca/index_po.inc | |
parent | 2ee327634831ec36df5fd74ccc35dfcedfdbe07b (diff) | |
download | aur-87828ae08b4e37189bd3e78a35df24975f00c633.tar.gz aur-87828ae08b4e37189bd3e78a35df24975f00c633.tar.xz |
Remove obsolete translation files.
Signed-off-by: Loui Chang <louipc.ist@gmail.com>
Diffstat (limited to 'web/lang/ca/index_po.inc')
-rw-r--r-- | web/lang/ca/index_po.inc | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/web/lang/ca/index_po.inc b/web/lang/ca/index_po.inc deleted file mode 100644 index ca6c1ac3..00000000 --- a/web/lang/ca/index_po.inc +++ /dev/null @@ -1,57 +0,0 @@ -<?php -# Catalan (Català) translation -# Translator: Sergio Jovani Guzman <moret.sjg@gmail.com> - -include_once("translator.inc"); -global $_t; - -$_t["ca"]["Statistics"] = "Estadístiques"; - -$_t["ca"]["Remember to vote for your favourite packages!"] = "Recordeu votar els vostres paquets preferits!"; - -$_t["ca"]["Error looking up username, %s."] = "S'ha produït un error en cercar l'usuari, %s."; - -$_t["ca"]["Packages in unsupported"] = "Paquets a \"unsupported\""; - -$_t["ca"]["The most popular packages will be provided as binary packages in [community]."] = "Els paquets més populars es distribuiran com a binaris a [community]."; - -$_t["ca"]["Trusted Users"] = "Usuaris de Confiança"; - -$_t["ca"]["You must supply a username."] = "Heu de proporcionar un nom d'usuari."; - -$_t["ca"]["Packages added or updated in the past 7 days"] = "Paquets afegits o actualitzats en els últims 7 dies"; - -$_t["ca"]["Email discussion about the AUR takes place on the %sTUR Users List%s."] = "La discussió en correu-e sobre AUR és a la %sLlista d'Usuaris TUR%s."; - -$_t["ca"]["Packages in unsupported and flagged as safe"] = "Paquets a \"unsupported\" i marcats com Segurs"; - -$_t["ca"]["Though we can't vouch for their contents, we provide a %hlist of user repositories%h for your convenience."] = "Encara que no pugam respondre als seus continguts, subministrem una %hllista de repositoris d'usuaris%h per a la vostra conveniència."; - -$_t["ca"]["Packages in [community]"] = "Paquets a [community]"; - -$_t["ca"]["Recent Updates"] = "Actualitzacions recents"; - -$_t["ca"]["Your account has been suspended."] = "El vostre compte s'ha suspès."; - -$_t["ca"]["Username:"] = "Nom d'usuari:"; - -$_t["ca"]["Error trying to generate session id."] = "S'ha produït un error en intentar generar un identificador de sessió."; - -$_t["ca"]["Welcome to the AUR! Please read the %hAUR User Guidelines%h and %hAUR TU Guidelines%h for more information."] = "Benvingut a l'AUR! Si us plau llegiu la %hGuia d'usuari de l'AUR%h i la %hGuia de TU de l'AUR%h per a més informació."; - -$_t["ca"]["Contributed PKGBUILDs %hmust%h conform to the %hArch Packaging Standards%h otherwise they will be deleted!"] = "Els PKGBUILDs enviats %hhan%h de seguir els %hEstàndards d'empaquetament d'Arch%h sinó seran esborrats!"; - -$_t["ca"]["Login"] = "Entra"; - -$_t["ca"]["If you have feedback about the AUR, please leave it in %hFlyspray%h."] = "Si teniu cap comentari sobre l'AUR, si us plau deixeu-lo en el %hFlyspray%h."; - -$_t["ca"]["You must supply a password."] = "Heu de subministrar una contrasenya."; - -$_t["ca"]["Password:"] = "Contrasenya:"; - -$_t["ca"]["Registered Users"] = "Usuaris registrats"; - -$_t["ca"]["Logged-in as: %h%s%h"] = "Identificat com: %h%s%h"; - -$_t["ca"]["Incorrect password for username, %s."] = "Contrasenya incorrecta per a l'usuari, %s."; - |