56 lines
2.0 KiB
PHP
Raw Normal View History

2014-10-27 16:29:45 -04:00
<?php
$TRANSLATIONS = array(
2014-10-01 06:53:00 -04:00
"Saved" => "Salveguardate",
"Can't create document" => "Non pote crear le documento",
"You don't have permission to rename this document" => "Tu non ha le permissiones pro renominar iste documento",
"An error occurred while changing directory." => "Un error occurreva durante que tu modificava le directorio.",
"Directory saved successfully." => "Directorio salveguardate con successo.",
"Documents" => "Documentos",
2014-07-12 00:43:24 -04:00
"Saving..." => "Salveguardante...",
2014-10-01 06:53:00 -04:00
"Failed to load documents." => "Il falleva cargar documentos.",
"No documents were found. Upload or create a document to get started!" => "Il non trovava alcun documentos. Incarga o crea un documento pro initiar!",
2013-09-22 09:53:01 -04:00
"Share" => "Compartir",
2014-03-15 01:11:32 -04:00
"Save" => "Salveguardar",
2014-10-01 06:53:00 -04:00
"Loading documents..." => "Cargante documentos...",
"File name cannot be empty." => "Le nomine de file non pote esser vacue.",
2014-10-04 00:43:12 -04:00
"Align Left" => "Alinea a sinistra",
"Alignment" => "Alineamento",
"Align Right" => "Alinea a dextera",
2013-11-20 16:10:05 -05:00
"Cancel" => "Cancellar",
2014-07-15 00:43:40 -04:00
"Close" => "Clauder",
2014-10-01 06:53:00 -04:00
"Color" => "Color",
2013-11-20 16:10:05 -05:00
"Create" => "Crear",
2014-10-01 06:53:00 -04:00
"Default Style" => "Stilo predefinite",
2013-11-20 16:10:05 -05:00
"Delete" => "Deler",
2014-10-01 06:53:00 -04:00
"Family" => "Familia",
2014-10-04 00:43:12 -04:00
"Insert Image" => "Inserta imagine",
"Invite Members" => "Invita Membros",
2014-10-01 06:53:00 -04:00
"Left" => "Sinistra",
2014-10-04 00:43:12 -04:00
"Loading" => "Cargante",
"Members" => "Membros",
2014-10-01 06:53:00 -04:00
"New Name:" => "Nove nomine",
2014-05-12 00:44:33 -04:00
"OK" => "Ok",
2014-04-25 00:43:31 -04:00
"Open" => "Aperi",
2014-10-01 06:53:00 -04:00
"Options" => "Optiones",
"Redo" => "Refacer",
2013-11-20 16:10:05 -05:00
"Size" => "Dimension",
2014-10-01 06:53:00 -04:00
"Style" => "Stilo",
2013-11-20 16:10:05 -05:00
"Text" => "Texto",
2014-10-04 00:43:12 -04:00
"Undo" => "Annulla",
"Unknown Author" => "Autor incognite",
2013-12-04 18:14:05 -05:00
"Edit" => "Modificar",
2014-10-01 06:53:00 -04:00
"guest" => "hospite",
"External" => "Externe",
"Server URL" => "URL de servitor",
2014-10-04 00:43:12 -04:00
"Apply and test" => "Applica e essaya",
2014-10-01 06:53:00 -04:00
"New document" => "Nove documento",
"Upload (max. %s)" => "Incargar (max. %s)",
2013-11-13 17:05:11 -05:00
"Upload" => "Incargar",
2014-10-01 06:53:00 -04:00
"Save new documents to" => "Salveguardar nove documento in",
"Wrong password. Please retry." => "Contrasigno errate. Pro favor essaya de novo.",
"Password" => "Contrasigno",
2014-10-04 00:43:12 -04:00
"Guest %s" => "Hospite %s",
"Advanced feature-set" => "Insimul de characteristicas avantiate"
2013-08-28 17:35:04 -04:00
);
2014-10-27 16:29:45 -04:00
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";