Skip to content

Commit

Permalink
added Slovenian
Browse files Browse the repository at this point in the history
  • Loading branch information
nkorbel committed Aug 1, 2016
1 parent 678057c commit 3e63933
Show file tree
Hide file tree
Showing 16 changed files with 2,208 additions and 0 deletions.
1 change: 1 addition & 0 deletions lang/AvailableLanguages.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ public static function GetAvailableLanguages()
'no_no' => new AvailableLanguage('no_no', 'no_no.php', 'Norsk bokmål'),
'pl' => new AvailableLanguage('pl', 'pl.php', 'Polski'),
'pt_br' => new AvailableLanguage('pt_br', 'pt_br.php', 'Português Brasileiro'),
'si_si' => new AvailableLanguage('si_si', 'si_si.php', 'Slovenščina'),
'sv_sv' => new AvailableLanguage('sv_sv', 'sv_sv.php', 'Swedish'),
'zh_cn' => new AvailableLanguage('zh_cn', 'zh_cn.php', '简体中文'),
'zh_tw' => new AvailableLanguage('zh_tw', 'zh_tw.php', '繁體中文'),
Expand Down
755 changes: 755 additions & 0 deletions lang/si_si.php

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions lang/si_si/AccountActivation.tpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{*
Modified by Alenka Kavčič ([email protected]), UL FRI, July 2015
Translated and adapted for Slovenian language
Copyright 2011-2015 Nick Korbel
This file is part of Booked Scheduler.
Booked Scheduler is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Booked Scheduler is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Booked Scheduler. If not, see <http://www.gnu.org/licenses/>.
*}

{$FirstName},<br/>
Zahvaljujemo se vam za registracijo v programu Booked Scheduler. Prosimo, <a href="{$ActivationUrl}">aktivirajte vaš račun</a>.
30 changes: 30 additions & 0 deletions lang/si_si/AccountCreation.tpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{*
Modified by Alenka Kavčič ([email protected]), UL FRI, July 2015
Translated and adapted for Slovenian language
Copyright 2011-2015 Nick Korbel, Paul Menchini
This file is part of Booked Scheduler.
Booked Scheduler is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Booked Scheduler is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Booked Scheduler. If not, see <http://www.gnu.org/licenses/>.
*}

<p>{$To},</p>

<p>Nov uporabnik se je registriral z naslednjimi podatki:<br/>
E-pošta: {$EmailAddress}<br/>
Ime in priimek: {$FullName}<br/>
Telefon: {$Phone}<br/>
Organizacija: {$Organization}<br/>
Položaj: {$Position}</p>
35 changes: 35 additions & 0 deletions lang/si_si/EndReminderEmail.tpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{*
Modified by Alenka Kavčič ([email protected]), UL FRI, July 2015
Translated and adapted for Slovenian language
Copyright 2013-2015 Nick Korbel
This file is part of Booked Scheduler.
Booked Scheduler is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Booked Scheduler is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Booked Scheduler. If not, see <http://www.gnu.org/licenses/>.
*}

Vaša rezervacija bo kmalu potekla.<br/>
Podrobnosti rezervacije:
<br/>
<br/>
Začetek: {formatdate date=$StartDate key=reservation_email}<br/>
Konec: {formatdate date=$EndDate key=reservation_email}<br/>
Vir: {$ResourceName}<br/>
Naslov: {$Title}<br/>
Opis: {$Description|nl2br}<br/>
<br/>
<a href="{$ScriptUrl}/{$ReservationUrl}">Ogled rezervacije</a> |
<a href="{$ScriptUrl}/{$ICalUrl}">Dodaj v Koledar (Outlook)</a> |
<a href="{$ScriptUrl}">Prijava v program Booked Scheduler</a>
25 changes: 25 additions & 0 deletions lang/si_si/ReportEmail.tpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{*
Modified by Alenka Kavčič ([email protected]), UL FRI, July 2015
Translated and adapted for Slovenian language
Copyright 2012-2015 Nick Korbel
This file is part of Booked Scheduler.
Booked Scheduler is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Booked Scheduler is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Booked Scheduler. If not, see <http://www.gnu.org/licenses/>.
*}

Priloženo je vaše poročilo iz programa Booked Scheduler.<br/><br/>

<a href="{$ScriptUrl}">Prijava v program Booked Scheduler</a>
85 changes: 85 additions & 0 deletions lang/si_si/ReservationCreated.tpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
{*
Modified by Alenka Kavčič ([email protected]), UL FRI, July 2015
Translated and adapted for Slovenian language
Copyright 2011-2015 Nick Korbel
This file is part of Booked Scheduler.
Booked Scheduler is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Booked Scheduler is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Booked Scheduler. If not, see <http://www.gnu.org/licenses/>.
*}


Podrobnosti rezervacije:
<br/>
<br/>

Začetek: {formatdate date=$StartDate key=reservation_email}<br/>
Konec: {formatdate date=$EndDate key=reservation_email}<br/>
{if $ResourceNames|count > 1}
Viri:<br/>
{foreach from=$ResourceNames item=resourceName}
{$resourceName}<br/>
{/foreach}
{else}
Vir: {$ResourceName}<br/>
{/if}

{if $ResourceImage}
<div class="resource-image"><img src="{$ScriptUrl}/{$ResourceImage}"/></div>
{/if}

