Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/l10n/oc.php')
-rw-r--r--core/l10n/oc.php78
1 files changed, 0 insertions, 78 deletions
diff --git a/core/l10n/oc.php b/core/l10n/oc.php
deleted file mode 100644
index d785441ee28..00000000000
--- a/core/l10n/oc.php
+++ /dev/null
@@ -1,78 +0,0 @@
-<?php
-$TRANSLATIONS = array(
-"Sunday" => "Dimenge",
-"Monday" => "Diluns",
-"Tuesday" => "Dimarç",
-"Wednesday" => "Dimecres",
-"Thursday" => "Dijòus",
-"Friday" => "Divendres",
-"Saturday" => "Dissabte",
-"January" => "genièr",
-"February" => "febrièr",
-"March" => "març",
-"April" => "abril",
-"May" => "mai",
-"June" => "junh",
-"July" => "julhet",
-"August" => "agost",
-"September" => "septembre",
-"October" => "octobre",
-"November" => "Novembre",
-"December" => "Decembre",
-"Settings" => "Configuracion",
-"Folder" => "Dorsièr",
-"Saving..." => "Enregistra...",
-"Reset password" => "Senhal tornat botar",
-"No" => "Non",
-"Yes" => "Òc",
-"Choose" => "Causís",
-"Ok" => "D'accòrdi",
-"_{count} file conflict_::_{count} file conflicts_" => array("",""),
-"Cancel" => "Annula",
-"Share" => "Parteja",
-"Error" => "Error",
-"Error while sharing" => "Error al partejar",
-"Error while unsharing" => "Error al non partejar",
-"Error while changing permissions" => "Error al cambiar permissions",
-"Password protect" => "Parat per senhal",
-"Set expiration date" => "Met la data d'expiracion",
-"Expiration date" => "Data d'expiracion",
-"group" => "grop",
-"Resharing is not allowed" => "Tornar partejar es pas permis",
-"Unshare" => "Pas partejador",
-"can edit" => "pòt modificar",
-"access control" => "Contraròtle d'acces",
-"create" => "crea",
-"update" => "met a jorn",
-"delete" => "escafa",
-"Password protected" => "Parat per senhal",
-"Error unsetting expiration date" => "Error al metre de la data d'expiracion",
-"Error setting expiration date" => "Error setting expiration date",
-"Delete" => "Escafa",
-"Add" => "Ajusta",
-"Use the following link to reset your password: {link}" => "Utiliza lo ligam seguent per tornar botar lo senhal : {link}",
-"You will receive a link to reset your password via Email." => "Reçaupràs un ligam per tornar botar ton senhal via corrièl.",
-"Username" => "Non d'usancièr",
-"New password" => "Senhal novèl",
-"Personal" => "Personal",
-"Users" => "Usancièrs",
-"Apps" => "Apps",
-"Admin" => "Admin",
-"Help" => "Ajuda",
-"Access forbidden" => "Acces enebit",
-"Security Warning" => "Avertiment de securitat",
-"Create an <strong>admin account</strong>" => "Crea un <strong>compte admin</strong>",
-"Password" => "Senhal",
-"Data folder" => "Dorsièr de donadas",
-"Configure the database" => "Configura la basa de donadas",
-"Database user" => "Usancièr de la basa de donadas",
-"Database password" => "Senhal de la basa de donadas",
-"Database name" => "Nom de la basa de donadas",
-"Database tablespace" => "Espandi de taula de basa de donadas",
-"Database host" => "Òste de basa de donadas",
-"Finish setup" => "Configuracion acabada",
-"Log out" => "Sortida",
-"remember" => "bremba-te",
-"Log in" => "Dintrada"
-);
-$PLURAL_FORMS = "nplurals=2; plural=(n > 1);";