Commit 53781a5e by John Was

Merge branch 'master' into polish-translation

Conflicts: framework/yii/messages/config.php
parents 2ed2cca0 9952b56f
......@@ -7,7 +7,7 @@ return [
'messagePath' => __DIR__,
// array, required, list of language codes that the extracted messages
// should be translated to. For example, ['zh-CN', 'de'].
'languages' => ['de', 'it', 'pl', 'pt-BR', 'ru'],
'languages' => ['da', 'de', 'ru', 'pt-BR', 'it', 'da'],
// string, the name of the function for translating messages.
// Defaults to 'Yii::t'. This is used as a mark to find the messages to be
// translated. You may use a string for single function name or an array for
......
<?php
/**
* Message translations.
*
* This file is automatically generated by 'yii message' command.
* It contains the localizable messages extracted from source code.
* You may modify this file by translating the extracted messages.
*
* Each array element represents the translation (value) of a message (key).
* If the value is empty, the message is considered as not translated.
* Messages that no longer need translation will have their translations
* enclosed between a pair of '@@' marks.
*
* Message string can be used with plural forms format. Check i18n section
* of the guide for details.
*
* NOTE: this file must be saved in UTF-8 encoding.
*/
return array (
'(not set)' => '(ikke defineret)',
'An internal server error occurred.' => 'Der opstod en intern server fejl.',
'Are you sure to delete this item?' => 'Er du sikker på, at du vil slette dette element?',
'Delete' => 'Slet',
'Error' => 'Fejl',
'File upload failed.' => 'Upload af fil fejlede.',
'Home' => 'Start',
'Invalid data received for parameter "{param}".' => 'Ugyldig data modtaget for parameteren "{param}".',
'Login Required' => 'Login Påkrævet',
'Missing required arguments: {params}' => 'Påkrævede argumenter mangler: {params}',
'Missing required parameters: {params}' => 'Påkrævede parametre mangler: {params}',
'No' => 'Nej',
'No help for unknown command "{command}".' => 'Ingen hjælp til ukendt kommando "{command}".',
'No help for unknown sub-command "{command}".' => 'Ingen hjælp til ukendt under-kommando "{command}".',
'No results found.' => 'Ingen resultater fundet.',
'Only files with these extensions are allowed: {extensions}.' => 'Kun filer med følgende filtyper er tilladte: {extensions}.',
'Only files with these mimeTypes are allowed: {mimeTypes}.' => 'Kun filer med følgende mime-typer er tilladte: {mimeTypes}.',
'Page not found.' => 'Siden blev ikke fundet.',
'Please fix the following errors:' => 'Ret venligst følgende fejl:',
'Please upload a file.' => 'Venligst upload en fil.',
'Showing <b>{begin, number}-{end, number}</b> of <b>{totalCount, number}</b> {totalCount, plural, one{item} other{items}}.' => 'Viser <b>{begin, number}-{end, number}</b> af <b>{totalCount, number}</b> {totalCount, plural, one{element} other{elementer}}.',
'The file "{file}" is not an image.' => 'Filen "{file}" er ikke et billede.',
'The file "{file}" is too big. Its size cannot exceed {limit, number} {limit, plural, one{byte} other{bytes}}.' => 'Filen "{file}" er for stor. Størrelsen må ikke overstige {limit, number} {limit, plural, one{byte} other{bytes}}.',
'The file "{file}" is too small. Its size cannot be smaller than {limit, number} {limit, plural, one{byte} other{bytes}}.' => 'Filen "{file}" er for lille. Størrelsen må ikke være mindre end {limit, number} {limit, plural, one{byte} other{bytes}}.',
'The format of {attribute} is invalid.' => 'Formatet af {attribute} er ugyldigt.',
'The image "{file}" is too large. The height cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'Billedet "{file}" er for stort. Højden må ikke være større end {limit, number} {limit, plural, one{pixel} other{pixels}}.',
'The image "{file}" is too large. The width cannot be larger than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'Billedet "{file}" er for stort. Bredden må ikke være større end {limit, number} {limit, plural, one{pixel} other{pixels}}.',
'The image "{file}" is too small. The height cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'Billedet "{file}" er for lille. Højden må ikke være mindre end {limit, number} {limit, plural, one{pixel} other{pixels}}.',
'The image "{file}" is too small. The width cannot be smaller than {limit, number} {limit, plural, one{pixel} other{pixels}}.' => 'Billedet "{file}" er for lille. Bredden må ikke være mindre end {limit, number} {limit, plural, one{pixel} other{pixels}}.',
'The verification code is incorrect.' => 'Verifikationskoden er ikke korrekt.',
'Total <b>{count, number}</b> {count, plural, one{item} other{items}}.' => 'Total <b>{count, number}</b> {count, plural, one{element} other{elementer}}.',
'Unable to verify your data submission.' => 'Kunne ikke verificere din data indsendelse.',
'Unknown command "{command}".' => 'Ukendt kommando "{command}".',
'Unknown option: --{name}' => 'Ukendt option: --{name}',
'Update' => 'Opdatér',
'View' => 'Vis',
'Yes' => 'Ja',
'You are not allowed to perform this action.' => 'Du har ikke tilladelse til at udføre denne handling.',
'You can upload at most {limit, number} {limit, plural, one{file} other{files}}.' => '',
'the input value' => 'inputværdien',
'{attribute} "{value}" has already been taken.' => '{attribute} "{value}" er allerede i brug.',
'{attribute} cannot be blank.' => '{attribute} må ikke være tom.',
'{attribute} is invalid.' => '{attribute} er ugyldig.',
'{attribute} is not a valid URL.' => '{attribute} er ikke en gyldig URL.',
'{attribute} is not a valid email address.' => '{attribute} er ikke en gyldig emailadresse.',
'{attribute} must be "{requiredValue}".' => '{attribute} skal være "{requiredValue}".',
'{attribute} must be a number.' => '{attribute} skal være et nummer.',
'{attribute} must be a string.' => '{attribute} skal være en tekst-streng.',
'{attribute} must be an integer.' => '{attribute} skal være et heltal.',
'{attribute} must be either "{true}" or "{false}".' => '{attribute} skal være enten "{true}" eller "{false}".',
'{attribute} must be greater than "{compareValue}".' => '{attribute} skal være større end "{compareValue}".',
'{attribute} must be greater than or equal to "{compareValue}".' => '{attribute} skal være større end eller lig med "{compareValue}".',
'{attribute} must be less than "{compareValue}".' => '{attribute} skal være mindre end "{compareValue}".',
'{attribute} must be less than or equal to "{compareValue}".' => '{attribute} skal være mindre end eller lig med "{compareValue}".',
'{attribute} must be no greater than {max}.' => '{attribute} må ikke være større end {max}.',
'{attribute} must be no less than {min}.' => '{attribute} må ikke være mindre end {min}.',
'{attribute} must be repeated exactly.' => '{attribute} skal være gentaget præcist.',
'{attribute} must not be equal to "{compareValue}".' => '{attribute} må ikke være lig med "{compareValue}".',
'{attribute} should contain at least {min, number} {min, plural, one{character} other{characters}}.' => '{attribute} skal mindst indeholde {min, number} {min, plural, one{tegn} other{tegn}}.',
'{attribute} should contain at most {max, number} {max, plural, one{character} other{characters}}.' => '{attribute} skal højst indeholde {min, number} {min, plural, one{tegn} other{tegn}}.',
'{attribute} should contain {length, number} {length, plural, one{character} other{characters}}.' => '{attribute} skal indeholde {length, number} {length, plural, one{tegn} other{tegn}}.',
);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment