summaryrefslogtreecommitdiff
path: root/po
AgeCommit message (Collapse)Author
2017-04-23meson: reindent all files with 8 spacesZbigniew Jędrzejewski-Szmek
The indentation for emacs'es meson-mode is added .dir-locals. All files are reindented automatically, using the lasest meson-mode from git. Indentation should now be fairly consistent.
2017-04-23meson: use join_paths consistentlyMichael Biebl
With -Dsplit-usr=true, we set rootprefix to /. This leads to //lib/systemd or //lib/udev for various dir variables. Using join_paths() avoids this.
2017-04-23meson: build systemd using mesonZbigniew Jędrzejewski-Szmek
It's crucial that we can build systemd using VS2010! ... er, wait, no, that's not the official reason. We need to shed old systems by requring python 3! Oh, no, it's something else. Maybe we need to throw out 345 years of knowlege accumulated in autotools? Whatever, this new thing is cool and shiny, let's use it. This is not complete, I'm throwing it out here for your amusement and critique. - rules for sd-boot are missing. Those might be quite complicated. - rules for tests are missing too. Those are probably quite simple and repetitive, but there's lots of them. - it's likely that I didn't get all the conditions right, I only tested "full" compilation where most deps are provided and nothing is disabled. - busname.target and all .busname units are skipped on purpose. Otherwise, installation into $DESTDIR has the same list of files and the autoconf install, except for .la files. It'd be great if people had a careful look at all the library linking options. I added stuff until things compiled, and in the end there's much less linking then in the old system. But it seems that there's still a lot of unnecessary deps. meson has a `shared_module` statement, which sounds like something appropriate for our nss and pam modules. Unfortunately, I couldn't get it to work. For the nss modules, we need an .so version of '2', but `shared_module` disallows the version argument. For the pam module, it also didn't work, I forgot the reason. The handling of .m4 and .in and .m4.in files is rather awkward. It's likely that this could be simplified. If make support is ever dropped, I think it'd make sense to switch to a different templating system so that two different languages and not required, which would make everything simpler yet. v2: - use get_pkgconfig_variable - use sh not bash - use add_project_arguments v3: - drop required:true and fix progs/prog typo v4: - use find_library('bz2') - add TTY_GID definition - define __SANE_USERSPACE_TYPES__ - use join_paths(prefix, ...) is used on all paths to make them all absolute v5: - replace all declare_dependency's with [] - add more conf.get guards around optional components v6: - drop -pipe, -Wall which are the default in meson - use compiler.has_function() and compiler.has_header_symbol instead of the hand-rolled checks. - fix duplication in 'liblibsystemd' library name - use the right .sym file for pam_systemd - rename 'compiler' to 'cc': shorter, and more idiomatic. v7: - use ENABLE_ENVIRONMENT_D not HAVE_ENVIRONMENT_D - rename prefix to prefixdir, rootprefix to rootprefixdir ("prefix" is too common of a name and too easy to overwrite by mistake) - wrap more stuff with conf.get('ENABLE...') == 1 - use rootprefix=='/' and rootbindir as install_dir, to fix paths under split-usr==true. v8: - use .split() also for src/coredump. Now everything is consistent ;) - add rootlibdir option and use it on the libraries that require it v9: - indentation v10: - fix check for qrencode and libaudit v11: - unify handling of executable paths, provide options for all progs This makes the meson build behave slightly differently than the autoconf-based one, because we always first try to find the executable in the filesystem, and fall back to the default. I think different handling of loadkeys, setfont, and telinit was just a historical accident. In addition to checking in $PATH, also check /usr/sbin/, /sbin for programs. In Fedora $PATH includes /usr/sbin, (and /sbin is is a symlink to /usr/sbin), but in Debian, those directories are not included in the path. C.f. https://github.com/mesonbuild/meson/issues/1576. - call all the options 'xxx-path' for clarity. - sort man/rules/meson.build properly so it's stable
2017-04-21l10n: update Czech Translation (#5776)AsciiWolf
2017-04-04po: fix typo in pt_BRMartin Pitt
See https://github.com/systemd/systemd/pull/5694#issuecomment-291446842
2017-04-03Update Brazilian Portuguese translation (#5694)Rafael Fontenelle
2017-03-19Updated Swedish translation (#5614)hanklank
2017-02-07l10n: fix file permissions of Indonesian translationAsciiWolf
2017-02-07l10n: fix strings formatting in Czech translationAsciiWolf
2017-01-24po: Fix invalid date in Croatian translation (#5147)Jakub Wilk
2017-01-03l10n: update LINGUAS to add the Catalan language (#5008)Walter Garcia-Fontes
Added "ca" to LINGUAS
2017-01-02Catalan translation (#5003)Walter Garcia-Fontes
Contributing the translation into Catalan of systemd
2016-11-30l10n: update line numbers in Czech translation (#4776)AsciiWolf
2016-10-05catalog,po: update Polish translation (#4290)Piotr Drąg
2016-10-04po: updated Swedish translation (#4241)andhe
* po: updated Swedish translation * po: swedish: fix login vs write logs to confusion Since previous commit (updated messages) there's now a mix of different translation meanings for the same thing. While both translations are technically correct I think the meaning of the original messages are probably "to login" rather than "to write log messages to". This commit switches all translations to the "login" meaning.
2016-09-23l10n: update Czech translation (#4203)AsciiWolf
2016-09-21l10n: add Czech Translation (#4195)Daniel Maixner
2016-08-23Updated Hungarian translation (#4026)Balázs Úr
2016-07-20PO: italian updates (#3761)Daniele Medri
2016-06-28Added Indonesian translation (#3615)Andika Triwidada
2016-06-10l10n: update belarusian translation (#3482)Viktar Vaŭčkievič
2016-06-09Updated Turkish translation (#3477)Muhammet Kara
2016-06-09Update spanish po file (#3463)Pablo Lezaeta Reyes [pˈaβ̞lo lˌe̞θaˈeta rˈejɛ]
2016-05-14Sort LINGUAS similar to Makefile.am:dist_catalog_DATAAlexander Shopov
2016-05-14po, catalog - add Bulgarian translationAlexander Shopov
2016-05-07italian: .po updatesDaniele Medri
2016-04-27Add croatian translation, hr.po and systemd.hr.catalog filesmuzena
2016-04-24po: Update French translation (#3108)Sylvain Plantefève
2016-04-24catalog,po: update Polish translation (#3100)Piotr Drąg
2016-03-01po/zh_CN: attempt to refresh zh_CN translationMingcong Bai
2016-02-12Update zh_TW translation.Jeff Huang
2016-02-02po: updated Russian translationnnz1024
2016-01-11Updated Ukrainian translationDaniel Korostil
2016-01-02Update Hungarian translationGabor Kelemen
2015-11-22Merge pull request #1983 from dmedri/masterLennart Poettering
Minor updates on po/ files + it.po update
2015-11-22Italian: language updateDaniele Medri
2015-11-22translations: update-poDaniele Medri
2015-11-10Remove snapshot unit typeZbigniew Jędrzejewski-Szmek
Snapshots were never useful or used for anything. Many systemd developers that I spoke to at systemd.conf2015, didn't even know they existed, so it is fairly safe to assume that this type can be deleted without harm. The fundamental problem with snapshots is that the state of the system is dynamic, devices come and go, users log in and out, timers fire... and restoring all units to some state from the past would "undo" those changes, which isn't really possible. Tested by creating a snapshot, running the new binary, and checking that the transition did not cause errors, and the snapshot is gone, and snapshots cannot be created anymore. New systemctl says: Unknown operation snapshot. Old systemctl says: Failed to create snapshot: Support for snapshots has been removed. IgnoreOnSnaphost settings are warned about and ignored: Support for option IgnoreOnSnapshot= has been removed and it is ignored http://lists.freedesktop.org/archives/systemd-devel/2015-November/034872.html
2015-11-03po: update Korean translationDongsu Park
update Korean translation for better understanding. Reference: https://github.com/systemd/systemd/pull/1388
2015-10-28l10n: add zh_CN translation.Boyuan Yang
2015-10-12po/da: use unix line endingsJan Synacek
2015-10-08Merge pull request #1491 from Danielmachon/danish-translationDaniel Mack
po: added danish translation
2015-10-08po: added danish translation for systemdDanielmachon
po: added danish translation for systemd Update da.po fixed syntax errors
2015-10-03po, catalog: added Serbian translation.Марко М. Костић (Marko M. Kostić)
2015-09-25add a new Korean translationSeong-ho Cho
2015-09-22po: update french translationSylvain Plantefève
2015-09-20Merge pull request #1305 from mrkara/masterLennart Poettering
[l10n] Added Turkish translation
2015-09-20Update German translationnazgul77
2015-09-19[l10n] Added Turkish translationMuhammet Kara
2015-09-15Add Galician language to LINGUAS fileFran Dieguez