Skip to content

Commit

Permalink
Merge pull request #1646 from glalo/feature/sq-language
Browse files Browse the repository at this point in the history
Add Albanian Language Translations
  • Loading branch information
alextselegidis authored Jan 17, 2025
2 parents 37e0530 + a7b999c commit 2d0014a
Show file tree
Hide file tree
Showing 15 changed files with 1,235 additions and 0 deletions.
2 changes: 2 additions & 0 deletions application/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
*/

$languages = [
'sq' => 'albanian',
'ar' => 'arabic',
'bs' => 'bosnian',
'bu' => 'bulgarian',
Expand Down Expand Up @@ -149,6 +150,7 @@
|
*/
$config['available_languages'] = [
'albanian',
'arabic',
'bosnian',
'bulgarian',
Expand Down
84 changes: 84 additions & 0 deletions application/language/albanian/calendar_lang.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') or exit('No direct script access allowed');

$lang['cal_su'] = 'Di';
$lang['cal_mo'] = '';
$lang['cal_tu'] = 'Ma';
$lang['cal_we'] = '';
$lang['cal_th'] = 'En';
$lang['cal_fr'] = 'Pr';
$lang['cal_sa'] = 'Sh';
$lang['cal_sun'] = 'Die';
$lang['cal_mon'] = 'Hën';
$lang['cal_tue'] = 'Mar';
$lang['cal_wed'] = 'Mër';
$lang['cal_thu'] = 'Enj';
$lang['cal_fri'] = 'Pre';
$lang['cal_sat'] = 'Sht';
$lang['cal_sunday'] = 'E Diel';
$lang['cal_monday'] = 'E Hënë';
$lang['cal_tuesday'] = 'E Martë';
$lang['cal_wednesday'] = 'E Mërkurë';
$lang['cal_thursday'] = 'E Enjte';
$lang['cal_friday'] = 'E Premte';
$lang['cal_saturday'] = 'E Shtunë';
$lang['cal_jan'] = 'Jan';
$lang['cal_feb'] = 'Shk';
$lang['cal_mar'] = 'Mar';
$lang['cal_apr'] = 'Pri';
$lang['cal_may'] = 'Maj';
$lang['cal_jun'] = 'Qer';
$lang['cal_jul'] = 'Kor';
$lang['cal_aug'] = 'Gus';
$lang['cal_sep'] = 'Sht';
$lang['cal_oct'] = 'Tet';
$lang['cal_nov'] = 'Nën';
$lang['cal_dec'] = 'Dhj';
$lang['cal_january'] = 'Janar';
$lang['cal_february'] = 'Shkurt';
$lang['cal_march'] = 'Mars';
$lang['cal_april'] = 'Prill';
$lang['cal_mayl'] = 'Maj';
$lang['cal_june'] = 'Qershor';
$lang['cal_july'] = 'Korrik';
$lang['cal_august'] = 'Gusht';
$lang['cal_september'] = 'Shtator';
$lang['cal_october'] = 'Tetor';
$lang['cal_november'] = 'Nëntor';
$lang['cal_december'] = 'Dhjetor';
94 changes: 94 additions & 0 deletions application/language/albanian/date_lang.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2019, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2019, British Columbia Institute of Technology (https://bcit.ca/)
* @license https://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') or exit('No direct script access allowed');

$lang['date_year'] = 'Vit';
$lang['date_years'] = 'Vite';
$lang['date_month'] = 'Muaj';
$lang['date_months'] = 'Muaj';
$lang['date_week'] = 'Javë';
$lang['date_weeks'] = 'Javë';
$lang['date_day'] = 'Ditë';
$lang['date_days'] = 'Ditë';
$lang['date_hour'] = 'Orë';
$lang['date_hours'] = 'Orë';
$lang['date_minute'] = 'Minutë';
$lang['date_minutes'] = 'Minuta';
$lang['date_second'] = 'Sekondë';
$lang['date_seconds'] = 'Sekonda';

$lang['UM12'] = '(UTC -12:00) Baker/Howland Island';
$lang['UM11'] = '(UTC -11:00) Niue';
$lang['UM10'] = '(UTC -10:00) Hawaii-Aleutian Standard Time, Cook Islands, Tahiti';
$lang['UM95'] = '(UTC -9:30) Marquesas Islands';
$lang['UM9'] = '(UTC -9:00) Alaska Standard Time, Gambier Islands';
$lang['UM8'] = '(UTC -8:00) Pacific Standard Time, Clipperton Island';
$lang['UM7'] = '(UTC -7:00) Mountain Standard Time';
$lang['UM6'] = '(UTC -6:00) Central Standard Time';
$lang['UM5'] = '(UTC -5:00) Eastern Standard Time, Western Caribbean Standard Time';
$lang['UM45'] = '(UTC -4:30) Venezuelan Standard Time';
$lang['UM4'] = '(UTC -4:00) Atlantic Standard Time, Eastern Caribbean Standard Time';
$lang['UM35'] = '(UTC -3:30) Newfoundland Standard Time';
$lang['UM3'] = '(UTC -3:00) Argentina, Brazil, French Guiana, Uruguay';
$lang['UM2'] = '(UTC -2:00) South Georgia/South Sandwich Islands';
$lang['UM1'] = '(UTC -1:00) Azores, Cape Verde Islands';
$lang['UTC'] = '(UTC) Greenwich Mean Time, Western European Time';
$lang['UP1'] = '(UTC +1:00) Central European Time, West Africa Time';
$lang['UP2'] = '(UTC +2:00) Central Africa Time, Eastern European Time, Kaliningrad Time';
$lang['UP3'] = '(UTC +3:00) Moscow Time, East Africa Time, Arabia Standard Time';
$lang['UP35'] = '(UTC +3:30) Iran Standard Time';
$lang['UP4'] = '(UTC +4:00) Azerbaijan Standard Time, Samara Time';
$lang['UP45'] = '(UTC +4:30) Afghanistan';
$lang['UP5'] = '(UTC +5:00) Pakistan Standard Time, Yekaterinburg Time';
$lang['UP55'] = '(UTC +5:30) Indian Standard Time, Sri Lanka Time';
$lang['UP575'] = '(UTC +5:45) Nepal Time';
$lang['UP6'] = '(UTC +6:00) Bangladesh Standard Time, Bhutan Time, Omsk Time';
$lang['UP65'] = '(UTC +6:30) Cocos Islands, Myanmar';
$lang['UP7'] = '(UTC +7:00) Krasnoyarsk Time, Cambodia, Laos, Thailand, Vietnam';
$lang['UP8'] = '(UTC +8:00) Australian Western Standard Time, Beijing Time, Irkutsk Time';
$lang['UP875'] = '(UTC +8:45) Australian Central Western Standard Time';
$lang['UP9'] = '(UTC +9:00) Japan Standard Time, Korea Standard Time, Yakutsk Time';
$lang['UP95'] = '(UTC +9:30) Australian Central Standard Time';
$lang['UP10'] = '(UTC +10:00) Australian Eastern Standard Time, Vladivostok Time';
$lang['UP105'] = '(UTC +10:30) Lord Howe Island';
$lang['UP11'] = '(UTC +11:00) Srednekolymsk Time, Solomon Islands, Vanuatu';
$lang['UP115'] = '(UTC +11:30) Norfolk Island';
$lang['UP12'] = '(UTC +12:00) Fiji, Gilbert Islands, Kamchatka Time, New Zealand Standard Time';
$lang['UP1275'] = '(UTC +12:45) Chatham Islands Standard Time';
$lang['UP13'] = '(UTC +13:00) Samoa Time Zone, Phoenix Islands Time, Tonga';
$lang['UP14'] = '(UTC +14:00) Line Islands';
63 changes: 63 additions & 0 deletions application/language/albanian/db_lang.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2017, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2017, British Columbia Institute of Technology (http://bcit.ca/)
* @license http://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') or exit('No direct script access allowed');

$lang['db_invalid_connection_str'] = 'Nuk mund të përcaktohen cilësimet e bazës së të dhënave bazuar në vargun e lidhjes që keni dorëzuar.';
$lang['db_unable_to_connect'] = 'Nuk mund të lidhet me serverin e bazës së të dhënave duke përdorur cilësimet e dhëna.';
$lang['db_unable_to_select'] = 'Nuk mund të zgjidhet baza e të dhënave e specifikuar: %s';
$lang['db_unable_to_create'] = 'Nuk mund të krijohet baza e të dhënave e specifikuar: %s';
$lang['db_invalid_query'] = 'Query që keni dorëzuar nuk është e vlefshme.';
$lang['db_must_set_table'] = 'Duhet të caktoni tabelën e bazës së të dhënave që do të përdoret me pyetjen tuaj.';
$lang['db_must_use_set'] = 'Duhet të përdorni metodën "set" për të përditësuar një hyrje.';
$lang['db_must_use_index'] = 'Duhet të specifikoni një indeks për të përputhur për përditësime grupore.';
$lang['db_batch_missing_index'] = 'Një ose më shumë rreshta të dorëzuar për përditësime grupore mungojnë në indeksin e specifikuar.';
$lang['db_must_use_where'] = 'Përditësimet nuk lejohen nëse nuk përmbajnë një klauzolë "where".';
$lang['db_del_must_use_where'] = 'Fshirjet nuk lejohen nëse nuk përmbajnë një klauzolë "where" ose "like".';
$lang['db_field_param_missing'] = 'Për të marrë fushat kërkohet emri i tabelës si parametër.';
$lang['db_unsupported_function'] = 'Kjo veçori nuk është e disponueshme për bazën e të dhënave që po përdorni.';
$lang['db_transaction_failure'] = 'Dështim transaksioni: U krye rikthim.';
$lang['db_unable_to_drop'] = 'Nuk mund të fshihet baza e të dhënave e specifikuar.';
$lang['db_unsupported_feature'] = 'Veçori e papërkrahur e platformës së bazës së të dhënave që po përdorni.';
$lang['db_unsupported_compression'] = 'Formati i kompresimit të skedarëve që keni zgjedhur nuk mbështetet nga serveri juaj.';
$lang['db_filepath_error'] = 'Nuk mund të shkruhet e dhëna në shtegun e skedarit që keni dorëzuar.';
$lang['db_invalid_cache_path'] = 'Shtegu i cache që keni dorëzuar nuk është i vlefshëm ose i shkrueshëm.';
$lang['db_table_name_required'] = 'Është i nevojshëm emri i tabelës për atë operacion.';
$lang['db_column_name_required'] = 'Është i nevojshëm emri i kolonës për atë operacion.';
$lang['db_column_definition_required'] = 'Është i nevojshëm një përkufizim kolone për atë operacion.';
$lang['db_unable_to_set_charset'] = 'Nuk mund të caktohet grupi i karaktereve të lidhjes së klientit: %s';
$lang['db_error_heading'] = 'Ndodhi një Gabim në Bazën e të Dhënave';
58 changes: 58 additions & 0 deletions application/language/albanian/email_lang.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
<?php
/**
* CodeIgniter
*
* An open source application development framework for PHP
*
* This content is released under the MIT License (MIT)
*
* Copyright (c) 2014 - 2017, British Columbia Institute of Technology
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*
* The above copyright notice and this permission notice shall be included in
* all copies or substantial portions of the Software.
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @package CodeIgniter
* @author EllisLab Dev Team
* @copyright Copyright (c) 2008 - 2014, EllisLab, Inc. (https://ellislab.com/)
* @copyright Copyright (c) 2014 - 2017, British Columbia Institute of Technology (http://bcit.ca/)
* @license http://opensource.org/licenses/MIT MIT License
* @link https://codeigniter.com
* @since Version 1.0.0
* @filesource
*/
defined('BASEPATH') or exit('No direct script access allowed');

$lang['email_must_be_array'] = 'Metoda e validimit të email-it duhet të pranojë një array.';
$lang['email_invalid_address'] = 'Adresa e email-it është e pavlefshme: %s';
$lang['email_attachment_missing'] = 'Nuk mund të gjendet bashkëngjitja e mëposhtme e email-it: %s';
$lang['email_attachment_unreadable'] = 'Nuk mund të hapet kjo bashkëngjitje: %s';
$lang['email_no_from'] = 'Nuk mund të dërgohet email-i pa një header "From".';
$lang['email_no_recipients'] = 'Duhet të përfshini marrësit: To, Cc, ose Bcc';
$lang['email_send_failure_phpmail'] = 'Nuk mund të dërgohet email duke përdorur PHP mail(). Serveri juaj mund të mos jetë konfiguruar për të dërguar email me këtë metodë.';
$lang['email_send_failure_sendmail'] = 'Nuk mund të dërgohet email duke përdorur PHP Sendmail. Serveri juaj mund të mos jetë konfiguruar për të dërguar email me këtë metodë.';
$lang['email_send_failure_smtp'] = 'Nuk mund të dërgohet email duke përdorur PHP SMTP. Serveri juaj mund të mos jetë konfiguruar për të dërguar email me këtë metodë.';
$lang['email_sent'] = 'Mesazhi juaj u dërgua me sukses duke përdorur protokollin e mëposhtëm: %s';
$lang['email_no_socket'] = 'Nuk mund të hapet një socket për Sendmail. Ju lutemi kontrolloni cilësimet.';
$lang['email_no_hostname'] = 'Nuk keni specifikuar një hostname për SMTP.';
$lang['email_smtp_error'] = 'U has gabimi i mëposhtëm i SMTP: %s';
$lang['email_no_smtp_unpw'] = 'Gabim: Duhet të caktoni një emër përdoruesi dhe fjalëkalim për SMTP.';
$lang['email_failed_smtp_login'] = 'Dështoi dërgimi i komandës AUTH LOGIN. Gabim: %s';
$lang['email_smtp_auth_un'] = 'Dështoi autentifikimi i emrit të përdoruesit. Gabim: %s';
$lang['email_smtp_auth_pw'] = 'Dështoi autentifikimi i fjalëkalimit. Gabim: %s';
$lang['email_smtp_data_failure'] = 'Nuk mund të dërgohen të dhënat: %s';
$lang['email_exit_status'] = 'Kodi i statusit të daljes: %s';
Loading

0 comments on commit 2d0014a

Please sign in to comment.