[Koha-patches] [PATCH] Bug 5646: Translated sql files break messaging

Nicole Engard nengard at gmail.com
Fri Jan 21 14:38:35 CET 2011


Why do you have 'DUE' in all caps? You have the opportunity here to
correct that to lower case :)

Nicole

On Mon, Dec 13, 2010 at 4:47 PM, Katrin Fischer
<katrin.fischer at bsz-bw.de> wrote:
> ---
>  .../optional/sample_notices_message_attributes.sql |   11 +++++------
>  .../sample_notices_message_attributes.sql          |   10 +++++-----
>  .../optional/sample_notices_message_attributes.sql |    4 ++--
>  .../optional/sample_notices_message_attributes.sql |    4 ++--
>  4 files changed, 14 insertions(+), 15 deletions(-)
>
> diff --git a/installer/data/mysql/de-DE/optional/sample_notices_message_attributes.sql b/installer/data/mysql/de-DE/optional/sample_notices_message_attributes.sql
> index b019a3d..627b617 100644
> --- a/installer/data/mysql/de-DE/optional/sample_notices_message_attributes.sql
> +++ b/installer/data/mysql/de-DE/optional/sample_notices_message_attributes.sql
> @@ -1,9 +1,8 @@
>  insert into `message_attributes`
>  (`message_attribute_id`, message_name, `takes_days`)
>  values
> -(1, 'Fälligkeitsbenachrichtigung', 0),
> -(2, 'Erinnerungsbenachrichtigung', 1),
> -(4, 'Vormerkbenachrichtigung', 0),
> -(5, 'Rückgabequittung', 0),
> -(6, 'Ausleihquittung', 0);
> -
> +(1, 'Item DUE', 0),
> +(2, 'Advance Notice', 1),
> +(4, 'Hold Filled', 0),
> +(5, 'Item Check-in', 0),
> +(6, 'Item Checkout', 0);
> \ No newline at end of file
> diff --git a/installer/data/mysql/it-IT/necessari/sample_notices_message_attributes.sql b/installer/data/mysql/it-IT/necessari/sample_notices_message_attributes.sql
> index aec38b5..231af9c 100644
> --- a/installer/data/mysql/it-IT/necessari/sample_notices_message_attributes.sql
> +++ b/installer/data/mysql/it-IT/necessari/sample_notices_message_attributes.sql
> @@ -3,10 +3,10 @@ SET FOREIGN_KEY_CHECKS=0;
>  insert into `message_attributes`
>  (`message_attribute_id`, message_name, `takes_days`)
>  values
> -(1, 'Copia scaduta', 0),
> -(2, 'Avviso preventivo', 1),
> -(4, 'Prenotazione compilata', 0),
> -(5, 'Check In', 0),
> -(6, 'Check Out', 0);
> +(1, 'Item DUE', 0),
> +(2, 'Advance Notice', 1),
> +(4, 'Hold Filled', 0),
> +(5, 'Item Check-in', 0),
> +(6, 'Item Checkout', 0);
>
>  SET FOREIGN_KEY_CHECKS=1;
> diff --git a/installer/data/mysql/ru-RU/optional/sample_notices_message_attributes.sql b/installer/data/mysql/ru-RU/optional/sample_notices_message_attributes.sql
> index 8ec1d69..7cf9a7a 100644
> --- a/installer/data/mysql/ru-RU/optional/sample_notices_message_attributes.sql
> +++ b/installer/data/mysql/ru-RU/optional/sample_notices_message_attributes.sql
> @@ -3,8 +3,8 @@ truncate message_attributes;
>  insert into `message_attributes`
>  (`message_attribute_id`, message_name, `takes_days`)
>  values
> -(1, 'Единица задолжена',           0),
> -(2, 'Предварительное уведомление', 1),
> +(1, 'Item DUE',                    0),
> +(2, 'Advance Notice',              1),
>  (4, 'Hold Filled',                 0),
>  (5, 'Item Check-in',               0),
>  (6, 'Item Checkout',               0);
> diff --git a/installer/data/mysql/uk-UA/optional/sample_notices_message_attributes.sql b/installer/data/mysql/uk-UA/optional/sample_notices_message_attributes.sql
> index fabdc00..dd12938 100644
> --- a/installer/data/mysql/uk-UA/optional/sample_notices_message_attributes.sql
> +++ b/installer/data/mysql/uk-UA/optional/sample_notices_message_attributes.sql
> @@ -3,8 +3,8 @@ truncate message_attributes;
>  insert into `message_attributes`
>  (`message_attribute_id`, `message_name`, `takes_days`)
>  values
> -(1, 'Одиниця заборгована'   , 0),
> -(2, 'Попереднє повідомлення', 1),
> +(1, 'Item DUE'              , 0),
> +(2, 'Advance Notice'        , 1),
>  (4, 'Hold Filled'           , 0),
>  (5, 'Item Check-in'         , 0),
>  (6, 'Item Checkout'         , 0);
> --
> 1.6.3.3
>
>
> _______________________________________________
> Koha-patches mailing list
> Koha-patches at lists.koha-community.org
> http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-patches
> website : http://www.koha-community.org/
> git : http://git.koha-community.org/
> bugs : http://bugs.koha-community.org/


More information about the Koha-patches mailing list