12 |
--------------------------------------------------------------------------------
/lib/kohana/system/i18n/nl_NL/session.php:
--------------------------------------------------------------------------------
1 | 'De sessienaam, %s, is ongeldig. Hij mag alleen maar bestaan uit alfanumerieke tekens en underscores. Hij moet ook minstens één letter bevatten.',
6 | );
--------------------------------------------------------------------------------
/share/pnp/application/views/widget_menu.sample.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Title
5 |
6 |
7 | Content
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/lib/kohana/system/i18n/es_ES/session.php:
--------------------------------------------------------------------------------
1 | '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 | );
--------------------------------------------------------------------------------
/share/pnp/application/views/widget_graph.sample.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | Title
5 |
6 |
7 | Content
8 |
9 |
10 |
11 |
--------------------------------------------------------------------------------
/lib/kohana/system/i18n/it_IT/session.php:
--------------------------------------------------------------------------------
1 | 'Il parametro session_name, %s, non è valido. Può contenere solo caratteri alfanumerici o il trattino basso. Almeno una lettera deve essere presente.',
6 | );
7 |
--------------------------------------------------------------------------------
/share/pnp/application/models/system.php:
--------------------------------------------------------------------------------
1 | '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 | );
7 |
--------------------------------------------------------------------------------
/lib/kohana/system/config/cache_xcache.php:
--------------------------------------------------------------------------------
1 | AddFont('Calligrapher','','calligra.php');
7 | $pdf->AddPage();
8 | $pdf->SetFont('Calligrapher','',35);
9 | $pdf->Cell(0,10,'Enjoy new fonts with FPDF!');
10 | $pdf->Output();
11 | ?>
12 |
--------------------------------------------------------------------------------
/lib/kohana/system/config/profiler.php:
--------------------------------------------------------------------------------
1 |
\n";
8 | }
9 | ?>
10 |
11 |
--------------------------------------------------------------------------------
/lib/kohana/system/i18n/en_US/event.php:
--------------------------------------------------------------------------------
1 | 'Attempt to attach invalid subject %s to %s failed: Subjects must extend the Event_Subject class',
6 | 'invalid_observer' => 'Attempt to attach invalid observer %s to %s failed: Observers must extend the Event_Observer class',
7 | );
8 |
--------------------------------------------------------------------------------
/share/pnp/application/vendor/fpdf/license.txt:
--------------------------------------------------------------------------------
1 | Permission is hereby granted, free of charge, to any person obtaining a copy
2 | of this software to use, copy, modify, distribute, sublicense, and/or sell
3 | copies of the software, and to permit persons to whom the software is furnished
4 | to do so.
5 |
6 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED.
--------------------------------------------------------------------------------
/lib/kohana/system/i18n/es_ES/event.php:
--------------------------------------------------------------------------------
1 | 'Fallo el intento de añadir el sujeto %s a %s. Los sujetos deben extender la clase Event_Subject.',
6 | 'invalid_observer' => 'Fallo el intento de añadir el observador %s a %s. Los observadores deben extender la clase Event_Observer.',
7 | );
8 |
--------------------------------------------------------------------------------
/lib/kohana/system/config/view.php:
--------------------------------------------------------------------------------
1 | 'Le sujet %s n\'a pas pu peut être attaché à %s. Les sujets doivent étendre la classe Event_Subject.',
6 | 'invalid_observer' => 'L\'observeur %s n\'a pas pu peut être attaché à %s. Les observeurs doivent étendre la classe Event_Observer.',
7 | );
8 |
--------------------------------------------------------------------------------
/lib/kohana/system/i18n/nl_NL/event.php:
--------------------------------------------------------------------------------
1 | 'Poging om ongeldig subject %s te binden aan %s mislukt. Subjects moeten de Event_Subject class extenden.',
6 | 'invalid_observer' => 'Poging om ongeldige observer %s te binden aan %s mislukt. Observers moeten de Event_Subject class extenden.',
7 | );
8 |
--------------------------------------------------------------------------------
/share/pnp/application/views/logo_box.php:
--------------------------------------------------------------------------------
1 |
2 |
10 |
--------------------------------------------------------------------------------
/contrib/ssi/status-header.ssi.in:
--------------------------------------------------------------------------------
1 |
2 |
3 |
9 |
10 |
--------------------------------------------------------------------------------
/lib/kohana/system/i18n/ru_RU/event.php:
--------------------------------------------------------------------------------
1 | 'Попытка привязать некорректный субъект %s к %s не удалась: Субъект должен быть наследником класса Event_Subject',
6 | 'invalid_observer' => 'Попытка привязать некорректный наблюдатель %s к %s не удалась: Наблюдатель должен быть наследником класса Event_Observer',
7 | );
8 |
--------------------------------------------------------------------------------
/lib/kohana/system/i18n/en_US/encrypt.php:
--------------------------------------------------------------------------------
1 | 'The %s group is not defined in your configuration.',
6 | 'requires_mcrypt' => 'To use the Encrypt library, mcrypt must be enabled in your PHP installation',
7 | 'no_encryption_key' => 'To use the Encrypt library, you must set an encryption key in your config file'
8 | );
9 |
--------------------------------------------------------------------------------
/lib/kohana/system/i18n/it_IT/encrypt.php:
--------------------------------------------------------------------------------
1 | 'Il gruppo %s non è definito nel file di configurazione.',
6 | 'requires_mcrypt' => 'L\'uso della libreria Encrypt richiede l\'abilitazione di mcrypt.',
7 | 'no_encryption_key' => 'Per usare la libreria Encrypt bisogna definire una chiave di codifica nel file di configurazione.'
8 | );
9 |
--------------------------------------------------------------------------------
/lib/kohana/system/i18n/de_DE/event.php:
--------------------------------------------------------------------------------
1 | 'Der Versuch, das ungültige Subjekt %s an %s anzuhängen, ist fehlgeschlagen. Subjekte müssen die Klasse Event_Subject erweitern.',
6 | 'invalid_observer' => 'Der Versuch, den ungültigen Beobachter %s an %s anzuhängen, ist fehlgeschlagen. Beobachter müssen die Klasse Event_Observer erweitern.',
7 | );
8 |
--------------------------------------------------------------------------------
/lib/kohana/system/config/cache_memcache.php:
--------------------------------------------------------------------------------
1 | '127.0.0.1',
12 | 'port' => 11211,
13 | 'persistent' => FALSE,
14 | )
15 | );
16 |
17 | /**
18 | * Enable cache data compression.
19 | */
20 | $config['compression'] = FALSE;
21 |
--------------------------------------------------------------------------------
/lib/kohana/system/i18n/nl_NL/encrypt.php:
--------------------------------------------------------------------------------
1 | 'De %s groep is niet gedefinieerd in je configuratie.',
6 | 'requires_mcrypt' => 'Om de Encrypt library te gebruiken, moet mcrypt ingeschakeld zijn in je PHP installatie.',
7 | 'no_encryption_key' => 'Om de Encrypt library te gebruiken, moet je een encryption key zetten in je config bestand.',
8 | );
9 |
--------------------------------------------------------------------------------
/lib/kohana/system/i18n/ru_RU/encrypt.php:
--------------------------------------------------------------------------------
1 | 'Группа %s не определена вашей конфигурацией.',
6 | 'requires_mcrypt' => 'Для использования библиотеки Encrypt необходимо включить расширение "mcrypt" в конфигурации PHP.',
7 | 'no_encryption_key' => 'Для использования библиотеки Encrypt необходимо задать ключ шифрования в конфигурационном файле.'
8 | );
9 |
--------------------------------------------------------------------------------
/share/pnp/application/views/mobile_pages.php:
--------------------------------------------------------------------------------
1 |
12 | Terminates the PDF document. It is not necessary to call this method explicitly because Output()
13 | does it automatically.
14 |
15 | If the document contains no page, AddPage() is called to prevent from getting an invalid document.
16 |
32 |
--------------------------------------------------------------------------------
/share/pnp/templates.dist/check_jmx4perl_connector_nr_requests.php:
--------------------------------------------------------------------------------
1 |
22 |
--------------------------------------------------------------------------------
/share/pnp/templates.dist/check_jmx4perl_connector_threads.php:
--------------------------------------------------------------------------------
1 |
22 |
--------------------------------------------------------------------------------
/share/pnp/templates.dist/check_jmx4perl_memory_heap.php:
--------------------------------------------------------------------------------
1 |
22 |
--------------------------------------------------------------------------------
/share/pnp/templates.dist/check_jmx4perl_connector_sent.php:
--------------------------------------------------------------------------------
1 |
22 |
--------------------------------------------------------------------------------
/share/pnp/templates.dist/check_oracle_health.php:
--------------------------------------------------------------------------------
1 |
35 |
--------------------------------------------------------------------------------
/lib/kohana/system/core/utf8/ucwords.php:
--------------------------------------------------------------------------------
1 |
22 |
--------------------------------------------------------------------------------
/share/pnp/templates.dist/check_messpc_temp.php:
--------------------------------------------------------------------------------
1 |
5 | #
6 | if ($WARN[1] == "") {
7 | $WARN[1] = 0;
8 | }
9 | if ($CRIT[1] == "") {
10 | $CRIT[1] = 0;
11 | }
12 |
13 | $opt[1] = "--vertical-label \"Temperature\" --title \"Temperature for $hostname / $servicedesc\" ";
14 |
15 | $def[1] = "DEF:var1=$RRDFILE[1]:$DS[1]:AVERAGE ";
16 | $def[1] .= "AREA:var1#00FF00:\"Temperature \" ";
17 | $def[1] .= "LINE1:var1#000000:\"\" ";
18 | $def[1] .= "GPRINT:var1:LAST:\"%3.4lg %s$UNIT[1] LAST \" ";
19 | $def[1] .= "GPRINT:var1:MAX:\"%3.4lg %s$UNIT[1] MAX \" ";
20 | $def[1] .= "GPRINT:var1:AVERAGE:\"%3.4lg %s$UNIT[1] AVERAGE \\n\" ";
21 | $def[1] .= "HRULE:$WARN[1]#FFFF00:\"Warning on $WARN[1]C\" ";
22 | $def[1] .= "HRULE:$CRIT[1]#FF0000:\"Critical on $CRIT[1]C\" ";
23 | ?>
24 |
--------------------------------------------------------------------------------
/lib/kohana/system/config/email.php:
--------------------------------------------------------------------------------
1 | 'The %s group is not defined in your configuration.',
6 | 'error' => 'There was an SQL error: %s',
7 | 'connection' => 'There was an error connecting to the database: %s',
8 | 'invalid_dsn' => 'The DSN you supplied is not valid: %s',
9 | 'must_use_set' => 'You must set a SET clause for your query.',
10 | 'must_use_where' => 'You must set a WHERE clause for your query.',
11 | 'must_use_table' => 'You must set a database table for your query.',
12 | 'table_not_found' => 'Table %s does not exist in your database.',
13 | 'not_implemented' => 'The method you called, %s, is not supported by this driver.',
14 | 'result_read_only' => 'Query results are read only.'
15 | );
--------------------------------------------------------------------------------
/lib/kohana/system/views/kohana_profiler.php:
--------------------------------------------------------------------------------
1 |
2 |
29 |
30 | render();
34 | }
35 | ?>
36 |
Profiler executed in s
37 |
--------------------------------------------------------------------------------
/lib/kohana/system/core/utf8/strpos.php:
--------------------------------------------------------------------------------
1 | 'Группа %s не определена Вашей конфигурацией.',
6 | 'error' => 'Ошибка SQL: %s',
7 | 'connection' => 'Не удалось подключиться к базе данных: %s',
8 | 'invalid_dsn' => 'Переданный DSN некорректен: %s',
9 | 'must_use_set' => 'Необходимо использовать оператор SET в этом запросе.',
10 | 'must_use_where' => 'Необходимо использовать оператор WHERE в этом запросе.',
11 | 'must_use_table' => 'Необходимо указать таблицу базы данных в этом запросе.',
12 | 'table_not_found' => 'Таблица %s не существует в Вашей базе данных.',
13 | 'not_implemented' => 'Запрошенный метод, %s, не поддерживается этим драйвером.',
14 | 'result_read_only' => 'Результат запроса доступен только для чтения.'
15 | );
16 |
--------------------------------------------------------------------------------
/lib/kohana/system/views/kohana_profiler_table.php:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/lib/kohana/system/i18n/es_ES/database.php:
--------------------------------------------------------------------------------
1 | 'El grupo %s no esta definido en tu configuración.',
6 | 'error' => 'Ocurrió un error de SQL: %s',
7 | 'connection' => 'Ocurrió un error conectando a la base de datos: %s',
8 | 'invalid_dsn' => 'El DSN que pusiste no es válido: %s',
9 | 'must_use_set' => 'Necesitas una clausula SET para tu consulta.',
10 | 'must_use_where' => 'Necesitas una clausula WHERE para tu consulta.',
11 | 'must_use_table' => 'Necesitas especificar la tabla para tu consulta.',
12 | 'table_not_found' => 'La tabla %s no existe en tu base de datos.',
13 | 'not_implemented' => 'El método requerido, %s, no esta soportado por este driver.',
14 | 'result_read_only' => 'Los resultados del query son de solo lectura.'
15 | );
--------------------------------------------------------------------------------
/share/pnp/documents/en_US/wrapper.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | check_procs is an example for a plugin which doesn't deliver performance data:
4 |
5 |
./check_procs -a ndo2db -w 1: -c 0:
6 | PROCS OK: 2 processes with args 'ndo2db'
7 |
8 |
9 | This can be changed with the following wrapper script
10 |
26 | Now you'll get the number together with the required label
27 |
28 |
29 |
./check_procs.sh -a ndo2db -w 1: -c 0:
30 | PROCS OK: 2 processes with args 'ndo2db'| procs=2
31 |
--------------------------------------------------------------------------------
/lib/kohana/system/i18n/nl_NL/database.php:
--------------------------------------------------------------------------------
1 | 'De %s groep is niet opgegeven in je configuratie.',
6 | 'error' => 'Er was een SQL fout: %s',
7 | 'connection' => 'Fout bij het verbinden met de database: %s',
8 | 'invalid_dsn' => 'De DSN die je opgaf is ongeldig: %s',
9 | 'must_use_set' => 'Je moet een SET clause opgeven voor je query.',
10 | 'must_use_where' => 'Je moet een WHERE clause opgeven voor je query.',
11 | 'must_use_table' => 'Je moet een database tabel opgeven voor je query.',
12 | 'table_not_found' => 'De tabel %s bestaat niet in je database.',
13 | 'not_implemented' => 'De method die je opriep, %s, wordt niet ondersteund door deze driver.',
14 | 'result_read_only' => 'Query resultaten kunnen alleen maar gelezen worden.',
15 | );
--------------------------------------------------------------------------------
/share/pnp/documents/de_DE/wrapper.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | check_procs ist ein Beispiel für ein Plugin, das keine Performance-Daten ausgibt:
4 |
5 |
./check_procs -a ndo2db -w 1: -c 0:
6 | PROCS OK: 2 processes with args 'ndo2db'
7 |
8 |
9 | Mit dem folgenden Wrapper-Script kann das geändert werden
10 |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/lib/kohana/system/i18n/it_IT/database.php:
--------------------------------------------------------------------------------
1 | 'Il gruppo %s non è stato definito nel file di configurazione.',
6 | 'error' => 'Si è verificato un errore SQL: %s',
7 | 'connection' => 'Si è verificato un errore durante la connessione al database: %s',
8 | 'invalid_dsn' => 'Il DSN fornito non è valido: %s',
9 | 'must_use_set' => 'È necessario definire una clausola SET per la query.',
10 | 'must_use_where' => 'È necessario definire una clausola WHERE per la query.',
11 | 'must_use_table' => 'È necessario definire una tabella per la query.',
12 | 'table_not_found' => 'La tabella %s non esiste nella base di dati.',
13 | 'not_implemented' => 'Il metodo chiamato, %s, non è supportato da questo driver.',
14 | 'result_read_only' => 'Il risultato della query è in sola lettura.',
15 | );
--------------------------------------------------------------------------------
/lib/kohana/system/i18n/de_DE/database.php:
--------------------------------------------------------------------------------
1 | 'Die Gruppe %s ist in Ihrer Konfiguration nicht definiert worden.',
6 | 'error' => 'Es gab einen SQL-Fehler: %s',
7 | 'connection' => 'Es gab einen Fehler bei der Verbindung mit der Datenbank: %s',
8 | 'invalid_dsn' => 'Die von Ihnen angegebene DSN ist ungültig: %s',
9 | 'must_use_set' => 'Sie müssen SET in Ihrem Query benutzen.',
10 | 'must_use_where' => 'Sie müssen WHERE in Ihrem Query benutzen.',
11 | 'must_use_table' => 'Sie müssen eine Tabelle für Ihren Query angeben.',
12 | 'table_not_found' => 'Die Tabelle %s konnte in der Datenbank nicht gefunden werden.',
13 | 'not_implemented' => 'Die Methode %s wird von diesem Datenbanktreiber nicht unterstützt.',
14 | 'result_read_only' => 'Ergebnisse der Anfrage können nur gelesen werden.',
15 | );
--------------------------------------------------------------------------------
/share/pnp/application/vendor/fpdf/doc/setx.htm:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | SetX
6 |
7 |
8 |
9 |
SetX
10 | SetX(float x)
11 |
Description
12 | Defines the abscissa of the current position. If the passed value is negative, it is relative
13 | to the right of the page.
14 |
12 | This method is automatically called in case of a fatal error; it simply throws an exception
13 | with the provided message.
14 | An inherited class may override it to customize the error handling but the method should
15 | never return, otherwise the resulting document would probably be invalid.
16 |
12 | Creates a new internal link and returns its identifier. An internal link is a clickable area
13 | which directs to another place within the document.
14 |
15 | The identifier can then be passed to Cell(), Write(), Image() or Link(). The destination is
16 | defined with SetLink().
17 |
12 | Defines the line width. By default, the value equals 0.2 mm. The method can be called before
13 | the first page is created and the value is retained from page to page.
14 |
12 | Defines the abscissa and ordinate of the current position. If the passed values are negative,
13 | they are relative respectively to the right and bottom of the page.
14 |
30 |
31 |
32 |
--------------------------------------------------------------------------------
/lib/kohana/system/i18n/en_US/errors.php:
--------------------------------------------------------------------------------
1 | array( 1, 'Framework Error', 'Please check the Kohana documentation for information about the following error.'),
6 | E_PAGE_NOT_FOUND => array( 1, 'Page Not Found', 'The requested page was not found. It may have moved, been deleted, or archived.'),
7 | 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.'),
8 | E_ERROR => array( 1, 'Fatal Error', ''),
9 | E_USER_ERROR => array( 1, 'Fatal Error', ''),
10 | E_PARSE => array( 1, 'Syntax Error', ''),
11 | E_WARNING => array( 1, 'Warning Message', ''),
12 | E_USER_WARNING => array( 1, 'Warning Message', ''),
13 | E_STRICT => array( 2, 'Strict Mode Error', ''),
14 | E_NOTICE => array( 2, 'Runtime Message', ''),
15 | );
16 |
--------------------------------------------------------------------------------
/lib/kohana/system/i18n/fr_FR/database.php:
--------------------------------------------------------------------------------
1 | 'Le groupe de base de données %s n\'existe pas dans votre fichier de configuration.',
6 | 'error' => 'L\'erreur SQL suivante est survenue: %s',
7 | 'connection' => 'Il y a eu une erreur lors de la connexion à la base de données: %s',
8 | 'invalid_dsn' => 'Le DSN que vous avez spécifié n\'est pas valide: %s',
9 | 'must_use_set' => 'Vous devez spécifier une clause SET pour votre requête.',
10 | 'must_use_where' => 'Vous devez spécifier une clause WHERE pour votre requête.',
11 | 'must_use_table' => 'Vous devez spécifier une table de la base de données pour votre requête.',
12 | 'table_not_found' => 'La table %s n\'existe pas dans votre base de données.',
13 | 'not_implemented' => 'La méthode %s que vous avez appelée n\'est pas supportée par le driver de base de données.',
14 | 'result_read_only' => 'Les résultats de la requête sont en lecture seule.'
15 | );
16 |
--------------------------------------------------------------------------------
/share/pnp/templates.dist/check_multi.php:
--------------------------------------------------------------------------------
1 |
27 |
--------------------------------------------------------------------------------
/lib/kohana/system/config/inflector.php:
--------------------------------------------------------------------------------
1 | 'children',
47 | 'clothes' => 'clothing',
48 | 'man' => 'men',
49 | 'movie' => 'movies',
50 | 'person' => 'people',
51 | 'woman' => 'women',
52 | 'mouse' => 'mice',
53 | 'goose' => 'geese',
54 | 'ox' => 'oxen',
55 | 'leaf' => 'leaves',
56 | 'course' => 'courses',
57 | 'size' => 'sizes',
58 | );
59 |
--------------------------------------------------------------------------------
/share/pnp/application/vendor/fpdf/doc/setleftmargin.htm:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | SetLeftMargin
6 |
7 |
8 |
9 |
SetLeftMargin
10 | SetLeftMargin(float margin)
11 |
Description
12 | Defines the left margin. The method can be called before creating the first page.
13 |
14 | If the current abscissa gets out of page, it is brought back to the margin.
15 |
12 | Sets the ordinate and optionally moves the current abscissa back to the left margin. If the value
13 | is negative, it is relative to the bottom of the page.
14 |
Parameters
15 |
16 |
y
17 |
18 | The value of the ordinate.
19 |
20 |
resetX
21 |
22 | Whether to reset the abscissa. Default value: true.
23 |
12 | Activates or deactivates page compression. When activated, the internal representation of
13 | each page is compressed, which leads to a compression ratio of about 2 for the resulting
14 | document.
15 |
16 | Compression is on by default.
17 |
18 |
19 | Note: the Zlib extension is required for this feature. If not present, compression
20 | will be turned off.
21 |
Parameters
22 |
23 |
compress
24 |
25 | Boolean indicating if compression must be enabled.
26 |