Naslov: {$Title}<br/>
Opis: {$Description|nl2br}<br/>

{if count($RepeatDates) gt 0}
<br/>
Rezervacija je narejena za naslednje dneve:
<br/>
{/if}

{foreach from=$RepeatDates item=date name=dates}
{formatdate date=$date}<br/>
{/foreach}

{if $Accessories|count > 0}
<br/>Accessories:<br/>
{foreach from=$Accessories item=accessory}
({$accessory->QuantityReserved}) {$accessory->Name}<br/>
{/foreach}
{/if}

{if $Attributes|count > 0}
<br/>
{foreach from=$Attributes item=attribute}
<div>{control type="AttributeControl" attribute=$attribute readonly=true}</div>
{/foreach}
{/if}

{if $RequiresApproval}
<br/>
Eden ali več rezerviranih virov pred uporabo potrebuje potrditev. Ta rezervacija je na čakanju, dokler ni potrjena.
{/if}

{if !empty($ApprovedBy)}
<br/>
Rezervacijo odobril: {$ApprovedBy}
{/if}

<br/>
<br/>
<a href="{$ScriptUrl}/{$ReservationUrl}">Ogled rezervacije</a> |
<a href="{$ScriptUrl}/{$ICalUrl}">Dodaj v Koledar (Outlook)</a> |
<a href="{$ScriptUrl}">Prijava v program Booked Scheduler</a>

72 changes: 72 additions & 0 deletions lang/si_si/ReservationCreatedAdmin.tpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
{*
Modified by Alenka Kavčič ([email protected]), UL FRI, July 2015
Translated and adapted for Slovenian language
Copyright 2011-2015 Nick Korbel
This file is part of Booked Scheduler.
Booked Scheduler is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Booked Scheduler is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Booked Scheduler. If not, see <http://www.gnu.org/licenses/>.
*}


Podrobnosti rezervacije:
<br/>
<br/>

Uporabnik: {$UserName}<br/>
Začetek: {formatdate date=$StartDate key=reservation_email}<br/>
Konec: {formatdate date=$EndDate key=reservation_email}<br/>
Vir: {$ResourceName}<br/>

{if $ResourceImage}
<div class="resource-image"><img src="{$ScriptUrl}/{$ResourceImage}"/></div>
{/if}

Naslov: {$Title}<br/>
Opis: {$Description}<br/>

{if count($RepeatDates) gt 0}
<br/>
Rezervacija je narejena za naslednje dneve:
<br/>
{/if}

{foreach from=$RepeatDates item=date name=dates}
{formatdate date=$date}<br/>
{/foreach}

{if $Accessories|count > 0}
<br/>Dodatki:<br/>
{foreach from=$Accessories item=accessory}
({$accessory->QuantityReserved}) {$accessory->Name}<br/>
{/foreach}
{/if}

{if $Attributes|count > 0}
<br/>
{foreach from=$Attributes item=attribute}
<div>{control type="AttributeControl" attribute=$attribute readonly=true}</div>
{/foreach}
{/if}

{if $RequiresApproval}
<br/>
Eden ali več rezerviranih virov pred uporabo potrebuje potrditev. Prosimo, poskrbite, da bo ta zahtevek za rezervacijo ali potrjen ali zavrnjen.
{/if}

<br/>
<br/>
<a href="{$ScriptUrl}/{$ReservationUrl}">Ogled rezervacije</a> | <a href="{$ScriptUrl}">Prijava v program Booked Scheduler</a>

65 changes: 65 additions & 0 deletions lang/si_si/ReservationDeleted.tpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
{*
Modified by Alenka Kavčič ([email protected]), UL FRI, July 2015
Translated and adapted for Slovenian language
Copyright 2011-2015 Nick Korbel
This file is part of Booked Scheduler.
Booked Scheduler is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Booked Scheduler is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Booked Scheduler. If not, see <http://www.gnu.org/licenses/>.
*}
Podrobnosti rezervacije:
<br/>
<br/>

Uporabnik: {$UserName}<br/>
Začetek: {formatdate date=$StartDate key=reservation_email}<br/>
Konec: {formatdate date=$EndDate key=reservation_email}<br/>
{if $ResourceNames|count > 1}
Viri:<br/>
{foreach from=$ResourceNames item=resourceName}
{$resourceName}<br/>
{/foreach}
{else}
Vir: {$ResourceName}<br/>
{/if}

{if $ResourceImage}
<div class="resource-image"><img src="{$ScriptUrl}/{$ResourceImage}"/></div>
{/if}

Naslov: {$Title}<br/>
Opis: {$Description|nl2br}<br/>

{if count($RepeatDates) gt 0}
<br/>
Naslednji datumi so bili odstranjeni:
<br/>
{/if}

{foreach from=$RepeatDates item=date name=dates}
{formatdate date=$date}<br/>
{/foreach}

{if $Accessories|count > 0}
<br/>Dodatki:<br/>
{foreach from=$Accessories item=accessory}
({$accessory->QuantityReserved}) {$accessory->Name}<br/>
{/foreach}
{/if}

<br/>
<br/>
<a href="{$ScriptUrl}">Prijava v program Booked Scheduler</a>

Loading

0 comments on commit 3e63933

Please sign in to comment.