Imported Upstream version 0.6.24+dfsg1
This commit is contained in:
10
lib/kohana/system/i18n/de_DE/cache.php
Normal file
10
lib/kohana/system/i18n/de_DE/cache.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'undefined_group' => 'Die Gruppe %s ist in Ihrer Konfiguration nicht definiert.',
|
||||
'extension_not_loaded' => 'Die PHP-Erweiterung %s muss geladen sein, um diesen Treiber benutzen zu können.',
|
||||
'unwritable' => 'Der eingestellte Speicherort %s ist nicht beschreibbar.',
|
||||
'resources' => 'Das Cachen von Ressourcen ist nicht möglich, da diese nicht serialisiert werden können.',
|
||||
'driver_error' => '%s'
|
||||
);
|
||||
59
lib/kohana/system/i18n/de_DE/calendar.php
Normal file
59
lib/kohana/system/i18n/de_DE/calendar.php
Normal file
@@ -0,0 +1,59 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
// Two letter days
|
||||
'su' => 'So',
|
||||
'mo' => 'Mo',
|
||||
'tu' => 'Di',
|
||||
'we' => 'Mi',
|
||||
'th' => 'Do',
|
||||
'fr' => 'Fr',
|
||||
'sa' => 'Sa',
|
||||
|
||||
// Short day names
|
||||
'sun' => 'Son',
|
||||
'mon' => 'Mon',
|
||||
'tue' => 'Die',
|
||||
'wed' => 'Mit',
|
||||
'thu' => 'Don',
|
||||
'fri' => 'Fre',
|
||||
'sat' => 'Sam',
|
||||
|
||||
// Long day names
|
||||
'sunday' => 'Sonntag',
|
||||
'monday' => 'Montag',
|
||||
'tuesday' => 'Dienstag',
|
||||
'wednesday' => 'Mittwoch',
|
||||
'thursday' => 'Donnerstag',
|
||||
'friday' => 'Freitag',
|
||||
'saturday' => 'Samstag',
|
||||
|
||||
// Short month names
|
||||
'jan' => 'Jan',
|
||||
'feb' => 'Feb',
|
||||
'mar' => 'Mär',
|
||||
'apr' => 'Apr',
|
||||
'may' => 'Mai',
|
||||
'jun' => 'Jun',
|
||||
'jul' => 'Jul',
|
||||
'aug' => 'Aug',
|
||||
'sep' => 'Sep',
|
||||
'oct' => 'Okt',
|
||||
'nov' => 'Nov',
|
||||
'dec' => 'Dez',
|
||||
|
||||
// Long month names
|
||||
'january' => 'Januar',
|
||||
'february' => 'Februar',
|
||||
'march' => 'März',
|
||||
'april' => 'April',
|
||||
'mayl' => 'Mai',
|
||||
'june' => 'Juni',
|
||||
'july' => 'Juli',
|
||||
'august' => 'August',
|
||||
'september' => 'September',
|
||||
'october' => 'Oktober',
|
||||
'november' => 'November',
|
||||
'december' => 'Dezember'
|
||||
);
|
||||
33
lib/kohana/system/i18n/de_DE/captcha.php
Normal file
33
lib/kohana/system/i18n/de_DE/captcha.php
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'file_not_found' => 'Die eingestellte Datei %s konnte nicht gefunden werden. Kontrollieren Sie bitte, bevor Sie Dateien benutzen, ob diese existieren. Sie können dafür die Funktion file_exists() benutzen.',
|
||||
'requires_GD2' => 'Die Captcha-Bibliothek erfordert GD2 mit FreeType-Unterstützung. Sehen Sie sich die Seite http://php.net/gd_info an, um weitere Informationen zu erhalten.',
|
||||
|
||||
// Words of varying length for the Captcha_Word_Driver to pick from
|
||||
// Note: use only alphanumeric characters
|
||||
'words' => array
|
||||
(
|
||||
'cd', 'tv', 'it', 'to', 'be', 'or',
|
||||
'sun', 'car', 'dog', 'bed', 'kid', 'egg',
|
||||
'bike', 'tree', 'bath', 'roof', 'road', 'hair',
|
||||
'hello', 'world', 'earth', 'beard', 'chess', 'water',
|
||||
'barber', 'bakery', 'banana', 'market', 'purple', 'writer',
|
||||
'america', 'release', 'playing', 'working', 'foreign', 'general',
|
||||
'aircraft', 'computer', 'laughter', 'alphabet', 'kangaroo', 'spelling',
|
||||
'architect', 'president', 'cockroach', 'encounter', 'terrorism', 'cylinders',
|
||||
),
|
||||
|
||||
// Riddles for the Captcha_Riddle_Driver to pick from
|
||||
// Note: use only alphanumeric characters
|
||||
'riddles' => array
|
||||
(
|
||||
array('Hasst du Spam? (ja oder nein)', 'ja'),
|
||||
array('Bist du ein Roboter? (ja oder nein)', 'nein'),
|
||||
array('Feuer ist ... (heiß or kalt)', 'heiß'),
|
||||
array('Die Jahreszeit, die nach Herbst kommt ist ...', 'Winter'),
|
||||
array('Welcher Wochentag ist heute?', strftime('%A')),
|
||||
array('In welchem Monat befinden wir uns gerade?', strftime('%B')),
|
||||
),
|
||||
);
|
||||
34
lib/kohana/system/i18n/de_DE/core.php
Normal file
34
lib/kohana/system/i18n/de_DE/core.php
Normal file
@@ -0,0 +1,34 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'there_can_be_only_one' => 'Pro Seitenaufruf kann es nur eine Instanz von Kohana geben',
|
||||
'uncaught_exception' => 'Unerwarteter Fehler vom Typ %s: %s in %s in Zeile %s',
|
||||
'invalid_method' => 'Ungültige Methode %s aufgerufen in %s',
|
||||
'invalid_property' => '%s ist keine Eigenschaft der Klasse %s.',
|
||||
'log_dir_unwritable' => 'Das Log-Verzeichnis ist nicht beschreibbar: %s',
|
||||
'resource_not_found' => '%s %s konnte nicht gefunden werden',
|
||||
'invalid_filetype' => 'Die Dateiendung .%s ist in Ihrer View-Konfiguration nicht vorhanden',
|
||||
'view_set_filename' => 'Sie müssen den Dateinamen der Ansicht festlegen, bevor render aufgerufen wird',
|
||||
'no_default_route' => 'Erstellen Sie bitte eine Standardroute config/routes.php',
|
||||
'no_controller' => 'Kohana gelang es nicht einen Controller zu finden, um diesen Aufruf zu verarbeiten: %s',
|
||||
'page_not_found' => 'Die Seite %s konnte nicht gefunden werden.',
|
||||
'stats_footer' => 'Seite geladen in {execution_time} Sekunden bei {memory_usage} Speichernutzung. Generiert von Kohana v{kohana_version}.',
|
||||
'error_file_line' => '<tt>%s <strong>[%s]:</strong></tt>',
|
||||
'stack_trace' => 'Stack Trace',
|
||||
'generic_error' => 'Die Abfrage konnte nicht abgeschlossen werden',
|
||||
'errors_disabled' => 'Sie können zur <a href="%s">Startseite</a> zurück kehren oder es <a href="%s">erneut versuchen</a>.',
|
||||
|
||||
// Drivers
|
||||
'driver_implements' => 'Der Treiber %s für die Bibliothek %s muss das Interface %s implementieren',
|
||||
'driver_not_found' => 'Der Treiber %s für die Bibliothek %s konnte nicht gefunden werden',
|
||||
|
||||
// Resource names
|
||||
'config' => 'Die Konfigurationsdatei',
|
||||
'controller' => 'Der Controller',
|
||||
'helper' => 'Der Helfer',
|
||||
'library' => 'Die Bibliothek',
|
||||
'driver' => 'Der Treiber',
|
||||
'model' => 'Das Modell',
|
||||
'view' => 'Die Ansicht',
|
||||
);
|
||||
15
lib/kohana/system/i18n/de_DE/database.php
Normal file
15
lib/kohana/system/i18n/de_DE/database.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'undefined_group' => 'Die Gruppe %s ist in Ihrer Konfiguration nicht definiert worden.',
|
||||
'error' => 'Es gab einen SQL-Fehler: %s',
|
||||
'connection' => 'Es gab einen Fehler bei der Verbindung mit der Datenbank: %s',
|
||||
'invalid_dsn' => 'Die von Ihnen angegebene DSN ist ungültig: %s',
|
||||
'must_use_set' => 'Sie müssen SET in Ihrem Query benutzen.',
|
||||
'must_use_where' => 'Sie müssen WHERE in Ihrem Query benutzen.',
|
||||
'must_use_table' => 'Sie müssen eine Tabelle für Ihren Query angeben.',
|
||||
'table_not_found' => 'Die Tabelle %s konnte in der Datenbank nicht gefunden werden.',
|
||||
'not_implemented' => 'Die Methode %s wird von diesem Datenbanktreiber nicht unterstützt.',
|
||||
'result_read_only' => 'Ergebnisse der Anfrage können nur gelesen werden.',
|
||||
);
|
||||
8
lib/kohana/system/i18n/de_DE/encrypt.php
Normal file
8
lib/kohana/system/i18n/de_DE/encrypt.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'undefined_group' => 'Die Gruppe %s ist nicht in Ihrer Konfiguration enthalten.',
|
||||
'requires_mcrypt' => 'Um die Bibliothek Encrypt zu benutzen, muss mcrypt in Ihrer PHP-Installation aktiviert werden',
|
||||
'no_encryption_key' => 'Um die Bibliothek Encrypt zu benutzen, müssen Sie einen Schlüssel in Ihrer Konfiguration eintragen'
|
||||
);
|
||||
16
lib/kohana/system/i18n/de_DE/errors.php
Normal file
16
lib/kohana/system/i18n/de_DE/errors.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
E_KOHANA => array( 1, 'Framework-Fehler', 'Lesen Sie bitte in der Kohana-Dokumentation, um mehr über den folgenden Fehler zu erfahren.'),
|
||||
E_PAGE_NOT_FOUND => array( 1, 'Seite Nicht Gefunden', 'Die aufgerufene Seite wurde nicht gefunden. Sie wurde entweder verschoben, gelöscht oder archiviert.'),
|
||||
E_DATABASE_ERROR => array( 1, 'Datenbank-Fehler', 'Ein Datenbankfehler ist während des Aufrufs aufgetreten. Überprüfen Sie bitte den unten stehenden Fehler für mehr Informationen.'),
|
||||
E_RECOVERABLE_ERROR => array( 1, 'Behebbarer Fehler', 'Es ist ein Fehler aufgetreten, der das Laden der Seite verhindert hat. Wenn der Fehler weiterhin besteht, kontaktieren Sie bitte den Administrator der Seite.'),
|
||||
E_ERROR => array( 1, 'Fataler Fehler', ''),
|
||||
E_USER_ERROR => array( 1, 'Fataler Fehler', ''),
|
||||
E_PARSE => array( 1, 'Syntax-Fehler', ''),
|
||||
E_WARNING => array( 1, 'Warnung', ''),
|
||||
E_USER_WARNING => array( 1, 'Warnung', ''),
|
||||
E_STRICT => array( 2, 'Strict Mode Error', ''),
|
||||
E_NOTICE => array( 2, 'Laufzeitfehler', ''),
|
||||
);
|
||||
7
lib/kohana/system/i18n/de_DE/event.php
Normal file
7
lib/kohana/system/i18n/de_DE/event.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'invalid_subject' => 'Der Versuch, das ungültige Subjekt %s an %s anzuhängen, ist fehlgeschlagen. Subjekte müssen die Klasse Event_Subject erweitern.',
|
||||
'invalid_observer' => 'Der Versuch, den ungültigen Beobachter %s an %s anzuhängen, ist fehlgeschlagen. Beobachter müssen die Klasse Event_Observer erweitern.',
|
||||
);
|
||||
33
lib/kohana/system/i18n/de_DE/image.php
Normal file
33
lib/kohana/system/i18n/de_DE/image.php
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'getimagesize_missing' => 'Die Bildbibliothek versucht die PHP-Funktion getimagesize() zu benutzen, die aber nicht Bestandteil ihrer PHP-Installation ist.',
|
||||
'unsupported_method' => 'Der Bildtreiber, den Sie benutzen, unterstützt nicht die %s-Bildtransformation.',
|
||||
'file_not_found' => 'Das angegebene Bild %s konnte nicht gefunden werden. Stellen Sie bitte sicher, dass das Bild existiert. Benutzen Sie hierzu die Funktion file_exists().',
|
||||
'type_not_allowed' => 'Das angegebene Bild %s ist kein erlaubter Bildtyp.',
|
||||
'invalid_width' => 'Die von Ihnen festgelegte Bildbreite, %s, ist ungültig.',
|
||||
'invalid_height' => 'Die von Ihnen festgelegte Bildhöhe, %s, ist ungültig.',
|
||||
'invalid_dimensions' => 'Das festgelegte Format für %s ist ungültig.',
|
||||
'invalid_master' => 'Die festgelegte Master-Dimension ist ungültig.',
|
||||
'invalid_flip' => 'Die festgelegte Richtung der Spiegelung ist ungültig.',
|
||||
'directory_unwritable' => 'Das Verzeichnis %s ist nicht beschreibbar.',
|
||||
|
||||
// ImageMagick specific messages
|
||||
'imagemagick' => array
|
||||
(
|
||||
'not_found' => 'Das festgelegte ImageMagic-Verzeichnis enthält nicht das benötigte Programm %s.',
|
||||
),
|
||||
|
||||
// GraphicsMagick specific messages
|
||||
'graphicsmagick' => array
|
||||
(
|
||||
'not_found' => 'Das festgelegte GraphicsMagick-Verzeichnis enthält nicht das benötigte Programm %s.',
|
||||
),
|
||||
|
||||
// GD specific messages
|
||||
'gd' => array
|
||||
(
|
||||
'requires_v2' => 'Die Bildbibliothek erfordert GD2. Sehen Sie sich die Seite http://php.net/gd_info an, um weitere Informationen zu erhalten.',
|
||||
),
|
||||
);
|
||||
3
lib/kohana/system/i18n/de_DE/orm.php
Normal file
3
lib/kohana/system/i18n/de_DE/orm.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang['query_methods_not_allowed'] = 'Die Query-Methoden können nicht über ORM benutzt werden.';
|
||||
15
lib/kohana/system/i18n/de_DE/pagination.php
Normal file
15
lib/kohana/system/i18n/de_DE/pagination.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'undefined_group' => 'Die Gruppe %s ist nicht in der Pagination-Konfiguration definiert worden.',
|
||||
'page' => 'Seite',
|
||||
'pages' => 'Seiten',
|
||||
'item' => 'Element',
|
||||
'items' => 'Elemente',
|
||||
'of' => 'von',
|
||||
'first' => 'Erste',
|
||||
'last' => 'Letzte',
|
||||
'previous' => 'Vorherige',
|
||||
'next' => 'Nächste',
|
||||
);
|
||||
15
lib/kohana/system/i18n/de_DE/profiler.php
Normal file
15
lib/kohana/system/i18n/de_DE/profiler.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'benchmarks' => 'Benchmark-Tests',
|
||||
'post_data' => 'POST-Daten:',
|
||||
'no_post' => 'Keine POST-Daten',
|
||||
'session_data' => 'Session-Daten',
|
||||
'no_session' => 'Keine Session-Daten',
|
||||
'queries' => 'Datenbank-Anfragen',
|
||||
'no_queries' => 'Keine Anfragen',
|
||||
'no_database' => 'Datenbank nicht geladen',
|
||||
'cookie_data' => 'Cookie-Daten',
|
||||
'no_cookie' => 'Keine Cookie-Daten',
|
||||
);
|
||||
6
lib/kohana/system/i18n/de_DE/session.php
Normal file
6
lib/kohana/system/i18n/de_DE/session.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'invalid_session_name' => 'Der Sessionname %s ist ungültig. Dieser darf nur aus alphanumerischen Zeichen und mindestens einem Buchstaben bestehen.',
|
||||
);
|
||||
6
lib/kohana/system/i18n/de_DE/swift.php
Normal file
6
lib/kohana/system/i18n/de_DE/swift.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'general_error' => 'Fehler beim Senden einer E-Mail aufgetreten.'
|
||||
);
|
||||
6
lib/kohana/system/i18n/de_DE/upload.php
Normal file
6
lib/kohana/system/i18n/de_DE/upload.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'not_writable' => 'Das Verzeichnis für hochgeladene Dateien, %s, ist nicht beschreibbar.',
|
||||
);
|
||||
41
lib/kohana/system/i18n/de_DE/validation.php
Normal file
41
lib/kohana/system/i18n/de_DE/validation.php
Normal file
@@ -0,0 +1,41 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
// Class errors
|
||||
'invalid_rule' => 'Ungültige Validierungsregel benutzt: %s',
|
||||
'i18n_array' => 'Der i18n-Schlüssel %s muss ein Array sein, um diesen in der in_array-Regel benutzen zu können',
|
||||
'not_callable' => 'Die Callback-Funktion %s, die zur Validierung benutzt wird, ist nicht aufrufbar',
|
||||
|
||||
// General errors
|
||||
'unknown_error' => 'Unbekannter Fehler bei der Validierungsregel von dem Feld %s aufgetreten.',
|
||||
'required' => 'Das Feld %s ist erforderlich.',
|
||||
'min_length' => 'Das Feld %s muss mindestens %d Zeichen lang sein.',
|
||||
'max_length' => 'Das Feld %s darf höchstens %d Zeichen lang sein.',
|
||||
'exact_length' => 'Das Feld %s muss genau %d Zeichen enthalten.',
|
||||
'in_array' => 'Das Feld %s muss ausgewählt werden.',
|
||||
'matches' => 'Das Feld %s muss mit dem Feld %s übereinstimmen.',
|
||||
'valid_url' => 'Das Feld %s muss eine gültige URL beinhalten.',
|
||||
'valid_email' => 'Das Feld %s muss eine gültige E-Mailadresse beinhalten.',
|
||||
'valid_ip' => 'Das Feld %s muss eine gültige IP-Adresse beinhalten.',
|
||||
'valid_type' => 'Das Feld %s darf nur %s beinhalten.',
|
||||
'range' => 'Das Feld %s muss zwischen festgelegten Bereichen sein.',
|
||||
'regex' => 'Das Feld %s entspricht nicht einer akzeptierten Eingabe.',
|
||||
'depends_on' => 'Das Feld %s hängt vom Feld %s ab.',
|
||||
|
||||
// Upload errors
|
||||
'user_aborted' => 'Das Hochladen der Datei %s wurde abgebrochen.',
|
||||
'invalid_type' => 'Die Datei %s entspricht nicht den erlaubten Dateitypen.',
|
||||
'max_size' => 'Die Datei %s ist zu groß. Die maximale Größe beträgt %s.',
|
||||
'max_width' => 'Die Datei %s ist zu groß. Die maximal erlaubte Breite betägt %spx.',
|
||||
'max_height' => 'Die Datei %s ist zu groß. Die maximal erlaubte Höhe betägt %spx.',
|
||||
'min_width' => 'Die Datei %s ist zu klein. Die minimal erlaubte Breite betägt %spx.',
|
||||
'min_height' => 'Die Datei %s ist zu klein. Die minimal erlaubte Höhe betägt %spx.',
|
||||
|
||||
// Field types
|
||||
'alpha' => 'alphabetische Zeichen',
|
||||
'alpha_numeric' => 'alphabetische und numerische Zeichen',
|
||||
'alpha_dash' => 'alphabetische Zeichen, Trennstriche und Unterstriche',
|
||||
'digit' => 'Zahlen',
|
||||
'numeric' => 'Nummern',
|
||||
);
|
||||
10
lib/kohana/system/i18n/en_US/cache.php
Normal file
10
lib/kohana/system/i18n/en_US/cache.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'undefined_group' => 'The %s group is not defined in your configuration.',
|
||||
'extension_not_loaded' => 'The %s PHP extension must be loaded to use this driver.',
|
||||
'unwritable' => 'The configured storage location, %s, is not writable.',
|
||||
'resources' => 'Caching of resources is impossible, because resources cannot be serialized.',
|
||||
'driver_error' => '%s',
|
||||
);
|
||||
59
lib/kohana/system/i18n/en_US/calendar.php
Normal file
59
lib/kohana/system/i18n/en_US/calendar.php
Normal file
@@ -0,0 +1,59 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
// Two letter days
|
||||
'su' => 'Su',
|
||||
'mo' => 'Mo',
|
||||
'tu' => 'Tu',
|
||||
'we' => 'We',
|
||||
'th' => 'Th',
|
||||
'fr' => 'Fr',
|
||||
'sa' => 'Sa',
|
||||
|
||||
// Short day names
|
||||
'sun' => 'Sun',
|
||||
'mon' => 'Mon',
|
||||
'tue' => 'Tue',
|
||||
'wed' => 'Wed',
|
||||
'thu' => 'Thu',
|
||||
'fri' => 'Fri',
|
||||
'sat' => 'Sat',
|
||||
|
||||
// Long day names
|
||||
'sunday' => 'Sunday',
|
||||
'monday' => 'Monday',
|
||||
'tuesday' => 'Tuesday',
|
||||
'wednesday' => 'Wednesday',
|
||||
'thursday' => 'Thursday',
|
||||
'friday' => 'Friday',
|
||||
'saturday' => 'Saturday',
|
||||
|
||||
// Short month names
|
||||
'jan' => 'Jan',
|
||||
'feb' => 'Feb',
|
||||
'mar' => 'Mar',
|
||||
'apr' => 'Apr',
|
||||
'may' => 'May',
|
||||
'jun' => 'Jun',
|
||||
'jul' => 'Jul',
|
||||
'aug' => 'Aug',
|
||||
'sep' => 'Sep',
|
||||
'oct' => 'Oct',
|
||||
'nov' => 'Nov',
|
||||
'dec' => 'Dec',
|
||||
|
||||
// Long month names
|
||||
'january' => 'January',
|
||||
'february' => 'February',
|
||||
'march' => 'March',
|
||||
'april' => 'April',
|
||||
'mayl' => 'May',
|
||||
'june' => 'June',
|
||||
'july' => 'July',
|
||||
'august' => 'August',
|
||||
'september' => 'September',
|
||||
'october' => 'October',
|
||||
'november' => 'November',
|
||||
'december' => 'December'
|
||||
);
|
||||
33
lib/kohana/system/i18n/en_US/captcha.php
Normal file
33
lib/kohana/system/i18n/en_US/captcha.php
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'file_not_found' => 'The specified file, %s, was not found. Please verify that files exist by using file_exists() before using them.',
|
||||
'requires_GD2' => 'The Captcha library requires GD2 with FreeType support. Please see http://php.net/gd_info for more information.',
|
||||
|
||||
// Words of varying length for the Captcha_Word_Driver to pick from
|
||||
// Note: use only alphanumeric characters
|
||||
'words' => array
|
||||
(
|
||||
'cd', 'tv', 'it', 'to', 'be', 'or',
|
||||
'sun', 'car', 'dog', 'bed', 'kid', 'egg',
|
||||
'bike', 'tree', 'bath', 'roof', 'road', 'hair',
|
||||
'hello', 'world', 'earth', 'beard', 'chess', 'water',
|
||||
'barber', 'bakery', 'banana', 'market', 'purple', 'writer',
|
||||
'america', 'release', 'playing', 'working', 'foreign', 'general',
|
||||
'aircraft', 'computer', 'laughter', 'alphabet', 'kangaroo', 'spelling',
|
||||
'architect', 'president', 'cockroach', 'encounter', 'terrorism', 'cylinders',
|
||||
),
|
||||
|
||||
// Riddles for the Captcha_Riddle_Driver to pick from
|
||||
// Note: use only alphanumeric characters
|
||||
'riddles' => array
|
||||
(
|
||||
array('Do you hate spam? (yes or no)', 'yes'),
|
||||
array('Are you a robot? (yes or no)', 'no'),
|
||||
array('Fire is... (hot or cold)', 'hot'),
|
||||
array('The season after fall is...', 'winter'),
|
||||
array('Which day of the week is it today?', strftime('%A')),
|
||||
array('Which month of the year are we in?', strftime('%B')),
|
||||
),
|
||||
);
|
||||
34
lib/kohana/system/i18n/en_US/core.php
Normal file
34
lib/kohana/system/i18n/en_US/core.php
Normal file
@@ -0,0 +1,34 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'there_can_be_only_one' => 'There can be only one instance of Kohana per page request',
|
||||
'uncaught_exception' => 'Uncaught %s: %s in file %s on line %s',
|
||||
'invalid_method' => 'Invalid method %s called in %s',
|
||||
'invalid_property' => 'The %s property does not exist in the %s class.',
|
||||
'log_dir_unwritable' => 'The log directory is not writable: %s',
|
||||
'resource_not_found' => 'The requested %s, %s, could not be found',
|
||||
'invalid_filetype' => 'The requested filetype, .%s, is not allowed in your view configuration file',
|
||||
'view_set_filename' => 'You must set the the view filename before calling render',
|
||||
'no_default_route' => 'Please set a default route in config/routes.php',
|
||||
'no_controller' => 'Kohana was not able to determine a controller to process this request: %s',
|
||||
'page_not_found' => 'The page you requested, %s, could not be found.',
|
||||
'stats_footer' => 'Loaded in {execution_time} seconds, using {memory_usage} of memory. Generated by Kohana v{kohana_version}.',
|
||||
'error_file_line' => '<tt>%s <strong>[%s]:</strong></tt>',
|
||||
'stack_trace' => 'Stack Trace',
|
||||
'generic_error' => 'Unable to Complete Request',
|
||||
'errors_disabled' => 'You can go to the <a href="%s">home page</a> or <a href="%s">try again</a>.',
|
||||
|
||||
// Drivers
|
||||
'driver_implements' => 'The %s driver for the %s library must implement the %s interface',
|
||||
'driver_not_found' => 'The %s driver for the %s library could not be found',
|
||||
|
||||
// Resource names
|
||||
'config' => 'config file',
|
||||
'controller' => 'controller',
|
||||
'helper' => 'helper',
|
||||
'library' => 'library',
|
||||
'driver' => 'driver',
|
||||
'model' => 'model',
|
||||
'view' => 'view',
|
||||
);
|
||||
15
lib/kohana/system/i18n/en_US/database.php
Normal file
15
lib/kohana/system/i18n/en_US/database.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'undefined_group' => 'The %s group is not defined in your configuration.',
|
||||
'error' => 'There was an SQL error: %s',
|
||||
'connection' => 'There was an error connecting to the database: %s',
|
||||
'invalid_dsn' => 'The DSN you supplied is not valid: %s',
|
||||
'must_use_set' => 'You must set a SET clause for your query.',
|
||||
'must_use_where' => 'You must set a WHERE clause for your query.',
|
||||
'must_use_table' => 'You must set a database table for your query.',
|
||||
'table_not_found' => 'Table %s does not exist in your database.',
|
||||
'not_implemented' => 'The method you called, %s, is not supported by this driver.',
|
||||
'result_read_only' => 'Query results are read only.'
|
||||
);
|
||||
8
lib/kohana/system/i18n/en_US/encrypt.php
Normal file
8
lib/kohana/system/i18n/en_US/encrypt.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'undefined_group' => 'The %s group is not defined in your configuration.',
|
||||
'requires_mcrypt' => 'To use the Encrypt library, mcrypt must be enabled in your PHP installation',
|
||||
'no_encryption_key' => 'To use the Encrypt library, you must set an encryption key in your config file'
|
||||
);
|
||||
15
lib/kohana/system/i18n/en_US/errors.php
Normal file
15
lib/kohana/system/i18n/en_US/errors.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
E_KOHANA => array( 1, 'Framework Error', 'Please check the Kohana documentation for information about the following error.'),
|
||||
E_PAGE_NOT_FOUND => array( 1, 'Page Not Found', 'The requested page was not found. It may have moved, been deleted, or archived.'),
|
||||
E_DATABASE_ERROR => array( 1, 'Database Error', 'A database error occurred while performing the requested procedure. Please review the database error below for more information.'),
|
||||
E_ERROR => array( 1, 'Fatal Error', ''),
|
||||
E_USER_ERROR => array( 1, 'Fatal Error', ''),
|
||||
E_PARSE => array( 1, 'Syntax Error', ''),
|
||||
E_WARNING => array( 1, 'Warning Message', ''),
|
||||
E_USER_WARNING => array( 1, 'Warning Message', ''),
|
||||
E_STRICT => array( 2, 'Strict Mode Error', ''),
|
||||
E_NOTICE => array( 2, 'Runtime Message', ''),
|
||||
);
|
||||
7
lib/kohana/system/i18n/en_US/event.php
Normal file
7
lib/kohana/system/i18n/en_US/event.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'invalid_subject' => 'Attempt to attach invalid subject %s to %s failed: Subjects must extend the Event_Subject class',
|
||||
'invalid_observer' => 'Attempt to attach invalid observer %s to %s failed: Observers must extend the Event_Observer class',
|
||||
);
|
||||
33
lib/kohana/system/i18n/en_US/image.php
Normal file
33
lib/kohana/system/i18n/en_US/image.php
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'getimagesize_missing' => 'The Image library requires the getimagesize() PHP function, which is not available in your installation.',
|
||||
'unsupported_method' => 'Your configured driver does not support the %s image transformation.',
|
||||
'file_not_found' => 'The specified image, %s, was not found. Please verify that images exist by using file_exists() before manipulating them.',
|
||||
'type_not_allowed' => 'The specified image, %s, is not an allowed image type.',
|
||||
'invalid_width' => 'The width you specified, %s, is not valid.',
|
||||
'invalid_height' => 'The height you specified, %s, is not valid.',
|
||||
'invalid_dimensions' => 'The dimensions specified for %s are not valid.',
|
||||
'invalid_master' => 'The master dimension specified is not valid.',
|
||||
'invalid_flip' => 'The flip direction specified is not valid.',
|
||||
'directory_unwritable' => 'The specified directory, %s, is not writable.',
|
||||
|
||||
// ImageMagick specific messages
|
||||
'imagemagick' => array
|
||||
(
|
||||
'not_found' => 'The ImageMagick directory specified does not contain a required program, %s.',
|
||||
),
|
||||
|
||||
// GraphicsMagick specific messages
|
||||
'graphicsmagick' => array
|
||||
(
|
||||
'not_found' => 'The GraphicsMagick directory specified does not contain a required program, %s.',
|
||||
),
|
||||
|
||||
// GD specific messages
|
||||
'gd' => array
|
||||
(
|
||||
'requires_v2' => 'The Image library requires GD2. Please see http://php.net/gd_info for more information.',
|
||||
),
|
||||
);
|
||||
3
lib/kohana/system/i18n/en_US/orm.php
Normal file
3
lib/kohana/system/i18n/en_US/orm.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang['query_methods_not_allowed'] = 'Query methods cannot be used through ORM';
|
||||
15
lib/kohana/system/i18n/en_US/pagination.php
Normal file
15
lib/kohana/system/i18n/en_US/pagination.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'undefined_group' => 'The %s group is not defined in your pagination configuration.',
|
||||
'page' => 'page',
|
||||
'pages' => 'pages',
|
||||
'item' => 'item',
|
||||
'items' => 'items',
|
||||
'of' => 'of',
|
||||
'first' => 'first',
|
||||
'last' => 'last',
|
||||
'previous' => 'previous',
|
||||
'next' => 'next',
|
||||
);
|
||||
15
lib/kohana/system/i18n/en_US/profiler.php
Normal file
15
lib/kohana/system/i18n/en_US/profiler.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'benchmarks' => 'Benchmarks',
|
||||
'post_data' => 'Post Data',
|
||||
'no_post' => 'No post data',
|
||||
'session_data' => 'Session Data',
|
||||
'no_session' => 'No session data',
|
||||
'queries' => 'Database Queries',
|
||||
'no_queries' => 'No queries',
|
||||
'no_database' => 'Database not loaded',
|
||||
'cookie_data' => 'Cookie Data',
|
||||
'no_cookie' => 'No cookie data',
|
||||
);
|
||||
6
lib/kohana/system/i18n/en_US/session.php
Normal file
6
lib/kohana/system/i18n/en_US/session.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'invalid_session_name' => 'The session_name, %s, is invalid. It must contain only alphanumeric characters and underscores. Also at least one letter must be present.',
|
||||
);
|
||||
6
lib/kohana/system/i18n/en_US/swift.php
Normal file
6
lib/kohana/system/i18n/en_US/swift.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'general_error' => 'An error occurred while sending the email message.'
|
||||
);
|
||||
6
lib/kohana/system/i18n/en_US/upload.php
Normal file
6
lib/kohana/system/i18n/en_US/upload.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'not_writable' => 'The upload destination folder, %s, does not appear to be writable.',
|
||||
);
|
||||
41
lib/kohana/system/i18n/en_US/validation.php
Normal file
41
lib/kohana/system/i18n/en_US/validation.php
Normal file
@@ -0,0 +1,41 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
// Class errors
|
||||
'invalid_rule' => 'Invalid validation rule used: %s',
|
||||
'i18n_array' => 'The %s i18n key must be an array to be used with the in_lang rule',
|
||||
'not_callable' => 'Callback %s used for Validation is not callable',
|
||||
|
||||
// General errors
|
||||
'unknown_error' => 'Unknown validation error while validating the %s field.',
|
||||
'required' => 'The %s field is required.',
|
||||
'min_length' => 'The %s field must be at least %d characters long.',
|
||||
'max_length' => 'The %s field must be %d characters or fewer.',
|
||||
'exact_length' => 'The %s field must be exactly %d characters.',
|
||||
'in_array' => 'The %s field must be selected from the options listed.',
|
||||
'matches' => 'The %s field must match the %s field.',
|
||||
'valid_url' => 'The %s field must contain a valid URL.',
|
||||
'valid_email' => 'The %s field must contain a valid email address.',
|
||||
'valid_ip' => 'The %s field must contain a valid IP address.',
|
||||
'valid_type' => 'The %s field must only contain %s characters.',
|
||||
'range' => 'The %s field must be between specified ranges.',
|
||||
'regex' => 'The %s field does not match accepted input.',
|
||||
'depends_on' => 'The %s field depends on the %s field.',
|
||||
|
||||
// Upload errors
|
||||
'user_aborted' => 'The %s file was aborted during upload.',
|
||||
'invalid_type' => 'The %s file is not an allowed file type.',
|
||||
'max_size' => 'The %s file you uploaded was too large. The maximum size allowed is %s.',
|
||||
'max_width' => 'The %s file you uploaded was too big. The maximum allowed width is %spx.',
|
||||
'max_height' => 'The %s file you uploaded was too big. The maximum allowed height is %spx.',
|
||||
'min_width' => 'The %s file you uploaded was too small. The minimum allowed width is %spx.',
|
||||
'min_height' => 'The %s file you uploaded was too small. The minimum allowed height is %spx.',
|
||||
|
||||
// Field types
|
||||
'alpha' => 'alphabetical',
|
||||
'alpha_numeric' => 'alphabetical and numeric',
|
||||
'alpha_dash' => 'alphabetical, dash, and underscore',
|
||||
'digit' => 'digit',
|
||||
'numeric' => 'numeric',
|
||||
);
|
||||
10
lib/kohana/system/i18n/es_ES/cache.php
Normal file
10
lib/kohana/system/i18n/es_ES/cache.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'undefined_group' => 'El grupo %s no esta definido en la configuracion.',
|
||||
'extension_not_loaded' => 'La extensión PHP %s tiene que estar cargada para poder utilizar este driver.',
|
||||
'unwritable' => 'El directorio seleccionado, %s, no tiene permisos de escritura.',
|
||||
'resources' => 'No es posible guardar el contenido en la cache, el contenido no es serializable.',
|
||||
'driver_error' => '%s',
|
||||
);
|
||||
55
lib/kohana/system/i18n/es_ES/calendar.php
Normal file
55
lib/kohana/system/i18n/es_ES/calendar.php
Normal file
@@ -0,0 +1,55 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
// Two letter days
|
||||
'su' => 'Do',
|
||||
'mo' => 'Lu',
|
||||
'tu' => 'Ma',
|
||||
'we' => 'Mi',
|
||||
'th' => 'Ju',
|
||||
'fr' => 'Vi',
|
||||
'sa' => 'Sa',
|
||||
// Short day names
|
||||
'sun' => 'Dom',
|
||||
'mon' => 'Lun',
|
||||
'tue' => 'Mar',
|
||||
'wed' => 'Mie',
|
||||
'thu' => 'Jue',
|
||||
'fri' => 'Vie',
|
||||
'sat' => 'Sab',
|
||||
// Long day names
|
||||
'sunday' => 'Domingo',
|
||||
'monday' => 'Lunes',
|
||||
'tuesday' => 'Martes',
|
||||
'wednesday' => 'Miércoles',
|
||||
'thursday' => 'Jueves',
|
||||
'friday' => 'Viernes',
|
||||
'saturday' => 'Sábado',
|
||||
// Short month names
|
||||
'jan' => 'Ene',
|
||||
'feb' => 'Feb',
|
||||
'mar' => 'Mar',
|
||||
'apr' => 'Abr',
|
||||
'may' => 'May',
|
||||
'jun' => 'Jun',
|
||||
'jul' => 'Jul',
|
||||
'aug' => 'Ago',
|
||||
'sep' => 'Sep',
|
||||
'oct' => 'Oct',
|
||||
'nov' => 'Nov',
|
||||
'dec' => 'Dic',
|
||||
// Long month names
|
||||
'january' => 'Enero',
|
||||
'february' => 'Febrero',
|
||||
'march' => 'Marzo',
|
||||
'april' => 'Abril',
|
||||
'mayl' => 'Mayo',
|
||||
'june' => 'Junio',
|
||||
'july' => 'Julio',
|
||||
'august' => 'Agosto',
|
||||
'september' => 'Septiembre',
|
||||
'october' => 'Octubre',
|
||||
'november' => 'Noviembre',
|
||||
'december' => 'Diciembre',
|
||||
);
|
||||
33
lib/kohana/system/i18n/es_ES/captcha.php
Normal file
33
lib/kohana/system/i18n/es_ES/captcha.php
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'file_not_found' => 'El archivo especificado, %s, no ha sido encontrado. Por favor, verifica que el fichero existe utilizando file_exists() antes de intentar utilizarlo.',
|
||||
'requires_GD2' => 'La libreria Captcha requiere GD2 con soporte FreeType. Lea lo siguiente http://php.net/gd_info para ampliar la informacion.',
|
||||
|
||||
// Words of varying length for the Captcha_Word_Driver to pick from
|
||||
// Note: use only alphanumeric characters
|
||||
'words' => array
|
||||
(
|
||||
'cd', 'tv', 'it', 'to', 'be', 'or',
|
||||
'sun', 'car', 'dog', 'bed', 'kid', 'egg',
|
||||
'bike', 'tree', 'bath', 'roof', 'road', 'hair',
|
||||
'hello', 'world', 'earth', 'beard', 'chess', 'water',
|
||||
'barber', 'bakery', 'banana', 'market', 'purple', 'writer',
|
||||
'america', 'release', 'playing', 'working', 'foreign', 'general',
|
||||
'aircraft', 'computer', 'laughter', 'alphabet', 'kangaroo', 'spelling',
|
||||
'architect', 'president', 'cockroach', 'encounter', 'terrorism', 'cylinders',
|
||||
),
|
||||
|
||||
// Riddles for the Captcha_Riddle_Driver to pick from
|
||||
// Note: use only alphanumeric characters
|
||||
'riddles' => array
|
||||
(
|
||||
array('¿Odias el spam? (si o no)', 'si'),
|
||||
array('¿Eres un robot? (si o no)', 'no'),
|
||||
array('El fuego es... (caliente o frio)', 'caliente'),
|
||||
array('La estación que viene despues del otoño es...', 'invierno'),
|
||||
array('¿Qué día de la semana es hoy?', strftime('%A')),
|
||||
array('¿En qué mes del año estamos?', strftime('%B')),
|
||||
),
|
||||
);
|
||||
34
lib/kohana/system/i18n/es_ES/core.php
Normal file
34
lib/kohana/system/i18n/es_ES/core.php
Normal file
@@ -0,0 +1,34 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'there_can_be_only_one' => 'Solo puede haber una instancia de Kohana por cada página.',
|
||||
'uncaught_exception' => '%s no capturada: %s en el archivo %s, linea %s',
|
||||
'invalid_method' => 'Método inválido %s llamado en %s.',
|
||||
'invalid_property' => 'La propiedad %s no existe en la clase %s.',
|
||||
'log_dir_unwritable' => 'Tu configuración del &8220;log.directory&8221; no apunta a un directorio con permiso de escritura.',
|
||||
'resource_not_found' => 'El fichero de %s con nombre %s, no pudo ser encontrado.',
|
||||
'invalid_filetype' => 'El tipo de fichero solicitado, .%s, no esta permitido en la configuración de tus vistas.',
|
||||
'view_set_filename' => 'Tienes que definir el nombre de la vista antes de llamar al metodo render',
|
||||
'no_default_route' => 'Por favor, especifica la ruta en config/routes.php.',
|
||||
'no_controller' => 'Kohana no pudo determinar un controlador para procesar: %s',
|
||||
'page_not_found' => 'La página que solicitase, %s, no se encuentra.',
|
||||
'stats_footer' => 'Cargado en {execution_time} segundos, usando {memory_usage} de memoria. Generado con Kohana v{kohana_version}.',
|
||||
'error_file_line' => '<tt>%s <strong>[%s]:</strong></tt>',
|
||||
'stack_trace' => 'Stack Trace',
|
||||
'generic_error' => 'Imposible completar la solicitud',
|
||||
'errors_disabled' => 'Puedes volver a la <a href="%s">página de inico</a> o <a href="%s">volver a intentarlo</a>.',
|
||||
|
||||
// Drivers
|
||||
'driver_implements' => 'El driver %s para la libreria %s debe implementar el interface %s',
|
||||
'driver_not_found' => 'No se ha encontrado el driver %s para la libreria %s',
|
||||
|
||||
// Resource names
|
||||
'config' => 'fichero de configuración',
|
||||
'controller' => 'controlador',
|
||||
'helper' => 'helper',
|
||||
'library' => 'librería',
|
||||
'driver' => 'driver',
|
||||
'model' => 'modelo',
|
||||
'view' => 'vista',
|
||||
);
|
||||
15
lib/kohana/system/i18n/es_ES/database.php
Normal file
15
lib/kohana/system/i18n/es_ES/database.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'undefined_group' => 'El grupo %s no esta definido en tu configuración.',
|
||||
'error' => 'Ocurrió un error de SQL: %s',
|
||||
'connection' => 'Ocurrió un error conectando a la base de datos: %s',
|
||||
'invalid_dsn' => 'El DSN que pusiste no es válido: %s',
|
||||
'must_use_set' => 'Necesitas una clausula SET para tu consulta.',
|
||||
'must_use_where' => 'Necesitas una clausula WHERE para tu consulta.',
|
||||
'must_use_table' => 'Necesitas especificar la tabla para tu consulta.',
|
||||
'table_not_found' => 'La tabla %s no existe en tu base de datos.',
|
||||
'not_implemented' => 'El método requerido, %s, no esta soportado por este driver.',
|
||||
'result_read_only' => 'Los resultados del query son de solo lectura.'
|
||||
);
|
||||
8
lib/kohana/system/i18n/es_ES/encrypt.php
Normal file
8
lib/kohana/system/i18n/es_ES/encrypt.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'undefined_group' => 'El grupo %s no esta definidp en la configuración.',
|
||||
'requires_mcrypt' => 'Para usar la librería de Encriptación, mcrypt debe estar habilitado.',
|
||||
'no_encryption_key' => 'Para usar la librería de Encriptación, tienes que especificar una llave de encriptación en tu archivo de configuración.',
|
||||
);
|
||||
16
lib/kohana/system/i18n/es_ES/errors.php
Normal file
16
lib/kohana/system/i18n/es_ES/errors.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
E_KOHANA => array( 1, 'Error del Framework', 'Revisa la documentación de Kohana para información sobre el siguiente error.'),
|
||||
E_PAGE_NOT_FOUND => array( 1, 'No se encuentra la página', 'No se encontró la página solicitada. Puede ser que haya sido movida, borrada o archivada.'),
|
||||
E_DATABASE_ERROR => array( 1, 'Error de Base de Datos', 'Ocurrió un error en la base de datos mientras se ejecutaba el procedimiento requerido. Para más información, revisa el error que aparece más abajo.'),
|
||||
E_RECOVERABLE_ERROR => array( 1, 'Error Recuperable', 'Se detectó un error que evitó que esta página cargara. Si el problema persiste, contacta con el administrador de la web.'),
|
||||
E_ERROR => array( 1, 'Error Fatal', ''),
|
||||
E_USER_ERROR => array( 1, 'Error Fatal', ''),
|
||||
E_PARSE => array( 1, 'Error de Syntaxis', ''),
|
||||
E_WARNING => array( 1, 'Advertencia', ''),
|
||||
E_USER_WARNING => array( 1, 'Advertencia', ''),
|
||||
E_STRICT => array( 2, 'Strict Mode Error', ''),
|
||||
E_NOTICE => array( 2, 'Runtime Message', ''),
|
||||
);
|
||||
7
lib/kohana/system/i18n/es_ES/event.php
Normal file
7
lib/kohana/system/i18n/es_ES/event.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'invalid_subject' => 'Fallo el intento de añadir el sujeto %s a %s. Los sujetos deben extender la clase Event_Subject.',
|
||||
'invalid_observer' => 'Fallo el intento de añadir el observador %s a %s. Los observadores deben extender la clase Event_Observer.',
|
||||
);
|
||||
33
lib/kohana/system/i18n/es_ES/image.php
Normal file
33
lib/kohana/system/i18n/es_ES/image.php
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'getimagesize_missing' => 'La librería &8220;Image&8221; requiere la función PHP getimagesize, que no parece estar disponible en tu instalación.',
|
||||
'unsupported_method' => 'El driver que has elegido en la configuración no soporta el tipo de transformación %s.',
|
||||
'file_not_found' => 'La imagen especificada, %s no se ha encontrado. Por favor, verifica que existe utilizando file_exists() antes de manipularla.',
|
||||
'type_not_allowed' => 'El tipo de imagen especificado, %s, no es un tipo de imagen permitido.',
|
||||
'invalid_width' => 'El ancho que has especificado, %s, no es valido.',
|
||||
'invalid_height' => 'El alto que has especificado, %s, no es valido.',
|
||||
'invalid_dimensions' => 'Las dimensiones que has especificado para %s no son validas.',
|
||||
'invalid_master' => 'The master dim specified is not valid.',
|
||||
'invalid_flip' => 'La dirección de rotación especificada no es valida.',
|
||||
'directory_unwritable' => 'El directorio especificado, %s, no tiene permisos de escritura.',
|
||||
|
||||
// ImageMagick specific messages
|
||||
'imagemagick' => array
|
||||
(
|
||||
'not_found' => 'El directorio de ImageMagick especificado, no contiene el programa requerido, %s.',
|
||||
),
|
||||
|
||||
// GraphicsMagick specific messages
|
||||
'graphicsmagick' => array
|
||||
(
|
||||
'not_found' => 'El directorio de GraphicsMagick especificado, no contiene el programa requerido, %s.',
|
||||
),
|
||||
|
||||
// GD specific messages
|
||||
'gd' => array
|
||||
(
|
||||
'requires_v2' => 'La librería &8220;Image&8221; requiere GD2. Por favor, lee http://php.net/gd_info para más información.',
|
||||
),
|
||||
);
|
||||
3
lib/kohana/system/i18n/es_ES/orm.php
Normal file
3
lib/kohana/system/i18n/es_ES/orm.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang['query_methods_not_allowed'] = 'No esta permitido utilizar metodos de Query mediante ORM.';
|
||||
15
lib/kohana/system/i18n/es_ES/pagination.php
Normal file
15
lib/kohana/system/i18n/es_ES/pagination.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'undefined_group' => 'El grupo %s no esta definido en la configuracion de la paginacion.',
|
||||
'page' => 'página',
|
||||
'pages' => 'páginas',
|
||||
'item' => 'elemento',
|
||||
'items' => 'elementos',
|
||||
'of' => 'de',
|
||||
'first' => 'primero',
|
||||
'last' => 'último',
|
||||
'previous' => 'anterior',
|
||||
'next' => 'siguiente',
|
||||
);
|
||||
15
lib/kohana/system/i18n/es_ES/profiler.php
Normal file
15
lib/kohana/system/i18n/es_ES/profiler.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'benchmarks' => 'Benchmarks',
|
||||
'post_data' => 'Datos Posteados',
|
||||
'no_post' => 'No hay datos posteados',
|
||||
'session_data' => 'Datos de sesión',
|
||||
'no_session' => 'No hay datos de sesión',
|
||||
'queries' => 'Consultas a la base de datos',
|
||||
'no_queries' => 'No hay consultas a la base de datos',
|
||||
'no_database' => 'No se encuentra la base de datos',
|
||||
'cookie_data' => 'Datos de la cookie',
|
||||
'no_cookie' => 'No se encuentran los datos de la cookie',
|
||||
);
|
||||
6
lib/kohana/system/i18n/es_ES/session.php
Normal file
6
lib/kohana/system/i18n/es_ES/session.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'invalid_session_name' => 'El parametro session_name, %s, no es valido. Solo debe contener caracteres alfanumericos y guiones bajos. Tambien al menos uno debe de ser una letra.',
|
||||
);
|
||||
6
lib/kohana/system/i18n/es_ES/swift.php
Normal file
6
lib/kohana/system/i18n/es_ES/swift.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'general_error' => 'Ocurrió un error mientras se realizaba el envio del mensaje de correo.',
|
||||
);
|
||||
6
lib/kohana/system/i18n/es_ES/upload.php
Normal file
6
lib/kohana/system/i18n/es_ES/upload.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'not_writable' => 'El directorio seleccionado, %s, no tiene permisos de escritura.',
|
||||
);
|
||||
41
lib/kohana/system/i18n/es_ES/validation.php
Normal file
41
lib/kohana/system/i18n/es_ES/validation.php
Normal file
@@ -0,0 +1,41 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
// Class errors
|
||||
'invalid_rule' => 'La regla de validación usada es invalida: %s',
|
||||
'i18n_array' => 'La clave %s i18n debe de ser un array para ser utilizado en la regla in_lang',
|
||||
'not_callable' => 'La llamada de retorno %s utilizada para la validación no puede ser llamada',
|
||||
|
||||
// General errors
|
||||
'unknown_error' => 'Error de validación desconocido al comprobar el campo %s.',
|
||||
'required' => 'El campo %s es obligatorio.',
|
||||
'min_length' => 'El campo %s debe tener un mínimo de %d caracteres.',
|
||||
'max_length' => 'El campo %s debe tener un máximo de %d caracteres.',
|
||||
'exact_length' => 'El campo %s debe tener exactamente %d caracteres.',
|
||||
'in_array' => 'El campo %s debe ser seleccionado de las opciones listadas.',
|
||||
'matches' => 'El campo %s debe conincidir con el campo %s.',
|
||||
'valid_url' => 'El campo %s debe contener una url valida, empezando con %s://.',
|
||||
'valid_email' => 'El campo %s debe contener una dirección de email valida.',
|
||||
'valid_ip' => 'El campo %s debe contener una dirección IP valida.',
|
||||
'valid_type' => 'El campo %s debe contener unicamente %s.',
|
||||
'range' => 'El campo %s debe estar entre los rangos especificados.',
|
||||
'regex' => 'El campo %s no coincide con los datos aceptados.',
|
||||
'depends_on' => 'El campo %s depende del campo %s.',
|
||||
|
||||
// Upload errors
|
||||
'user_aborted' => 'El envio del archivo %s fue abortado antes de completarse.',
|
||||
'invalid_type' => 'El archivo %s no es un tipo de archivo permitido.',
|
||||
'max_size' => 'El archivo %s que estas enviando es muy grande. El tamaño máximo es de %s.',
|
||||
'max_width' => 'El archivo %s debe tener como ancho máximo %s, y tiene %spx.',
|
||||
'max_height' => 'El archivo %s debe tener como alto máximo %s, y tiene %spx.',
|
||||
'min_width' => 'El archivo %s que estas enviando es muy pequeño. El ancho mínimo permitido es de %spx.',
|
||||
'min_height' => 'El archivo %s que estas enviando es muy pequeño. El alto mínimo permitido es de %spx.',
|
||||
|
||||
// Field types
|
||||
'alpha' => 'caracteres del alfabeto',
|
||||
'alpha_numeric' => 'caracteres del alfabeto y numericos',
|
||||
'alpha_dash' => 'caracteres del alfabeto, guiones y subrayado',
|
||||
'digit' => 'digitos',
|
||||
'numeric' => 'caracteres numéricos',
|
||||
);
|
||||
10
lib/kohana/system/i18n/fr_FR/cache.php
Normal file
10
lib/kohana/system/i18n/fr_FR/cache.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'undefined_group' => 'Le groupe %s n\'est pas défini dans votre configuration.',
|
||||
'extension_not_loaded' => 'l\'extension PHP %s doit être chargée pour utiliser ce driver.',
|
||||
'unwritable' => 'Le chemin %s configuré pour le cache n\'est pas accessible en écriture.',
|
||||
'resources' => 'La mise en cache des ressources est impossible car elles n\'ont pas pu être sérialisées.',
|
||||
'driver_error' => '%s'
|
||||
);
|
||||
59
lib/kohana/system/i18n/fr_FR/calendar.php
Normal file
59
lib/kohana/system/i18n/fr_FR/calendar.php
Normal file
@@ -0,0 +1,59 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
// Two letter days
|
||||
'su' => 'Di',
|
||||
'mo' => 'Lu',
|
||||
'tu' => 'Ma',
|
||||
'we' => 'Me',
|
||||
'th' => 'Je',
|
||||
'fr' => 'Ve',
|
||||
'sa' => 'Sa',
|
||||
|
||||
// Short day names
|
||||
'sun' => 'Dim',
|
||||
'mon' => 'Lun',
|
||||
'tue' => 'Mar',
|
||||
'wed' => 'Mer',
|
||||
'thu' => 'Jeu',
|
||||
'fri' => 'Ven',
|
||||
'sat' => 'Sam',
|
||||
|
||||
// Long day names
|
||||
'sunday' => 'Dimanche',
|
||||
'monday' => 'Lundi',
|
||||
'tuesday' => 'Mardi',
|
||||
'wednesday' => 'Mercredi',
|
||||
'thursday' => 'Jeudi',
|
||||
'friday' => 'Vendredi',
|
||||
'saturday' => 'Samedi',
|
||||
|
||||
// Short month names
|
||||
'jan' => 'Jan',
|
||||
'feb' => 'Fév',
|
||||
'mar' => 'Mar',
|
||||
'apr' => 'Avr',
|
||||
'may' => 'Mai',
|
||||
'jun' => 'Jui',
|
||||
'jul' => 'Juil',
|
||||
'aug' => 'Aoû',
|
||||
'sep' => 'Sep',
|
||||
'oct' => 'Oct',
|
||||
'nov' => 'Nov',
|
||||
'dec' => 'Déc',
|
||||
|
||||
// Long month names
|
||||
'january' => 'Janvier',
|
||||
'february' => 'Février',
|
||||
'march' => 'Mars',
|
||||
'april' => 'Avril',
|
||||
'mayl' => 'Mai',
|
||||
'june' => 'Juin',
|
||||
'july' => 'Juillet',
|
||||
'august' => 'Août',
|
||||
'september' => 'Septembre',
|
||||
'october' => 'Octobre',
|
||||
'november' => 'Novembre',
|
||||
'december' => 'Décembre'
|
||||
);
|
||||
33
lib/kohana/system/i18n/fr_FR/captcha.php
Normal file
33
lib/kohana/system/i18n/fr_FR/captcha.php
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'file_not_found' => 'Le fichier spécifié, %s, est introuvable. Merci de vérifier que les fichiers existent, grâce à la fontion file_exists, avant de les utiliser.',
|
||||
'requires_GD2' => 'La librairie Captcha requiert GD2 avec le support FreeType installé. Voir http://php.net/gd_info pour de plus amples renseignements, merci.',
|
||||
|
||||
// Words of varying length for the Captcha_Word_Driver to pick from
|
||||
// Note: use only alphanumeric characters
|
||||
'words' => array
|
||||
(
|
||||
'cd', 'tv', 'le', 'il', 'ou', 'an',
|
||||
'moi', 'age', 'coq', 'ici', 'bob', 'eau',
|
||||
'cake', 'agir', 'bain', 'dodo', 'elle', 'faux',
|
||||
'hello', 'monde', 'terre', 'adore', 'baton', 'chats',
|
||||
'absent', 'cendre', 'banane', 'cirque', 'violet', 'disque',
|
||||
'abricot', 'billets', 'cendres', 'frisson', 'nations', 'respect',
|
||||
'accepter', 'batterie', 'collines', 'desserts', 'feuilles', 'sandwich',
|
||||
'acheteurs', 'tellement', 'renverser', 'histoires', 'dimanches', 'cinquante',
|
||||
),
|
||||
|
||||
// Riddles for the Captcha_Riddle_Driver to pick from
|
||||
// Note: use only alphanumeric characters
|
||||
'riddles' => array
|
||||
(
|
||||
array('Détestez-vous le spam? (oui ou non)', 'oui'),
|
||||
array('Etes vous un robot? (oui ou non)', 'non'),
|
||||
array('Le feu est... (chaud ou froid)', 'chaud'),
|
||||
array('La saison après l\'automne est l\'...', 'hiver'),
|
||||
array('Quel jour est-il?', strftime('%A')),
|
||||
array('Quel est le mois en cours?', strftime('%B')),
|
||||
)
|
||||
);
|
||||
34
lib/kohana/system/i18n/fr_FR/core.php
Normal file
34
lib/kohana/system/i18n/fr_FR/core.php
Normal file
@@ -0,0 +1,34 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'there_can_be_only_one' => 'Il ne peut y avoir qu\'une instance de Kohana par page.',
|
||||
'uncaught_exception' => 'Uncaught %s: %s dans le fichier %s à la ligne %s',
|
||||
'invalid_method' => 'La méthode %s appelée dans %s est invalide.',
|
||||
'invalid_property' => 'La propriété %s n\'existe pas dans la classe %s.',
|
||||
'log_dir_unwritable' => 'Le répertoire spécifié dans votre fichier de configuration pour le fichier de log ne pointe pas vers un répertoire accessible en écriture.',
|
||||
'resource_not_found' => 'La ressource %s, %s, n\'a pas été trouvée.',
|
||||
'invalid_filetype' => 'Le type de ficher demandé, .%s, n\'est pas autorisé dans le fichier de configuration des vues (view configuration file).',
|
||||
'view_set_filename' => 'Vous devez renseigner le nom de la vue avant d\'appeller la méthode render',
|
||||
'no_default_route' => 'Aucune route par défaut n\a été définie. Veuillez la spécifer dans le fichier config/routes.php.',
|
||||
'no_controller' => 'Kohana n\'a pu déterminer aucun controlleur pour effectuer la requête: %s.',
|
||||
'page_not_found' => 'La page demandée %s n\'a pu être trouvée.',
|
||||
'stats_footer' => 'Chargé en {execution_time} secondes, {memory_usage} de mémoire utilisée. Généré par Kohana v{kohana_version}.',
|
||||
'error_file_line' => '%s <strong>[%s]:</strong>',
|
||||
'stack_trace' => 'Stack Trace',
|
||||
'generic_error' => 'Impossible de terminer la requête.',
|
||||
'errors_disabled' => 'Vous pouvez aller sur la <a href="%s">page d\'accueil</a> ou <a href="%s">essayer encore</a>.',
|
||||
|
||||
// Drivers
|
||||
'driver_implements' => 'Le driver %s de la librairie %s doit implémenter l\'interface %s.',
|
||||
'driver_not_found' => 'Le driver %s de la librairie %s est introuvable.',
|
||||
|
||||
// Resource names
|
||||
'config' => 'fichier de configuration',
|
||||
'controller' => 'contrôleur',
|
||||
'helper' => 'helper',
|
||||
'library' => 'librairie',
|
||||
'driver' => 'driver',
|
||||
'model' => 'modèle',
|
||||
'view' => 'vue',
|
||||
);
|
||||
15
lib/kohana/system/i18n/fr_FR/database.php
Normal file
15
lib/kohana/system/i18n/fr_FR/database.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'undefined_group' => 'Le groupe de base de données %s n\'existe pas dans votre fichier de configuration.',
|
||||
'error' => 'L\'erreur SQL suivante est survenue: %s',
|
||||
'connection' => 'Il y a eu une erreur lors de la connexion à la base de données: %s',
|
||||
'invalid_dsn' => 'Le DSN que vous avez spécifié n\'est pas valide: %s',
|
||||
'must_use_set' => 'Vous devez spécifier une clause SET pour votre requête.',
|
||||
'must_use_where' => 'Vous devez spécifier une clause WHERE pour votre requête.',
|
||||
'must_use_table' => 'Vous devez spécifier une table de la base de données pour votre requête.',
|
||||
'table_not_found' => 'La table %s n\'existe pas dans votre base de données.',
|
||||
'not_implemented' => 'La méthode %s que vous avez appelée n\'est pas supportée par le driver de base de données.',
|
||||
'result_read_only' => 'Les résultats de la requête sont en lecture seule.'
|
||||
);
|
||||
8
lib/kohana/system/i18n/fr_FR/encrypt.php
Normal file
8
lib/kohana/system/i18n/fr_FR/encrypt.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'undefined_group' => 'Le groupe %s n\'est pas défini dans votre configuration.',
|
||||
'requires_mcrypt' => 'Afin de pouvoir utiliser la librairie de chiffrement (Encrypt library), mcrypt doit être activé dans votre installation PHP.',
|
||||
'no_encryption_key' => 'Afin de pouvoir utiliser la librairie de chiffrement (Encrypt library), vous devez définir une clé de chiffrement dans votre fichier de configuration.'
|
||||
);
|
||||
16
lib/kohana/system/i18n/fr_FR/errors.php
Normal file
16
lib/kohana/system/i18n/fr_FR/errors.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
E_KOHANA => array( 1, 'Framework Error', 'Veuillez vous référer à la documentation de Kohana pour plus d\'informations sur l\'erreur suivante.'),
|
||||
E_PAGE_NOT_FOUND => array( 1, 'Page Not Found', 'La page demandée n\'a pas été trouvée. Elle a peut-être été déplacée, supprimée, ou archivée.'),
|
||||
E_DATABASE_ERROR => array( 1, 'Database Error', 'Une erreur de base de données est survenue lors de l\'exécution de la procèdure demandée. Veuillez vous référer à l\'erreur renvoyée ci-dessous pour plus d\'informations.'),
|
||||
E_RECOVERABLE_ERROR => array( 1, 'Recoverable Error', 'Une erreur a empêché le chargement de la page. Si le problème persiste, veuillez contacter l\'administrateur du site.'),
|
||||
E_ERROR => array( 1, 'Fatal Error', ''),
|
||||
E_USER_ERROR => array( 1, 'Fatal Error', ''),
|
||||
E_PARSE => array( 1, 'Syntax Error', ''),
|
||||
E_WARNING => array( 1, 'Warning Message', ''),
|
||||
E_USER_WARNING => array( 1, 'Warning Message', ''),
|
||||
E_STRICT => array( 2, 'Strict Mode Error', ''),
|
||||
E_NOTICE => array( 2, 'Runtime Message', ''),
|
||||
);
|
||||
7
lib/kohana/system/i18n/fr_FR/event.php
Normal file
7
lib/kohana/system/i18n/fr_FR/event.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'invalid_subject' => 'Le sujet %s n\'a pas pu peut être attaché à %s. Les sujets doivent étendre la classe Event_Subject.',
|
||||
'invalid_observer' => 'L\'observeur %s n\'a pas pu peut être attaché à %s. Les observeurs doivent étendre la classe Event_Observer.',
|
||||
);
|
||||
33
lib/kohana/system/i18n/fr_FR/image.php
Normal file
33
lib/kohana/system/i18n/fr_FR/image.php
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'directory_unwritable' => 'Le répertoire %s spécifié n\'est pas accessible en écriture.',
|
||||
'getimagesize_missing' => 'La librairie d\'image requiert la function PHP getimagesize. Celle-ci n\'est pas disponible dans votre installation.',
|
||||
'unsupported_method' => 'Le pilote configuré ne supporte pas la transformation d\'image %s.',
|
||||
'file_not_found' => 'L\'image spécifié %s n\'a pas été trouvée. Merci de vérifier que l\'image existe bien avec la fonction file_exists avant sa manipulation.',
|
||||
'type_not_allowed' => 'L\'image spécifié %s n\'est pas d\'un type autorisé.',
|
||||
'invalid_width' => 'La largeur que vous avez spécifiée, %s, est invalide.',
|
||||
'invalid_height' => 'La hauteur que vous avez spécifiée, %s, est invalide.',
|
||||
'invalid_dimensions' => 'Les dimensions spécifiées pour %s ne sont pas valides.',
|
||||
'invalid_master' => 'La dimension principale (master dim) n\'est pas valide.',
|
||||
'invalid_flip' => 'La direction de rotation spécifiée n\'est pas valide.',
|
||||
|
||||
// ImageMagick specific messages
|
||||
'imagemagick' => array
|
||||
(
|
||||
'not_found' => 'Le répertoire ImageMagick spécifié ne contient pas le programme requis %s.',
|
||||
),
|
||||
|
||||
// GraphicsMagick specific messages
|
||||
'graphicsmagick' => array
|
||||
(
|
||||
'not_found' => 'Le répertoire GraphicsMagick spécifié ne contient pas le programme requis %s.',
|
||||
),
|
||||
|
||||
// GD specific messages
|
||||
'gd' => array
|
||||
(
|
||||
'requires_v2' => 'La librairie d\'image requiert GD2. Veuillez consulter http://php.net/gd_info pour de plus amples informations.',
|
||||
),
|
||||
);
|
||||
3
lib/kohana/system/i18n/fr_FR/orm.php
Normal file
3
lib/kohana/system/i18n/fr_FR/orm.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang['query_methods_not_allowed'] = 'Les méthodes de requête ne peuvent pas être utilisées avec l\'ORM';
|
||||
15
lib/kohana/system/i18n/fr_FR/pagination.php
Normal file
15
lib/kohana/system/i18n/fr_FR/pagination.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'undefined_group' => 'Le groupe %s n\'est pas défini dans votre configuration de la pagination.',
|
||||
'page' => 'page',
|
||||
'pages' => 'pages',
|
||||
'item' => 'résultat',
|
||||
'items' => 'résultats',
|
||||
'of' => 'sur',
|
||||
'first' => 'premier',
|
||||
'last' => 'dernier',
|
||||
'previous' => 'précédent',
|
||||
'next' => 'suivant',
|
||||
);
|
||||
15
lib/kohana/system/i18n/fr_FR/profiler.php
Normal file
15
lib/kohana/system/i18n/fr_FR/profiler.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'benchmarks' => 'Benchmarks',
|
||||
'post_data' => 'Données POST',
|
||||
'no_post' => 'Aucune donnée POST',
|
||||
'session_data' => 'Données de session',
|
||||
'no_session' => 'Aucune donnée de session',
|
||||
'queries' => 'Requêtes',
|
||||
'no_queries' => 'Aucune requête',
|
||||
'no_database' => 'Base de données non chargée',
|
||||
'cookie_data' => 'Données du Cookie',
|
||||
'no_cookie' => 'Aucune donnée de Cookie',
|
||||
);
|
||||
6
lib/kohana/system/i18n/fr_FR/session.php
Normal file
6
lib/kohana/system/i18n/fr_FR/session.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'invalid_session_name' => 'Le nom de session "session_name", %s, est invalide. Il doit contenir uniquement des caractères alphanumériques et au moins une lettre doit être présente.',
|
||||
);
|
||||
6
lib/kohana/system/i18n/fr_FR/swift.php
Normal file
6
lib/kohana/system/i18n/fr_FR/swift.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'general_error' => 'Une erreur est survenue lors de l\'envoi du message.'
|
||||
);
|
||||
6
lib/kohana/system/i18n/fr_FR/upload.php
Normal file
6
lib/kohana/system/i18n/fr_FR/upload.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'not_writable' => 'Le répertoire de destination pour l\'upload, %s, ne semble pas être accessible en écriture.',
|
||||
);
|
||||
41
lib/kohana/system/i18n/fr_FR/validation.php
Normal file
41
lib/kohana/system/i18n/fr_FR/validation.php
Normal file
@@ -0,0 +1,41 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
// Class errors
|
||||
'invalid_rule' => 'La règle de validation %s utilisée est invalide',
|
||||
'i18n_array' => 'La clé i18n %s doit être un tableau pour pouvoir être utilisée avec la règle in_lang',
|
||||
'not_callable' => 'La callback %s utilisé pour la Validation n\'est pas appellable',
|
||||
|
||||
// General errors
|
||||
'unknown_error' => 'Erreur de validation inconnue lors de la validation du champ %s.',
|
||||
'required' => 'Le champ %s est requis.',
|
||||
'min_length' => 'Le champ %s doit contenir au minimum %d caractères.',
|
||||
'max_length' => 'Le champ %s ne peut contenir plus de %d caractères.',
|
||||
'exact_length' => 'Le champ %s doit contenir exactement %d caractères.',
|
||||
'in_array' => 'Le champ %s doit être sélectionné dans parmi les options listées.',
|
||||
'matches' => 'Le champ %s doit correspondre au champ %s.',
|
||||
'valid_url' => 'Le champ %s doit contenir une URL valide.',
|
||||
'valid_email' => 'Le champ %s doit contenir une adresse email valide.',
|
||||
'valid_ip' => 'Le champ %s doit contenir une adresse IP valide.',
|
||||
'valid_type' => 'Le champ %s doit contenir uniquement %s caractères',
|
||||
'range' => 'Le champ %s doit être situé dans la plage de valeurs spécifiée.',
|
||||
'regex' => 'Le champ %s ne correspond pas aux valeurs acceptées.',
|
||||
'depends_on' => 'Le champ %s est dépendant du champ %s.',
|
||||
|
||||
// Upload errors
|
||||
'user_aborted' => 'L\'envoi du fichier %s sur le serveur a échoué.',
|
||||
'invalid_type' => 'Le type du fichier %s n\'est pas autorisé.',
|
||||
'max_size' => 'La taille du fichier %s que vous tentez d\'envoyer est trop volumineuse. La taille maximale autorisée est de %s',
|
||||
'max_width' => 'La largeur de l\'image %s que vous envoyez est trop grande. La largeur maximale autorisée est de %spx',
|
||||
'max_height' => 'La hauteur de l\'image %s que vous envoyez est trop grande. La hauteur maximale autorisée est de %spx',
|
||||
'min_width' => 'La largeur de l\'image %s que vous envoyez n\'est pas assez grande. La largeur minimale demandée est de %spx',
|
||||
'min_height' => 'La hauteur de l\'image %s que vous envoyez n\'est pas assez grande. La hauteur minimale demandée est de %spx',
|
||||
|
||||
// Field types
|
||||
'alpha' => 'alphabétiques',
|
||||
'alpha_numeric' => 'alphabétiques et numériques',
|
||||
'alpha_dash' => 'alphabétiques, tirets haut ou tirets bas (underscore)',
|
||||
'digit' => 'digitaux',
|
||||
'numeric' => 'numériques',
|
||||
);
|
||||
10
lib/kohana/system/i18n/it_IT/cache.php
Normal file
10
lib/kohana/system/i18n/it_IT/cache.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'undefined_group' => 'Il gruppo %s non è stato definito in configurazione.',
|
||||
'extension_not_loaded' => 'L\'estensione di PHP %s deve essere caricata per poter usare questo driver.',
|
||||
'unwritable' => 'La cartella di deposito, <tt>%s</tt>, non ha i permessi in scrittura.',
|
||||
'resources' => 'Risorsa non serializzabile. Impossibile immagazzinare.',
|
||||
'driver_error' => '%s',
|
||||
);
|
||||
59
lib/kohana/system/i18n/it_IT/calendar.php
Normal file
59
lib/kohana/system/i18n/it_IT/calendar.php
Normal file
@@ -0,0 +1,59 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
// Two letter days
|
||||
'su' => 'Do',
|
||||
'mo' => 'Lu',
|
||||
'tu' => 'Ma',
|
||||
'we' => 'Me',
|
||||
'th' => 'Gi',
|
||||
'fr' => 'Ve',
|
||||
'sa' => 'Sa',
|
||||
|
||||
// Short day names
|
||||
'sun' => 'Dom',
|
||||
'mon' => 'Lun',
|
||||
'tue' => 'Mar',
|
||||
'wed' => 'Mer',
|
||||
'thu' => 'Gio',
|
||||
'fri' => 'Ven',
|
||||
'sat' => 'Sab',
|
||||
|
||||
// Long day names
|
||||
'sunday' => 'Domenica',
|
||||
'monday' => 'Lunedì',
|
||||
'tuesday' => 'Martedì',
|
||||
'wednesday' => 'Mercoledì',
|
||||
'thursday' => 'Giovedì',
|
||||
'friday' => 'Venerdì',
|
||||
'saturday' => 'Sabato',
|
||||
|
||||
// Short month names
|
||||
'jan' => 'Gen',
|
||||
'feb' => 'Feb',
|
||||
'mar' => 'Mar',
|
||||
'apr' => 'Apr',
|
||||
'may' => 'Mag',
|
||||
'jun' => 'Giu',
|
||||
'jul' => 'Lug',
|
||||
'aug' => 'Ago',
|
||||
'sep' => 'Set',
|
||||
'oct' => 'Ott',
|
||||
'nov' => 'Nov',
|
||||
'dec' => 'Dic',
|
||||
|
||||
// Long month names
|
||||
'january' => 'Gennaio',
|
||||
'february' => 'Febbraio',
|
||||
'march' => 'Marzo',
|
||||
'april' => 'Aprile',
|
||||
'mayl' => 'Maggio',
|
||||
'june' => 'Giugno',
|
||||
'july' => 'Luglio',
|
||||
'august' => 'Agosto',
|
||||
'september' => 'Settembre',
|
||||
'october' => 'Ottobre',
|
||||
'november' => 'Novembre',
|
||||
'december' => 'Dicembre'
|
||||
);
|
||||
33
lib/kohana/system/i18n/it_IT/captcha.php
Normal file
33
lib/kohana/system/i18n/it_IT/captcha.php
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'file_not_found' => 'Il file specificato, %s, non è stato trovato. Verificarne l\'esistenza con <tt>file_exists</tt> prima di usarlo.',
|
||||
'requires_GD2' => 'La libreria Captcha richiede GD2 con supporto FreeType. Leggere http://php.net/gd_info per maggiori informazioni.',
|
||||
|
||||
// Words of varying length for the Captcha_Word_Driver to pick from
|
||||
// Note: use only alphanumeric characters
|
||||
'words' => array
|
||||
(
|
||||
'cd', 'tv', 'it', 'to', 'be', 'or',
|
||||
'sun', 'car', 'dog', 'bed', 'kid', 'egg',
|
||||
'bike', 'tree', 'bath', 'roof', 'road', 'hair',
|
||||
'hello', 'world', 'earth', 'beard', 'chess', 'water',
|
||||
'barber', 'bakery', 'banana', 'market', 'purple', 'writer',
|
||||
'america', 'release', 'playing', 'working', 'foreign', 'general',
|
||||
'aircraft', 'computer', 'laughter', 'alphabet', 'kangaroo', 'spelling',
|
||||
'architect', 'president', 'cockroach', 'encounter', 'terrorism', 'cylinders',
|
||||
),
|
||||
|
||||
// Riddles for the Captcha_Riddle_Driver to pick from
|
||||
// Note: use only alphanumeric characters
|
||||
'riddles' => array
|
||||
(
|
||||
array('Detesti lo spam? (si o no)', 'si'),
|
||||
array('Sei un robot? (si o no)', 'no'),
|
||||
array('Il fuoco è... (caldo o freddo)', 'caldo'),
|
||||
array('La stagione che viene dopo l\'autunno è...', 'inverno'),
|
||||
array('Che giorno della settimana è oggi?', strftime('%A')),
|
||||
array('In quale mese dell\'anno siamo?', strftime('%B')),
|
||||
),
|
||||
);
|
||||
34
lib/kohana/system/i18n/it_IT/core.php
Normal file
34
lib/kohana/system/i18n/it_IT/core.php
Normal file
@@ -0,0 +1,34 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'there_can_be_only_one' => 'Ci può essere una sola istanza di Kohana per ogni pagina richiesta.',
|
||||
'uncaught_exception' => 'Uncaught %s: %s in %s, linea %s',
|
||||
'invalid_method' => 'Metodo non valido <tt>%s</tt> chiamato in <tt>%s</tt>.',
|
||||
'invalid_property' => 'La proprietà %s non esiste nella classe %s.',
|
||||
'log_dir_unwritable' => 'Il parametro di configurazione log.directory non punta ad una cartella con permesso di scrittura.',
|
||||
'resource_not_found' => 'Il %s richiesto, <tt>%s</tt>, non è stato trovato.',
|
||||
'invalid_filetype' => 'Il tipo di file richiesto, <tt>.%s</tt>, non è presente nel file di configurazione.',
|
||||
'view_set_filename' => 'Bisogna definire il nome di una vista prima di chiamare il metodo render',
|
||||
'no_default_route' => 'Non è stato definito il default route in <tt>config/routes.php</tt>.',
|
||||
'no_controller' => 'Kohana non è in grado di determinare a quale controller inoltrare la richiesta: %s',
|
||||
'page_not_found' => 'La pagina richiesta, <tt>%s</tt>, non è stata trovata.',
|
||||
'stats_footer' => 'Caricato in {execution_time} secondi, usando {memory_usage} di memoria. Generato da Kohana v{kohana_version}.',
|
||||
'error_file_line' => 'Errore in <strong>%s</strong> linea: <strong>%s</strong>.',
|
||||
'stack_trace' => 'Tracciato',
|
||||
'generic_error' => 'Impossibile completare la richiesta',
|
||||
'errors_disabled' => 'Puoi andare alla <a href="%s">pagina iniziale</a> o <a href="%s">ritentare</a>.',
|
||||
|
||||
// Drivers
|
||||
'driver_implements' => 'Il driver %s per la libreria %s non implementa l\'interfaccia %s',
|
||||
'driver_not_found' => 'Il driver %s per la libreria %s non è stato trovato',
|
||||
|
||||
// Resource names
|
||||
'config' => 'file di configurazione',
|
||||
'controller' => 'controller',
|
||||
'helper' => 'helper',
|
||||
'library' => 'libreria',
|
||||
'driver' => 'driver',
|
||||
'model' => 'modello',
|
||||
'view' => 'vista',
|
||||
);
|
||||
15
lib/kohana/system/i18n/it_IT/database.php
Normal file
15
lib/kohana/system/i18n/it_IT/database.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'undefined_group' => 'Il gruppo %s non è stato definito nel file di configurazione.',
|
||||
'error' => 'Si è verificato un errore SQL: %s',
|
||||
'connection' => 'Si è verificato un errore durante la connessione al database: %s',
|
||||
'invalid_dsn' => 'Il DSN fornito non è valido: %s',
|
||||
'must_use_set' => 'È necessario definire una clausola SET per la query.',
|
||||
'must_use_where' => 'È necessario definire una clausola WHERE per la query.',
|
||||
'must_use_table' => 'È necessario definire una tabella per la query.',
|
||||
'table_not_found' => 'La tabella %s non esiste nella base di dati.',
|
||||
'not_implemented' => 'Il metodo chiamato, %s, non è supportato da questo driver.',
|
||||
'result_read_only' => 'Il risultato della query è in sola lettura.',
|
||||
);
|
||||
8
lib/kohana/system/i18n/it_IT/encrypt.php
Normal file
8
lib/kohana/system/i18n/it_IT/encrypt.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'undefined_group' => 'Il gruppo %s non è definito nel file di configurazione.',
|
||||
'requires_mcrypt' => 'L\'uso della libreria Encrypt richiede l\'abilitazione di mcrypt.',
|
||||
'no_encryption_key' => 'Per usare la libreria Encrypt bisogna definire una chiave di codifica nel file di configurazione.'
|
||||
);
|
||||
16
lib/kohana/system/i18n/it_IT/errors.php
Normal file
16
lib/kohana/system/i18n/it_IT/errors.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
E_KOHANA => array( 1, 'Errore del Framework', 'Controlla la documentazione di Kohana per informazioni circa il seguente errore.'),
|
||||
E_PAGE_NOT_FOUND => array( 1, 'Pagina non trovata', 'La pagina richiesta non è stata trovata. Potrebbe essere stata spostata, rimossa o archiviata.'),
|
||||
E_DATABASE_ERROR => array( 1, 'Errore del Database', 'Si è verificato un errore durante l\'esecuzione della procedura richiesta. Per maggiori informazioni fare riferimento al messaggio sottostante.'),
|
||||
E_RECOVERABLE_ERROR => array( 1, 'Errore Recuperabile', 'Un errore ha impedito il caricamento della pagina. Se l\'errore persiste contattare l\'amministratore del sito.'),
|
||||
E_ERROR => array( 1, 'Errore Fatale', ''),
|
||||
E_USER_ERROR => array( 1, 'Errore Fatale', ''),
|
||||
E_PARSE => array( 1, 'Errore di Sintassi', ''),
|
||||
E_WARNING => array( 1, 'Avviso', ''),
|
||||
E_USER_WARNING => array( 1, 'Avviso', ''),
|
||||
E_STRICT => array( 2, 'Strict Mode Error', ''),
|
||||
E_NOTICE => array( 2, 'Runtime Message', ''),
|
||||
);
|
||||
7
lib/kohana/system/i18n/it_IT/event.php
Normal file
7
lib/kohana/system/i18n/it_IT/event.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'invalid_subject' => 'Fallito il tentativo di aggiungere il soggetto <tt>%s</tt> a <tt>%s</tt>. I soggetti devono estendere la classe <tt>Event_Subject</tt>.',
|
||||
'invalid_observer' => 'Fallito il tentativo di aggiungere l\'observer <tt>%s</tt> a <tt>%s</tt>. Gli observer devono estendere la classe <tt>Event_Observer</tt>.',
|
||||
);
|
||||
33
lib/kohana/system/i18n/it_IT/image.php
Normal file
33
lib/kohana/system/i18n/it_IT/image.php
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'getimagesize_missing' => 'La libreria Image richiede la funzione PHP <tt>getimagesize</tt>, che non è disponibile nella tua intallazione.',
|
||||
'unsupported_method' => 'Il driver impostato in configurazione non supporta il tipo di trasformazione %s.',
|
||||
'file_not_found' => 'L\'immagine specificata, %s, non è stata trovata. Verificarne l\'esistenza con <tt>file_exists</tt> prima di manipolarla.',
|
||||
'type_not_allowed' => 'Il tipo d\'immagine specificato, %s, non è permesso.',
|
||||
'invalid_width' => 'La larghezza specificata, %s, non è valida.',
|
||||
'invalid_height' => 'L\'altezza specificata, %s, non è valida.',
|
||||
'invalid_dimensions' => 'Le dimensioni specificate per %s non sono valide.',
|
||||
'invalid_master' => 'Master dimension specificato non valido.',
|
||||
'invalid_flip' => 'La direzione di rotazione specificata non è valida.',
|
||||
'directory_unwritable' => 'La directory specificata, %s, non consente la scrittura.',
|
||||
|
||||
// Messaggi specifici per ImageMagick
|
||||
'imagemagick' => array
|
||||
(
|
||||
'not_found' => 'La cartella di ImageMagick specificata non contiene il programma richiesto, %s.',
|
||||
),
|
||||
|
||||
// Messaggi specifici per GraphicsMagick
|
||||
'graphicsmagick' => array
|
||||
(
|
||||
'not_found' => 'La cartella di GraphicsMagick specificata non contiene il programma richiesto, %s.',
|
||||
),
|
||||
|
||||
// Messaggi specifici per GD
|
||||
'gd' => array
|
||||
(
|
||||
'requires_v2' => 'La libreria Image richiede GD2. Leggere http://php.net/gd_info per maggiori informazioni.',
|
||||
),
|
||||
);
|
||||
3
lib/kohana/system/i18n/it_IT/orm.php
Normal file
3
lib/kohana/system/i18n/it_IT/orm.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang['query_methods_not_allowed'] = 'Non è consentito l\'uso dei metodi di Query mediante ORM.';
|
||||
15
lib/kohana/system/i18n/it_IT/pagination.php
Normal file
15
lib/kohana/system/i18n/it_IT/pagination.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'undefined_group' => 'Il gruppo %s non è stato definito nel file di configurazione per la paginazione.',
|
||||
'page' => 'pagina',
|
||||
'pages' => 'pagine',
|
||||
'item' => 'elemento',
|
||||
'items' => 'elementi',
|
||||
'of' => 'di',
|
||||
'first' => 'primo',
|
||||
'last' => 'ultimo',
|
||||
'previous' => 'precedente',
|
||||
'next' => 'successivo',
|
||||
);
|
||||
15
lib/kohana/system/i18n/it_IT/profiler.php
Normal file
15
lib/kohana/system/i18n/it_IT/profiler.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'benchmarks' => 'Benchmarks',
|
||||
'post_data' => 'Dati postati',
|
||||
'no_post' => 'Non ci sono dati postati',
|
||||
'session_data' => 'Dati di sessione',
|
||||
'no_session' => 'Non ci sono dati di sessione',
|
||||
'queries' => 'Query al database',
|
||||
'no_queries' => 'Non ci sono query al database',
|
||||
'no_database' => 'Database non caricato',
|
||||
'cookie_data' => 'Dati del cookie',
|
||||
'no_cookie' => 'I dati del cookie non sono stati trovati',
|
||||
);
|
||||
6
lib/kohana/system/i18n/it_IT/session.php
Normal file
6
lib/kohana/system/i18n/it_IT/session.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'invalid_session_name' => 'Il parametro session_name, %s, non è valido. Può contenere solo caratteri alfanumerici o il trattino basso. Almeno una lettera deve essere presente.',
|
||||
);
|
||||
6
lib/kohana/system/i18n/it_IT/swift.php
Normal file
6
lib/kohana/system/i18n/it_IT/swift.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'general_error' => 'Si è verificato un errore durante l\'invio del messaggio di posta elettronica.'
|
||||
);
|
||||
6
lib/kohana/system/i18n/it_IT/upload.php
Normal file
6
lib/kohana/system/i18n/it_IT/upload.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'not_writable' => 'La cartella di destinazione, %s, non sembra avere i permessi in scrittura.',
|
||||
);
|
||||
41
lib/kohana/system/i18n/it_IT/validation.php
Normal file
41
lib/kohana/system/i18n/it_IT/validation.php
Normal file
@@ -0,0 +1,41 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
// Errori della classe
|
||||
'invalid_rule' => 'Regola di validazione usata non valida: %s',
|
||||
'i18n_array' => 'Il parametro i18n %s deve essere un array per essere utilizzato con la regola in_lang',
|
||||
'not_callable' => 'La callback %s usata per la Validation non puo essere richiamata',
|
||||
|
||||
// Errori generici
|
||||
'unknown_error' => 'Errore sconosciuto durante la validazione del campo %s.',
|
||||
'required' => 'Il campo %s è obbligatorio.',
|
||||
'min_length' => 'Il campo %s deve essere lungo almeno %d caratteri.',
|
||||
'max_length' => 'Il campo %s non deve superare i %d caratteri.',
|
||||
'exact_length' => 'Il campo %s deve contenere esattamente %d caratteri.',
|
||||
'in_array' => 'Il campo %s deve essere selezionato dalla lista delle opzioni.',
|
||||
'matches' => 'Il campo %s deve coincidere con il campo %s.',
|
||||
'valid_url' => 'Il campo %s deve contenere un URL valido.',
|
||||
'valid_email' => 'Il campo %s deve contenere un indirizzo email valido.',
|
||||
'valid_ip' => 'Il campo %s deve contenere un indirizzo IP valido.',
|
||||
'valid_type' => 'Il campo %s deve contenere solo i caratteri %s.',
|
||||
'range' => 'Il campo %s deve trovarsi negli intervalli specificati.',
|
||||
'regex' => 'Il campo %s non coincide con i dati accettati.',
|
||||
'depends_on' => 'Il campo %s dipende dal campo %s.',
|
||||
|
||||
// Errori di upload
|
||||
'user_aborted' => 'Il caricamento del file %s è stato interrotto.',
|
||||
'invalid_type' => 'Il file %s non è un tipo di file permesso.',
|
||||
'max_size' => 'Il file %s inviato è troppo grande. La dimensone massima consentita è %s.',
|
||||
'max_width' => 'Il file %s inviato è troppo grande. La larghezza massima consentita è %spx.',
|
||||
'max_height' => 'Il file %s inviato è troppo grande. L\'altezza massima consentita è %spx.',
|
||||
'min_width' => 'Il file %s inviato è troppo piccolo. La larghezza minima consentita è %spx.',
|
||||
'min_height' => 'Il file %s inviato è troppo piccolo. L\'altezza minima consentita è %spx.',
|
||||
|
||||
// Tipi di valore dei campi
|
||||
'alpha' => 'alfabetico',
|
||||
'alpha_numeric' => 'alfanumerico',
|
||||
'alpha_dash' => 'alfabetico, trattino e sottolineato',
|
||||
'digit' => 'cifra',
|
||||
'numeric' => 'numerico',
|
||||
);
|
||||
10
lib/kohana/system/i18n/nl_NL/cache.php
Normal file
10
lib/kohana/system/i18n/nl_NL/cache.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'undefined_group' => 'De %s groep is niet gedefinieerd in uw configuratie.',
|
||||
'extension_not_loaded' => 'De %s PHP extensie moet geladen zijn om deze driver te gebruiken.',
|
||||
'unwritable' => 'De geconfigureerde opslaglocatie, %s, is niet schrijfbaar.',
|
||||
'resources' => 'Het cachen van resources is onmogelijk omdat resources niet geserialized kunnen worden.',
|
||||
'driver_error' => '%s',
|
||||
);
|
||||
59
lib/kohana/system/i18n/nl_NL/calendar.php
Normal file
59
lib/kohana/system/i18n/nl_NL/calendar.php
Normal file
@@ -0,0 +1,59 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
// Two letter days
|
||||
'su' => 'zo',
|
||||
'mo' => 'ma',
|
||||
'tu' => 'di',
|
||||
'we' => 'wo',
|
||||
'th' => 'do',
|
||||
'fr' => 'vr',
|
||||
'sa' => 'za',
|
||||
|
||||
// Short day names
|
||||
'sun' => 'zon',
|
||||
'mon' => 'maa',
|
||||
'tue' => 'din',
|
||||
'wed' => 'woe',
|
||||
'thu' => 'don',
|
||||
'fri' => 'vri',
|
||||
'sat' => 'zat',
|
||||
|
||||
// Long day names
|
||||
'sunday' => 'zondag',
|
||||
'monday' => 'maandag',
|
||||
'tuesday' => 'dinsdag',
|
||||
'wednesday' => 'woensdag',
|
||||
'thursday' => 'donderdag',
|
||||
'friday' => 'vrijdag',
|
||||
'saturday' => 'zaterdag',
|
||||
|
||||
// Short month names
|
||||
'jan' => 'jan',
|
||||
'feb' => 'feb',
|
||||
'mar' => 'maa',
|
||||
'apr' => 'apr',
|
||||
'may' => 'mei',
|
||||
'jun' => 'jun',
|
||||
'jul' => 'jul',
|
||||
'aug' => 'aug',
|
||||
'sep' => 'sep',
|
||||
'oct' => 'okt',
|
||||
'nov' => 'nov',
|
||||
'dec' => 'dec',
|
||||
|
||||
// Long month names
|
||||
'january' => 'januari',
|
||||
'february' => 'februari',
|
||||
'march' => 'maart',
|
||||
'april' => 'april',
|
||||
'mayl' => 'mei',
|
||||
'june' => 'juni',
|
||||
'july' => 'juli',
|
||||
'august' => 'augustus',
|
||||
'september' => 'september',
|
||||
'october' => 'oktober',
|
||||
'november' => 'november',
|
||||
'december' => 'december',
|
||||
);
|
||||
33
lib/kohana/system/i18n/nl_NL/captcha.php
Normal file
33
lib/kohana/system/i18n/nl_NL/captcha.php
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'file_not_found' => 'Het opgegeven bestand, %s, werd niet gevonden. Controleer met file_exists() of bestanden bestaan, voordat je ze gebruikt.',
|
||||
'requires_GD2' => 'De Captcha library vereist GD2 met FreeType ondersteuning. Zie http://php.net/gd_info voor meer informatie.',
|
||||
|
||||
// Words of varying length for the Captcha_Word_Driver to pick from
|
||||
// Note: use only alphanumeric characters
|
||||
'words' => array
|
||||
(
|
||||
'cd', 'tv', 'ok', 'pc', 'nu', 'ik',
|
||||
'zon', 'kar', 'kat', 'bed', 'tof', 'hoi',
|
||||
'puin', 'hoop', 'mens', 'roof', 'auto', 'haar',
|
||||
'water', 'beter', 'aarde', 'appel', 'mango', 'liter',
|
||||
'ananas', 'bakker', 'wekker', 'kroket', 'zingen', 'dansen',
|
||||
'fietsen', 'zwemmen', 'kolonel', 'potlood', 'kookpot', 'voetbal',
|
||||
'barbecue', 'computer', 'generaal', 'koelkast', 'fietsers', 'spelling',
|
||||
'appelmoes', 'president', 'kangoeroe', 'frankrijk', 'luxemburg', 'apartheid',
|
||||
),
|
||||
|
||||
// Riddles for the Captcha_Riddle_Driver to pick from
|
||||
// Note: use only alphanumeric characters
|
||||
'riddles' => array
|
||||
(
|
||||
array('Haat jij spam? (ja of nee)', 'ja'),
|
||||
array('Ben jij een robot? (ja of nee)', 'nee'),
|
||||
array('Vuur is... (heet of koud)', 'heet'),
|
||||
array('Het seizoen na herfst is...', 'winter'),
|
||||
array('Welke dag van de week is het vandaag?', strftime('%A')),
|
||||
array('In welke maand van het jaar zijn we?', strftime('%B')),
|
||||
),
|
||||
);
|
||||
34
lib/kohana/system/i18n/nl_NL/core.php
Normal file
34
lib/kohana/system/i18n/nl_NL/core.php
Normal file
@@ -0,0 +1,34 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'there_can_be_only_one' => 'Er kan maar één instantie van Kohana zijn per pagina oproep.',
|
||||
'uncaught_exception' => 'Uncaught %s: %s in bestand %s op lijn %s',
|
||||
'invalid_method' => 'Ongeldige method %s opgeroepen in %s.',
|
||||
'invalid_property' => 'De %s property bestaat niet in de %s class.',
|
||||
'log_dir_unwritable' => 'De log directory is niet schrijfbaar: %s',
|
||||
'resource_not_found' => 'De opgevraagde %s, %s, kon niet gevonden worden.',
|
||||
'invalid_filetype' => 'Het opgevraagde bestandstype, .%s, wordt niet toegestaan door het view configuratiebestand.',
|
||||
'view_set_filename' => 'Je moet de view bestandsnaam opgeven voordat je render aanroept.',
|
||||
'no_default_route' => 'Zet een default route in config/routes.php.',
|
||||
'no_controller' => 'Kohana kon geen controller aanduiden om deze pagina te verwerken: %s',
|
||||
'page_not_found' => 'De opgevraagde pagina, %s, kon niet gevonden worden.',
|
||||
'stats_footer' => 'Geladen in {execution_time} seconden, met een geheugengebruik van {memory_usage}. Aangedreven door Kohana v{kohana_version}.',
|
||||
'error_file_line' => '<tt>%s <strong>[%s]:</strong></tt>',
|
||||
'stack_trace' => 'Stack Trace',
|
||||
'generic_error' => 'Oproep kon niet afgewerkt worden',
|
||||
'errors_disabled' => 'Ga naar de <a href="%s">homepage</a> of <a href="%s">probeer opnieuw</a>.',
|
||||
|
||||
// Drivers
|
||||
'driver_implements' => 'De %s driver voor de %s library moet de %s interface implementeren.',
|
||||
'driver_not_found' => 'De %s driver voor de %s library werd niet gevonden.',
|
||||
|
||||
// Resource names
|
||||
'config' => 'configuratiebestand',
|
||||
'controller' => 'controller',
|
||||
'helper' => 'helper',
|
||||
'library' => 'library',
|
||||
'driver' => 'driver',
|
||||
'model' => 'model',
|
||||
'view' => 'view',
|
||||
);
|
||||
15
lib/kohana/system/i18n/nl_NL/database.php
Normal file
15
lib/kohana/system/i18n/nl_NL/database.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'undefined_group' => 'De %s groep is niet opgegeven in je configuratie.',
|
||||
'error' => 'Er was een SQL fout: %s',
|
||||
'connection' => 'Fout bij het verbinden met de database: %s',
|
||||
'invalid_dsn' => 'De DSN die je opgaf is ongeldig: %s',
|
||||
'must_use_set' => 'Je moet een SET clause opgeven voor je query.',
|
||||
'must_use_where' => 'Je moet een WHERE clause opgeven voor je query.',
|
||||
'must_use_table' => 'Je moet een database tabel opgeven voor je query.',
|
||||
'table_not_found' => 'De tabel %s bestaat niet in je database.',
|
||||
'not_implemented' => 'De method die je opriep, %s, wordt niet ondersteund door deze driver.',
|
||||
'result_read_only' => 'Query resultaten kunnen alleen maar gelezen worden.',
|
||||
);
|
||||
8
lib/kohana/system/i18n/nl_NL/encrypt.php
Normal file
8
lib/kohana/system/i18n/nl_NL/encrypt.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'undefined_group' => 'De %s groep is niet gedefinieerd in je configuratie.',
|
||||
'requires_mcrypt' => 'Om de Encrypt library te gebruiken, moet mcrypt ingeschakeld zijn in je PHP installatie.',
|
||||
'no_encryption_key' => 'Om de Encrypt library te gebruiken, moet je een encryption key zetten in je config bestand.',
|
||||
);
|
||||
16
lib/kohana/system/i18n/nl_NL/errors.php
Normal file
16
lib/kohana/system/i18n/nl_NL/errors.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
E_KOHANA => array( 1, 'Framework Error', 'Bekijk de Kohana documentatie voor meer informatie over deze fout.'),
|
||||
E_PAGE_NOT_FOUND => array( 1, 'Pagina Niet Gevonden', 'De opgevraagde pagina werd niet gevonden. Mogelijk werd deze verplaatst of verwijderd.'),
|
||||
E_DATABASE_ERROR => array( 1, 'Database Error', 'Er vond een database fout plaats bij het verwerken van de opgeroepen procedure. Bekijk het errorbericht hieronder voor meer informatie.'),
|
||||
E_RECOVERABLE_ERROR => array( 1, 'Recoverable Error', 'Er vond een fout plaats waardoor deze pagina niet geladen kon worden. Als dit probleem aanhoudt, contacteer dan a.u.b. de website beheerder.'),
|
||||
E_ERROR => array( 1, 'Fatal Error', ''),
|
||||
E_USER_ERROR => array( 1, 'Fatal Error', ''),
|
||||
E_PARSE => array( 1, 'Syntax Error', ''),
|
||||
E_WARNING => array( 1, 'Warning Message', ''),
|
||||
E_USER_WARNING => array( 1, 'Warning Message', ''),
|
||||
E_STRICT => array( 2, 'Strict Mode Error', ''),
|
||||
E_NOTICE => array( 2, 'Runtime Message', ''),
|
||||
);
|
||||
7
lib/kohana/system/i18n/nl_NL/event.php
Normal file
7
lib/kohana/system/i18n/nl_NL/event.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'invalid_subject' => 'Poging om ongeldig subject %s te binden aan %s mislukt. Subjects moeten de Event_Subject class extenden.',
|
||||
'invalid_observer' => 'Poging om ongeldige observer %s te binden aan %s mislukt. Observers moeten de Event_Subject class extenden.',
|
||||
);
|
||||
27
lib/kohana/system/i18n/nl_NL/image.php
Normal file
27
lib/kohana/system/i18n/nl_NL/image.php
Normal file
@@ -0,0 +1,27 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'getimagesize_missing' => 'De Image library vereist de getimagesize() functie en die is niet beschikbaar op dit systeem.',
|
||||
'unsupported_method' => 'De huidige Image driver ondersteunt volgende transformatie niet: %s.',
|
||||
'file_not_found' => 'De opgegeven afbeelding, %s, werd niet gevonden. Controleer a.u.b. eerst of afbeeldingen bestaan via de file_exists() functie voordat je ze begint te bewerken.',
|
||||
'type_not_allowed' => 'De opgegeven afbeelding, %s, is geen toegestaan afbeeldingstype.',
|
||||
'invalid_width' => 'De breedte die je opgaf, %s, is ongeldig.',
|
||||
'invalid_height' => 'De hoogte die je opgaf, %s, is ongeldig.',
|
||||
'invalid_dimensions' => 'De afmetingen die je opgaf voor %s zijn ongeldig.',
|
||||
'invalid_master' => 'De master afmeting die je opgaf, is ongeldig.',
|
||||
'invalid_flip' => 'De spiegelrichting die je opgaf, is ongeldig.',
|
||||
'directory_unwritable' => 'De opgegeven directory, %s, is niet schrijfbaar.',
|
||||
|
||||
// ImageMagick specific messages
|
||||
'imagemagick' => array
|
||||
(
|
||||
'not_found' => 'De opgegeven ImageMagick directory bevat een vereist programma niet: %s.',
|
||||
),
|
||||
|
||||
// GD specific messages
|
||||
'gd' => array
|
||||
(
|
||||
'requires_v2' => 'De Image library vereist GD2. Kijk op http://php.net/gd_info voor meer informatie.',
|
||||
),
|
||||
);
|
||||
3
lib/kohana/system/i18n/nl_NL/orm.php
Normal file
3
lib/kohana/system/i18n/nl_NL/orm.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang['query_methods_not_allowed'] = 'Query methods kunnen niet gebruikt worden via ORM';
|
||||
15
lib/kohana/system/i18n/nl_NL/pagination.php
Normal file
15
lib/kohana/system/i18n/nl_NL/pagination.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'undefined_group' => 'De %s groep werd niet gedefinieerd in uw pagination configuratie.',
|
||||
'page' => 'pagina',
|
||||
'pages' => 'pagina\'s',
|
||||
'item' => 'item',
|
||||
'items' => 'items',
|
||||
'of' => 'van',
|
||||
'first' => 'eerste',
|
||||
'last' => 'laatste',
|
||||
'previous' => 'vorige',
|
||||
'next' => 'volgende',
|
||||
);
|
||||
15
lib/kohana/system/i18n/nl_NL/profiler.php
Normal file
15
lib/kohana/system/i18n/nl_NL/profiler.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'benchmarks' => 'Benchmarks',
|
||||
'post_data' => 'Post Data',
|
||||
'no_post' => 'Geen post data',
|
||||
'session_data' => 'Session Data',
|
||||
'no_session' => 'Geen session data',
|
||||
'queries' => 'Database Queries',
|
||||
'no_queries' => 'Geen queries',
|
||||
'no_database' => 'Database niet geladen',
|
||||
'cookie_data' => 'Cookie Data',
|
||||
'no_cookie' => 'Geen cookie data',
|
||||
);
|
||||
6
lib/kohana/system/i18n/nl_NL/session.php
Normal file
6
lib/kohana/system/i18n/nl_NL/session.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'invalid_session_name' => 'De sessienaam, %s, is ongeldig. Hij mag alleen maar bestaan uit alfanumerieke tekens en underscores. Hij moet ook minstens één letter bevatten.',
|
||||
);
|
||||
6
lib/kohana/system/i18n/nl_NL/swift.php
Normal file
6
lib/kohana/system/i18n/nl_NL/swift.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'general_error' => 'Er vond een fout plaats bij het verzenden van de e-mail.',
|
||||
);
|
||||
6
lib/kohana/system/i18n/nl_NL/upload.php
Normal file
6
lib/kohana/system/i18n/nl_NL/upload.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'not_writable' => 'De upload doelmap, %s, is niet schrijfbaar.',
|
||||
);
|
||||
39
lib/kohana/system/i18n/nl_NL/validation.php
Normal file
39
lib/kohana/system/i18n/nl_NL/validation.php
Normal file
@@ -0,0 +1,39 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
// Class errors
|
||||
'invalid_rule' => 'Ongeldige validatieregel gebruikt: %s',
|
||||
|
||||
// Algemene errors
|
||||
'unknown_error' => 'Onbekende validatiefout bij het valideren van het %s veld.',
|
||||
'required' => 'Het %s veld is verplicht.',
|
||||
'min_length' => 'Het %s veld moet minstens %s karakters lang zijn.',
|
||||
'max_length' => 'Het %s veld mag maximum %s karakters lang zijn.',
|
||||
'exact_length' => 'Het %s veld moet exact %s karakters lang zijn.',
|
||||
'in_array' => 'Het %s veld moet geselecteerd worden uit de gegeven opties.',
|
||||
'matches' => 'Het %s veld moet overeenkomen met het %s veld.',
|
||||
'valid_url' => 'Het %s veld moet een geldige URL zijn.',
|
||||
'valid_email' => 'Het %s veld moet een geldig e-mailadres zijn.',
|
||||
'valid_ip' => 'Het %s veld moet een geldig IP-adres zijn.',
|
||||
'valid_type' => 'Het %s veld mag alleen maar %s karakters bevatten.',
|
||||
'range' => 'Het %s veld moet tussen bepaalde waardes liggen.',
|
||||
'regex' => 'Het %s veld valideert niet als geldige invoer.',
|
||||
'depends_on' => 'Het %s veld is afhankelijk van het %s veld.',
|
||||
|
||||
// Upload errors
|
||||
'user_aborted' => 'Het uploaden van het %s bestand werd afgebroken.',
|
||||
'invalid_type' => 'Het bestandstype van het %s bestand is niet toegestaan.',
|
||||
'max_size' => 'Het %s bestand dat je wilde uploaden is te groot. De maximum toegelaten grootte is %s.',
|
||||
'max_width' => 'Het %s upgeloade bestand is te groot: maximum toegelaten breedte is %spx.',
|
||||
'max_height' => 'Het %s upgeloade bestand is te groot: maximum toegelaten hoogte is %spx.',
|
||||
'min_width' => 'Het %s upgeloade bestand is te klein: minimum toegelaten breedte is %spx.',
|
||||
'min_height' => 'Het %s upgeloade bestand is te klein: minimum toegelaten breedte is %spx.',
|
||||
|
||||
// Field types
|
||||
'alpha' => 'alfabetisch',
|
||||
'alpha_numeric' => 'alfanumeriek',
|
||||
'alpha_dash' => 'alfabetisch, streepje, en underscore',
|
||||
'digit' => 'cijfers',
|
||||
'numeric' => 'getal',
|
||||
);
|
||||
10
lib/kohana/system/i18n/ru_RU/cache.php
Normal file
10
lib/kohana/system/i18n/ru_RU/cache.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'undefined_group' => 'Группа "%s" не определена Вашей конфигурацией.',
|
||||
'extension_not_loaded' => 'Расширение PHP "%s" должно быть загружено для использования этого драйвера.',
|
||||
'unwritable' => 'Целевая директория хранения кеша, %s, не доступна для записи.',
|
||||
'resources' => 'Кеширование ресурсов невозможно, так как ресурсы не могут быть сериализованы.',
|
||||
'driver_error' => '%s',
|
||||
);
|
||||
59
lib/kohana/system/i18n/ru_RU/calendar.php
Normal file
59
lib/kohana/system/i18n/ru_RU/calendar.php
Normal file
@@ -0,0 +1,59 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
// Two letter days
|
||||
'mo' => 'Пн',
|
||||
'tu' => 'Вт',
|
||||
'we' => 'Ср',
|
||||
'th' => 'Чт',
|
||||
'fr' => 'Пт',
|
||||
'sa' => 'Сб',
|
||||
'su' => 'Вс',
|
||||
|
||||
// Short day names
|
||||
'mon' => 'Пнд',
|
||||
'tue' => 'Втр',
|
||||
'wed' => 'Срд',
|
||||
'thu' => 'Чтв',
|
||||
'fri' => 'Птн',
|
||||
'sat' => 'Сбт',
|
||||
'sun' => 'Вск',
|
||||
|
||||
// Long day names
|
||||
'monday' => 'Понедельник',
|
||||
'tuesday' => 'Вторник',
|
||||
'wednesday' => 'Среда',
|
||||
'thursday' => 'Четверг',
|
||||
'friday' => 'Пятница',
|
||||
'saturday' => 'Суббота',
|
||||
'sunday' => 'Воскресенье',
|
||||
|
||||
// Short month names
|
||||
'jan' => 'Янв',
|
||||
'feb' => 'Фев',
|
||||
'mar' => 'Мар',
|
||||
'apr' => 'Апр',
|
||||
'may' => 'Май',
|
||||
'jun' => 'Июн',
|
||||
'jul' => 'Июл',
|
||||
'aug' => 'Авг',
|
||||
'sep' => 'Сен',
|
||||
'oct' => 'Окт',
|
||||
'nov' => 'Ноя',
|
||||
'dec' => 'Дек',
|
||||
|
||||
// Long month names
|
||||
'january' => 'Январь',
|
||||
'february' => 'Февраль',
|
||||
'march' => 'Март',
|
||||
'april' => 'Апрель',
|
||||
'mayl' => 'Май',
|
||||
'june' => 'Июнь',
|
||||
'july' => 'Июль',
|
||||
'august' => 'Август',
|
||||
'september' => 'Сентябрь',
|
||||
'october' => 'Октябрь',
|
||||
'november' => 'Ноябрь',
|
||||
'december' => 'Декабрь'
|
||||
);
|
||||
33
lib/kohana/system/i18n/ru_RU/captcha.php
Normal file
33
lib/kohana/system/i18n/ru_RU/captcha.php
Normal file
@@ -0,0 +1,33 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'file_not_found' => 'Файл "%s" не найден. Убедитесь в наличии файлов функцией file_exists() перед их использованием.',
|
||||
'requires_GD2' => 'Библиотека Captcha нуждается в расширении GD2 с поддержкой FreeType. Подробности на http://php.net/gd_info .',
|
||||
|
||||
// Words of varying length for the Captcha_Word_Driver to pick from
|
||||
// Note: use only alphanumeric characters
|
||||
'words' => array
|
||||
(
|
||||
'cd', 'tv', 'it', 'to', 'be', 'or',
|
||||
'sun', 'car', 'dog', 'bed', 'kid', 'egg',
|
||||
'bike', 'tree', 'bath', 'roof', 'road', 'hair',
|
||||
'hello', 'world', 'earth', 'beard', 'chess', 'water',
|
||||
'barber', 'bakery', 'banana', 'market', 'purple', 'writer',
|
||||
'america', 'release', 'playing', 'working', 'foreign', 'general',
|
||||
'aircraft', 'computer', 'laughter', 'alphabet', 'kangaroo', 'spelling',
|
||||
'architect', 'president', 'cockroach', 'encounter', 'terrorism', 'cylinders',
|
||||
),
|
||||
|
||||
// Riddles for the Captcha_Riddle_Driver to pick from
|
||||
// Note: use only alphanumeric characters
|
||||
'riddles' => array
|
||||
(
|
||||
array('Do you hate spam? (yes or no)', 'yes'),
|
||||
array('Are you a robot? (yes or no)', 'no'),
|
||||
array('Fire is... (hot or cold)', 'hot'),
|
||||
array('The season after fall is...', 'winter'),
|
||||
array('Which day of the week is it today?', strftime('%A')),
|
||||
array('Which month of the year are we in?', strftime('%B')),
|
||||
),
|
||||
);
|
||||
34
lib/kohana/system/i18n/ru_RU/core.php
Normal file
34
lib/kohana/system/i18n/ru_RU/core.php
Normal file
@@ -0,0 +1,34 @@
|
||||
<?php defined('SYSPATH') OR die('No direct access allowed.');
|
||||
|
||||
$lang = array
|
||||
(
|
||||
'there_can_be_only_one' => 'Наличие более, чем одного экземпляра Kohana, в пределах одного запроса страницы, невозможно',
|
||||
'uncaught_exception' => 'Не пойманное %s: %s в файле %s, на строке %s',
|
||||
'invalid_method' => 'Вызов метода %s из файла %s невозможен',
|
||||
'invalid_property' => 'Свойство %s не входит в состав класса %s.',
|
||||
'log_dir_unwritable' => 'Директория для хранения журналов, %s, не доступна для записи',
|
||||
'resource_not_found' => 'Запрошенный %s, %s, не найден',
|
||||
'invalid_filetype' => 'Запрошенный тип файла, .%s, не разрешён конфигурацией видов',
|
||||
'view_set_filename' => 'Необходимо задать файл вида перед вызовом render()',
|
||||
'no_default_route' => 'Установите путь по умолчанию в файле config/routes.php.',
|
||||
'no_controller' => 'Kohana не удалось найти контроллер для обработки этого запроса: %s',
|
||||
'page_not_found' => 'Запрошенная страница, %s, не найдена.',
|
||||
'stats_footer' => 'Загружено за {execution_time} секунд, используя {memory_usage} памяти. Сгенерировано Kohana v{kohana_version}.',
|
||||
'error_file_line' => '<tt>%s <strong>[%s]:</strong></tt>',
|
||||
'stack_trace' => 'Стек вызовов',
|
||||
'generic_error' => 'Не удалось обработать запрос',
|
||||
'errors_disabled' => 'Вы можете вернуться на <a href="%s">начальную страницу</a> или <a href="%s">повторить попытку</a>.',
|
||||
|
||||
// Drivers
|
||||
'driver_implements' => 'Драйвер %s библиотеки %s не реализует интерфейс %s',
|
||||
'driver_not_found' => 'Драйвер %s библиотеки %s не найден',
|
||||
|
||||
// Resource names
|
||||
'config' => 'конфигурация',
|
||||
'controller' => 'контроллер',
|
||||
'helper' => 'помощник',
|
||||
'library' => 'библиотека',
|
||||
'driver' => 'драйвер',
|
||||
'model' => 'модель',
|
||||
'view' => 'вид',
|
||||
);
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user