Fixed naming (PHPCI -> PHP Censor)
This commit is contained in:
parent
a35160f627
commit
60d74b0b44
64 changed files with 534 additions and 583 deletions
|
|
@ -123,7 +123,7 @@ class Application extends b8\Application
|
|||
{
|
||||
$controller = parent::loadController($class);
|
||||
$controller->layout = new View('layout');
|
||||
$controller->layout->title = 'PHPCI';
|
||||
$controller->layout->title = 'PHP Censor';
|
||||
$controller->layout->breadcrumb = [];
|
||||
|
||||
return $controller;
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@ class RebuildQueueCommand extends Command
|
|||
{
|
||||
$this
|
||||
->setName('phpci:rebuild-queue')
|
||||
->setDescription('Rebuilds the PHPCI worker queue.');
|
||||
->setDescription('Rebuilds the PHP Censor worker queue.');
|
||||
}
|
||||
|
||||
protected function execute(InputInterface $input, OutputInterface $output)
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ class RunCommand extends Command
|
|||
$this
|
||||
->setName('phpci:run-builds')
|
||||
->setDescription(Lang::get('run_all_pending'))
|
||||
->addOption('debug', null, null, 'Run PHPCI in Debug Mode');
|
||||
->addOption('debug', null, null, 'Run PHP Censor in Debug Mode');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -50,8 +50,8 @@ class WorkerCommand extends Command
|
|||
{
|
||||
$this
|
||||
->setName('phpci:worker')
|
||||
->setDescription('Runs the PHPCI build worker.')
|
||||
->addOption('debug', null, null, 'Run PHPCI in Debug Mode');
|
||||
->setDescription('Runs the PHP Censor build worker.')
|
||||
->addOption('debug', null, null, 'Run PHP Censor in Debug Mode');
|
||||
}
|
||||
|
||||
protected function execute(InputInterface $input, OutputInterface $output)
|
||||
|
|
|
|||
|
|
@ -18,11 +18,11 @@ use PHPCI\Builder;
|
|||
*/
|
||||
class Email
|
||||
{
|
||||
const DEFAULT_FROM = 'PHPCI <no-reply@phptesting.org>';
|
||||
const DEFAULT_FROM = 'PHP Censor <no-reply@php-censor.local>';
|
||||
|
||||
protected $emailTo = [];
|
||||
protected $emailCc = [];
|
||||
protected $subject = 'Email from PHPCI';
|
||||
protected $subject = 'Email from PHP Censor';
|
||||
protected $body = '';
|
||||
protected $isHtml = false;
|
||||
protected $config;
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ return [
|
|||
'language' => 'Sprog',
|
||||
|
||||
// Log in:
|
||||
'log_in_to_phpci' => 'Log ind i PHPCI',
|
||||
'log_in_to_phpci' => 'Log ind i PHP Censor',
|
||||
'login_error' => 'Forkert email-adresse eller adgangskode',
|
||||
'forgotten_password_link' => 'Har du glemt din adgangskode?',
|
||||
'reset_emailed' => 'Vi har sendt dig en email med et link til at nulstille din adgangskode.',
|
||||
|
|
@ -26,7 +26,7 @@ vi dig et link til at nulstille din adgangskode.',
|
|||
'reset_no_user_exists' => 'Der findes ingen bruger med den email-adresse, prøv igen.',
|
||||
'reset_email_body' => 'Hej %s,
|
||||
|
||||
Du modtager denne email fordi du eller en anden person har anmodet om at nulstille din adgangskode til PHPCI.
|
||||
Du modtager denne email fordi du eller en anden person har anmodet om at nulstille din adgangskode til PHP Censor.
|
||||
|
||||
Hvis det var dig kan du klikke følgende link for at nulstille din adgangskode: %ssession/reset-password/%d/%s
|
||||
|
||||
|
|
@ -34,9 +34,9 @@ Hvis det ikke var dig kan du ignorere denne email og intet vil ske.
|
|||
|
||||
Tak,
|
||||
|
||||
PHPCI',
|
||||
PHP Censor',
|
||||
|
||||
'reset_email_title' => 'PHPCI Adgangskode-nulstilling for %s',
|
||||
'reset_email_title' => 'PHP Censor Adgangskode-nulstilling for %s',
|
||||
'reset_invalid' => 'Ugyldig anmodning om adgangskode-nulstilling.',
|
||||
'email_address' => 'Email-addresse',
|
||||
'login' => 'Login / Email Address',
|
||||
|
|
@ -109,7 +109,7 @@ i din foretrukne hosting-platform.',
|
|||
'project_title' => 'Projekt-titel',
|
||||
'project_private_key' => 'Privat nøgle med adgang til dette repository
|
||||
(tom for lokal nøgle og/eller anonym adgang)',
|
||||
'build_config' => 'PHPCI build-konfiguration for dette projekt
|
||||
'build_config' => 'PHP Censor build-konfiguration for dette projekt
|
||||
(hvis du ikke har mulighed for at tilføje en phpci.yml fil i projektets repository)',
|
||||
'default_branch' => 'Default branch navn',
|
||||
'allow_public_status' => 'Tillad offentlig status-side og -billede for dette projekt?',
|
||||
|
|
@ -231,20 +231,20 @@ Services</a> sektionen under dit Bitbucket-repository.',
|
|||
// Settings:
|
||||
'settings_saved' => 'Dine indstillinger blev gemt.',
|
||||
'settings_check_perms' => 'Dine indstillinger kunne ikke gemmes, kontrollér rettighederne på din config.yml fil.',
|
||||
'settings_cannot_write' => 'PHPCI kan ikke skrive til din config.yml fil, indstillinger bliver muligvis ikke gemt korrekt før dette problem løses.',
|
||||
'settings_cannot_write' => 'PHP Censor kan ikke skrive til din config.yml fil, indstillinger bliver muligvis ikke gemt korrekt før dette problem løses.',
|
||||
'settings_github_linked' => 'Din GitHub-konto er nu tilsluttet.',
|
||||
'settings_github_not_linked' => 'Din GitHub-konto kunne ikke tilsluttes.',
|
||||
'build_settings' => 'Build-indstillinger',
|
||||
'github_application' => 'GitHub-applikation',
|
||||
'github_sign_in' => 'Før du kan bruge GitHub skal du <a href="%s">logge ind</a> og give PHPCI
|
||||
'github_sign_in' => 'Før du kan bruge GitHub skal du <a href="%s">logge ind</a> og give PHP Censor
|
||||
adgang til din konto.',
|
||||
'github_phpci_linked' => 'PHPCI blev tilsluttet din GitHub-konto.',
|
||||
'github_phpci_linked' => 'PHP Censor blev tilsluttet din GitHub-konto.',
|
||||
'github_where_to_find' => 'Hvor disse findes...',
|
||||
'github_where_help' => 'Hvis du ejer applikationen du ønsker at bruge kan du finde denne information i
|
||||
<a href="https://github.com/settings/applications">applications</a> under indstillinger.',
|
||||
|
||||
'email_settings' => 'Email-indstillinger',
|
||||
'email_settings_help' => 'Før PHPCI kan sende build-notifikationer via email
|
||||
'email_settings_help' => 'Før PHP Censor kan sende build-notifikationer via email
|
||||
skal du konfigurere nedenstående SMTP-indstillinger.',
|
||||
|
||||
'application_id' => 'Application ID',
|
||||
|
|
@ -269,7 +269,7 @@ skal du konfigurere nedenstående SMTP-indstillinger.',
|
|||
'3_hours' => '3 timer',
|
||||
|
||||
// Plugins
|
||||
'cannot_update_composer' => 'PHPCI kan ikke opdatere composer.json da filen ikke kan skrives.',
|
||||
'cannot_update_composer' => 'PHP Censor kan ikke opdatere composer.json da filen ikke kan skrives.',
|
||||
'x_has_been_removed' => '%s er blevet slettet.',
|
||||
'x_has_been_added' => '%s blev tilføjet til composer.json for dig og vil blive installeret næste gang
|
||||
du kører composer update.',
|
||||
|
|
@ -286,7 +286,7 @@ du kører composer update.',
|
|||
'search' => 'Søg »',
|
||||
|
||||
// Installer
|
||||
'installation_url' => 'PHPCI Installations-URL',
|
||||
'installation_url' => 'PHP Censor Installations-URL',
|
||||
'db_host' => 'Database-hostnavn',
|
||||
'db_name' => 'Database-navn',
|
||||
'db_user' => 'Database-brugernavn',
|
||||
|
|
@ -295,37 +295,37 @@ du kører composer update.',
|
|||
'admin_pass' => 'Administrator-adgangskode',
|
||||
'admin_email' => 'Administrators email-adresse',
|
||||
'config_path' => 'Konfigurations-fil',
|
||||
'install_phpci' => 'Installér PHPCI',
|
||||
'welcome_to_phpci' => 'Velkommen til PHPCI',
|
||||
'install_phpci' => 'Installér PHP Censor',
|
||||
'welcome_to_phpci' => 'Velkommen til PHP Censor',
|
||||
'please_answer' => 'Besvar venligst følgende spørgsmål:',
|
||||
'phpci_php_req' => 'PHPCI kræver minimum PHP version 5.3.8 for at fungere.',
|
||||
'phpci_php_req' => 'PHP Censor kræver minimum PHP version 5.3.8 for at fungere.',
|
||||
'extension_required' => 'Extension påkrævet: %s',
|
||||
'function_required' => 'PHPCI behøver adgang til funktion %s() i PHP. Er den deaktiveret i php.ini?',
|
||||
'requirements_not_met' => 'PHPCI kan ikke installeres da nogle krav ikke opfyldtes.
|
||||
'function_required' => 'PHP Censor behøver adgang til funktion %s() i PHP. Er den deaktiveret i php.ini?',
|
||||
'requirements_not_met' => 'PHP Censor kan ikke installeres da nogle krav ikke opfyldtes.
|
||||
Kontrollér venligst nedenstående fejl før du fortsætter.',
|
||||
'must_be_valid_email' => 'Skal være en gyldig email-adresse.',
|
||||
'must_be_valid_url' => 'Skal være en gyldig URL.',
|
||||
'enter_name' => 'Administrator-navn: ',
|
||||
'enter_email' => 'Administrators email-adresse: ',
|
||||
'enter_password' => 'Administrator-adgangskode: ',
|
||||
'enter_phpci_url' => 'Din PHPCI URL (eksempelvis "http://phpci.local"): ',
|
||||
'enter_phpci_url' => 'Din PHP Censor URL (eksempelvis "http://phpci.local"): ',
|
||||
|
||||
'enter_db_host' => 'Indtast dit MySQL-hostnavn [localhost]: ',
|
||||
'enter_db_name' => 'Indtast dit MySQL database-navn [phpci]: ',
|
||||
'enter_db_user' => 'Indtast dit MySQL-brugernavn [phpci]: ',
|
||||
'enter_db_pass' => 'Indtast dit MySQL-password: ',
|
||||
'could_not_connect' => 'PHPCI kunne ikke forbinde til MySQL med de angivning oplysninger. Forsøg igen.',
|
||||
'could_not_connect' => 'PHP Censor kunne ikke forbinde til MySQL med de angivning oplysninger. Forsøg igen.',
|
||||
'setting_up_db' => 'Indlæser database...',
|
||||
'user_created' => 'Brugerkonto oprettet!',
|
||||
'failed_to_create' => 'PHPCI kunne ikke oprette din administrator-konto.',
|
||||
'config_exists' => 'PHPCI konfigurationsfilen findes og er ikke tom.',
|
||||
'update_instead' => 'Hvis du forsøgte at opdatere PHPCI, forsøg da venligst med phpci:update istedet.',
|
||||
'failed_to_create' => 'PHP Censor kunne ikke oprette din administrator-konto.',
|
||||
'config_exists' => 'PHP Censor konfigurationsfilen findes og er ikke tom.',
|
||||
'update_instead' => 'Hvis du forsøgte at opdatere PHP Censor, forsøg da venligst med phpci:update istedet.',
|
||||
|
||||
// Update
|
||||
'update_phpci' => 'Opdatér databasen med ændrede modeller',
|
||||
'updating_phpci' => 'Opdaterer PHPCI-database:',
|
||||
'not_installed' => 'PHPCI lader til ikke at være installeret.',
|
||||
'install_instead' => 'Installér venligst PHPCI via phpci:install istedet.',
|
||||
'updating_phpci' => 'Opdaterer PHP Censor-database:',
|
||||
'not_installed' => 'PHP Censor lader til ikke at være installeret.',
|
||||
'install_instead' => 'Installér venligst PHP Censor via phpci:install istedet.',
|
||||
|
||||
// Poll Command
|
||||
'poll_github' => 'Check via GitHub om et build skal startes.',
|
||||
|
|
@ -347,7 +347,7 @@ Kontrollér venligst nedenstående fejl før du fortsætter.',
|
|||
'branch_name_option' => 'Branch to build',
|
||||
|
||||
// Run Command
|
||||
'run_all_pending' => 'Kør alle PHPCI builds i køen.',
|
||||
'run_all_pending' => 'Kør alle PHP Censor builds i køen.',
|
||||
'finding_builds' => 'Finder builds der skal køres',
|
||||
'found_n_builds' => '%d builds fundet',
|
||||
'skipping_build' => 'Springer over Build %d - projektet kører et build lige nu.',
|
||||
|
|
@ -381,7 +381,7 @@ Kontrollér venligst nedenstående fejl før du fortsætter.',
|
|||
'n_emails_sent' => '%d emails afsendt.',
|
||||
'n_emails_failed' => '%d emails kunne ikke afsendes.',
|
||||
'unable_to_set_env' => 'Kunne ikke sætte environment-variabel',
|
||||
'tag_created' => 'Tag oprettet af PHPCI: %s',
|
||||
'tag_created' => 'Tag oprettet af PHP Censor: %s',
|
||||
'x_built_at_x' => '%PROJECT_TITLE% bygget på %BUILD_URI%',
|
||||
'hipchat_settings' => 'Angiv venligst rum og autoToken i hipchat_notify plugin',
|
||||
'irc_settings' => 'Du skal som minimum indstille en server, et rum og et nicknavn.',
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ return [
|
|||
'language' => 'Sprache',
|
||||
|
||||
// Log in:
|
||||
'log_in_to_phpci' => 'In PHPCI einloggen',
|
||||
'log_in_to_phpci' => 'In PHP Censor einloggen',
|
||||
'login_error' => 'Fehlerhafte Emailadresse oder fehlerhaftes Passwort',
|
||||
'forgotten_password_link' => 'Passwort vergessen?',
|
||||
'reset_emailed' => 'Wir haben Ihnen einen Link geschickt, um Ihr Passwort zurückzusetzen',
|
||||
|
|
@ -26,7 +26,7 @@ return [
|
|||
'reset_no_user_exists' => 'Es existiert kein User mit dieser Emailadresse, versuchen Sie es bitte noch einmal.',
|
||||
'reset_email_body' => 'Hallo %s,
|
||||
|
||||
Sie haben diese Email erhalten, weil Sie, oder jemand anders, einen Link zum Zurücksetzen Ihres Passwortes für PHPCI verlangt hat.
|
||||
Sie haben diese Email erhalten, weil Sie, oder jemand anders, einen Link zum Zurücksetzen Ihres Passwortes für PHP Censor verlangt hat.
|
||||
|
||||
Wenn Sie diesen Link verlangt haben, klicken Sie bitte hier, um Ihr Passwort zurückzusetzen: %ssession/reset-password/%d/%s
|
||||
|
||||
|
|
@ -34,9 +34,9 @@ Falls nicht, ignorieren Sie diese Email bitte, und es wird nichts geändert.
|
|||
|
||||
Danke,
|
||||
|
||||
PHPCI',
|
||||
PHP Censor',
|
||||
|
||||
'reset_email_title' => 'PHPCI Passwort zurücksetzen für %s',
|
||||
'reset_email_title' => 'PHP Censor Passwort zurücksetzen für %s',
|
||||
'reset_invalid' => 'Fehlerhafte Anfrage für das Zurücksetzen eines Passwortes',
|
||||
'email_address' => 'Emailadresse',
|
||||
'login' => 'Login / Emailadresse',
|
||||
|
|
@ -111,7 +111,7 @@ generiert. Um es zu verwenden, fügen Sie einfach den folgenden Public Key im Ab
|
|||
'project_title' => 'Projekttitel',
|
||||
'project_private_key' => 'Private Key für den Zugang zum Repository
|
||||
(leer lassen für lokale und oder anonyme externe Zugriffe)',
|
||||
'build_config' => 'PHPCI Buildkonfiguration für dieses Projekt
|
||||
'build_config' => 'PHP Censor Buildkonfiguration für dieses Projekt
|
||||
(falls Sie Ihrem Projektrepository kein phpci.yml hinzufügen können)',
|
||||
'default_branch' => 'Name des Standardbranches',
|
||||
'allow_public_status' => 'Öffentliche Statusseite und -bild für dieses Projekt einschalten?',
|
||||
|
|
@ -242,20 +242,20 @@ generiert. Um es zu verwenden, fügen Sie einfach den folgenden Public Key im Ab
|
|||
'settings_saved' => 'Ihre Einstellungen wurden gespeichert.',
|
||||
'settings_check_perms' => 'Ihre Einstellungen konnten nicht gespeichert werden, bitte überprüfen Sie die
|
||||
Berechtigungen Ihrer config.yml-Datei',
|
||||
'settings_cannot_write' => 'PHPCI konnte config.yml nicht schreiben. Einstellungen könnten nicht richtig gespeichert werden, bis das Problem behoben ist.',
|
||||
'settings_cannot_write' => 'PHP Censor konnte config.yml nicht schreiben. Einstellungen könnten nicht richtig gespeichert werden, bis das Problem behoben ist.',
|
||||
'settings_github_linked' => 'Ihr GitHub-Konto wurde verknüpft.',
|
||||
'settings_github_not_linked' => 'Ihr GitHub-Konto konnte nicht verknüpft werden.',
|
||||
'build_settings' => 'Buildeinstellungen',
|
||||
'github_application' => 'GitHub-Applikation',
|
||||
'github_sign_in' => 'Bevor Sie anfangen GitHub zu verwenden, müssen Sie sich erst <a href="%s">einloggen</a> und PHPCI Zugriff auf Ihr Nutzerkonto gewähren',
|
||||
'github_phpci_linked' => 'PHPCI wurde erfolgreich mit Ihrem GitHub-Konto verknüpft.',
|
||||
'github_sign_in' => 'Bevor Sie anfangen GitHub zu verwenden, müssen Sie sich erst <a href="%s">einloggen</a> und PHP Censor Zugriff auf Ihr Nutzerkonto gewähren',
|
||||
'github_phpci_linked' => 'PHP Censor wurde erfolgreich mit Ihrem GitHub-Konto verknüpft.',
|
||||
'github_where_to_find' => 'Wo Sie diese finden...',
|
||||
'github_where_help' => 'Wenn Sie der Besitzer der Applikation sind, die Sie gerne verwenden möchten, können Sie
|
||||
diese Einstellungen in Ihrem "<a href="https://github.com/settings/applications">applications</a>
|
||||
settings"-Bereich finden.',
|
||||
|
||||
'email_settings' => 'Emaileinstellungen',
|
||||
'email_settings_help' => 'Bevor PHPCI E-Mails zum Buildstatus verschicken kann,
|
||||
'email_settings_help' => 'Bevor PHP Censor E-Mails zum Buildstatus verschicken kann,
|
||||
müssen Sie Ihre SMTP-Einstellungen unten konfigurieren',
|
||||
|
||||
'application_id' => 'Applikations-ID',
|
||||
|
|
@ -280,7 +280,7 @@ generiert. Um es zu verwenden, fügen Sie einfach den folgenden Public Key im Ab
|
|||
'3_hours' => '3 Stunden',
|
||||
|
||||
// Plugins
|
||||
'cannot_update_composer' => 'PHPCI kann composer.json nicht für Sie aktualisieren, da Schreibrechte benötigt werden.',
|
||||
'cannot_update_composer' => 'PHP Censor kann composer.json nicht für Sie aktualisieren, da Schreibrechte benötigt werden.',
|
||||
'x_has_been_removed' => '%s wurde entfernt.',
|
||||
'x_has_been_added' => '%s wurde für Sie dem composer.json hinzugefügt und wird installiert, sobald Sie das nächste mal composer update ausführen.',
|
||||
'enabled_plugins' => 'Eingeschaltene Plugins',
|
||||
|
|
@ -309,7 +309,7 @@ generiert. Um es zu verwenden, fügen Sie einfach den folgenden Public Key im Ab
|
|||
'stage_fixed' => 'Behoben',
|
||||
|
||||
// Installer
|
||||
'installation_url' => 'PHPCI Installations-URL',
|
||||
'installation_url' => 'PHP Censor Installations-URL',
|
||||
'db_host' => 'Datenbankserver',
|
||||
'db_name' => 'Datenbankname',
|
||||
'db_user' => 'Datenbankbenutzer',
|
||||
|
|
@ -318,37 +318,37 @@ generiert. Um es zu verwenden, fügen Sie einfach den folgenden Public Key im Ab
|
|||
'admin_pass' => 'Administratorpasswort',
|
||||
'admin_email' => 'Emailadresse des Administrators',
|
||||
'config_path' => 'Dateipfad für Konfiguration',
|
||||
'install_phpci' => 'PHPCI installieren',
|
||||
'welcome_to_phpci' => 'Willkommen bei PHPCI',
|
||||
'install_phpci' => 'PHP Censor installieren',
|
||||
'welcome_to_phpci' => 'Willkommen bei PHP Censor',
|
||||
'please_answer' => 'Bitte beantworten Sie die folgenden Fragen:',
|
||||
'phpci_php_req' => 'PHPCI benötigt mindestens PHP 5.3.8 um zu funktionieren.',
|
||||
'phpci_php_req' => 'PHP Censor benötigt mindestens PHP 5.3.8 um zu funktionieren.',
|
||||
'extension_required' => 'Benötigte Extensions: %s',
|
||||
'function_required' => 'PHPCI muss die Funktion %s() aufrufen können. Ist sie in php.ini deaktiviert?',
|
||||
'requirements_not_met' => 'PHPCI konnte nicht installiert werden, weil nicht alle Bedingungen erfüllt sind.
|
||||
'function_required' => 'PHP Censor muss die Funktion %s() aufrufen können. Ist sie in php.ini deaktiviert?',
|
||||
'requirements_not_met' => 'PHP Censor konnte nicht installiert werden, weil nicht alle Bedingungen erfüllt sind.
|
||||
Bitte überprüfen Sie die Fehler, bevor Sie fortfahren,',
|
||||
'must_be_valid_email' => 'Muss eine gültige Emailadresse sein.',
|
||||
'must_be_valid_url' => 'Muss eine valide URL sein.',
|
||||
'enter_name' => 'Name des Administrators: ',
|
||||
'enter_email' => 'Emailadresse des Administrators: ',
|
||||
'enter_password' => 'Passwort des Administrators: ',
|
||||
'enter_phpci_url' => 'Ihre PHPCI-URL (z.B. "http://phpci.local"): ',
|
||||
'enter_phpci_url' => 'Ihre PHP Censor-URL (z.B. "http://phpci.local"): ',
|
||||
|
||||
'enter_db_host' => 'Bitte geben Sie Ihren MySQL-Host ein [localhost]: ',
|
||||
'enter_db_name' => 'Bitte geben Sie Ihren MySQL-Namen ein [phpci]: ',
|
||||
'enter_db_user' => 'Bitte geben Sie Ihren MySQL-Benutzernamen ein [phpci]: ',
|
||||
'enter_db_pass' => 'Bitte geben Sie Ihr MySQL-Passwort ein: ',
|
||||
'could_not_connect' => 'PHPCI konnte wegen folgender Details nicht mit MySQL verbinden. Bitte versuchen Sie es erneut.',
|
||||
'could_not_connect' => 'PHP Censor konnte wegen folgender Details nicht mit MySQL verbinden. Bitte versuchen Sie es erneut.',
|
||||
'setting_up_db' => 'Ihre Datenbank wird aufgesetzt... ',
|
||||
'user_created' => 'Benutzerkonto wurde erstellt!',
|
||||
'failed_to_create' => 'PHPCI konnte Ihr Administratorenkonto nicht erstellen.',
|
||||
'config_exists' => 'Die PHPCI-Konfigurationsdatei existiert und ist nicht leer..',
|
||||
'update_instead' => 'Falls Sie versucht haben PHPCI zu aktualisieren, benutzen Sie bitte stattdessen phpci:update.',
|
||||
'failed_to_create' => 'PHP Censor konnte Ihr Administratorenkonto nicht erstellen.',
|
||||
'config_exists' => 'Die PHP Censor-Konfigurationsdatei existiert und ist nicht leer..',
|
||||
'update_instead' => 'Falls Sie versucht haben PHP Censor zu aktualisieren, benutzen Sie bitte stattdessen phpci:update.',
|
||||
|
||||
// Update
|
||||
'update_phpci' => 'Datenbank wird aktualisiert, um den Änderungen der Models zu entsprechen.',
|
||||
'updating_phpci' => 'Aktualisiere PHPCI-Datenbank:',
|
||||
'not_installed' => 'PHPCI scheint nicht installiert zu sein.',
|
||||
'install_instead' => 'Bitte installieren Sie PHPCI stattdessen via phpci:install.',
|
||||
'updating_phpci' => 'Aktualisiere PHP Censor-Datenbank:',
|
||||
'not_installed' => 'PHP Censor scheint nicht installiert zu sein.',
|
||||
'install_instead' => 'Bitte installieren Sie PHP Censor stattdessen via phpci:install.',
|
||||
|
||||
// Poll Command
|
||||
'poll_github' => 'GitHub abfragen, um herauszufinden, ob ein Build gestartet werden muss.',
|
||||
|
|
@ -370,7 +370,7 @@ generiert. Um es zu verwenden, fügen Sie einfach den folgenden Public Key im Ab
|
|||
'branch_name_option' => 'Branch to build',
|
||||
|
||||
// Run Command
|
||||
'run_all_pending' => 'Führe alle ausstehenden PHPCI Builds aus.',
|
||||
'run_all_pending' => 'Führe alle ausstehenden PHP Censor Builds aus.',
|
||||
'finding_builds' => 'Suche verarbeitbare Builds',
|
||||
'found_n_builds' => '%d Builds gefunden',
|
||||
'skipping_build' => 'Überspringe Build %d - Es wird bereits ein Build auf diesem Projekt ausgeführt.',
|
||||
|
|
@ -404,7 +404,7 @@ generiert. Um es zu verwenden, fügen Sie einfach den folgenden Public Key im Ab
|
|||
'n_emails_sent' => '%d Emails verschickt.',
|
||||
'n_emails_failed' => 'Konnte %d Emails nicht verschicken.',
|
||||
'unable_to_set_env' => 'Konnte Umgebungsvariable nicht setzen',
|
||||
'tag_created' => 'Tag erstellt durch PHPCI: %s',
|
||||
'tag_created' => 'Tag erstellt durch PHP Censor: %s',
|
||||
'x_built_at_x' => '%PROJECT_TITLE% gebuildet auf %BUILD_URI%',
|
||||
'hipchat_settings' => 'Bitte definieren Sie Room und AuthToken für das hipchat_notify-Plugin',
|
||||
'irc_settings' => 'Sie müssen einen Server, Room und Nick definieren.',
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ return [
|
|||
'language' => 'Γλώσσα',
|
||||
|
||||
// Log in:
|
||||
'log_in_to_phpci' => 'Είσοδος στο PHPCI',
|
||||
'log_in_to_phpci' => 'Είσοδος στο PHP Censor',
|
||||
'login_error' => 'Λάθος διεύθυνση e-mail ή κωδικός πρόσβασης',
|
||||
'forgotten_password_link' => 'Ξεχάσατε τον κωδικό σας;',
|
||||
'reset_emailed' => 'Σας έχουμε αποσταλεί ένα σύνδεσμο για να επαναφέρετε τον κωδικό πρόσβασής σας.',
|
||||
|
|
@ -26,7 +26,7 @@ return [
|
|||
'reset_no_user_exists' => 'Δεν υπάρχει χρήστης με αυτή την διεύθυνση ηλεκτρονικού ταχυδρομείου, παρακαλώ προσπαθήστε ξανά.',
|
||||
'reset_email_body' => 'Γεια %s,
|
||||
|
||||
Έχετε λάβει αυτό το μήνυμα επειδή εσείς, ή κάποιος άλλος, ζήτησε επαναφορά κωδικού πρόσβασης για το PHPCI.
|
||||
Έχετε λάβει αυτό το μήνυμα επειδή εσείς, ή κάποιος άλλος, ζήτησε επαναφορά κωδικού πρόσβασης για το PHP Censor.
|
||||
|
||||
Αν ήσασταν εσείς, παρακαλώ κάντε κλικ στον παρακάτω σύνδεσμο για να επαναφέρετε τον κωδικό πρόσβασής σας: %ssession/reset-password/%d/%s
|
||||
|
||||
|
|
@ -34,9 +34,9 @@ return [
|
|||
|
||||
Σας ευχαριστούμε,
|
||||
|
||||
PHPCI',
|
||||
PHP Censor',
|
||||
|
||||
'reset_email_title' => 'PHPCI Επαναφορά Κωδικού για %s',
|
||||
'reset_email_title' => 'PHP Censor Επαναφορά Κωδικού για %s',
|
||||
'reset_invalid' => 'Μη έγκυρο αίτημα επαναφοράς κωδικού πρόσβασης.',
|
||||
'email_address' => 'Διεύθυνση email',
|
||||
'login' => 'Login / Email Address',
|
||||
|
|
@ -110,7 +110,7 @@ PHPCI',
|
|||
'project_title' => 'Τίτλος Έργου',
|
||||
'project_private_key' => 'Ιδιωτικό κλειδί για πρόσβαση σε αποθετήριο
|
||||
(αφήστε κενό για την τοπική ή / και ανώνυμα απομακρυσμένα)',
|
||||
'build_config' => 'Kατασκευή διαμόρφωσης PHPCI για αυτό το έργο
|
||||
'build_config' => 'Kατασκευή διαμόρφωσης PHP Censor για αυτό το έργο
|
||||
(αν δεν μπορείτε να προσθέσετε ένα αρχείο phpci.yml στο αποθετήριο έργων)',
|
||||
'default_branch' => 'Προκαθορισμένο όνομα διακλάδωσης',
|
||||
'allow_public_status' => 'Ενεργοποίηση της σελίδας δημόσιας κατάστασης και την εικόνα για το έργο αυτό;',
|
||||
|
|
@ -232,21 +232,21 @@ Services</a> του Bitbucket αποθετηρίου σας.',
|
|||
// Settings:
|
||||
'settings_saved' => 'Οι ρυθμίσεις σας έχουν αποθηκευτεί.',
|
||||
'settings_check_perms' => 'Οι ρυθμίσεις σας δεν αποθηκεύτηκαν, ελέγξτε τα δικαιώματα του αρχείου σας config.yml.',
|
||||
'settings_cannot_write' => 'Το PHPCI δεν μπορεί να γράψει στο αρχείο config.yml, οι ρυθμίσεις ενδέχεται να μην αποθηκευτούν σωστά
|
||||
'settings_cannot_write' => 'Το PHP Censor δεν μπορεί να γράψει στο αρχείο config.yml, οι ρυθμίσεις ενδέχεται να μην αποθηκευτούν σωστά
|
||||
μέχρι να διορθωθεί.',
|
||||
'settings_github_linked' => 'Ο λογαριασμός σας GitHub έχει συνδεθεί.',
|
||||
'settings_github_not_linked' => 'Ο λογαριασμός σας Github δεν μπόρεσε να συνδεθεί.',
|
||||
'build_settings' => 'Ρυθμίσεις κατασκευής',
|
||||
'github_application' => 'GitHub Εφαρμογή',
|
||||
'github_sign_in' => 'Πριν αρχίσετε να χρησιμοποιείτε το GitHub, θα πρέπει να <a href="%s"> συνδεθείται </a> και να δώσει
|
||||
το PHPCI πρόσβαση στο λογαριασμό σας.',
|
||||
'github_phpci_linked' => 'Το PHPCI συνδέθηκε με επιτυχία με το λογαριασμό Github.',
|
||||
το PHP Censor πρόσβαση στο λογαριασμό σας.',
|
||||
'github_phpci_linked' => 'Το PHP Censor συνδέθηκε με επιτυχία με το λογαριασμό Github.',
|
||||
'github_where_to_find' => 'Πού να βρείτε αυτά ...',
|
||||
'github_where_help' => 'Εάν έχετε στην κατοχή σας την εφαρμογή που θέλετε να χρησιμοποιήσετε, μπορείτε να βρείτε αυτές τις πληροφορίες στην περιοχή
|
||||
<a href="https://github.com/settings/applications">Ρυθμίσεις εφαρμογών </a> ',
|
||||
|
||||
'email_settings' => 'Ρυθμίσεις email',
|
||||
'email_settings_help' => 'Πριν το PHPCI μπορεί να στείλει μηνύματα ηλεκτρονικού ταχυδρομείου για την κατάσταση κατασκευής,
|
||||
'email_settings_help' => 'Πριν το PHP Censor μπορεί να στείλει μηνύματα ηλεκτρονικού ταχυδρομείου για την κατάσταση κατασκευής,
|
||||
θα πρέπει να διαμορφώσετε τις ρυθμίσεις SMTP παρακάτω.',
|
||||
|
||||
'application_id' => 'Αναγνωριστικό εφαρμογής',
|
||||
|
|
@ -271,7 +271,7 @@ Services</a> του Bitbucket αποθετηρίου σας.',
|
|||
'3_hours' => '3 ώρες',
|
||||
|
||||
// Plugins
|
||||
'cannot_update_composer' => 'To PHPCI δεν μπορεί να ενημερώσει to composer.json για σας, γιατί δεν είναι εγγράψιμο.',
|
||||
'cannot_update_composer' => 'To PHP Censor δεν μπορεί να ενημερώσει to composer.json για σας, γιατί δεν είναι εγγράψιμο.',
|
||||
'x_has_been_removed' => '%s έχει αφαιρεθεί.',
|
||||
'x_has_been_added' => '%s προσθέιηκε στο αρχείο composer.json για εσάς και θα εγκατασταθεί την επόμενη φορά
|
||||
που θα τρέξετε την ενημέρωση για το composer.',
|
||||
|
|
@ -288,7 +288,7 @@ Services</a> του Bitbucket αποθετηρίου σας.',
|
|||
'search' => 'Αναζήτηση »',
|
||||
|
||||
// Installer
|
||||
'installation_url' => 'Σύνδεσμος URL εγκατάστασης του PHPCI',
|
||||
'installation_url' => 'Σύνδεσμος URL εγκατάστασης του PHP Censor',
|
||||
'db_host' => 'Φιλοξενία βάσης δεδομένων',
|
||||
'db_name' => 'Όνομα βάσης δεδομένων',
|
||||
'db_user' => 'Όνομα χρήστη βάσης δεδομένων',
|
||||
|
|
@ -297,37 +297,37 @@ Services</a> του Bitbucket αποθετηρίου σας.',
|
|||
'admin_pass' => 'Κωδικός πρόσβασης διαχειριστή',
|
||||
'admin_email' => 'Διεύθυνση email διαχειριστή',
|
||||
'config_path' => 'Διαδρομή αρχείου ρυθμίσεων',
|
||||
'install_phpci' => 'Εγκατάσταση PHPCI',
|
||||
'welcome_to_phpci' => 'Καλώς ήρθατε στο PHPCI',
|
||||
'install_phpci' => 'Εγκατάσταση PHP Censor',
|
||||
'welcome_to_phpci' => 'Καλώς ήρθατε στο PHP Censor',
|
||||
'please_answer' => 'Παρακαλώ απαντήστε στις ακόλουθες ερωτήσεις:',
|
||||
'phpci_php_req' => 'Το PHPCI απαιτεί τουλάχιστον την έκδοση PHP 5.3.8 για να λειτουργήσει',
|
||||
'phpci_php_req' => 'Το PHP Censor απαιτεί τουλάχιστον την έκδοση PHP 5.3.8 για να λειτουργήσει',
|
||||
'extension_required' => 'Απαιτούμενη επέκταση: %s ',
|
||||
'function_required' => 'Το PHPCI πρέπει να είναι σε θέση να καλέσει την %s() συνάρτηση. Είναι απενεργοποιημένη στο php.ini;',
|
||||
'requirements_not_met' => 'Το PHPCI δεν μπορεί να εγκατασταθεί, καθώς όλες οι απαιτήσεις δεν ικανοποιούνται.
|
||||
'function_required' => 'Το PHP Censor πρέπει να είναι σε θέση να καλέσει την %s() συνάρτηση. Είναι απενεργοποιημένη στο php.ini;',
|
||||
'requirements_not_met' => 'Το PHP Censor δεν μπορεί να εγκατασταθεί, καθώς όλες οι απαιτήσεις δεν ικανοποιούνται.
|
||||
Παρακαλούμε διαβάστε τα παραπάνω λάθη πριν συνεχίσετε.',
|
||||
'must_be_valid_email' => 'Πρέπει να είναι μια έγκυρη διεύθυνση ηλεκτρονικού ταχυδρομείου.',
|
||||
'must_be_valid_url' => 'Πρέπει να είναι μια έγκυρη διεύθυνση URL.',
|
||||
'enter_name' => 'Όνομα διαχειριστή: ',
|
||||
'enter_email' => 'Ηλ. Διεύθυνση διαχειριστή: ',
|
||||
'enter_password' => 'Κωδικός πρόσβασης διαχειριστή: ',
|
||||
'enter_phpci_url' => 'Ο URL σύνδεσμος σας για το PHPCI ("http://phpci.local" για παράδειγμα): ',
|
||||
'enter_phpci_url' => 'Ο URL σύνδεσμος σας για το PHP Censor ("http://phpci.local" για παράδειγμα): ',
|
||||
|
||||
'enter_db_host' => 'Παρακαλώ εισάγετε τον MySQL οικοδεσπότη σας [localhost]: ',
|
||||
'enter_db_name' => 'Παρακαλώ εισάγετε το όνομα της MySQL βάσης δεδομένων σας [phpci]: ',
|
||||
'enter_db_user' => 'Παρακαλώ εισάγετε το όνομα χρήστη της MySQL σας [phpci]: ',
|
||||
'enter_db_pass' => 'Παρακαλώ εισάγετε τον κωδικό χρήστη της MySQL σας: ',
|
||||
'could_not_connect' => 'Το PHPCI δεν μπόρεσε να συνδεθεί με την MySQL με τα στοχεία που δώσατε. Παρακαλώ δοκιμάστε ξανά.',
|
||||
'could_not_connect' => 'Το PHP Censor δεν μπόρεσε να συνδεθεί με την MySQL με τα στοχεία που δώσατε. Παρακαλώ δοκιμάστε ξανά.',
|
||||
'setting_up_db' => 'Γίνεται ρύθμιση της βάσης δεδομένων σας ...',
|
||||
'user_created' => 'Λογαριασμός χρήστη δημιουργήθηκε!',
|
||||
'failed_to_create' => 'Το PHPCI απέτυχε να δημιουργήσει το λογαριασμό διαχειριστή σας.',
|
||||
'config_exists' => 'Το αρχείο ρυθμίσεων PHPCI υπάρχει και δεν είναι άδειο.',
|
||||
'update_instead' => 'Εάν προσπαθούσατε να ενημερώσετε PHPCI, παρακαλούμε χρησιμοποιήστε καλύτερα το phpci:update αντ \'αυτού.',
|
||||
'failed_to_create' => 'Το PHP Censor απέτυχε να δημιουργήσει το λογαριασμό διαχειριστή σας.',
|
||||
'config_exists' => 'Το αρχείο ρυθμίσεων PHP Censor υπάρχει και δεν είναι άδειο.',
|
||||
'update_instead' => 'Εάν προσπαθούσατε να ενημερώσετε PHP Censor, παρακαλούμε χρησιμοποιήστε καλύτερα το phpci:update αντ \'αυτού.',
|
||||
|
||||
// Update
|
||||
'update_phpci' => 'Ενημέρωστε την βάση δεδομένων ώστε να αντικατοπτρίζει τροποποιημένα μοντέλα.',
|
||||
'updating_phpci' => 'Γίνεται ενημέρωση της βάσης δεδομένων PHPCI:',
|
||||
'not_installed' => 'Το PHPCI δεν φένεται να είναι εγκατεστημένο',
|
||||
'install_instead' => 'Παρακαλούμε εγκαταστήστε το PHPCI καλύτερα με το phpci:install αντ \'αυτού.',
|
||||
'updating_phpci' => 'Γίνεται ενημέρωση της βάσης δεδομένων PHP Censor:',
|
||||
'not_installed' => 'Το PHP Censor δεν φένεται να είναι εγκατεστημένο',
|
||||
'install_instead' => 'Παρακαλούμε εγκαταστήστε το PHP Censor καλύτερα με το phpci:install αντ \'αυτού.',
|
||||
|
||||
// Poll Command
|
||||
'poll_github' => 'Δημοσκόπηση στο GitHub για να ελέγξετε αν θα πρέπει να ξεκινήσει μια κατασκευή.',
|
||||
|
|
@ -349,7 +349,7 @@ Services</a> του Bitbucket αποθετηρίου σας.',
|
|||
'branch_name_option' => 'Branch to build',
|
||||
|
||||
// Run Command
|
||||
'run_all_pending' => 'Εκτελέστε όλες τις εκκρεμείς PHPCI κατασκευές.',
|
||||
'run_all_pending' => 'Εκτελέστε όλες τις εκκρεμείς PHP Censor κατασκευές.',
|
||||
'finding_builds' => 'Αναζήτηση κατασκευών για επεξεργασία',
|
||||
'found_n_builds' => 'Βρέθηκαν %d κατασκευές',
|
||||
'skipping_build' => 'Παράκαμψη κατασκευής %d - Η διαδικασία κατασκευής του έργου βρίσκεται ήδη σε εξέλιξη.',
|
||||
|
|
@ -383,7 +383,7 @@ Services</a> του Bitbucket αποθετηρίου σας.',
|
|||
'n_emails_sent' => 'Στάλθηκαν %d emails ',
|
||||
'n_emails_failed' => 'Δεν στάλθηκαν %d emails ',
|
||||
'unable_to_set_env' => 'Δεν είναι δυνατός ο ορισμος μεταβλητής περιβάλλοντος',
|
||||
'tag_created' => 'Ετικέτα δημιουργήθηκε από PHPCI: %s',
|
||||
'tag_created' => 'Ετικέτα δημιουργήθηκε από PHP Censor: %s',
|
||||
'x_built_at_x' => '%PROJECT_TITLE% χτισμένο σε %BUILD_URI%',
|
||||
'hipchat_settings' => 'Παρακαλώ ορίστε δωμάτιο και authToken για το πρόσθετο hipchat_notify',
|
||||
'irc_settings' => 'Θα πρέπει να ρυθμίσετε ένα διακομιστή, το δωμάτιο και το ψευδώνυμο.',
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ return [
|
|||
'language' => 'Language',
|
||||
|
||||
// Log in:
|
||||
'log_in_to_phpci' => 'Log in to PHPCI',
|
||||
'log_in_to_phpci' => 'Log in to PHP Censor',
|
||||
'login_error' => 'Incorrect email address or password',
|
||||
'forgotten_password_link' => 'Forgotten your password?',
|
||||
'reset_emailed' => 'We\'ve emailed you a link to reset your password.',
|
||||
|
|
@ -26,7 +26,7 @@ return [
|
|||
'reset_no_user_exists' => 'No user exists with that email address, please try again.',
|
||||
'reset_email_body' => 'Hi %s,
|
||||
|
||||
You have received this email because you, or someone else, has requested a password reset for PHPCI.
|
||||
You have received this email because you, or someone else, has requested a password reset for PHP Censor.
|
||||
|
||||
If this was you, please click the following link to reset your password: %ssession/reset-password/%d/%s
|
||||
|
||||
|
|
@ -34,9 +34,9 @@ Otherwise, please ignore this email and no action will be taken.
|
|||
|
||||
Thank you,
|
||||
|
||||
PHPCI',
|
||||
PHP Censor',
|
||||
|
||||
'reset_email_title' => 'PHPCI Password Reset for %s',
|
||||
'reset_email_title' => 'PHP Censor Password Reset for %s',
|
||||
'reset_invalid' => 'Invalid password reset request.',
|
||||
'email_address' => 'Email Address',
|
||||
'login' => 'Login / Email Address',
|
||||
|
|
@ -112,7 +112,7 @@ PHPCI',
|
|||
'project_title' => 'Project Title',
|
||||
'project_private_key' => 'Private key to use to access repository
|
||||
(leave blank for local and/or anonymous remotes)',
|
||||
'build_config' => 'PHPCI build config for this project
|
||||
'build_config' => 'PHP Censor build config for this project
|
||||
(if you cannot add a phpci.yml file in the project repository)',
|
||||
'default_branch' => 'Default branch name',
|
||||
'allow_public_status' => 'Enable public status page and image for this project?',
|
||||
|
|
@ -252,21 +252,21 @@ PHPCI',
|
|||
// Settings:
|
||||
'settings_saved' => 'Your settings have been saved.',
|
||||
'settings_check_perms' => 'Your settings could not be saved, check the permissions of your config.yml file.',
|
||||
'settings_cannot_write' => 'PHPCI cannot write to your config.yml file, settings may not be saved properly
|
||||
'settings_cannot_write' => 'PHP Censor cannot write to your config.yml file, settings may not be saved properly
|
||||
until this is rectified.',
|
||||
'settings_github_linked' => 'Your GitHub account has been linked.',
|
||||
'settings_github_not_linked' => 'Your GitHub account could not be linked.',
|
||||
'build_settings' => 'Build Settings',
|
||||
'github_application' => 'GitHub Application',
|
||||
'github_sign_in' => 'Before you can start using GitHub, you need to <a href="%s">sign in</a> and grant
|
||||
PHPCI access to your account.',
|
||||
'github_phpci_linked' => 'PHPCI is successfully linked to GitHub account.',
|
||||
PHP Censor access to your account.',
|
||||
'github_phpci_linked' => 'PHP Censor is successfully linked to GitHub account.',
|
||||
'github_where_to_find' => 'Where to find these...',
|
||||
'github_where_help' => 'If you own the application you would like to use, you can find this information within your
|
||||
<a href="https://github.com/settings/applications">applications</a> settings area.',
|
||||
|
||||
'email_settings' => 'Email Settings',
|
||||
'email_settings_help' => 'Before PHPCI can send build status emails,
|
||||
'email_settings_help' => 'Before PHP Censor can send build status emails,
|
||||
you need to configure your SMTP settings below.',
|
||||
|
||||
'application_id' => 'Application ID',
|
||||
|
|
@ -291,7 +291,7 @@ PHPCI',
|
|||
'3_hours' => '3 Hours',
|
||||
|
||||
// Plugins
|
||||
'cannot_update_composer' => 'PHPCI cannot update composer.json for you as it is not writable.',
|
||||
'cannot_update_composer' => 'PHP Censor cannot update composer.json for you as it is not writable.',
|
||||
'x_has_been_removed' => '%s has been removed.',
|
||||
'x_has_been_added' => '%s has been added to composer.json for you and will be installed next time
|
||||
you run composer update.',
|
||||
|
|
@ -331,7 +331,7 @@ PHPCI',
|
|||
'finished' => 'Finished',
|
||||
|
||||
// Installer
|
||||
'installation_url' => 'PHPCI Installation URL',
|
||||
'installation_url' => 'PHP Censor Installation URL',
|
||||
'db_host' => 'Database Host',
|
||||
'db_name' => 'Database Name',
|
||||
'db_user' => 'Database Username',
|
||||
|
|
@ -340,38 +340,38 @@ PHPCI',
|
|||
'admin_pass' => 'Admin Password',
|
||||
'admin_email' => 'Admin Email Address',
|
||||
'config_path' => 'Config File Path',
|
||||
'install_phpci' => 'Install PHPCI',
|
||||
'welcome_to_phpci' => 'Welcome to PHPCI',
|
||||
'install_phpci' => 'Install PHP Censor',
|
||||
'welcome_to_phpci' => 'Welcome to PHP Censor',
|
||||
'please_answer' => 'Please answer the following questions:',
|
||||
'phpci_php_req' => 'PHPCI requires at least PHP 5.3.8 to function.',
|
||||
'phpci_php_req' => 'PHP Censor requires at least PHP 5.3.8 to function.',
|
||||
'extension_required' => 'Extension required: %s',
|
||||
'function_required' => 'PHPCI needs to be able to call the %s() function. Is it disabled in php.ini?',
|
||||
'requirements_not_met' => 'PHPCI cannot be installed, as not all requirements are met.
|
||||
'function_required' => 'PHP Censor needs to be able to call the %s() function. Is it disabled in php.ini?',
|
||||
'requirements_not_met' => 'PHP Censor cannot be installed, as not all requirements are met.
|
||||
Please review the errors above before continuing.',
|
||||
'must_be_valid_email' => 'Must be a valid email address.',
|
||||
'must_be_valid_url' => 'Must be a valid URL.',
|
||||
'enter_name' => 'Admin Name: ',
|
||||
'enter_email' => 'Admin Email: ',
|
||||
'enter_password' => 'Admin Password: ',
|
||||
'enter_phpci_url' => 'Your PHPCI URL ("http://phpci.local" for example): ',
|
||||
'enter_phpci_url' => 'Your PHP Censor URL ("http://phpci.local" for example): ',
|
||||
|
||||
'enter_db_host' => 'Please enter your MySQL host [localhost]: ',
|
||||
'enter_db_port' => 'Please enter your MySQL port [3306]: ',
|
||||
'enter_db_name' => 'Please enter your MySQL database name [phpci]: ',
|
||||
'enter_db_user' => 'Please enter your MySQL username [phpci]: ',
|
||||
'enter_db_pass' => 'Please enter your MySQL password: ',
|
||||
'could_not_connect' => 'PHPCI could not connect to MySQL with the details provided. Please try again.',
|
||||
'could_not_connect' => 'PHP Censor could not connect to MySQL with the details provided. Please try again.',
|
||||
'setting_up_db' => 'Setting up your database... ',
|
||||
'user_created' => 'User account created!',
|
||||
'failed_to_create' => 'PHPCI failed to create your admin account.',
|
||||
'config_exists' => 'The PHPCI config file exists and is not empty.',
|
||||
'update_instead' => 'If you were trying to update PHPCI, please use phpci:update instead.',
|
||||
'failed_to_create' => 'PHP Censor failed to create your admin account.',
|
||||
'config_exists' => 'The PHP Censor config file exists and is not empty.',
|
||||
'update_instead' => 'If you were trying to update PHP Censor, please use phpci:update instead.',
|
||||
|
||||
// Update
|
||||
'update_phpci' => 'Update the database to reflect modified models.',
|
||||
'updating_phpci' => 'Updating PHPCI database: ',
|
||||
'not_installed' => 'PHPCI does not appear to be installed.',
|
||||
'install_instead' => 'Please install PHPCI via phpci:install instead.',
|
||||
'updating_phpci' => 'Updating PHP Censor database: ',
|
||||
'not_installed' => 'PHP Censor does not appear to be installed.',
|
||||
'install_instead' => 'Please install PHP Censor via phpci:install instead.',
|
||||
|
||||
// Poll Command
|
||||
'poll_github' => 'Poll GitHub to check if we need to start a build.',
|
||||
|
|
@ -392,11 +392,11 @@ PHPCI',
|
|||
'commit_id_option' => 'Commit ID to build',
|
||||
'branch_name_option' => 'Branch to build',
|
||||
'add_to_queue_failed' => 'Build created successfully, but failed to add to build queue. This usually happens
|
||||
when PHPCI is set to use a beanstalkd server that does not exist,
|
||||
when PHP Censor is set to use a beanstalkd server that does not exist,
|
||||
or your beanstalkd server has stopped.',
|
||||
|
||||
// Run Command
|
||||
'run_all_pending' => 'Run all pending PHPCI builds.',
|
||||
'run_all_pending' => 'Run all pending PHP Censor builds.',
|
||||
'finding_builds' => 'Finding builds to process',
|
||||
'found_n_builds' => 'Found %d builds',
|
||||
'skipping_build' => 'Skipping Build %d - Project build already in progress.',
|
||||
|
|
@ -431,7 +431,7 @@ PHPCI',
|
|||
'n_emails_sent' => '%d emails sent.',
|
||||
'n_emails_failed' => '%d emails failed to send.',
|
||||
'unable_to_set_env' => 'Unable to set environment variable',
|
||||
'tag_created' => 'Tag created by PHPCI: %s',
|
||||
'tag_created' => 'Tag created by PHP Censor: %s',
|
||||
'x_built_at_x' => '%PROJECT_TITLE% built at %BUILD_URI%',
|
||||
'hipchat_settings' => 'Please define room and authToken for hipchat_notify plugin',
|
||||
'irc_settings' => 'You must configure a server, room and nick.',
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ return [
|
|||
'language' => 'Lenguaje',
|
||||
|
||||
// Log in:
|
||||
'log_in_to_phpci' => 'Ingresar a PHPCI',
|
||||
'log_in_to_phpci' => 'Ingresar a PHP Censor',
|
||||
'login_error' => 'Email o contraseña incorrectos',
|
||||
'forgotten_password_link' => '¿Olvidaste tu contraseña?',
|
||||
'reset_emailed' => 'Te hemos enviado un email para reiniciar tu contraseña.',
|
||||
|
|
@ -26,7 +26,7 @@ return [
|
|||
'reset_no_user_exists' => 'No existe ningún usuario con ese email, por favor intenta nuevamente.',
|
||||
'reset_email_body' => 'Hola %s,
|
||||
|
||||
Has recibido este correo porque tú, o alguien más, ha solicitado reiniciar la contraseña de PHPCI
|
||||
Has recibido este correo porque tú, o alguien más, ha solicitado reiniciar la contraseña de PHP Censor
|
||||
|
||||
Si fuiste tú, por favor haz click en el siguiente enlace para reiniciar tu contraseña: %ssession/reset-password/%d/%s
|
||||
|
||||
|
|
@ -34,9 +34,9 @@ De lo contrario, por favor ignora este correo y ninguna acción será realizada.
|
|||
|
||||
Gracias,
|
||||
|
||||
PHPCI',
|
||||
PHP Censor',
|
||||
|
||||
'reset_email_title' => 'Reiniciar contraseña de PHPCI para %s',
|
||||
'reset_email_title' => 'Reiniciar contraseña de PHP Censor para %s',
|
||||
'reset_invalid' => 'Pedido inválido.',
|
||||
'email_address' => 'Dirección de email',
|
||||
'password' => 'Contraseña',
|
||||
|
|
@ -110,7 +110,7 @@ PHPCI',
|
|||
'project_title' => 'Titulo del proyecto',
|
||||
'project_private_key' => 'Clave privada a usar para acceder al repositorio
|
||||
(dejar en blanco para remotos locales o anónimos)',
|
||||
'build_config' => 'Configuración PHPCI para builds del proyecto
|
||||
'build_config' => 'Configuración PHP Censor para builds del proyecto
|
||||
(en caso que no puedas agregar el archivo phpci.yml al repositorio)',
|
||||
'default_branch' => 'Nombre de la rama por defecto',
|
||||
'allow_public_status' => '¿Activar página pública con el estado del proyecto?',
|
||||
|
|
@ -227,21 +227,21 @@ PHPCI',
|
|||
// Settings:
|
||||
'settings_saved' => 'Tu configuración ha sido guardada.',
|
||||
'settings_check_perms' => 'Tu configuración no fue guardada, verificar los permisos del archivo config.yml.',
|
||||
'settings_cannot_write' => 'PHPCI no puede escribir en el archivo config.yml file, la configuración no será guardada correctamente
|
||||
'settings_cannot_write' => 'PHP Censor no puede escribir en el archivo config.yml file, la configuración no será guardada correctamente
|
||||
hasta no corregir esto.',
|
||||
'settings_github_linked' => 'Tu cuenta GitHub ha sido conectada.',
|
||||
'settings_github_not_linked' => 'No se pudo conectar a tu cuenta GitHub.',
|
||||
'build_settings' => 'Configuración del Build ',
|
||||
'github_application' => 'Aplicación GitHub',
|
||||
'github_sign_in' => 'Antes de comenzar a utilizar GitHub, tienes que <a href="%s">ingresar</a> y permitir
|
||||
el acceso a tu cuenta a PHPCI.',
|
||||
'github_phpci_linked' => 'PHPCI ha sido conectado a tu cuenta GitHub.',
|
||||
el acceso a tu cuenta a PHP Censor.',
|
||||
'github_phpci_linked' => 'PHP Censor ha sido conectado a tu cuenta GitHub.',
|
||||
'github_where_to_find' => 'Donde encontrar estos...',
|
||||
'github_where_help' => 'Si eres priopietario de la aplicaión que quieres usar, puedes encontrar esta información en
|
||||
el área de configuración de <a href="https://github.com/settings/applications">aplicaciones</a>.',
|
||||
|
||||
'email_settings' => 'Configuraciones de Email',
|
||||
'email_settings_help' => 'Para que PHPCI pueda enviar email con el status de los builds,
|
||||
'email_settings_help' => 'Para que PHP Censor pueda enviar email con el status de los builds,
|
||||
debes configurar las siguientes propiedades SMTP.',
|
||||
|
||||
'application_id' => 'ID de aplicación',
|
||||
|
|
@ -266,7 +266,7 @@ PHPCI',
|
|||
'3_hours' => '3 Horas',
|
||||
|
||||
// Plugins
|
||||
'cannot_update_composer' => 'PHPCI no puede actualizar composer.json porque no tiene permisos de escritura.',
|
||||
'cannot_update_composer' => 'PHP Censor no puede actualizar composer.json porque no tiene permisos de escritura.',
|
||||
'x_has_been_removed' => '%s ha sido elimiando.',
|
||||
'x_has_been_added' => '%s ha sido agregado a composer.json y será instalado la próxima vez que ejecutes composer update.',
|
||||
'enabled_plugins' => 'Activar Plugins',
|
||||
|
|
@ -282,7 +282,7 @@ PHPCI',
|
|||
'search' => 'Buscar »',
|
||||
|
||||
// Installer
|
||||
'installation_url' => 'URL de la instalación PHPCI',
|
||||
'installation_url' => 'URL de la instalación PHP Censor',
|
||||
'db_host' => 'Host',
|
||||
'db_name' => 'Nombre de la base de datos',
|
||||
'db_user' => 'Usuario de la base de datos',
|
||||
|
|
@ -291,37 +291,37 @@ PHPCI',
|
|||
'admin_pass' => 'Clave del Admin',
|
||||
'admin_email' => 'Email de Admin',
|
||||
'config_path' => 'Ruta al archivo config',
|
||||
'install_phpci' => 'Instalar PHPCI',
|
||||
'welcome_to_phpci' => 'Bienvenido a PHPCI',
|
||||
'install_phpci' => 'Instalar PHP Censor',
|
||||
'welcome_to_phpci' => 'Bienvenido a PHP Censor',
|
||||
'please_answer' => 'Por favor, responde las siguientes preguntas:',
|
||||
'phpci_php_req' => 'PHPCI requiere al menos PHP 5.3.8 para funcionar.',
|
||||
'phpci_php_req' => 'PHP Censor requiere al menos PHP 5.3.8 para funcionar.',
|
||||
'extension_required' => 'Extensión requerida: %s',
|
||||
'function_required' => 'PHPCI debe poder invocar la función %s(). Está deshabilitada en php.ini?',
|
||||
'requirements_not_met' => 'PHPCI no pudo ser instalado, ya que no se cumplen todos los requerimientos.
|
||||
'function_required' => 'PHP Censor debe poder invocar la función %s(). Está deshabilitada en php.ini?',
|
||||
'requirements_not_met' => 'PHP Censor no pudo ser instalado, ya que no se cumplen todos los requerimientos.
|
||||
Por favor, corrige los errores antes de continuar.',
|
||||
'must_be_valid_email' => 'Debe ser una dirección de correos válida.',
|
||||
'must_be_valid_url' => 'Debe ser una URL válida.',
|
||||
'enter_name' => 'Nombre del Admin:',
|
||||
'enter_email' => 'Email del Admin:',
|
||||
'enter_password' => 'Contraseña de Admin:',
|
||||
'enter_phpci_url' => 'La URL de PHPCI ("Por ejemplo: http://phpci.local"): ',
|
||||
'enter_phpci_url' => 'La URL de PHP Censor ("Por ejemplo: http://phpci.local"): ',
|
||||
|
||||
'enter_db_host' => 'Por favor, ingresa el servidor MySQL [localhost]: ',
|
||||
'enter_db_name' => 'Por favor, ingresa el nombre de la base de datos MySQL [phpci]: ',
|
||||
'enter_db_user' => 'Por favor, ingresa el usuario MySQL [phpci]: ',
|
||||
'enter_db_pass' => 'Por favor, ingresa la contraseña MySQL: ',
|
||||
'could_not_connect' => 'PHPCI no pudo conectarse a MySQL con los datos dados. Por favor, intenta nuevamente.',
|
||||
'could_not_connect' => 'PHP Censor no pudo conectarse a MySQL con los datos dados. Por favor, intenta nuevamente.',
|
||||
'setting_up_db' => 'Configurando base de datos... ',
|
||||
'user_created' => '¡Cuenta de usuario creada!',
|
||||
'failed_to_create' => 'PHPCI no pudo crear la cuenta de admin.',
|
||||
'config_exists' => 'El archivo config de PHPCI ya existe y no es vacío.',
|
||||
'update_instead' => 'Si está intentando actualizar PHPCI, por favor, utiliza phpci:update.',
|
||||
'failed_to_create' => 'PHP Censor no pudo crear la cuenta de admin.',
|
||||
'config_exists' => 'El archivo config de PHP Censor ya existe y no es vacío.',
|
||||
'update_instead' => 'Si está intentando actualizar PHP Censor, por favor, utiliza phpci:update.',
|
||||
|
||||
// Update
|
||||
'update_phpci' => 'Actuliza la base de datos para reflejar los modelos actualizados.',
|
||||
'updating_phpci' => 'Actualizando base de datos PHPCI: ',
|
||||
'not_installed' => 'PHPCI no está instalado.',
|
||||
'install_instead' => 'Por favor, instala PHPCI via phpci:install.',
|
||||
'updating_phpci' => 'Actualizando base de datos PHP Censor: ',
|
||||
'not_installed' => 'PHP Censor no está instalado.',
|
||||
'install_instead' => 'Por favor, instala PHP Censor via phpci:install.',
|
||||
|
||||
// Poll Command
|
||||
'poll_github' => 'Chequear en GitHub si se necesita comenzar un Build.',
|
||||
|
|
@ -337,7 +337,7 @@ PHPCI',
|
|||
'incorrect_format' => 'Formato incorrecto',
|
||||
|
||||
// Run Command
|
||||
'run_all_pending' => 'Ejecutar todos los builds PHPCI pendientes.',
|
||||
'run_all_pending' => 'Ejecutar todos los builds PHP Censor pendientes.',
|
||||
'finding_builds' => 'Buscando builds a procesar',
|
||||
'found_n_builds' => 'Se encontraron %d builds',
|
||||
'skipping_build' => 'Saltando Build %d - Build del proyecto ya en ejecución.',
|
||||
|
|
@ -371,7 +371,7 @@ PHPCI',
|
|||
'n_emails_sent' => '%d emails enviados.',
|
||||
'n_emails_failed' => '%d emails no pudieron ser enviados.',
|
||||
'unable_to_set_env' => 'Imposible setear variable de entorno',
|
||||
'tag_created' => 'Tag creado por PHPCI: %s',
|
||||
'tag_created' => 'Tag creado por PHP Censor: %s',
|
||||
'x_built_at_x' => 'Build de %PROJECT_TITLE% en %BUILD_URI%',
|
||||
'hipchat_settings' => 'Por favor, definir room y authToken para el plugin hipchat_notify',
|
||||
'irc_settings' => 'Debes configurar un servidor, room y apodo.',
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ return [
|
|||
'language' => 'Langue',
|
||||
|
||||
// Log in:
|
||||
'log_in_to_phpci' => 'Connectez-vous à PHPCI',
|
||||
'log_in_to_phpci' => 'Connectez-vous à PHP Censor',
|
||||
'login_error' => 'Adresse email ou mot de passe invalide',
|
||||
'forgotten_password_link' => 'Mot de passe oublié ?',
|
||||
'reset_emailed' => 'Nous vous avons envoyé un email avec un lien pour réinitialiser votre mot de passe.',
|
||||
|
|
@ -26,7 +26,7 @@ return [
|
|||
'reset_no_user_exists' => 'Il n\'existe aucun utilisateur avec cette adresse email, merci de réessayer.',
|
||||
'reset_email_body' => 'Bonjour %s,
|
||||
|
||||
Vous avez reçu cet email parce qu\'une demande de réinitialisation de mot de passe a été faite pour votre compte PHPCI.
|
||||
Vous avez reçu cet email parce qu\'une demande de réinitialisation de mot de passe a été faite pour votre compte PHP Censor.
|
||||
|
||||
Si c\'est bien vous, merci de cliquer sur le lien suivant pour réinitialiser votre mot de passe : %ssession/reset-password/%d/%s
|
||||
|
||||
|
|
@ -34,9 +34,9 @@ Sinon, merci d\'ignorer ce message.
|
|||
|
||||
Merci,
|
||||
|
||||
PHPCI',
|
||||
PHP Censor',
|
||||
|
||||
'reset_email_title' => 'Réinitialisation du mot de passe PHPCI pour %s',
|
||||
'reset_email_title' => 'Réinitialisation du mot de passe PHP Censor pour %s',
|
||||
'reset_invalid' => 'Requête de réinitialisation de mot de passe invalide.',
|
||||
'email_address' => 'Adresse email',
|
||||
'login' => 'Login / Email Address',
|
||||
|
|
@ -110,7 +110,7 @@ PHPCI',
|
|||
'project_title' => 'Titre du projet',
|
||||
'project_private_key' => 'Clé privée à utiliser pour accéder au dépôt
|
||||
(laissez le champ vide pour les dépôts locaux ou les URLs distantes anonymes)',
|
||||
'build_config' => 'Configuration PHPCI spécifique pour ce projet
|
||||
'build_config' => 'Configuration PHP Censor spécifique pour ce projet
|
||||
(si vous ne pouvez pas ajouter de fichier phpci.yml à la racine du dépôt)',
|
||||
'default_branch' => 'Nom de la branche par défaut',
|
||||
'allow_public_status' => 'Activer la page de statut publique et l\'image pour ce projet ?',
|
||||
|
|
@ -236,21 +236,21 @@ PHPCI',
|
|||
// Settings:
|
||||
'settings_saved' => 'Vos paramètres ont été sauvegardés.',
|
||||
'settings_check_perms' => 'Vos paramètres n\'ont pas pu être sauvegardés, vérifiez les permissions sur le fichier config.yml.',
|
||||
'settings_cannot_write' => 'PHPCI ne peut pas écrire dans votre fichier config.yml, les paramètres ne pourront pas être sauvegardés correctement
|
||||
'settings_cannot_write' => 'PHP Censor ne peut pas écrire dans votre fichier config.yml, les paramètres ne pourront pas être sauvegardés correctement
|
||||
tant que ce ne sera pas corrigé.',
|
||||
'settings_github_linked' => 'Votre compte GitHub n\'a pas été lié.',
|
||||
'settings_github_not_linked' => 'Votre compte GitHub ne peut pas être lié.',
|
||||
'build_settings' => 'Configuration du Build',
|
||||
'github_application' => 'Application GitHub',
|
||||
'github_sign_in' => 'Avant de commencer à utiliser GitHub, vous devez vous <a href="%s">connecter</a> et autoriser
|
||||
PHPCI à accéder à votre compte.',
|
||||
'github_phpci_linked' => 'PHPCI s\'est connecté avec succès au compte GitHub.',
|
||||
PHP Censor à accéder à votre compte.',
|
||||
'github_phpci_linked' => 'PHP Censor s\'est connecté avec succès au compte GitHub.',
|
||||
'github_where_to_find' => 'Où trouver ces informations...',
|
||||
'github_where_help' => 'Si vous souhaitez utiliser une application qui vous appartient, vous pouvez trouver ces informations dans
|
||||
la zone de paramètres <a href="https://github.com/settings/applications">applications</a>.',
|
||||
|
||||
'email_settings' => 'Configuration Email',
|
||||
'email_settings_help' => 'Avant que PHPCI puisse envoyer des emails concernant les statuts de build,
|
||||
'email_settings_help' => 'Avant que PHP Censor puisse envoyer des emails concernant les statuts de build,
|
||||
vous devez entrer les configurations SMTP ci-dessous.',
|
||||
|
||||
'application_id' => 'Identifiant d\'application',
|
||||
|
|
@ -275,7 +275,7 @@ PHPCI',
|
|||
'3_hours' => '3 Heures',
|
||||
|
||||
// Plugins
|
||||
'cannot_update_composer' => 'PHPCI ne peut pas mettre à jour le fichier composer.json pour vous, il n\'est pas modifiable.',
|
||||
'cannot_update_composer' => 'PHP Censor ne peut pas mettre à jour le fichier composer.json pour vous, il n\'est pas modifiable.',
|
||||
'x_has_been_removed' => '%s a été supprimé.',
|
||||
'x_has_been_added' => '%s a été ajouté au fichier composer.json pour vous et il sera installé la prochaine fois
|
||||
que vous lancerez "composer update".',
|
||||
|
|
@ -303,7 +303,7 @@ PHPCI',
|
|||
'stage_failure' => 'Échec',
|
||||
|
||||
// Installer
|
||||
'installation_url' => 'URL d\'installation de PHPCI',
|
||||
'installation_url' => 'URL d\'installation de PHP Censor',
|
||||
'db_host' => 'Hôte de la BDD',
|
||||
'db_name' => 'Nom de la BDD',
|
||||
'db_user' => 'Nom d\'utilisateur de la BDD',
|
||||
|
|
@ -312,37 +312,37 @@ PHPCI',
|
|||
'admin_pass' => 'Mot de passe admin',
|
||||
'admin_email' => 'Adresse email de l\'admin',
|
||||
'config_path' => 'Chemin vers le fichier de configuration',
|
||||
'install_phpci' => 'Installer PHPCI',
|
||||
'welcome_to_phpci' => 'Bienvenue sur PHPCI',
|
||||
'install_phpci' => 'Installer PHP Censor',
|
||||
'welcome_to_phpci' => 'Bienvenue sur PHP Censor',
|
||||
'please_answer' => 'Merci de répondre aux questions suivantes :',
|
||||
'phpci_php_req' => 'PHPCI requiert au moins PHP 5.3.8 pour fonctionner.',
|
||||
'phpci_php_req' => 'PHP Censor requiert au moins PHP 5.3.8 pour fonctionner.',
|
||||
'extension_required' => 'Extensions requises : %s',
|
||||
'function_required' => 'PHPCI doit être capable d\'appeler la fonction %s(). Est-ce qu\'elle est désactivée dans votre php.ini?',
|
||||
'requirements_not_met' => 'PHPCI ne peut pas être installé parce que toutes les conditions requises ne sont pas respectées.
|
||||
'function_required' => 'PHP Censor doit être capable d\'appeler la fonction %s(). Est-ce qu\'elle est désactivée dans votre php.ini?',
|
||||
'requirements_not_met' => 'PHP Censor ne peut pas être installé parce que toutes les conditions requises ne sont pas respectées.
|
||||
Merci de corriger les erreurs ci-dessus avant de continuer.',
|
||||
'must_be_valid_email' => 'Doit être une adresse email valide.',
|
||||
'must_be_valid_url' => 'Doit être une URL valide.',
|
||||
'enter_name' => 'Nom de l\'admin: ',
|
||||
'enter_email' => 'Email de l\'admin: ',
|
||||
'enter_password' => 'Mot de passe de l\'admin: ',
|
||||
'enter_phpci_url' => 'Votre URL vers PHPCI (par exemple "http://phpci.local"): ',
|
||||
'enter_phpci_url' => 'Votre URL vers PHP Censor (par exemple "http://phpci.local"): ',
|
||||
|
||||
'enter_db_host' => 'Merci d\'entrer le nom d\'hôte MySQL [localhost]: ',
|
||||
'enter_db_name' => 'Merci d\'entrer le nom de la base MySQL [phpci]: ',
|
||||
'enter_db_user' => 'Merci d\'entrer le nom d\'utilisateur MySQL [phpci]: ',
|
||||
'enter_db_pass' => 'Merci d\'entrer le mot de passe MySQL: ',
|
||||
'could_not_connect' => 'PHPCI ne peut pas se connecter à MySQL à partir des informations fournies. Veuillez réessayer..',
|
||||
'could_not_connect' => 'PHP Censor ne peut pas se connecter à MySQL à partir des informations fournies. Veuillez réessayer..',
|
||||
'setting_up_db' => 'Paramétrage de la base de données... ',
|
||||
'user_created' => 'Le compte utilisateur a été créé !',
|
||||
'failed_to_create' => 'PHPCI n\'a pas réussi à créer votre compte admin.',
|
||||
'config_exists' => 'Le fichier de configuration PHPCI existe et n\'est pas vide.',
|
||||
'update_instead' => 'Si vous essayez de mettre à jour PHPCI, merci d\'utiliser la commande phpci:update.',
|
||||
'failed_to_create' => 'PHP Censor n\'a pas réussi à créer votre compte admin.',
|
||||
'config_exists' => 'Le fichier de configuration PHP Censor existe et n\'est pas vide.',
|
||||
'update_instead' => 'Si vous essayez de mettre à jour PHP Censor, merci d\'utiliser la commande phpci:update.',
|
||||
|
||||
// Update
|
||||
'update_phpci' => 'Mise à jour de la base de données pour refléter les modifications apportées aux modèles.',
|
||||
'updating_phpci' => 'Mise à jour de la base de données PHPCI : ',
|
||||
'not_installed' => 'PHPCI n\'a pas l\'air d\'être installé.',
|
||||
'install_instead' => 'Merci d\'installer PHPCI grâce à la commande phpci:install.',
|
||||
'updating_phpci' => 'Mise à jour de la base de données PHP Censor : ',
|
||||
'not_installed' => 'PHP Censor n\'a pas l\'air d\'être installé.',
|
||||
'install_instead' => 'Merci d\'installer PHP Censor grâce à la commande phpci:install.',
|
||||
|
||||
// Poll Command
|
||||
'poll_github' => 'Demander à GitHub de vérifier si nous devons démarrer un build.',
|
||||
|
|
@ -364,7 +364,7 @@ PHPCI',
|
|||
'branch_name_option' => 'Branche',
|
||||
|
||||
// Run Command
|
||||
'run_all_pending' => 'Démarrage de tout les builds PHPCI en attente.',
|
||||
'run_all_pending' => 'Démarrage de tout les builds PHP Censor en attente.',
|
||||
'finding_builds' => 'Découverte des builds à traiter',
|
||||
'found_n_builds' => '%d builds trouvés',
|
||||
'skipping_build' => 'Saut du build %d - Un build sur le projet est déjà en cours.',
|
||||
|
|
@ -398,7 +398,7 @@ PHPCI',
|
|||
'n_emails_sent' => '%d emails envoyés.',
|
||||
'n_emails_failed' => '%d emails dont l\'envoi a échoué.',
|
||||
'unable_to_set_env' => 'Impossible d\'initialiser la variable d\'environnement',
|
||||
'tag_created' => 'Tag créé par PHPCI : %s',
|
||||
'tag_created' => 'Tag créé par PHP Censor : %s',
|
||||
'x_built_at_x' => '%PROJECT_TITLE% construit à %BUILD_URI%',
|
||||
'hipchat_settings' => 'Merci de définir une "room" et un "authToken" pour le plugin hipchat_notify',
|
||||
'irc_settings' => 'Vous devez configurer un serveur, une "room" et un "nick".',
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ return [
|
|||
'language' => 'Lingua',
|
||||
|
||||
// Log in:
|
||||
'log_in_to_phpci' => 'Accedi a PHPCI',
|
||||
'log_in_to_phpci' => 'Accedi a PHP Censor',
|
||||
'login_error' => 'Indirizzo email o password errati',
|
||||
'forgotten_password_link' => 'Hai dimenticato la tua password?',
|
||||
'reset_emailed' => 'Ti abbiamo inviato un link via email per ripristinare la tua password.',
|
||||
|
|
@ -25,7 +25,7 @@ return [
|
|||
'reset_no_user_exists' => 'Non esiste nessun utente con questo indirizzo email, per favore prova ancora.',
|
||||
'reset_email_body' => 'Ciao %s,
|
||||
|
||||
hai ricevuto questa email perché tu, o qualcun\'altro, ha richiesto un reset della password per PHPCI.
|
||||
hai ricevuto questa email perché tu, o qualcun\'altro, ha richiesto un reset della password per PHP Censor.
|
||||
|
||||
Se questa mail è tua, per favore apri il seguente link per ripristinare la tua password: %ssession/reset-password/%d/%s
|
||||
|
||||
|
|
@ -33,9 +33,9 @@ altrimenti, per favore, ignora questa email e nessuna azione verrà intrapresa.
|
|||
|
||||
Grazie,
|
||||
|
||||
PHPCI',
|
||||
PHP Censor',
|
||||
|
||||
'reset_email_title' => 'Ripristino della password di PHPCI per %s',
|
||||
'reset_email_title' => 'Ripristino della password di PHP Censor per %s',
|
||||
'reset_invalid' => 'Richeista di ripristino password non valida.',
|
||||
'email_address' => 'Indirizzo Email',
|
||||
'login' => 'Login / Email Address',
|
||||
|
|
@ -108,7 +108,7 @@ PHPCI',
|
|||
'project_title' => 'Titolo del Progetto',
|
||||
'project_private_key' => 'Chiave provata da usare per accedere al repository
|
||||
(lascia vuota per repository locali o remoti con accesso anonimo)',
|
||||
'build_config' => 'condigurazione della build di PHPCI per questo progetto
|
||||
'build_config' => 'condigurazione della build di PHP Censor per questo progetto
|
||||
(se non puoi aggiungere il file phpci.yml nel repository di questo progetto)',
|
||||
'default_branch' => 'Nome del branch di default',
|
||||
'allow_public_status' => 'Vuoi rendere pubblica la pagina dello stato e l\'immagine per questo progetto?',
|
||||
|
|
@ -233,21 +233,21 @@ PHPCI',
|
|||
// Settings:
|
||||
'settings_saved' => 'Le configurazioni sono state salvate.',
|
||||
'settings_check_perms' => 'Le configurazioni non possono essere salvate, controlla i permessi del filer config.yml.',
|
||||
'settings_cannot_write' => 'PHPCI non può scrivere il file config.yml, le configurazioni potrebbero non essere
|
||||
'settings_cannot_write' => 'PHP Censor non può scrivere il file config.yml, le configurazioni potrebbero non essere
|
||||
salvate correttamente fintanto che il problema non verrà risolto.',
|
||||
'settings_github_linked' => 'Il tuo account GitHub è stato collegato.',
|
||||
'settings_github_not_linked' => 'Il tuo account GitHub non può essere collegato.',
|
||||
'build_settings' => 'Configurazioni della build',
|
||||
'github_application' => 'Applicazione GitHub',
|
||||
'github_sign_in' => 'Prima di poter iniziare ad usare GitHub, è necessario <a href="%s">collegarsi</a> e garantire
|
||||
a PHPCI l\'accesso al tuo account.',
|
||||
'github_phpci_linked' => 'PHPCI è stato collegato correttamente al tuo account GitHub.',
|
||||
a PHP Censor l\'accesso al tuo account.',
|
||||
'github_phpci_linked' => 'PHP Censor è stato collegato correttamente al tuo account GitHub.',
|
||||
'github_where_to_find' => 'Dove trovare queste...',
|
||||
'github_where_help' => 'Se sei il proprietario dell\'applicazione, puoi trovare queste informazioni nell\'area delle
|
||||
configurazioni dell\'<a href="https://github.com/settings/applications">applicazione</a>.',
|
||||
|
||||
'email_settings' => 'Impostazioni Email',
|
||||
'email_settings_help' => 'Prima che possa inviare le email con lo status PHPCI, devi configurare l\'SMTP qui sotto.',
|
||||
'email_settings_help' => 'Prima che possa inviare le email con lo status PHP Censor, devi configurare l\'SMTP qui sotto.',
|
||||
|
||||
'application_id' => 'ID dell\'Applicazione',
|
||||
'application_secret' => 'Secret dell\'Applicazione',
|
||||
|
|
@ -271,7 +271,7 @@ PHPCI',
|
|||
'3_hours' => '3 Ore',
|
||||
|
||||
// Plugins
|
||||
'cannot_update_composer' => 'PHPCI non può aggiornare composer.json per te non essendo scrivibile.',
|
||||
'cannot_update_composer' => 'PHP Censor non può aggiornare composer.json per te non essendo scrivibile.',
|
||||
'x_has_been_removed' => '%s è stato rimosso.',
|
||||
'x_has_been_added' => '%s è stato aggiunto al file composer.json per te, verrà installato la prossima volta che eseguirai
|
||||
composer update.',
|
||||
|
|
@ -288,7 +288,7 @@ PHPCI',
|
|||
'search' => 'Cerca »',
|
||||
|
||||
// Installer
|
||||
'installation_url' => 'URL di installazione di PHPCI',
|
||||
'installation_url' => 'URL di installazione di PHP Censor',
|
||||
'db_host' => 'Host del Database',
|
||||
'db_name' => 'Nome del Database',
|
||||
'db_user' => 'Username del Database',
|
||||
|
|
@ -297,38 +297,38 @@ PHPCI',
|
|||
'admin_pass' => 'Password dell\'amministratore',
|
||||
'admin_email' => 'Email dell\'amministratore',
|
||||
'config_path' => 'Percorso del file di configurazione',
|
||||
'install_phpci' => 'Installa PHPCI',
|
||||
'welcome_to_phpci' => 'Benvenuto in PHPCI',
|
||||
'install_phpci' => 'Installa PHP Censor',
|
||||
'welcome_to_phpci' => 'Benvenuto in PHP Censor',
|
||||
'please_answer' => 'Per favore rispondi alle seguenti domande:',
|
||||
'phpci_php_req' => 'PHPCI richiede come minimo PHP 5.3.8 per funzionare.',
|
||||
'phpci_php_req' => 'PHP Censor richiede come minimo PHP 5.3.8 per funzionare.',
|
||||
'extension_required' => 'Le estensioni richieste sono: %s',
|
||||
'function_required' => 'PHPCI richiede di poter chiamare la funzione %s(). Questa funzionalità è disabibiltata nel
|
||||
'function_required' => 'PHP Censor richiede di poter chiamare la funzione %s(). Questa funzionalità è disabibiltata nel
|
||||
php.ini?',
|
||||
'requirements_not_met' => 'PHPCI non può essere installato, non tutti i requisiti sono soddisfatti.
|
||||
'requirements_not_met' => 'PHP Censor non può essere installato, non tutti i requisiti sono soddisfatti.
|
||||
Per favore controlla gli errori riportati prima di proseguire.',
|
||||
'must_be_valid_email' => 'Deve essere un indirizzo email valido.',
|
||||
'must_be_valid_url' => 'Deve essere un URL valido.',
|
||||
'enter_name' => 'Nome dell\'amministratore: ',
|
||||
'enter_email' => 'Email dell\'amministratore: ',
|
||||
'enter_password' => 'Password dell\'amministratore: ',
|
||||
'enter_phpci_url' => 'L\'URL di PHPCI ("http://phpci.locale" ad esempio): ',
|
||||
'enter_phpci_url' => 'L\'URL di PHP Censor ("http://phpci.locale" ad esempio): ',
|
||||
|
||||
'enter_db_host' => 'Per favore inserisci l\'host MySQL [localhost]: ',
|
||||
'enter_db_name' => 'Per favore inserisci il nome MySQL [phpci]: ',
|
||||
'enter_db_user' => 'Per favore inserisci l\'username MySQL [phpci]: ',
|
||||
'enter_db_pass' => 'Per favore inserisci la password MySQL: ',
|
||||
'could_not_connect' => 'PHPCI non può connettersi a MySQL con le informazioni fornite. Per favore prova ancora.',
|
||||
'could_not_connect' => 'PHP Censor non può connettersi a MySQL con le informazioni fornite. Per favore prova ancora.',
|
||||
'setting_up_db' => 'Configurzione del tuo database... ',
|
||||
'user_created' => 'Account utente creato!',
|
||||
'failed_to_create' => 'PHPCI non è riuscito a creare il tuo account amministrativo.',
|
||||
'config_exists' => 'Il file di configurazione di PHPCI esiste e non è vuoto.',
|
||||
'update_instead' => 'Se stai cercando di aggiornare PHPCI, per favore usa phpci:update.',
|
||||
'failed_to_create' => 'PHP Censor non è riuscito a creare il tuo account amministrativo.',
|
||||
'config_exists' => 'Il file di configurazione di PHP Censor esiste e non è vuoto.',
|
||||
'update_instead' => 'Se stai cercando di aggiornare PHP Censor, per favore usa phpci:update.',
|
||||
|
||||
// Update
|
||||
'update_phpci' => 'Aggiorna il database per riflettere le modifiche ai model.',
|
||||
'updating_phpci' => 'Aggiornamenti del database di PHPCI: ',
|
||||
'not_installed' => 'PHPCI sembra non essere installato.',
|
||||
'install_instead' => 'Per favore installa PHPCI tramite phpci:install.',
|
||||
'updating_phpci' => 'Aggiornamenti del database di PHP Censor: ',
|
||||
'not_installed' => 'PHP Censor sembra non essere installato.',
|
||||
'install_instead' => 'Per favore installa PHP Censor tramite phpci:install.',
|
||||
|
||||
// Poll Command
|
||||
'poll_github' => 'Richiesta a GitHub per verificare se è necessario avviare una build.',
|
||||
|
|
@ -350,7 +350,7 @@ PHPCI',
|
|||
'branch_name_option' => 'Branch to build',
|
||||
|
||||
// Run Command
|
||||
'run_all_pending' => 'Esegui tutte le build in attesa su PHPCI.',
|
||||
'run_all_pending' => 'Esegui tutte le build in attesa su PHP Censor.',
|
||||
'finding_builds' => 'Ricerca delel build da processare',
|
||||
'found_n_builds' => 'Trovate %d build',
|
||||
'skipping_build' => 'Saltata la build %d - La build del progetto è già in corso.',
|
||||
|
|
@ -384,7 +384,7 @@ PHPCI',
|
|||
'n_emails_sent' => '%d email inviate.',
|
||||
'n_emails_failed' => '%d email da inviare fallite.',
|
||||
'unable_to_set_env' => 'Errore nel settare la variabile di ambiente',
|
||||
'tag_created' => 'Tag creato da PHPCI: %s',
|
||||
'tag_created' => 'Tag creato da PHP Censor: %s',
|
||||
'x_built_at_x' => '%PROJECT_TITLE% buildato in %BUILD_URI%',
|
||||
'hipchat_settings' => 'Per favore definire la stanza e authToken per il plugin hipchat_notify',
|
||||
'irc_settings' => 'Devi configurare server, stanza e nick.',
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ return [
|
|||
'language' => 'Taal',
|
||||
|
||||
// Log in:
|
||||
'log_in_to_phpci' => 'Log in op PHPCI',
|
||||
'log_in_to_phpci' => 'Log in op PHP Censor',
|
||||
'login_error' => 'Incorrect e-mailadres of wachtwoord',
|
||||
'forgotten_password_link' => 'Wachtwoord vergeten?',
|
||||
'reset_emailed' => 'We hebben je een link gemaild om je wachtwoord opnieuw in te stellen.',
|
||||
|
|
@ -26,7 +26,7 @@ je een link on je wachtwoord te resetten.',
|
|||
'reset_no_user_exists' => 'Er bestaat geen gebruiker met dit e-mailadres, gelieve opnieuw te proberen.',
|
||||
'reset_email_body' => 'Hallo %s,
|
||||
|
||||
Je ontvangt deze email omdat jij, of iemand anders, je wachtwoord voor PHPCI opnieuw wenst in te stellen.
|
||||
Je ontvangt deze email omdat jij, of iemand anders, je wachtwoord voor PHP Censor opnieuw wenst in te stellen.
|
||||
|
||||
Indien jij dit was, klik op deze link op je wachtwoord opnieuw in te stellen: %ssession/reset-password/%d/%s
|
||||
|
||||
|
|
@ -34,9 +34,9 @@ Zoniet, negeer deze e-mail en er zal geen verdere actie ondernomen worden.
|
|||
|
||||
Bedankt,
|
||||
|
||||
PHPCI',
|
||||
PHP Censor',
|
||||
|
||||
'reset_email_title' => 'PHPCI wachtwoord reset voor %s',
|
||||
'reset_email_title' => 'PHP Censor wachtwoord reset voor %s',
|
||||
'reset_invalid' => 'Ongeldig wachtwoord reset verzoek',
|
||||
'email_address' => 'E-mailadres',
|
||||
'login' => 'Login / Email Address',
|
||||
|
|
@ -110,7 +110,7 @@ van je gekozen source code hosting platform',
|
|||
'project_title' => 'Projecttitel',
|
||||
'project_private_key' => 'Private key voor toegang tot repository
|
||||
(laat leeg voor lokaal en/of anonieme externen)',
|
||||
'build_config' => 'PHPCI build configuratie voor dit project
|
||||
'build_config' => 'PHP Censor build configuratie voor dit project
|
||||
(indien je geen phpci.yml bestand aan de project repository kan toevoegen)',
|
||||
'default_branch' => 'Standaard branch naam',
|
||||
'allow_public_status' => 'Publieke statuspagina en afbeelding beschikbaar maken voor dit project?',
|
||||
|
|
@ -232,21 +232,21 @@ Services</a> sectie van je Bitbucket repository toegevoegd worden.',
|
|||
// Settings:
|
||||
'settings_saved' => 'Je instellingen werden opgeslagen.',
|
||||
'settings_check_perms' => 'Je instellingen konden niet worden opgeslagen, controleer de permissies van je config.yml bestand.',
|
||||
'settings_cannot_write' => 'PHPCI kan niet schrijven naar je config.yml bestand, instellingen worden mogelijks
|
||||
'settings_cannot_write' => 'PHP Censor kan niet schrijven naar je config.yml bestand, instellingen worden mogelijks
|
||||
niet goed opgeslagen tot dit opgelost is.',
|
||||
'settings_github_linked' => 'Je GitHub account werd gelinkt.',
|
||||
'settings_github_not_linked' => 'Je GitHub account kon niet gelinkt worden.',
|
||||
'build_settings' => 'Build instellingen',
|
||||
'github_application' => 'GitHub toepassing',
|
||||
'github_sign_in' => 'Vooraleer je GitHub kan gebruiken, dien je <a href="%s">in te loggen</a> en
|
||||
PHPCI toegang te verlenen tot je account.',
|
||||
PHP Censor toegang te verlenen tot je account.',
|
||||
'github_phpci_linked' => 'PHP werd succesvol gelinkt aan je GitHub account.',
|
||||
'github_where_to_find' => 'Waar zijn deze te vinden...',
|
||||
'github_where_help' => 'Indien je eigenaar bent van de toepassing die je wens te gebruiken, kan je deze informatie
|
||||
in je <a href="https://github.com/settings/applications">applications</a> instellingen pagina vinden.',
|
||||
|
||||
'email_settings' => 'E-mail instellingen',
|
||||
'email_settings_help' => 'Vooraleer PHPCI je build status e-mails kan sturen,
|
||||
'email_settings_help' => 'Vooraleer PHP Censor je build status e-mails kan sturen,
|
||||
dien je eerst je SMTP instellingen te configureren.',
|
||||
|
||||
'application_id' => 'Toepassings ID',
|
||||
|
|
@ -271,7 +271,7 @@ dien je eerst je SMTP instellingen te configureren.',
|
|||
'3_hours' => '3 uur',
|
||||
|
||||
// Plugins
|
||||
'cannot_update_composer' => 'PHPCI kan composer.json niet aanpassen gezien het niet schrijfbaar is.',
|
||||
'cannot_update_composer' => 'PHP Censor kan composer.json niet aanpassen gezien het niet schrijfbaar is.',
|
||||
'x_has_been_removed' => '%s werd verwijderd.',
|
||||
'x_has_been_added' => '%s werd toegevoegd aan composer.json en zal geïnstalleerd worden de volgende
|
||||
keer je composer update uitvoert.',
|
||||
|
|
@ -288,7 +288,7 @@ keer je composer update uitvoert.',
|
|||
'search' => 'Zoek »',
|
||||
|
||||
// Installer
|
||||
'installation_url' => 'PHPCI installatie URL',
|
||||
'installation_url' => 'PHP Censor installatie URL',
|
||||
'db_host' => 'Database host',
|
||||
'db_name' => 'Database naam',
|
||||
'db_user' => 'Database gebruikersnaam',
|
||||
|
|
@ -297,37 +297,37 @@ keer je composer update uitvoert.',
|
|||
'admin_pass' => 'Administrator wachtwoord',
|
||||
'admin_email' => 'Administrator e-mailadres',
|
||||
'config_path' => 'Pad naar configuratiebestand',
|
||||
'install_phpci' => 'Installeer PHPCI',
|
||||
'welcome_to_phpci' => 'Welkom bij PHPCI',
|
||||
'install_phpci' => 'Installeer PHP Censor',
|
||||
'welcome_to_phpci' => 'Welkom bij PHP Censor',
|
||||
'please_answer' => 'Gelieve onderstaande vragen te beantwoorden:',
|
||||
'phpci_php_req' => 'PHPCI heeft ten minste PHP 5.3.8 nodig om te werken.',
|
||||
'phpci_php_req' => 'PHP Censor heeft ten minste PHP 5.3.8 nodig om te werken.',
|
||||
'extension_required' => 'Extensie benodigd: %s',
|
||||
'function_required' => 'PHPCI moet functie %s() kunnen aanroepen. Is deze uitgeschakeld in php.ini?',
|
||||
'requirements_not_met' => 'PHPCI kan niet worden geïnstalleerd omdat niet aan alle vereisten is voldaan.
|
||||
'function_required' => 'PHP Censor moet functie %s() kunnen aanroepen. Is deze uitgeschakeld in php.ini?',
|
||||
'requirements_not_met' => 'PHP Censor kan niet worden geïnstalleerd omdat niet aan alle vereisten is voldaan.
|
||||
Gelieve de fouten na te kijken vooraleer verder te gaan.',
|
||||
'must_be_valid_email' => 'Moet een geldig e-mailadres zijn.',
|
||||
'must_be_valid_url' => 'Moet een geldige URL zijn.',
|
||||
'enter_name' => 'Administrator naam: ',
|
||||
'enter_email' => 'Administrator e-mailadres: ',
|
||||
'enter_password' => 'Administrator wachtwoord: ',
|
||||
'enter_phpci_url' => 'Je PHPCI URL (bijvoorbeeld "http://phpci.local"): ',
|
||||
'enter_phpci_url' => 'Je PHP Censor URL (bijvoorbeeld "http://phpci.local"): ',
|
||||
|
||||
'enter_db_host' => 'Vul je MySQL host in [localhost]: ',
|
||||
'enter_db_name' => 'Vul je MySQL databasenaam in [phpci]: ',
|
||||
'enter_db_user' => 'Vul je MySQL gebruikersnaam in [phpci]: ',
|
||||
'enter_db_pass' => 'Vul je MySQL watchtwoord in: ',
|
||||
'could_not_connect' => 'PHPCI kon met deze gegevens geen verbinding maken met MySQL. Gelieve opnieuw te proberen.',
|
||||
'could_not_connect' => 'PHP Censor kon met deze gegevens geen verbinding maken met MySQL. Gelieve opnieuw te proberen.',
|
||||
'setting_up_db' => 'Database wordt aangemaakt...',
|
||||
'user_created' => 'Gebruikersprofiel aangemaakt!',
|
||||
'failed_to_create' => 'PHPCI kon je administratorprofiel niet aanmaken.',
|
||||
'config_exists' => 'Het PHPCI configuratiebestand bestaat en is niet leeg.',
|
||||
'update_instead' => 'Liever phpci:update te gebruiken indien je PHPCI probeerde te updaten, ',
|
||||
'failed_to_create' => 'PHP Censor kon je administratorprofiel niet aanmaken.',
|
||||
'config_exists' => 'Het PHP Censor configuratiebestand bestaat en is niet leeg.',
|
||||
'update_instead' => 'Liever phpci:update te gebruiken indien je PHP Censor probeerde te updaten, ',
|
||||
|
||||
// Update
|
||||
'update_phpci' => 'Update de database naar het beeld van gewijzigde modellen.',
|
||||
'updating_phpci' => 'PHPCI database wordt geüpdatet:',
|
||||
'not_installed' => 'PHPCI lijkt niet geïnstalleerd te zijn.',
|
||||
'install_instead' => 'Gelieve PHPCI via phpci:install te installeren.',
|
||||
'updating_phpci' => 'PHP Censor database wordt geüpdatet:',
|
||||
'not_installed' => 'PHP Censor lijkt niet geïnstalleerd te zijn.',
|
||||
'install_instead' => 'Gelieve PHP Censor via phpci:install te installeren.',
|
||||
|
||||
// Poll Command
|
||||
'poll_github' => 'Poll GitHub om te controleren of we een build moeten starten.',
|
||||
|
|
@ -349,7 +349,7 @@ Gelieve de fouten na te kijken vooraleer verder te gaan.',
|
|||
'branch_name_option' => 'Branch to build',
|
||||
|
||||
// Run Command
|
||||
'run_all_pending' => 'Voer alle wachtende PHPCI builds uit.',
|
||||
'run_all_pending' => 'Voer alle wachtende PHP Censor builds uit.',
|
||||
'finding_builds' => 'Zoekt builds om te verwerken',
|
||||
'found_n_builds' => '%d builds gevonden',
|
||||
'skipping_build' => 'Build %d overslaan - Project build reeds aan de gang.',
|
||||
|
|
@ -383,7 +383,7 @@ Gelieve de fouten na te kijken vooraleer verder te gaan.',
|
|||
'n_emails_sent' => '%d e-mails versuurd.',
|
||||
'n_emails_failed' => '%d e-mails faalden te versturen.',
|
||||
'unable_to_set_env' => 'Niet geslaagd om environment variable in te stellen',
|
||||
'tag_created' => 'Tag aangemaakt door PHPCI: %s',
|
||||
'tag_created' => 'Tag aangemaakt door PHP Censor: %s',
|
||||
'x_built_at_x' => '%PROJECT_TITLE% built op %BUILD_URI%',
|
||||
'hipchat_settings' => 'Gelieve kamer & authToken voor hipchat_notify plugin te definiëren',
|
||||
'irc_settings' => 'Je dient server, kamer & nick op te geven.',
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ return [
|
|||
'language' => 'Język',
|
||||
|
||||
// Log in:
|
||||
'log_in_to_phpci' => 'Zaloguj się do PHPCI',
|
||||
'log_in_to_phpci' => 'Zaloguj się do PHP Censor',
|
||||
'login_error' => 'Nieprawidłowy email lub hasło',
|
||||
'forgotten_password_link' => 'Zapomniałeś hasła?',
|
||||
'reset_emailed' => 'Email z linkiem resetującym hasło został wysłany.',
|
||||
|
|
@ -26,7 +26,7 @@ resetujący hasło.',
|
|||
'reset_no_user_exists' => 'Użytkownik o takim emailu nie istnieje. Spróbuj jeszcze raz.',
|
||||
'reset_email_body' => 'Witaj %s,
|
||||
|
||||
Otrzymałeś ten email ponieważ Ty, lub ktoś inny, wysłał prośbę o zmianę hasła w PHPCI.
|
||||
Otrzymałeś ten email ponieważ Ty, lub ktoś inny, wysłał prośbę o zmianę hasła w PHP Censor.
|
||||
|
||||
Jeśli to faktycznie Ty, kliknij w następujący link aby zresetować hasło: %ssession/reset-password/%d/%s
|
||||
|
||||
|
|
@ -34,9 +34,9 @@ Jeśli nie, zignoruj tego emaila i wszystko pozostanie bez zmian,
|
|||
|
||||
Pozdrawiamy,
|
||||
|
||||
PHPCI',
|
||||
PHP Censor',
|
||||
|
||||
'reset_email_title' => 'Reset Hasła PHPCI dla %s',
|
||||
'reset_email_title' => 'Reset Hasła PHP Censor dla %s',
|
||||
'reset_invalid' => 'Prośba o zmianę hasła jest nieważna.',
|
||||
'email_address' => 'Adres email',
|
||||
'login' => 'Login / Email Address',
|
||||
|
|
@ -111,7 +111,7 @@ od wybranego kodu źródłowego platformy hostingowej.',
|
|||
'project_title' => 'Tytuł Projektu',
|
||||
'project_private_key' => 'Prywanty klucz dostępu do repozytoriów
|
||||
(pozostaw puste pole dla zdalnych lokalnych i/lub anonimowych)',
|
||||
'build_config' => 'PHPCI zbudowało config dla tego projektu
|
||||
'build_config' => 'PHP Censor zbudowało config dla tego projektu
|
||||
(jeśli nie możesz dodać pliku phpci.yml do repozytorium projektu)',
|
||||
'default_branch' => 'Domyślna nazwa gałęzi',
|
||||
'allow_public_status' => 'Włączyć status publiczny dla tego projektu?',
|
||||
|
|
@ -235,20 +235,20 @@ Services</a> repozytoria Bitbucket.',
|
|||
// Settings:
|
||||
'settings_saved' => 'Ustawienia zostały zapisane.',
|
||||
'settings_check_perms' => 'Twoje ustawienia nie mogły zostać zapisane. Sprawdź uprawnienia do pliku config.yml.',
|
||||
'settings_cannot_write' => 'PHPCI nie może zapisać do pliku config.yml. Dopóty nie będzie można poprawnie zachować ustawie,
|
||||
'settings_cannot_write' => 'PHP Censor nie może zapisać do pliku config.yml. Dopóty nie będzie można poprawnie zachować ustawie,
|
||||
dopóki nie będzie to naprawione.',
|
||||
'settings_github_linked' => 'Połaczono z Twoim kontem Github',
|
||||
'settings_github_not_linked' => 'Nie udało się połaczyć z Twoim kontem Github',
|
||||
'build_settings' => 'Ustawienia budowania',
|
||||
'github_application' => 'Aplikacja GitHub',
|
||||
'github_sign_in' => 'Zanim będzie można zacząć korzystać z GitHub, musisz najpierw <a href="%s">Sign in</a>, a następnie udzielić dostęp dla PHPCI do Twojego konta.',
|
||||
'github_phpci_linked' => 'PHPCI zostało pomyślnie połączone z konten GitHub.',
|
||||
'github_sign_in' => 'Zanim będzie można zacząć korzystać z GitHub, musisz najpierw <a href="%s">Sign in</a>, a następnie udzielić dostęp dla PHP Censor do Twojego konta.',
|
||||
'github_phpci_linked' => 'PHP Censor zostało pomyślnie połączone z konten GitHub.',
|
||||
'github_where_to_find' => 'Gdzie można znaleźć...',
|
||||
'github_where_help' => 'Jeśli to jest Twoja aplikacjia i chcesz jej użyć to więcej informacji znajdziesz w sekcji ustawień:
|
||||
<a href="https://github.com/settings/applications">applications</a>',
|
||||
|
||||
'email_settings' => 'Ustawienia Email',
|
||||
'email_settings_help' => 'Aby PHPCI mógł wysyłać emaile z stanem budowy, musisz najpierw skonfigurować poniższe ustawienia SMTP.',
|
||||
'email_settings_help' => 'Aby PHP Censor mógł wysyłać emaile z stanem budowy, musisz najpierw skonfigurować poniższe ustawienia SMTP.',
|
||||
|
||||
'application_id' => 'ID Aplikacji',
|
||||
'application_secret' => 'Klucz Secret aplikacji',
|
||||
|
|
@ -272,7 +272,7 @@ dopóki nie będzie to naprawione.',
|
|||
'3_hours' => '3 Godzinach',
|
||||
|
||||
// Plugins
|
||||
'cannot_update_composer' => 'PHPCI nie może zaktualizować copmposer.json, ponieważ nie ma uprawnień do zapisu.',
|
||||
'cannot_update_composer' => 'PHP Censor nie może zaktualizować copmposer.json, ponieważ nie ma uprawnień do zapisu.',
|
||||
'x_has_been_removed' => 'Usunięto %s. ',
|
||||
'x_has_been_added' => 'Dodano %s do composer.json. Zostanie zainstalowane po
|
||||
wywołaniu polecenia composer update.',
|
||||
|
|
@ -289,7 +289,7 @@ wywołaniu polecenia composer update.',
|
|||
'search' => 'Szukaj »',
|
||||
|
||||
// Installer
|
||||
'installation_url' => 'URL instalacyjny PHPCI',
|
||||
'installation_url' => 'URL instalacyjny PHP Censor',
|
||||
'db_host' => 'Host Bazy Danych',
|
||||
'db_name' => 'Nazwa Bazy Danych',
|
||||
'db_user' => 'Nazwa Użytkownika Bazy Danych',
|
||||
|
|
@ -298,37 +298,37 @@ wywołaniu polecenia composer update.',
|
|||
'admin_pass' => 'Hasło Admina',
|
||||
'admin_email' => 'Adres Email Admina',
|
||||
'config_path' => 'Ścieżka Pliku Config',
|
||||
'install_phpci' => 'Zainstaluj PHPCI',
|
||||
'welcome_to_phpci' => 'Witaj w PHPCI',
|
||||
'install_phpci' => 'Zainstaluj PHP Censor',
|
||||
'welcome_to_phpci' => 'Witaj w PHP Censor',
|
||||
'please_answer' => 'Odpowiedz na poniższe pytania:',
|
||||
'phpci_php_req' => 'PHPCI wymaga przynajmniej PHP 5.3.8 do prawidłowego funkcjonowania.',
|
||||
'phpci_php_req' => 'PHP Censor wymaga przynajmniej PHP 5.3.8 do prawidłowego funkcjonowania.',
|
||||
'extension_required' => 'Wymagane rozszerzenie: %s',
|
||||
'function_required' => 'PHPCI musi mieć możliwość wywołania funkcji %s(). Czy ona jest wyłączona w php.ini?',
|
||||
'requirements_not_met' => 'Nie można zainstalować PHPCI, ponieważ nie wszystkie wymagania zostały spełnione.
|
||||
'function_required' => 'PHP Censor musi mieć możliwość wywołania funkcji %s(). Czy ona jest wyłączona w php.ini?',
|
||||
'requirements_not_met' => 'Nie można zainstalować PHP Censor, ponieważ nie wszystkie wymagania zostały spełnione.
|
||||
Przejrzyj powyższą listę błędów przed kontynuowaniem.',
|
||||
'must_be_valid_email' => 'Poprawny adres email jest wymagany.',
|
||||
'must_be_valid_url' => 'Poprawny URL jest wymagany.',
|
||||
'enter_name' => 'Imię Admina: ',
|
||||
'enter_email' => 'Email Admina: ',
|
||||
'enter_password' => 'Hasło Admina: ',
|
||||
'enter_phpci_url' => 'URL PHPCI (na przykład "http://phpci.local"): ',
|
||||
'enter_phpci_url' => 'URL PHP Censor (na przykład "http://phpci.local"): ',
|
||||
|
||||
'enter_db_host' => 'Wpisz hosta MySQL [host lokalny]: ',
|
||||
'enter_db_name' => 'Wpisz nazwę bazy danych MySQL [phpci]: ',
|
||||
'enter_db_user' => 'Wpisz nazwę użytkownika MySQL [phpci]: ',
|
||||
'enter_db_pass' => 'Wpisz hasło MySQL: ',
|
||||
'could_not_connect' => 'Z podanymi ustawieniami PHPCI nie udało się połączyć z MySQL. Spróbuj ponownie.',
|
||||
'could_not_connect' => 'Z podanymi ustawieniami PHP Censor nie udało się połączyć z MySQL. Spróbuj ponownie.',
|
||||
'setting_up_db' => 'Ustawianie Twojej bazy danych...',
|
||||
'user_created' => 'Utworzono konto użytkownika!',
|
||||
'failed_to_create' => 'PHPCI nie udało się założyc Twojego konta administratora.',
|
||||
'config_exists' => 'Plik konfiguracji PHPCI istnieje i nie jest pusty.',
|
||||
'update_instead' => 'Jeśli próbowałeś zaktualizować PHPCI, użyj phpci:update.',
|
||||
'failed_to_create' => 'PHP Censor nie udało się założyc Twojego konta administratora.',
|
||||
'config_exists' => 'Plik konfiguracji PHP Censor istnieje i nie jest pusty.',
|
||||
'update_instead' => 'Jeśli próbowałeś zaktualizować PHP Censor, użyj phpci:update.',
|
||||
|
||||
// Update
|
||||
'update_phpci' => 'Zaktualizuj bazę danych zgodnie ze zmodyfikowanymi modelami.',
|
||||
'updating_phpci' => 'Aktualizacja bazy danych PHPCI:',
|
||||
'not_installed' => 'Wygląda na to, że PHPCI nie jest zainstalowane.',
|
||||
'install_instead' => 'Proszę zainstalować PHPCI poprzez phpci:install',
|
||||
'updating_phpci' => 'Aktualizacja bazy danych PHP Censor:',
|
||||
'not_installed' => 'Wygląda na to, że PHP Censor nie jest zainstalowane.',
|
||||
'install_instead' => 'Proszę zainstalować PHP Censor poprzez phpci:install',
|
||||
|
||||
// Poll Command
|
||||
'poll_github' => 'Odpytuj GitHub, aby sprawdzić czy należy uruchomić budowę.',
|
||||
|
|
@ -350,7 +350,7 @@ Przejrzyj powyższą listę błędów przed kontynuowaniem.',
|
|||
'branch_name_option' => 'Gałąź do budowania',
|
||||
|
||||
// Run Command
|
||||
'run_all_pending' => 'Uruchom wszystkie oczekujące budowy w PHPCI',
|
||||
'run_all_pending' => 'Uruchom wszystkie oczekujące budowy w PHP Censor',
|
||||
'finding_builds' => 'Szukam budów do przetwarzania.',
|
||||
'found_n_builds' => 'Znaleziono %d budowań',
|
||||
'skipping_build' => 'Budowanie %d jest pomijane - Budowanie projektu jest już w toku',
|
||||
|
|
@ -384,7 +384,7 @@ Przejrzyj powyższą listę błędów przed kontynuowaniem.',
|
|||
'n_emails_sent' => 'Wysłano %d emaili.',
|
||||
'n_emails_failed' => 'Nie wysłano %d emaili.',
|
||||
'unable_to_set_env' => 'Nie można ustawić zmiennej środowiskowej',
|
||||
'tag_created' => 'Tag stworzony przez PHPCI: %s',
|
||||
'tag_created' => 'Tag stworzony przez PHP Censor: %s',
|
||||
'x_built_at_x' => '%PROJECT_TITLE% zbudowano pod %BUILD_URI%',
|
||||
'hipchat_settings' => 'Proszę podać pokój i authToken dla pluginu hipchat_notify.',
|
||||
'irc_settings' => 'Musisz skonfigurować serwer, pokój i swoją nazwę.',
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ return [
|
|||
'language' => 'язык',
|
||||
|
||||
// Log in:
|
||||
'log_in_to_phpci' => 'Войти в PHPCI',
|
||||
'log_in_to_phpci' => 'Войти в PHP Censor',
|
||||
'login_error' => 'Неправильный email или пароль',
|
||||
'forgotten_password_link' => 'Забыли пароль?',
|
||||
'reset_emailed' => 'Вы получите письмо со ссылкой на сброс пароля.',
|
||||
|
|
@ -25,7 +25,7 @@ return [
|
|||
'reset_no_user_exists' => 'Пользователь с таким email-адресом не найден, пожалуйста, попробуйте еще раз.',
|
||||
'reset_email_body' => 'Привет %s,
|
||||
|
||||
Вы получили это письмо, потому что вы или кто-то другой запросили сброс пароля в PHPCI.
|
||||
Вы получили это письмо, потому что вы или кто-то другой запросили сброс пароля в PHP Censor.
|
||||
|
||||
Если это были вы, пожалуйста, перейдите по ссылке для сброса пароля: %ssession/reset-password/%d/%s,
|
||||
|
||||
|
|
@ -33,9 +33,9 @@ return [
|
|||
|
||||
Спасибо,
|
||||
|
||||
PHPCI',
|
||||
PHP Censor',
|
||||
|
||||
'reset_email_title' => 'Сброс пароля PHPCI для %s',
|
||||
'reset_email_title' => 'Сброс пароля PHP Censor для %s',
|
||||
'reset_invalid' => 'Некорректный запрос на сброс пароля.',
|
||||
'email_address' => 'Email',
|
||||
'login' => 'Логин / Email',
|
||||
|
|
@ -109,7 +109,7 @@ PHPCI',
|
|||
'project_title' => 'Название проекта',
|
||||
'project_private_key' => 'Приватный ключ для доступа к репозиторию
|
||||
(оставьте поле пустым для локального использования и/или анонимного доступа)',
|
||||
'build_config' => 'Конфигурация сборки проекта для PHPCI
|
||||
'build_config' => 'Конфигурация сборки проекта для PHP Censor
|
||||
(если вы не добавили файл phpci.yml в репозиторий вашего проекта)',
|
||||
'default_branch' => 'Ветка по умолчанию',
|
||||
'allow_public_status' => 'Разрешить публичный статус и изображение (статуса) для проекта',
|
||||
|
|
@ -243,20 +243,20 @@ PHPCI',
|
|||
// Settings:
|
||||
'settings_saved' => 'Ваши настройки были сохранены.',
|
||||
'settings_check_perms' => 'Ваши настройки не могут быть сохранены, проверьте права на файл настроек config.yml.',
|
||||
'settings_cannot_write' => 'PHPCI не может записать config.yml файл, настройки не могут быть сохранены корректно, пока это не будет исправлено.',
|
||||
'settings_cannot_write' => 'PHP Censor не может записать config.yml файл, настройки не могут быть сохранены корректно, пока это не будет исправлено.',
|
||||
'settings_github_linked' => 'Ваш GitHub аккаунт привязан.',
|
||||
'settings_github_not_linked' => 'Ваш GitHub аккаунт не может быть привязан.',
|
||||
'build_settings' => 'Настройки сборки',
|
||||
'github_application' => 'GitHub приложение',
|
||||
'github_sign_in' => 'Перед тем как начать использовать GitHub аккаунт, вам необходимо <a href="%s">войти</a> и разрешить доступ для
|
||||
PHPCI до вашего аккаунта.',
|
||||
'github_phpci_linked' => 'PHPCI успешно привязал GitHub аккаунт.',
|
||||
PHP Censor до вашего аккаунта.',
|
||||
'github_phpci_linked' => 'PHP Censor успешно привязал GitHub аккаунт.',
|
||||
'github_where_to_find' => 'Где это найти...',
|
||||
'github_where_help' => 'Если вы владелец приложения, которое вы хотели бы использовать, то вы можете найти информацию об этом в разделе
|
||||
<a href="https://github.com/settings/applications">applications</a> настроек.',
|
||||
|
||||
'email_settings' => 'Настройки email',
|
||||
'email_settings_help' => 'Перед тем, как PHPCI начнет отсылать статус сборок по почте,
|
||||
'email_settings_help' => 'Перед тем, как PHP Censor начнет отсылать статус сборок по почте,
|
||||
вам необходимо настроить параметры SMTP ниже.',
|
||||
|
||||
'application_id' => 'ID приложения',
|
||||
|
|
@ -281,7 +281,7 @@ PHPCI',
|
|||
'3_hours' => '3 часов',
|
||||
|
||||
// Plugins
|
||||
'cannot_update_composer' => 'PHPCI не может обновить composer.json, если он недоступен на запись.',
|
||||
'cannot_update_composer' => 'PHP Censor не может обновить composer.json, если он недоступен на запись.',
|
||||
'x_has_been_removed' => '%s был удален.',
|
||||
'x_has_been_added' => '%s был добавлен в composer.json и будет установлен, как только вы запустите composer update.',
|
||||
'enabled_plugins' => 'Включенные плагины',
|
||||
|
|
@ -320,7 +320,7 @@ PHPCI',
|
|||
'finished' => 'Закончилась',
|
||||
|
||||
// Installer
|
||||
'installation_url' => 'URL-адрес PHPCI для установки',
|
||||
'installation_url' => 'URL-адрес PHP Censor для установки',
|
||||
'db_host' => 'Хост базы данных',
|
||||
'db_name' => 'Имя базы данных',
|
||||
'db_user' => 'Пользователь базы данных',
|
||||
|
|
@ -329,38 +329,38 @@ PHPCI',
|
|||
'admin_pass' => 'Пароль администратора',
|
||||
'admin_email' => 'Email администратора',
|
||||
'config_path' => 'Путь до файла конфигурации',
|
||||
'install_phpci' => 'Установить PHPCI',
|
||||
'welcome_to_phpci' => 'Добро пожаловать в PHPCI',
|
||||
'install_phpci' => 'Установить PHP Censor',
|
||||
'welcome_to_phpci' => 'Добро пожаловать в PHP Censor',
|
||||
'please_answer' => 'Пожалуйста, ответьте на несколько вопросов:',
|
||||
'phpci_php_req' => 'PHPCI необходима для работы версия PHP не ниже 5.3.8.',
|
||||
'phpci_php_req' => 'PHP Censor необходима для работы версия PHP не ниже 5.3.8.',
|
||||
'extension_required' => 'Требуется расширение PHP: %s',
|
||||
'function_required' => 'PHPCI необходима возможность вызывать %s() функцию. Она выключена в php.ini?',
|
||||
'requirements_not_met' => 'PHPCI не может быть установлен, пока не все требования выполнены.
|
||||
'function_required' => 'PHP Censor необходима возможность вызывать %s() функцию. Она выключена в php.ini?',
|
||||
'requirements_not_met' => 'PHP Censor не может быть установлен, пока не все требования выполнены.
|
||||
Пожалуйста, просмотрите возникшие ошибки перед тем, как продолжить.',
|
||||
'must_be_valid_email' => 'Должен быть корректным email-адресом.',
|
||||
'must_be_valid_url' => 'Должен быть корректным URL-адресом.',
|
||||
'enter_name' => 'Имя администратора: ',
|
||||
'enter_email' => 'Email администратора: ',
|
||||
'enter_password' => 'Пароль администратора: ',
|
||||
'enter_phpci_url' => 'URL-адрес вашего PHPCI (например: "http://phpci.local"): ',
|
||||
'enter_phpci_url' => 'URL-адрес вашего PHP Censor (например: "http://phpci.local"): ',
|
||||
|
||||
'enter_db_host' => 'Пожалуйста, введите хост MySQL [localhost]: ',
|
||||
'enter_db_port' => 'Пожалуйста, введите порт MySQL [3306]: ',
|
||||
'enter_db_name' => 'Пожалуйста, введите имя базы данных MySQL [phpci]: ',
|
||||
'enter_db_user' => 'Пожалуйста, введите пользователя MySQL [phpci]: ',
|
||||
'enter_db_pass' => 'Пожалуйста, введите пароль MySQL: ',
|
||||
'could_not_connect' => 'PHPCI не может подключится к MySQL с переданными параметрами. Пожалуйста, попробуйте еще раз.',
|
||||
'could_not_connect' => 'PHP Censor не может подключится к MySQL с переданными параметрами. Пожалуйста, попробуйте еще раз.',
|
||||
'setting_up_db' => 'Установка базы данных... ',
|
||||
'user_created' => 'Аккаунт пользователя создан!',
|
||||
'failed_to_create' => 'PHPCI не удалось создать аккаунт администратора.',
|
||||
'config_exists' => 'Файл конфигурации PHPCI уже существует, и он не пустой.',
|
||||
'update_instead' => 'Если вы собираетесь обновить PHPCI, пожалуйста, используйте команду phpci:update.',
|
||||
'failed_to_create' => 'PHP Censor не удалось создать аккаунт администратора.',
|
||||
'config_exists' => 'Файл конфигурации PHP Censor уже существует, и он не пустой.',
|
||||
'update_instead' => 'Если вы собираетесь обновить PHP Censor, пожалуйста, используйте команду phpci:update.',
|
||||
|
||||
// Update
|
||||
'update_phpci' => 'Обновите базу данных с учетом обновленных моделей.',
|
||||
'updating_phpci' => 'Обновление базы данных PHPCI: ',
|
||||
'not_installed' => 'PHPCI не может быть установлен.',
|
||||
'install_instead' => 'Пожалуйста, установите PHPCI с помощью команды phpci:install.',
|
||||
'updating_phpci' => 'Обновление базы данных PHP Censor: ',
|
||||
'not_installed' => 'PHP Censor не может быть установлен.',
|
||||
'install_instead' => 'Пожалуйста, установите PHP Censor с помощью команды phpci:install.',
|
||||
|
||||
// Poll Command
|
||||
'poll_github' => 'Опрос GitHub для проверки запуска сборки.',
|
||||
|
|
@ -382,7 +382,7 @@ PHPCI',
|
|||
'branch_name_option' => 'Ветка для сборки',
|
||||
|
||||
// Run Command
|
||||
'run_all_pending' => 'Запустить все ожидающие PHPCI сборки.',
|
||||
'run_all_pending' => 'Запустить все ожидающие PHP Censor сборки.',
|
||||
'finding_builds' => 'Поиск сборок для запуска',
|
||||
'found_n_builds' => 'Найдено сборок: %d',
|
||||
'skipping_build' => 'Сборка %d пропущена - Сборка проекта уже идет.',
|
||||
|
|
@ -417,7 +417,7 @@ PHPCI',
|
|||
'n_emails_sent' => 'Писем отправлено: %d.',
|
||||
'n_emails_failed' => 'Писем не удалось отправить: %d.',
|
||||
'unable_to_set_env' => 'Невозможно установить переменную окружения',
|
||||
'tag_created' => 'Метка создана PHPCI: %s',
|
||||
'tag_created' => 'Метка создана PHP Censor: %s',
|
||||
'x_built_at_x' => '%PROJECT_TITLE% собран: %BUILD_URI%',
|
||||
'hipchat_settings' => 'Пожалуйста, укажите комнату и токен (authToken) для плагина hipchat_notify',
|
||||
'irc_settings' => 'Вы должны задать сервер, комнату и ник.',
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ return [
|
|||
'language' => 'Мова',
|
||||
|
||||
// Log in:
|
||||
'log_in_to_phpci' => 'Увійти до PHPCI',
|
||||
'log_in_to_phpci' => 'Увійти до PHP Censor',
|
||||
'login_error' => 'Невірний email або пароль',
|
||||
'forgotten_password_link' => 'Забули свій пароль?',
|
||||
'reset_emailed' => 'Ми відправили вам посилання для скидання вашого паролю.',
|
||||
|
|
@ -26,7 +26,7 @@ return [
|
|||
'reset_no_user_exists' => 'Не існує користувача з такою email адресою, будь ласка, повторіть знову.',
|
||||
'reset_email_body' => 'Привіт, %s,
|
||||
|
||||
Ви отримали цей лист, тому що ви або хтось інший запросили скидання пароля в PHPCI.
|
||||
Ви отримали цей лист, тому що ви або хтось інший запросили скидання пароля в PHP Censor.
|
||||
|
||||
Якщо це були ви, будь ласка, перейдіть за посиланням нижче для скидання пароля: %ssession/reset-password/%d/%s,
|
||||
|
||||
|
|
@ -34,9 +34,9 @@ return [
|
|||
|
||||
Дякуємо,
|
||||
|
||||
PHPCI',
|
||||
PHP Censor',
|
||||
|
||||
'reset_email_title' => 'Скидання пароль PHPCI для %s',
|
||||
'reset_email_title' => 'Скидання пароль PHP Censor для %s',
|
||||
'reset_invalid' => 'Невірний запит скидання паролю.',
|
||||
'email_address' => 'Email адреса',
|
||||
'login' => 'Логин / Email адреса',
|
||||
|
|
@ -109,7 +109,7 @@ PHPCI',
|
|||
'project_title' => 'Заголовок проекту',
|
||||
'project_private_key' => 'Приватний ключ доступу до репозиторія
|
||||
(залишити поле порожнім для локального використання та/або анонімного доступу)',
|
||||
'build_config' => 'Конфігурація збірки цього проекта для PHPCI
|
||||
'build_config' => 'Конфігурація збірки цього проекта для PHP Censor
|
||||
(якщо ви не додали файл phpci.yml до репозиторію вашого проекту)',
|
||||
'default_branch' => 'Назва гілки за замовчуванням',
|
||||
'allow_public_status' => 'Увімкнути публічну сторінку статусу та зображення для цього проекта?',
|
||||
|
|
@ -232,21 +232,21 @@ PHPCI',
|
|||
// Settings:
|
||||
'settings_saved' => 'Ваші налаштування були збережені.',
|
||||
'settings_check_perms' => 'Ваші налаштування не можуть бути збережені, перевірте права на ваш файл налаштувань config.yml.',
|
||||
'settings_cannot_write' => 'PHPCI не може записати файл config.yml, налаштування не будуть коректно збережені,
|
||||
'settings_cannot_write' => 'PHP Censor не може записати файл config.yml, налаштування не будуть коректно збережені,
|
||||
доки це не буде виправлено.',
|
||||
'settings_github_linked' => 'Ваш GitHub аккаунт було підключено.',
|
||||
'settings_github_not_linked' => 'Ваш GitHub аккаунт не може бути підключеним.',
|
||||
'build_settings' => 'Налаштування збірки',
|
||||
'github_application' => 'GitHub додаток',
|
||||
'github_sign_in' => 'Перед початком користування GitHub, вам необхідно <a href="%s">увійти</a> та надати
|
||||
доступ для PHPCI до вашого аккаунту.',
|
||||
'github_phpci_linked' => 'PHPCI успішно зв\'язаний з аккаунтом GitHub.',
|
||||
доступ для PHP Censor до вашого аккаунту.',
|
||||
'github_phpci_linked' => 'PHP Censor успішно зв\'язаний з аккаунтом GitHub.',
|
||||
'github_where_to_find' => 'Де це знайти...',
|
||||
'github_where_help' => 'Якщо ви є власником додатку, який би ви хотіли використовувати, то ви можете знайти інформацію про це у розділі
|
||||
налаштувань ваших <a href="https://github.com/settings/applications">додатків</a>.',
|
||||
|
||||
'email_settings' => 'Налаштування Email',
|
||||
'email_settings_help' => 'Перед тим, як PHPCI почне надсилати статуси збірок на email,
|
||||
'email_settings_help' => 'Перед тим, як PHP Censor почне надсилати статуси збірок на email,
|
||||
вам необхідно налаштувати параметри SMTP нижче.',
|
||||
|
||||
'application_id' => 'ID додатка',
|
||||
|
|
@ -271,7 +271,7 @@ PHPCI',
|
|||
'3_hours' => '3 години',
|
||||
|
||||
// Plugins
|
||||
'cannot_update_composer' => 'PHPCI не може оновити composer.json, оскільки він не є доступним для запису.',
|
||||
'cannot_update_composer' => 'PHP Censor не може оновити composer.json, оскільки він не є доступним для запису.',
|
||||
'x_has_been_removed' => '%s було видалено.',
|
||||
'x_has_been_added' => '%s був доданий до composer.json і буде встановлений, як тільки
|
||||
ви виконаєте composer update.',
|
||||
|
|
@ -288,7 +288,7 @@ PHPCI',
|
|||
'search' => 'Знайти »',
|
||||
|
||||
// Installer
|
||||
'installation_url' => 'URL встановлення PHPCI',
|
||||
'installation_url' => 'URL встановлення PHP Censor',
|
||||
'db_host' => 'Хост бази даних',
|
||||
'db_name' => 'Назва бази даних',
|
||||
'db_user' => 'Ім’я користувача бази даних',
|
||||
|
|
@ -297,37 +297,37 @@ PHPCI',
|
|||
'admin_pass' => 'Пароль адміністратора',
|
||||
'admin_email' => 'Email адреса адміністратора',
|
||||
'config_path' => 'Шлях до файла конфігурації',
|
||||
'install_phpci' => 'Встановити PHPCI',
|
||||
'welcome_to_phpci' => 'Ласкаво просимо до PHPCI',
|
||||
'install_phpci' => 'Встановити PHP Censor',
|
||||
'welcome_to_phpci' => 'Ласкаво просимо до PHP Censor',
|
||||
'please_answer' => 'Будь ласка, дайте відповідь на наступні питання:',
|
||||
'phpci_php_req' => 'PHPCI вимагає для роботи, принаймні, версію PHP 5.3.8.',
|
||||
'phpci_php_req' => 'PHP Censor вимагає для роботи, принаймні, версію PHP 5.3.8.',
|
||||
'extension_required' => 'Необхідне розширення: %s',
|
||||
'function_required' => 'PHPCI необхідна можливість викликати функцію %s(). Вона відключена у php.ini?',
|
||||
'requirements_not_met' => 'Неможливо встановити PHPCI, оскільки не всі вимоги виконані.
|
||||
'function_required' => 'PHP Censor необхідна можливість викликати функцію %s(). Вона відключена у php.ini?',
|
||||
'requirements_not_met' => 'Неможливо встановити PHP Censor, оскільки не всі вимоги виконані.
|
||||
Будь ласка, продивіться наявні помилки перед тим, як продовжити.',
|
||||
'must_be_valid_email' => 'Повинно бути коректною email адресою.',
|
||||
'must_be_valid_url' => 'Повинно бути коректним URL.',
|
||||
'enter_name' => 'Ім’я адміністратора: ',
|
||||
'enter_email' => 'Email адміністратора: ',
|
||||
'enter_password' => 'Пароль адміністратора: ',
|
||||
'enter_phpci_url' => 'URL адреса вашого PHPCI (наприклад, "http://phpci.local"): ',
|
||||
'enter_phpci_url' => 'URL адреса вашого PHP Censor (наприклад, "http://phpci.local"): ',
|
||||
|
||||
'enter_db_host' => 'Будь ласка, введіть хост MySQL [localhost]: ',
|
||||
'enter_db_name' => 'Будь ласка, введить ім’я бази даних MySQL [phpci]: ',
|
||||
'enter_db_user' => 'Будь ласка, введить ім’я користувача MySQL [phpci]: ',
|
||||
'enter_db_pass' => 'Будь ласка, введить ваш пароль MySQL: ',
|
||||
'could_not_connect' => 'PHPCI не може підключитися до MySQL із наданими параметрами. Будь ласка, спробуйте ще раз.',
|
||||
'could_not_connect' => 'PHP Censor не може підключитися до MySQL із наданими параметрами. Будь ласка, спробуйте ще раз.',
|
||||
'setting_up_db' => 'Налаштування вашої бази даних...',
|
||||
'user_created' => 'Аккаунт користувача створено!',
|
||||
'failed_to_create' => 'PHPCI не вдалося створити ваш аккаунт адміністратора.',
|
||||
'config_exists' => 'Файл конфігурації PHPCI вже існує та не є порожнім.',
|
||||
'update_instead' => 'Якщо ви збираєтесь оновити PHPCI, будь ласка, використовуйте команду phpci:update.',
|
||||
'failed_to_create' => 'PHP Censor не вдалося створити ваш аккаунт адміністратора.',
|
||||
'config_exists' => 'Файл конфігурації PHP Censor вже існує та не є порожнім.',
|
||||
'update_instead' => 'Якщо ви збираєтесь оновити PHP Censor, будь ласка, використовуйте команду phpci:update.',
|
||||
|
||||
// Update
|
||||
'update_phpci' => 'Оновити базу даних для відображення змінених моделей.',
|
||||
'updating_phpci' => 'Оновлення бази даних PHPCI:',
|
||||
'not_installed' => 'Неможливо встановити PHPCI.',
|
||||
'install_instead' => 'Будь ласка, встановіть PHPCI через команду phpci:install.',
|
||||
'updating_phpci' => 'Оновлення бази даних PHP Censor:',
|
||||
'not_installed' => 'Неможливо встановити PHP Censor.',
|
||||
'install_instead' => 'Будь ласка, встановіть PHP Censor через команду phpci:install.',
|
||||
|
||||
// Poll Command
|
||||
'poll_github' => 'Зробити запит до GitHub для перевірки запуску збірки.',
|
||||
|
|
@ -349,7 +349,7 @@ PHPCI',
|
|||
'branch_name_option' => 'Branch to build',
|
||||
|
||||
// Run Command
|
||||
'run_all_pending' => 'Запустити всі PHPCI збірки, які очікують.',
|
||||
'run_all_pending' => 'Запустити всі PHP Censor збірки, які очікують.',
|
||||
'finding_builds' => 'Пошук збірок для обробки',
|
||||
'found_n_builds' => 'Знайдено %d збірок',
|
||||
'skipping_build' => 'Збірка %d пропущена - Збірка проекта вже у процесі.',
|
||||
|
|
@ -383,7 +383,7 @@ PHPCI',
|
|||
'n_emails_sent' => '%d листів відправлено.',
|
||||
'n_emails_failed' => '%d листів не вдалося відправити.',
|
||||
'unable_to_set_env' => 'Неможливо встановити змінну оточення',
|
||||
'tag_created' => 'Тег, створений PHPCI: %s',
|
||||
'tag_created' => 'Тег, створений PHP Censor: %s',
|
||||
'x_built_at_x' => '%PROJECT_TITLE% зібрано у %BUILD_URI%',
|
||||
'hipchat_settings' => 'Будь ласка, вкажіть кімнату та "authToken" параметр для плагіна hipchat_notify',
|
||||
'irc_settings' => 'Ви повинні вказати сервер, кімнату та нік.',
|
||||
|
|
|
|||
|
|
@ -64,19 +64,19 @@ class GithubBuild extends RemoteGitBuild
|
|||
case 0:
|
||||
case 1:
|
||||
$status = 'pending';
|
||||
$description = 'PHPCI build running.';
|
||||
$description = 'PHP Censor build running.';
|
||||
break;
|
||||
case 2:
|
||||
$status = 'success';
|
||||
$description = 'PHPCI build passed.';
|
||||
$description = 'PHP Censor build passed.';
|
||||
break;
|
||||
case 3:
|
||||
$status = 'failure';
|
||||
$description = 'PHPCI build failed.';
|
||||
$description = 'PHP Censor build failed.';
|
||||
break;
|
||||
default:
|
||||
$status = 'error';
|
||||
$description = 'PHPCI build failed to complete.';
|
||||
$description = 'PHP Censor build failed to complete.';
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
@ -86,7 +86,7 @@ class GithubBuild extends RemoteGitBuild
|
|||
'state' => $status,
|
||||
'target_url' => $phpciUrl . '/build/view/' . $this->getId(),
|
||||
'description' => $description,
|
||||
'context' => 'PHPCI',
|
||||
'context' => 'PHP Censor',
|
||||
];
|
||||
|
||||
$headers = [
|
||||
|
|
|
|||
|
|
@ -42,8 +42,8 @@ class Campfire implements Plugin
|
|||
$this->phpci = $phpci;
|
||||
$this->build = $build;
|
||||
$this->message = $options['message'];
|
||||
$this->userAgent = "PHPCI/1.0 (+http://www.phptesting.org/)";
|
||||
$this->cookie = "phpcicookie";
|
||||
$this->userAgent = "PHP Censor/1.0";
|
||||
$this->cookie = "php-censor-cookie";
|
||||
|
||||
$buildSettings = $phpci->getConfig('build_settings');
|
||||
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ class Deployer implements Plugin
|
|||
{
|
||||
$this->phpci = $phpci;
|
||||
$this->build = $build;
|
||||
$this->reason = 'PHPCI Build #%BUILD% - %COMMIT_MESSAGE%';
|
||||
$this->reason = 'PHP Censor Build #%BUILD% - %COMMIT_MESSAGE%';
|
||||
|
||||
if (isset($options['webhook_url'])) {
|
||||
$this->webhookUrl = $options['webhook_url'];
|
||||
|
|
@ -63,7 +63,7 @@ class Deployer implements Plugin
|
|||
|
||||
$response = $http->post($this->webhookUrl, [
|
||||
'reason' => $this->phpci->interpolate($this->reason),
|
||||
'source' => 'PHPCI',
|
||||
'source' => 'PHP Censor',
|
||||
'url' => $this->phpci->interpolate('%BUILD_URI%'),
|
||||
'branch' => $this->phpci->interpolate('%BRANCH%'),
|
||||
'update_only' => $this->updateOnly
|
||||
|
|
|
|||
|
|
@ -93,7 +93,7 @@ class Email implements Plugin
|
|||
|
||||
$sendFailures = $this->sendSeparateEmails(
|
||||
$addresses,
|
||||
sprintf("PHPCI - %s - %s", $projectName, $buildStatus),
|
||||
sprintf("PHP Censor - %s - %s", $projectName, $buildStatus),
|
||||
$body
|
||||
);
|
||||
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ class FlowdockNotify implements Plugin
|
|||
}
|
||||
$this->api_key = trim($options['api_key']);
|
||||
$this->message = isset($options['message']) ? $options['message'] : self::MESSAGE_DEFAULT;
|
||||
$this->email = isset($options['email']) ? $options['email'] : 'PHPCI';
|
||||
$this->email = isset($options['email']) ? $options['email'] : 'PHP Censor';
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -39,8 +39,8 @@ class HipchatNotify implements Plugin
|
|||
$this->phpci = $phpci;
|
||||
$this->build = $build;
|
||||
|
||||
$this->userAgent = "PHPCI/1.0 (+http://www.phptesting.org/)";
|
||||
$this->cookie = "phpcicookie";
|
||||
$this->userAgent = "PHP Censor/1.0";
|
||||
$this->cookie = "php-censor-cookie";
|
||||
|
||||
if (is_array($options) && isset($options['authToken']) && isset($options['room'])) {
|
||||
$this->authToken = $options['authToken'];
|
||||
|
|
@ -80,12 +80,12 @@ class HipchatNotify implements Plugin
|
|||
$result = true;
|
||||
if (is_array($this->room)) {
|
||||
foreach ($this->room as $room) {
|
||||
if (!$hipChat->message_room($room, 'PHPCI', $message, $this->notify, $this->color)) {
|
||||
if (!$hipChat->message_room($room, 'PHP Censor', $message, $this->notify, $this->color)) {
|
||||
$result = false;
|
||||
}
|
||||
}
|
||||
} else {
|
||||
if (!$hipChat->message_room($this->room, 'PHPCI', $message, $this->notify, $this->color)) {
|
||||
if (!$hipChat->message_room($this->room, 'PHP Censor', $message, $this->notify, $this->color)) {
|
||||
$result = false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -56,13 +56,13 @@ class SlackNotify implements Plugin
|
|||
if (isset($options['room'])) {
|
||||
$this->room = $options['room'];
|
||||
} else {
|
||||
$this->room = '#phpci';
|
||||
$this->room = '#php-censor';
|
||||
}
|
||||
|
||||
if (isset($options['username'])) {
|
||||
$this->username = $options['username'];
|
||||
} else {
|
||||
$this->username = 'PHPCI';
|
||||
$this->username = 'PHP Censor';
|
||||
}
|
||||
|
||||
if (isset($options['show_status'])) {
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="container">
|
||||
<a class="navbar-brand" href="<?php echo PHPCI_URL ?>"><img src="<?php echo PHPCI_URL ?>assets/img/logo.png"></a>
|
||||
<a class="navbar-brand" href="<?php echo PHPCI_URL ?>"><img src="<?php echo PHPCI_URL ?>assets/img/php-censor-logo.png"></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -19,17 +19,8 @@
|
|||
|
||||
body
|
||||
{
|
||||
background: #224466; /* Old browsers */
|
||||
background: -moz-radial-gradient(center, ellipse cover, #224466 0%, #112233 100%); /* FF3.6+ */
|
||||
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#224466), color-stop(100%,#112233)); /* Chrome,Safari4+ */
|
||||
background: -webkit-radial-gradient(center, ellipse cover, #224466 0%,#112233 100%); /* Chrome10+,Safari5.1+ */
|
||||
background: -o-radial-gradient(center, ellipse cover, #224466 0%,#112233 100%); /* Opera 12+ */
|
||||
background: -ms-radial-gradient(center, ellipse cover, #224466 0%,#112233 100%); /* IE10+ */
|
||||
background: radial-gradient(ellipse at center, #224466 0%,#112233 100%); /* W3C */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#224466', endColorstr='#112233',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
|
||||
|
||||
background: #224466;
|
||||
min-height: 100%;
|
||||
|
||||
font-family: Roboto, Arial, Sans-Serif;
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
|
|
@ -38,15 +29,7 @@
|
|||
|
||||
#login-box
|
||||
{
|
||||
background: #fcfcfc; /* Old browsers */
|
||||
background: -moz-linear-gradient(top, #fcfcfc 50%, #e0e0e0 100%); /* FF3.6+ */
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#fcfcfc), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
|
||||
background: -webkit-linear-gradient(top, #fcfcfc 50%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
|
||||
background: -o-linear-gradient(top, #fcfcfc 50%,#e0e0e0 100%); /* Opera 11.10+ */
|
||||
background: -ms-linear-gradient(top, #fcfcfc 50%,#e0e0e0 100%); /* IE10+ */
|
||||
background: linear-gradient(to bottom, #fcfcfc 50%,#e0e0e0 100%); /* W3C */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
|
||||
|
||||
background: #fcfcfc;
|
||||
border-radius: 5px;
|
||||
box-shadow: 0 0 30px rgba(0,0,0, 0.3);
|
||||
margin: 0 auto;
|
||||
|
|
@ -55,31 +38,6 @@
|
|||
width: 350px;
|
||||
}
|
||||
|
||||
#logo {
|
||||
background: transparent url('https://block8.digital/assets/images/b8-phpci-logo-muted.png') no-repeat top left;
|
||||
background-size: 130px 46px;
|
||||
display: inline-block;
|
||||
height: 46px;
|
||||
width: 130px;
|
||||
text-indent: -5000px;
|
||||
|
||||
position: absolute;
|
||||
bottom: 50px;
|
||||
right: 50px;
|
||||
}
|
||||
|
||||
@media(max-width:767px) {
|
||||
#logo {
|
||||
position: inherit;
|
||||
margin: 0 auto;
|
||||
margin-top: 50px;
|
||||
}
|
||||
}
|
||||
|
||||
#logo:hover {
|
||||
background-image: url('https://block8.digital/assets/images/b8-phpci-logo.png');
|
||||
}
|
||||
|
||||
#phpci-logo img {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
|
@ -89,14 +47,12 @@
|
|||
<body>
|
||||
<div class="container">
|
||||
<div class="row" style="margin-top: 10%; text-align: center">
|
||||
<a id="phpci-logo" href="https://www.phptesting.org">
|
||||
<img src="<?php print PHPCI_URL; ?>assets/img/logo-large.png">
|
||||
<a id="phpci-logo" href="/">
|
||||
<img src="<?php print PHPCI_URL; ?>assets/img/php-censor-logo.png">
|
||||
</a>
|
||||
<div class="" id="login-box">
|
||||
<?php print $content; ?>
|
||||
</div>
|
||||
|
||||
<a target="_blank" id="logo" href="https://block8.digital">Block 8 - Digital Development Experts</a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
|
|||
|
|
@ -250,7 +250,7 @@
|
|||
</div>
|
||||
|
||||
<h1>
|
||||
<?php print !empty($title) ? $title : 'PHPCI'; ?>
|
||||
<?php print !empty($title) ? $title : 'PHP Censor'; ?>
|
||||
|
||||
<?php if (!empty($subtitle)): ?>
|
||||
<small><?php print $subtitle; ?></small>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue