summaryrefslogtreecommitdiff
path: root/po
AgeCommit message (Collapse)AuthorFilesLines
2018-11-29all: say Wi-Fi instead of "wifi" or "WiFi"Lubomir Rintel66-683/+680
Correct the spelling across the *entire* tree, including translations, comments, etc. It's easier that way. Even the places where it's not exposed to the user, such as tests, so that we learn how is it spelled correctly.
2018-11-16po: update zh_CN.po fix "Infra" translationgarywill1-1/+1
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/merge_requests/48
2018-10-26po: update Ukrainian (uk) translation (#36)Yuri Chornoivan1-2259/+2483
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/merge_requests/36
2018-10-16po: update from Red Hat translatorsLubomir Rintel9-17945/+20876
https://bugzilla.redhat.com/show_bug.cgi?id=1608323 (cherry picked from commit d7d085a88d6207c8362834adf407e807e9a89b68)
2018-10-01po: update Brazilian Portuguese (pt_BR) translationRafael Fontenelle1-1893/+2572
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/merge_requests/22
2018-09-30po: update Czech (cz) translationAsciiWolf1-4/+4
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/merge_requests/18
2018-09-13po: update Czech (cz) translationAsciiWolf1-309/+252
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/merge_requests/13 (cherry picked from commit 69b4b28bb8388437842010a2ace3e9a797ff3df8)
2018-09-04libnm/crypto: rename libnm's crypto filesThomas Haller1-3/+3
"crypto.h" did not follow our common NM style naming. Rename the files.
2018-08-30po: update Chinese (zh_CN) translationDingzhong Chen1-3703/+5087
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/merge_requests/10
2018-08-21po: update German translationChristian K1-2354/+3112
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/merge_requests/9
2018-08-20po: fix a typo in fr translationLubomir Rintel1-1/+1
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/merge_requests/5
2018-08-19ip4-config: fix a typoLubomir Rintel4-4/+4
(cherry picked from commit 0550003ef0b71cd4342519c06d8bc3c92b4f64ea)
2018-08-19po/ja: translations from the Red Hat translatorsLubomir Rintel1-2308/+2586
(cherry picked from commit 7af38dc4fc802e4f897aeeb1532ca9099a2c5333)
2018-08-15po: update Brazilian Portuguese translationRafael Fontenelle1-3323/+4594
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/merge_requests/3
2018-08-10libnm, cli, ifcfg-rh: add NMSettingEthtool settingThomas Haller1-0/+1
Note that in NetworkManager API (D-Bus, libnm, and nmcli), the features are called "feature-xyz". The "feature-" prefix is used, because NMSettingEthtool possibly will gain support for options that are not only -K|--offload|--features, for example -C|--coalesce. The "xzy" suffix is either how ethtool utility calls the feature ("tso", "rx"). Or, if ethtool utility specifies no alias for that feature, it's the name from kernel's ETH_SS_FEATURES ("tx-tcp6-segmentation"). If possible, we prefer ethtool utility's naming. Also note, how the features "feature-sg", "feature-tso", and "feature-tx" actually refer to multiple underlying kernel features at once. This too follows what ethtool utility does. The functionality is not yet implemented server-side.
2018-07-12po: update Ukrainian (uk) translation (bgo#796728)Yuri Chornoivan1-2127/+2585
https://bugzilla.gnome.org/show_bug.cgi?id=796728
2018-07-11libnm-core: add SR-IOV settingBeniamino Galvani1-0/+1
Add a setting containing SR-IOV parameters.
2018-06-26libnm: add support form 6LoWPAN devicesLubomir Rintel1-0/+1
2018-06-26devices: add NMDevice6LowpanLubomir Rintel1-0/+1
2018-06-26core: add NMSetting6LowpanLubomir Rintel1-0/+1
2018-06-26libnm: add support for WPAN devicesLubomir Rintel1-0/+1
2018-06-26devices: add NMDeviceWpanLubomir Rintel1-0/+1
2018-06-26core: add NMSettingWpanLubomir Rintel1-0/+1
2018-06-19po: update Polish (pl) translation (bgo #796610)Piotr Drąg1-1652/+1652
https://bugzilla.gnome.org/show_bug.cgi?id=796610
2018-06-19po: fix broken strings in Japanese translation (bgo#796611)Piotr Drąg1-3/+3
https://bugzilla.gnome.org/show_bug.cgi?id=796611
2018-05-14cli: add helper methods for implementing NmcMetaGenericInfo's get_fcn()Thomas Haller1-0/+1
2018-04-27po: updated Russian (ru) translation (bgo #794738)Stas Solovey1-207/+182
https://bugzilla.gnome.org/show_bug.cgi?id=794738
2018-04-19libnm/keyfile: merge keyfile sources (pt2, merge nm-keyfile-writer.c)Thomas Haller1-1/+0
Splitting keyfile handling in two "reader.c" and "writer.c" files is not helpful. What is most interesting, is to see how property XYZ is serialized to keyfile, and to verify that the parser does the inverse. For that, it's easier if both the write_xzy() and parse_xyz() function are beside each other, and not split accross files. The more important reason is, that both reader and writer have their separate handler arrays, for special handling of certain properties: @key_parsers and @key_writers. These two should not be separate but will be merged. Since they reference static functions, these functions must all be in the same source file (unless, we put them into headers, which would be unnecessary complex). No code was changed, only moved.
2018-04-19libnm/keyfile: merge keyfile sources (pt1, rename nm-keyfile-reader.c)Thomas Haller1-1/+1
I am going to merge the files for keyfile handling in libnm-core. There is a reason for that, I'll tell you next.
2018-04-13all: unify spelling of translators hint in source codeThomas Haller66-264/+264
Use the same form everywhere: "TRANSLATORS" instead of "Translators". The manual also seems to prefer the upper-case form [1]. $ sed 's/\<Translators\>: /TRANSLATORS: /g' $(git grep -l Translators) -i [1] https://www.gnu.org/software/gettext/manual/gettext.html
2018-03-30po: update Czech translationAsciiWolf1-47/+36
https://github.com/NetworkManager/NetworkManager/pull/84
2018-03-19po: update Ukrainian (uk) translation (bgo#794443)Yuri Chornoivan1-1890/+2180
https://bugzilla.gnome.org/show_bug.cgi?id=794443
2018-03-15po: updated Russian (ru) translation (bgo #794338)Stas Solovey1-1514/+1570
https://bugzilla.gnome.org/show_bug.cgi?id=794338
2018-03-08po: updated Indonesian translation (bgo #794103)Andika Triwidada1-3741/+6265
https://bugzilla.gnome.org/show_bug.cgi?id=794103
2018-02-07po: drop Changelog fileThomas Haller1-2141/+8
The file is badly outdated and obviously unused. Replace the existing entries with a comment where to find the outdated changelog.
2018-02-05po: update Polish (pl) translation (bgo #792436)Piotr Drąg1-712/+923
https://bugzilla.gnome.org/show_bug.cgi?id=792436
2018-01-12po: skip translation for file in meson build directoryThomas Haller1-0/+3
Otherwise, having a meson build directory along autotools, lets `make check` fail with The following files contain translations and are currently not in use. Please consider adding these to the POTFILES.in file, located in the po/ directory. build/data/org.freedesktop.NetworkManager.policy.in If some of these files are left out on purpose then please add them to POTFILES.skip instead of POTFILES.in. A file 'missing' containing this list of left out files has been written in the current directory. Please report to http://bugzilla.gnome.org/enter_bug.cgi?product=NetworkManager if [ -r missing -o -r notexist ]; then \ exit 1; \ fi Yes, meson does not require that the build directory is named "build" and this fix only works for the default case.
2018-01-12build: Rename settings-docs.c fileIñigo Martínez1-1/+1
The `settings-docs.c` file is generated by processing the `nm-property-docs.xml` file. Although this works in autotools, the `.c` extension makes meson not to handle it properly. Given the fact that it only contains a number of defines it makes sense to change its extension to `.h` an use it as a header. This also makes meson to handle it properly and build it before its used. https://mail.gnome.org/archives/networkmanager-list/2018-January/msg00057.html
2017-12-13build: add initial support for meson build systemIñigo Martínez1-0/+1
meson is a build system focused on speed an ease of use, which helps speeding up the software development. This patch adds meson support along autotools. [thaller@redhat.com: rebased patch and adjusted for iwd support] https://mail.gnome.org/archives/networkmanager-list/2017-December/msg00022.html
2017-12-12po: translations from the Red Hat translatorsLubomir Rintel10-1992/+1802
2017-12-12po: update-po for the translations that are going to be updatedLubomir Rintel10-17955/+24257
Just so that we get a nicer diff when pulling from the Red Hat Zanata.
2017-12-11libnm-core: add NMSettingTCConfig with qdisc supportLubomir Rintel1-0/+1
Currently is only able to hold the queueing disciplines.
2017-12-05po: update Swedish (sv) translation (bgo #791222)Josef Andersson1-866/+964
https://bugzilla.gnome.org/show_bug.cgi?id=791222
2017-11-13po: update Ukrainian (uk) translation (bgo#790215)Yuri Chornoivan1-1834/+2436
https://bugzilla.gnome.org/show_bug.cgi?id=790215
2017-11-07po: update Swedish (sv) translation (bgo #790018)Josef Andersson1-2301/+4950
Reviewed-by: Anders Jonsson <anders.jonsson@norsjovallen.se> https://bugzilla.gnome.org/show_bug.cgi?id=790018
2017-11-06po: update Polish (pl) translation (bgo #789874)Piotr Drąg1-1280/+1416
https://bugzilla.gnome.org/show_bug.cgi?id=789874
2017-10-30docs: fix typo in NMSettingBridge:group-forward-mask docThomas Haller1-1/+1
Fixes: 17ec3aef2fa4d31ef80f54923f89e6719f1ce83b https://bugzilla.gnome.org/show_bug.cgi?id=789662
2017-10-30libnm: add support for ovs-bridge devicesLubomir Rintel1-0/+1
2017-10-30libnm: add support for ovs-port devicesLubomir Rintel1-0/+1
2017-10-30libnm: add support for ovs-interface devicesLubomir Rintel1-0/+1