Pulled translations from Transifex

This commit is contained in:
Bernd Bestel 2019-04-28 19:17:31 +02:00
parent 77f094810b
commit 310cdd7d4c
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300
14 changed files with 231 additions and 122 deletions

View File

@ -14,3 +14,4 @@
- New recurrence patterns - chores can now also be "scheduled" to repat daily/weekly/monthly - New recurrence patterns - chores can now also be "scheduled" to repat daily/weekly/monthly
- New translations: (thanks all the translators) - New translations: (thanks all the translators)
- Swedish (demo available at https://demo-sv.grocy.info) - Swedish (demo available at https://demo-sv.grocy.info)
- Polish (demo available at https://demo-pl.grocy.info)

View File

@ -90,5 +90,6 @@ return array(
'The thing which happens on the 5th of every month' => 'The thing which happens on the 5th of every month', 'The thing which happens on the 5th of every month' => 'The thing which happens on the 5th of every month',
'The thing which happens daily' => 'The thing which happens daily', 'The thing which happens daily' => 'The thing which happens daily',
'The thing which happens on Mondays and Wednesdays' => 'The thing which happens on Mondays and Wednesdays', 'The thing which happens on Mondays and Wednesdays' => 'The thing which happens on Mondays and Wednesdays',
'Swedish' => 'Swedish' 'Swedish' => 'Swedish',
'Polish' => 'Polish'
); );

View File

@ -2,5 +2,8 @@
return array( return array(
'manually' => 'Manualmente', 'manually' => 'Manualmente',
'dynamic-regular' => 'Dinámico regular' 'dynamic-regular' => 'Dinámico regular',
'daily' => 'Diario',
'weekly' => 'Semanal',
'monthly' => 'Mensual'
); );

View File

@ -139,7 +139,7 @@ return array(
'This cannot be negative' => 'Esto no puede ser negativo', 'This cannot be negative' => 'Esto no puede ser negativo',
'A quantity unit is required' => 'Es necesaria una unidad', 'A quantity unit is required' => 'Es necesaria una unidad',
'A period type is required' => 'Es necesario un tipo de periodo', 'A period type is required' => 'Es necesario un tipo de periodo',
'A best before date is required' => 'A best before date is required', 'A best before date is required' => 'Es necesaria una fecha de caducidad',
'Settings' => 'Configuración', 'Settings' => 'Configuración',
'This can only be before now' => 'Sólo puede ser antes que ahora', 'This can only be before now' => 'Sólo puede ser antes que ahora',
'Calendar' => 'Calendario', 'Calendar' => 'Calendario',
@ -151,7 +151,7 @@ return array(
'Edit recipe ingredient' => 'Editar ingrediente', 'Edit recipe ingredient' => 'Editar ingrediente',
'Are you sure to delete recipe "#1"?' => '¿Estás seguro de querer borrar la receta "#1"?', 'Are you sure to delete recipe "#1"?' => '¿Estás seguro de querer borrar la receta "#1"?',
'Are you sure to delete recipe ingredient "#1"?' => '¿Estás seguro de querer borrar el ingrediente "#1" de la receta?', 'Are you sure to delete recipe ingredient "#1"?' => '¿Estás seguro de querer borrar el ingrediente "#1" de la receta?',
'Are you sure to empty the shopping list?' => '¿Estás seguro de querer borrar la lista de la compra?', 'Are you sure to empty shopping list "#1"?' => '¿Estás seguro de querer vaciar la lista de la compra "#1"?',
'Clear list' => 'Borrar lista', 'Clear list' => 'Borrar lista',
'Requirements fulfilled' => 'Requerimientos completos', 'Requirements fulfilled' => 'Requerimientos completos',
'Put missing products on shopping list' => 'Añadir productos faltantes a la lista de la compra', 'Put missing products on shopping list' => 'Añadir productos faltantes a la lista de la compra',
@ -324,36 +324,74 @@ return array(
'Shopping list to stock workflow' => 'Flujo de lista de la compra a stock', 'Shopping list to stock workflow' => 'Flujo de lista de la compra a stock',
'Automatically do the booking using the last price and the amount of the shopping list item, if the product has "Default best before days" set' => 'Hacer automáticamente la reserva utilizando el último precio y cantidad del elemento de la lista de la compra, si el producto tiene valor en "días de consumo por defecto"', 'Automatically do the booking using the last price and the amount of the shopping list item, if the product has "Default best before days" set' => 'Hacer automáticamente la reserva utilizando el último precio y cantidad del elemento de la lista de la compra, si el producto tiene valor en "días de consumo por defecto"',
'Skip' => 'Pasar', 'Skip' => 'Pasar',
'Servings' => 'Servings', 'Servings' => 'Servicios',
'Costs' => 'Costs', 'Costs' => 'Costes',
'Based on the prices of the last purchase per product' => 'Based on the prices of the last purchase per product', 'Based on the prices of the last purchase per product' => 'Basado en los precios de la última compra por producto',
'The ingredients listed here result in this amount of servings' => 'The ingredients listed here result in this amount of servings', 'The ingredients listed here result in this amount of servings' => 'Los ingredientes aparecen en base a la cantidad de servicios',
'Do not check against the shopping list when adding missing items to it' => 'Do not check against the shopping list when adding missing items to it', 'Do not check against the shopping list when adding missing items to it' => 'No compruebes contra la lista de la compra cuando añadas ítems faltantes',
'By default the amount to be added to the shopping list is "needed amount - stock amount - shopping list amount" - when this is enabled, it is only checked against the stock amount, not against what is already on the shopping list' => 'By default the amount to be added to the shopping list is "needed amount - stock amount - shopping list amount" - when this is enabled, it is only checked against the stock amount, not against what is already on the shopping list', 'By default the amount to be added to the shopping list is "needed amount - stock amount - shopping list amount" - when this is enabled, it is only checked against the stock amount, not against what is already on the shopping list' => 'Por defecto, la cantidad a añadir en la lista de la compra es "cantidad necesaria - cantidad en stock - cantidad en la lista de la compra". Cuando está activado, sólo se comprueba la cantidad en stock, no lo que ya está en la lista de la compra',
'Picture' => 'Picture', 'Picture' => 'Imagen',
'Uncheck ingredients to not put them on the shopping list' => 'Uncheck ingredients to not put them on the shopping list', 'Uncheck ingredients to not put them on the shopping list' => 'Desmarca ingredientes para no añadirlos a la lista de la compra',
'This is for statistical purposes only' => 'This is for statistical purposes only', 'This is for statistical purposes only' => 'Sólo para fines estadísticos',
'You have to select a recipe' => 'You have to select a recipe', 'You have to select a recipe' => 'Has de seleccionar una receta',
'Key type' => 'Key type', 'Key type' => 'Tipo de clave',
'Share/Integrate calendar (iCal)' => 'Share/Integrate calendar (iCal)', 'Share/Integrate calendar (iCal)' => 'Compartir/integrar calendario (iCal)',
'Use the following (public) URL to share or integrate the calendar in iCal format' => 'Use the following (public) URL to share or integrate the calendar in iCal format', 'Use the following (public) URL to share or integrate the calendar in iCal format' => 'Usa la siguiente URL (pública) para compartir o integrar el calendario en formato iCal',
'Allow partial units in stock' => 'Allow partial units in stock', 'Allow partial units in stock' => 'Permitir unidades parciales en stock',
'Enable tare weight handling' => 'Enable tare weight handling', 'Enable tare weight handling' => 'Permitir el manejo de peso',
'This is useful e.g. for flour in jars - on purchase/consume/inventory you always weigh the whole jar, the amount to be posted is then automatically calculated based on what is in stock and the tare weight defined below' => 'This is useful e.g. for flour in jars - on purchase/consume/inventory you always weigh the whole jar, the amount to be posted is then automatically calculated based on what is in stock and the tare weight defined below', 'This is useful e.g. for flour in jars - on purchase/consume/inventory you always weigh the whole jar, the amount to be posted is then automatically calculated based on what is in stock and the tare weight defined below' => 'Esto es útil, por ejemplo, para harina en tarros, donde para comprar/consumir/inventariar pesas el tarro. La cantidad final en stock se calcula automáticamente en base al propio stock y el peso definido aquí',
'Tare weight' => 'Tare weight', 'Tare weight' => 'Peso',
'Tare weight handling enabled - please weigh the whole container, the amount to be posted will be automatically calculcated' => 'Tare weight handling enabled - please weigh the whole container, the amount to be posted will be automatically calculcated', 'Tare weight handling enabled - please weigh the whole container, the amount to be posted will be automatically calculcated' => 'Manejo de peso habilitado. Por favor, pesa el contenedor entero, la cantidad será calculada automáticamente',
'You have to select a location' => 'You have to select a location', 'You have to select a location' => 'Has de seleccionar un lugar',
'List' => 'List', 'List' => 'Lista',
'Gallery' => 'Gallery', 'Gallery' => 'Galería',
'The current picture will be deleted when you save the recipe' => 'The current picture will be deleted when you save the recipe', 'The current picture will be deleted when you save the recipe' => 'La imagen actual se borrará cuando grabes la receta',
'Show product details' => 'Show product details', 'Show product details' => 'Mostrar detalles del producto',
'Stock journal for this product' => 'Stock journal for this product', 'Stock journal for this product' => 'Diario de stock para este producto',
'Show chore details' => 'Show chore details', 'Show chore details' => 'Mostrar detalles de la tarea del hogar',
'Journal for this chore' => 'Journal for this chore', 'Journal for this chore' => 'Diario para esta tarea del hogar',
'Show battery details' => 'Show battery details', 'Show battery details' => 'Mostrar detalles de la pila',
'Journal for this battery' => 'Journal for this battery', 'Journal for this battery' => 'Diario para esta pila',
'System info' => 'System info', 'System info' => 'Información del sistema',
'Changelog' => 'Changelog', 'Changelog' => 'Registro de cambios',
'will be multiplied a factor of #1 to get #2' => 'will be multiplied a factor of #1 to get #2', 'will be multiplied a factor of #1 to get #2' => 'será multiplicado por un factor de #1 para #2',
'The given date is earlier than today, are you sure?' => 'The given date is earlier than today, are you sure?' 'The given date is earlier than today, are you sure?' => 'La fecha introducida es anterior a hoy, ¿estás seguro?',
'Product count' => 'Cuenta de producto',
'Type a new product name or barcode and hit TAB to start a workflow' => 'Escribe un nuevo producto o código de barras y pulsa TAB para iniciar un flujo de trabajo',
'This will be used as the default setting when adding this product as a recipe ingredient' => 'Esto se usará como configuración por defecto cuando añadas este producto como ingrediente de una receta',
'Add item' => 'Añadir ítem',
'Selected shopping list' => 'Lista de la compra seleccionada',
'New shopping list' => 'Nueva lista de la compra',
'Delete shopping list' => 'Borrar lista de la compra',
'Chores settings' => 'Configuración de tareas del hogar',
'Batteries settings' => 'Configuración de pilas',
'Tasks settings' => 'Configuración de tareas',
'Create shopping list' => 'Crear lista de la compra',
'Are you sure to delete shopping list "#1"?' => '¿Estás seguro de querer borrar la lista de la compra "#1"?',
'Average shelf life' => 'Vida media ',
'Spoil rate' => 'Ratio de desperdicio',
'Show more' => 'Mostrar más',
'Show less' => 'Mostrar menos',
'The amount must be between #1 and #2' => 'La cantidad debe de estar entre #1 y #2',
'Day of month' => 'Día del mes',
'Monday' => 'Lunes',
'Tuesday' => 'Martes',
'Wednesday' => 'Miércoles',
'Thursday' => 'Jueves',
'Friday' => 'Viernes',
'Saturday' => 'Sábado',
'Sunday' => 'Domingo',
'Configure userfields' => 'Configurar campos de usuario',
'Userfields' => 'Campos de usuario',
'Filter by entity' => 'Filtrar por entidad',
'Entity' => 'Entidad',
'Caption' => 'Leyenda',
'Type' => 'Tipo',
'Create userfield' => 'Crear campo de usuario',
'A entity is required' => 'Es necesaria una entidad',
'A caption is required' => 'Es necesaria una leyenda',
'A type is required' => 'Es necesario un tipo',
'Show as column in tables' => 'Mostrar como columnas en una tabla',
'This is required and can only contain letters and numbers' => 'Es necesario y sólo puede contener letras y números',
'Edit userfield' => 'Editar campo de usuario'
); );

View File

@ -0,0 +1,11 @@
<?php
return array(
'text-single-line' => 'Texto (una línea)',
'text-multi-line' => 'Texto (múltiples líneas)',
'number-integral' => 'Número (entero)',
'number-decimal' => 'Número (decimal)',
'date' => 'Fecha (sin hora)',
'datetime' => 'Fecha y hora',
'checkbox' => 'Casilla de verificación'
);

View File

@ -2,5 +2,8 @@
return array( return array(
'manually' => 'Handmatig', 'manually' => 'Handmatig',
'dynamic-regular' => 'Dynamisch regelmatig' 'dynamic-regular' => 'Dynamisch regelmatig',
'daily' => 'Dagelijks',
'weekly' => 'Wekelijks',
'monthly' => 'Maandelijks'
); );

View File

@ -0,0 +1,11 @@
<?php
return array(
'text-single-line' => 'Tekst (één regel)',
'text-multi-line' => 'Tekst (meerdere regels)',
'number-integral' => 'Number (héél getal)',
'number-decimal' => 'Nummer (decimaal)',
'date' => 'Getal (zonder tijd)',
'datetime' => 'Datum en tijd',
'checkbox' => 'Checkbox'
);

View File

@ -1,6 +1,9 @@
<?php <?php
return array( return array(
'manually' => 'Manually', 'manually' => 'Manualny',
'dynamic-regular' => 'Dynamic regular' 'dynamic-regular' => 'Dynamiczny regularny',
'daily' => 'Codzienny',
'weekly' => 'Tygodniowy',
'monthly' => 'Miesięczny'
); );

View File

@ -1,10 +1,10 @@
<?php <?php
return array( return array(
'timeago_locale' => 'en', 'timeago_locale' => 'pl',
'timeago_nan' => 'NaN years ago', 'timeago_nan' => 'NaN lat temu',
'moment_locale' => 'x', 'moment_locale' => 'pl',
'datatables_localization' => '{"sEmptyTable":"No data available in table","sInfo":"Showing _START_ to _END_ of _TOTAL_ entries","sInfoEmpty":"Showing 0 to 0 of 0 entries","sInfoFiltered":"(filtered from _MAX_ total entries)","sInfoPostFix":"","sInfoThousands":",","sLengthMenu":"Show _MENU_ entries","sLoadingRecords":"Loading...","sProcessing":"Processing...","sSearch":"Search:","sZeroRecords":"No matching records found","oPaginate":{"sFirst":"First","sLast":"Last","sNext":"Next","sPrevious":"Previous"},"oAria":{"sSortAscending":": activate to sort column ascending","sSortDescending":": activate to sort column descending"}}', 'datatables_localization' => '{"sEmptyTable":"Brak danych do wyświetlenia","sInfo":"Pokazuję od _START_ do _END_ z _TOTAL_ wpisów","sInfoEmpty":"Pokazuję od 0 do 0 z 0 wpisów","sInfoFiltered":"(przefiltrowane z _MAX_ wszystkich wpisów)","sInfoPostFix":"","sInfoThousands":",","sLengthMenu":"Pokaż _MENU_ wpisów","sLoadingRecords":"Ładowanie...","sProcessing":"Przetwarzanie...","sSearch":"Szukaj:","sZeroRecords":"Nie znaleziono pasujących elementów","oPaginate":{"sFirst":"Pierwsza","sLast":"Ostatnia","sNext":"Następna","sPrevious":"Poprzednia"},"oAria":{"sSortAscending":": aktywuj, aby posortować kolumnę rosnąco","sSortDescending":": aktywuj, aby posortować kolumnę malejąco"}}',
'summernote_locale' => 'x', 'summernote_locale' => 'pl-PL',
'fullcalendar_locale' => 'x' 'fullcalendar_locale' => 'pl'
); );

View File

@ -3,87 +3,92 @@
return array( return array(
'Cookies' => 'Ciastka', 'Cookies' => 'Ciastka',
'Chocolate' => 'Czekolada', 'Chocolate' => 'Czekolada',
'Pantry' => 'Pantry', 'Pantry' => 'Spiżarnia',
'Candy cupboard' => 'Candy cupboard', 'Candy cupboard' => 'Szafka cukierkowa',
'Tinned food cupboard' => 'Tinned food cupboard', 'Tinned food cupboard' => 'Szafka na konserwy',
'Fridge' => 'Lodówka', 'Fridge' => 'Lodówka',
'Piece' => 'Piece', 'Piece' => 'Kawałek',
'Pieces' => 'Pieces', 'Pieces' => 'Kawałki/ów',
'Pack' => 'Pack', 'Pack' => 'Paczka',
'Packs' => 'Packs', 'Packs' => 'Paczek',
'Glass' => 'Szklanka', 'Glass' => 'Szklanka',
'Glasses' => 'Szklanki', 'Glasses' => 'Szklanki',
'Tin' => 'Tin', 'Tin' => 'Puszka',
'Tins' => 'Tins', 'Tins' => 'Puszek',
'Can' => 'Can', 'Can' => 'Dosa',
'Cans' => 'Cans', 'Cans' => 'Dosa ',
'Bunch' => 'Bunch', 'Bunch' => 'Pęczek',
'Bunches' => 'Bunches', 'Bunches' => 'Pęczki/ów',
'Gummy bears' => 'Gummy bears', 'Gummy bears' => 'Żelki',
'Crisps' => 'Crisps', 'Crisps' => 'Chipsy',
'Eggs' => 'Eggs', 'Eggs' => 'Jajka',
'Noodles' => 'Noodles', 'Noodles' => 'Makaron',
'Pickles' => 'Pickles', 'Pickles' => 'Ogórki konserwowe',
'Gulash soup' => 'Gulash soup', 'Gulash soup' => 'Gulasz',
'Yogurt' => 'Yogurt', 'Yogurt' => 'Jogurt',
'Cheese' => 'Cheese', 'Cheese' => 'Ser',
'Cold cuts' => 'Cold cuts', 'Cold cuts' => 'Wędliny',
'Paprika' => 'Paprika', 'Paprika' => 'Papryka',
'Cucumber' => 'Cucumber', 'Cucumber' => 'Ogórek',
'Radish' => 'Radish', 'Radish' => 'Rzodkiweka',
'Tomato' => 'Tomato', 'Tomato' => 'Pomidor',
'Changed towels in the bathroom' => 'Changed towels in the bathroom', 'Changed towels in the bathroom' => 'Zmieniono ręczniki w łazience',
'Cleaned the kitchen floor' => 'Cleaned the kitchen floor', 'Cleaned the kitchen floor' => 'Posprzątano kuchnię',
'Warranty ends' => 'Warranty ends', 'Warranty ends' => 'Koniec gwarancji',
'TV remote control' => 'TV remote control', 'TV remote control' => 'Pilot do TV',
'Alarm clock' => 'Alarm clock', 'Alarm clock' => 'Budzik',
'Heat remote control' => 'Heat remote control', 'Heat remote control' => 'Pilot do sterowania ciepłem',
'Lawn mowed in the garden' => 'Lawn mowed in the garden', 'Lawn mowed in the garden' => 'Skoszono trawnik w ogrodzie',
'Some good snacks' => 'Some good snacks', 'Some good snacks' => 'Dobre przekąski',
'Pizza dough' => 'Pizza dough', 'Pizza dough' => 'Ciasto na pizzę',
'Sieved tomatoes' => 'Sieved tomatoes', 'Sieved tomatoes' => 'Przesiane pomidory',
'Salami' => 'Salami', 'Salami' => 'Salami',
'Toast' => 'Toast', 'Toast' => 'Tost',
'Minced meat' => 'Minced meat', 'Minced meat' => 'Mięso mielone',
'Pizza' => 'Pizza', 'Pizza' => 'Pizza',
'Spaghetti bolognese' => 'Spaghetti bolognese', 'Spaghetti bolognese' => 'Spaghetti bolognese',
'Sandwiches' => 'Sandwiches', 'Sandwiches' => 'Kanapki',
'English' => 'English', 'English' => 'Angielski',
'German' => 'German', 'German' => 'Niemiecki',
'Italian' => 'Italian', 'Italian' => 'Włoski',
'Demo in different language' => 'Demo in different language', 'Demo in different language' => 'Demo w innych języku',
'This is the note content of the recipe ingredient' => 'This is the note content of the recipe ingredient', 'This is the note content of the recipe ingredient' => 'To jest treść notatki składnika receptury',
'Demo User' => 'Demo User', 'Demo User' => 'Użytkownik demonstracyjny',
'Gram' => 'Gram', 'Gram' => 'Gram',
'Grams' => 'Grams', 'Grams' => 'Gramy/ów',
'Flour' => 'Flour', 'Flour' => 'Mąka',
'Pancakes' => 'Pancakes', 'Pancakes' => 'Naleśniki',
'Sugar' => 'Sugar', 'Sugar' => 'Cukier',
'Home' => 'Home', 'Home' => 'Dom',
'Life' => 'Life', 'Life' => 'Życiowe',
'Projects' => 'Projects', 'Projects' => 'Projekty',
'Repair the garage door' => 'Repair the garage door', 'Repair the garage door' => 'Naprawić drzwi garażowe',
'Fork and improve grocy' => 'Fork and improve grocy', 'Fork and improve grocy' => 'Skopiuj i ulepsz grocy',
'Find a solution for what to do when I forget the door keys' => 'Find a solution for what to do when I forget the door keys', 'Find a solution for what to do when I forget the door keys' => 'Znajdź rozwiązanie, co zrobić, gdy zapomnę kluczy do drzwi',
'Sweets' => 'Sweets', 'Sweets' => 'Słodycze',
'Bakery products' => 'Bakery products', 'Bakery products' => 'Pieczywo',
'Tinned food' => 'Tinned food', 'Tinned food' => 'Konserwy',
'Butchery products' => 'Butchery products', 'Butchery products' => 'Produkty mięsne',
'Vegetables/Fruits' => 'Vegetables/Fruits', 'Vegetables/Fruits' => 'Warzywa/Owoce',
'Refrigerated products' => 'Refrigerated products', 'Refrigerated products' => 'Produkty mrożone',
'Coffee machine' => 'Coffee machine', 'Coffee machine' => 'Maszyna do kawy',
'Dishwasher' => 'Dishwasher', 'Dishwasher' => 'Zmywarka',
'Liter' => 'Liter', 'Liter' => 'Litr',
'Liters' => 'Liters', 'Liters' => 'Litrów',
'Bottle' => 'Bottle', 'Bottle' => 'Butelka',
'Bottles' => 'Bottles', 'Bottles' => 'Butelek',
'Milk' => 'Milk', 'Milk' => 'Mleko',
'Chocolate sauce' => 'Chocolate sauce', 'Chocolate sauce' => 'Sos czekoladowy',
'Milliliters' => 'Milliliters', 'Milliliters' => 'Milimetrów',
'Milliliter' => 'Milliliter', 'Milliliter' => 'Milimetr',
'Bottom' => 'Bottom', 'Bottom' => 'Spód',
'Topping' => 'Topping', 'Topping' => 'Górny',
'French' => 'French', 'French' => 'Francuski',
'Turkish' => 'Turkish', 'Turkish' => 'Turecki',
'Spanish' => 'Spanish' 'Spanish' => 'Hiszpański',
'Russian' => 'Rosyjski',
'The thing which happens on the 5th of every month' => 'To, co dzieje się 5 dnia każdego miesiąca',
'The thing which happens daily' => 'To, co dzieje się codziennie',
'The thing which happens on Mondays and Wednesdays' => 'To, co dzieje się w poniedziałki i środy',
'Swedish' => 'Szwedzki'
); );

View File

@ -2,7 +2,7 @@
return array( return array(
'purchase' => 'Zakup', 'purchase' => 'Zakup',
'consume' => 'Konsumpcja', 'consume' => 'Spożycie',
'inventory-correction' => 'Korekta zapasów', 'inventory-correction' => 'Korekta zapasów',
'product-opened' => 'Produkt otwarty' 'product-opened' => 'Produkt otwarty'
); );

View File

@ -0,0 +1,11 @@
<?php
return array(
'text-single-line' => 'Tekst (jedna linia)',
'text-multi-line' => 'Tekst (wiele linii)',
'number-integral' => 'Liczba (całkowita)',
'number-decimal' => 'Liczba (dziesiętna)',
'date' => 'Data (bez czasu)',
'datetime' => 'Data i czas',
'checkbox' => 'Pole wyboru'
);

View File

@ -0,0 +1,11 @@
<?php
return array(
'text-single-line' => 'Текст (однострочный)',
'text-multi-line' => 'Текст (многострочный)',
'number-integral' => 'Число (целочисленное)',
'number-decimal' => 'Число (дробное)',
'date' => 'Дата (без времени)',
'datetime' => 'Дата и время',
'checkbox' => 'Флажок'
);

View File

@ -0,0 +1,11 @@
<?php
return array(
'text-single-line' => 'Text (en rad)',
'text-multi-line' => 'Text (multipla rader)',
'number-integral' => 'Nummer (integral)',
'number-decimal' => 'Nummer (decimal)',
'date' => 'Datum (utan tid)',
'datetime' => 'Datum & tid',
'checkbox' => 'Kryssruta'
);