30479 lines
841 KiB
Plaintext
30479 lines
841 KiB
Plaintext
# SOME DESCRIPTIVE TITLE
|
|
# Copyright (C) YEAR Free Software Foundation, Inc.
|
|
# This file is distributed under the same license as the PACKAGE package.
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
#
|
|
#, fuzzy
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
"POT-Creation-Date: 2022-03-31 10:27+0300\n"
|
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
#: R-base
|
|
#. homepage: http://www.r-project.org
|
|
#. summary
|
|
msgid "A language for data analysis and graphics"
|
|
msgstr ""
|
|
|
|
#: R-base
|
|
#. homepage: http://www.r-project.org
|
|
#. description
|
|
msgid ""
|
|
"R is `GNU S' - A language and environment for statistical computing\n"
|
|
"and graphics. R is similar to the award-winning S system, which was\n"
|
|
"developed at Bell Laboratories by John Chambers et al. It provides a\n"
|
|
"wide variety of statistical and graphical techniques (linear and\n"
|
|
"nonlinear modelling, statistical tests, time series analysis,\n"
|
|
"classification, clustering, ...).\n"
|
|
"\n"
|
|
"R is designed as a true computer language with control-flow\n"
|
|
"constructions for iteration and alternation, and it allows users to\n"
|
|
"add additional functionality by defining new functions. For\n"
|
|
"computationally intensive tasks, C, C++ and Fortran code can be\n"
|
|
"linked and called at run time.\n"
|
|
"\n"
|
|
"S is the statistician's Matlab and R is to S what Octave is to Matlab."
|
|
msgstr ""
|
|
|
|
#: R-devel
|
|
#. homepage: http://www.r-project.org
|
|
#. summary
|
|
msgid "Development files for the R Statistical Environment"
|
|
msgstr ""
|
|
|
|
#: R-devel
|
|
#. homepage: http://www.r-project.org
|
|
#. description
|
|
msgid ""
|
|
"R is `GNU S' - A language and environment for statistical computing\n"
|
|
"and graphics. R is similar to the award-winning S system, which was\n"
|
|
"developed at Bell Laboratories by John Chambers et al. It provides a\n"
|
|
"wide variety of statistical and graphical techniques (linear and\n"
|
|
"nonlinear modelling, statistical tests, time series analysis,\n"
|
|
"classification, clustering, ...)."
|
|
msgstr ""
|
|
|
|
#: R-doc-html
|
|
#. homepage: http://www.r-project.org
|
|
#. summary
|
|
msgid "HTML manuals for the R Statistical Environment"
|
|
msgstr ""
|
|
|
|
#: R-doc-info
|
|
#. homepage: http://www.r-project.org
|
|
#. summary
|
|
msgid "Info manuals for the R Statistical Environment"
|
|
msgstr ""
|
|
|
|
#: R-doc-pdf
|
|
#. homepage: http://www.r-project.org
|
|
#. summary
|
|
msgid "PDF manuals for the R Statistical Environment"
|
|
msgstr ""
|
|
|
|
#: R-full
|
|
#. homepage: http://www.r-project.org
|
|
#. summary
|
|
msgid "Meta-package that installs all components of R Statitical Environment"
|
|
msgstr ""
|
|
|
|
#: R-tcltk
|
|
#. homepage: http://www.r-project.org
|
|
#. summary
|
|
msgid "Tcl/Tk Interface for the R Statistical Environment"
|
|
msgstr ""
|
|
|
|
#: R-tcltk
|
|
#. homepage: http://www.r-project.org
|
|
#. description
|
|
msgid ""
|
|
"R is `GNU S' - A language and environment for statistical computing\n"
|
|
"and graphics. R is similar to the award-winning S system, which was\n"
|
|
"developed at Bell Laboratories by John Chambers et al. It provides a\n"
|
|
"wide variety of statistical and graphical techniques (linear and\n"
|
|
"nonlinear modelling, statistical tests, time series analysis,\n"
|
|
"classification, clustering, ...).\n"
|
|
"\n"
|
|
"This package provides access to the platform-independent Tcl scripting\n"
|
|
"language and Tk GUI elements."
|
|
msgstr ""
|
|
|
|
#: RHVoice
|
|
#. homepage: https://github.com/Olga-Yakovleva/RHVoice
|
|
#. summary
|
|
msgid "RHVoice is a Russian speech synthesizer written by Olga Yakovleva"
|
|
msgstr ""
|
|
|
|
#: RHVoice
|
|
#. homepage: https://github.com/Olga-Yakovleva/RHVoice
|
|
#. description
|
|
msgid ""
|
|
"RHVoice is a Russian speech synthesizer written by Olga Yakovleva.\n"
|
|
"It uses the following free software components:\n"
|
|
"* Russian speech database and Russian language description for\n"
|
|
" Festival by Nickolay V. Shmyrev (https://developer.berlios.de/projects/festlang)\n"
|
|
" The phoneset and almost all of the main lts rules are used as is,\n"
|
|
" but I've made changes in other parts, either to simplify conversion\n"
|
|
" to the flite format, or to add new features, or just to understand\n"
|
|
" how it all works.\n"
|
|
"* The voice has been trained with The HMM-based Speech Synthesis\n"
|
|
" System (HTS) (http://hts.sp.nitech.ac.jp)\n"
|
|
"* The hts_engine API is used for runtime speech generation\n"
|
|
" (http://hts-engine.sourceforge.net/)\n"
|
|
" Since the library does not support streaming synthesis, the original\n"
|
|
" version has been modified to implement this functionality, and the\n"
|
|
" synthesizer distribution includes this patched version.\n"
|
|
"* The C implementation of the Russian text analyzer uses Flite\n"
|
|
" (http://www.speech.cs.cmu.edu/flite)\n"
|
|
" I used the flite's implementation of English language support as an\n"
|
|
" example, some functions were used as a starting point.\n"
|
|
"* the stress information for the stress dictionary has been extracted\n"
|
|
" from the test dictionary in the RuLex package by Igor B. Poretsky\n"
|
|
" (http://poretsky.homelinux.net/packages/)\n"
|
|
"* GNU libunistring is used for working with unicode text\n"
|
|
" (http://www.gnu.org/software/libunistring/)"
|
|
msgstr ""
|
|
|
|
#: libRHVoice
|
|
#. homepage: https://github.com/Olga-Yakovleva/RHVoice
|
|
#. description
|
|
msgid "RHVoice is a Russian speech synthesizer written by Olga Yakovleva."
|
|
msgstr ""
|
|
|
|
#: libRHVoice-devel
|
|
#. homepage: https://github.com/Olga-Yakovleva/RHVoice
|
|
#. summary
|
|
msgid "Development files for RHVoice"
|
|
msgstr ""
|
|
|
|
#: RODOS3
|
|
#. homepage: https://www.olimp-z.ru/products/RODOS-3/RODOS3.tar.gz
|
|
#. summary
|
|
msgid "Control tool for RODOS-3 controllers"
|
|
msgstr ""
|
|
|
|
#: RODOS5_6
|
|
#. homepage: https://silines.ru/software/RODOS/RODOS-5_6/RODOS5_6.tar.gz
|
|
#. summary
|
|
msgid "Control tool for RODOS-5, 6, 6B controllers"
|
|
msgstr ""
|
|
|
|
#: RODOS5_6
|
|
#. homepage: https://silines.ru/software/RODOS/RODOS-5_6/RODOS5_6.tar.gz
|
|
#. description
|
|
msgid "Control tool for RODOS-5,6,6B controllers"
|
|
msgstr ""
|
|
|
|
#: RPi-audioswitch
|
|
#. homepage: http://packages.altlinux.org
|
|
#. summary
|
|
msgid "RPi simply audio switch"
|
|
msgstr ""
|
|
|
|
#: RPi-audioswitch
|
|
#. homepage: http://packages.altlinux.org
|
|
#. description
|
|
msgid "Raspberry Pi 3/4 simply TUI switch between HDMI and 3,5mm headphone jack audio output"
|
|
msgstr ""
|
|
|
|
#: RTags
|
|
#. homepage: https://github.com/Andersbakken/rtags
|
|
#. summary
|
|
msgid "Cross-reference client/server tool for C/C++"
|
|
msgstr ""
|
|
|
|
#: RTags
|
|
#. homepage: https://github.com/Andersbakken/rtags
|
|
#. description
|
|
msgid ""
|
|
"RTags is a client/server application that indexes C/C++ code and keeps\n"
|
|
"a persistent file-based database of references, declarations, definitions,\n"
|
|
"symbolnames etc. There is also limited support for ObjC/ObjC++. It allows\n"
|
|
"to find symbols by name, including nested class and namespace scope."
|
|
msgstr ""
|
|
|
|
#: RasMol
|
|
#. homepage: http://www.openrasmol.org
|
|
#. summary
|
|
msgid "Molecular Graphics Visualisation Tool"
|
|
msgstr ""
|
|
|
|
#: RasMol
|
|
#. homepage: http://www.openrasmol.org
|
|
#. description
|
|
msgid ""
|
|
"RasMol is a molecular graphics program intended for the visualisation of\n"
|
|
"proteins, nucleic acids and small molecules. The program is aimed at\n"
|
|
"display, teaching and generation of publication quality images."
|
|
msgstr ""
|
|
|
|
#: Ri-li
|
|
#. homepage: http://www.ri-li.org
|
|
#. summary
|
|
msgid "Ri-li arcade game"
|
|
msgstr ""
|
|
|
|
#: Ri-li
|
|
#. homepage: http://www.ri-li.org
|
|
#. description
|
|
msgid ""
|
|
"Full-featured, 19 languages: Arabic, Breton, Chinese, English, Esperanto, French,\n"
|
|
" German, Italian, Japanese, Korean, Portuguese, Russian,\n"
|
|
" Slovak, Spanish, Swedish, Polish, Turkish, Hungarian, Dutch.\n"
|
|
"Colorful animated wood engine, 50 levels and 3 beautiful musics and many sound effects."
|
|
msgstr ""
|
|
|
|
#: Ri-li-data
|
|
#. homepage: http://www.ri-li.org
|
|
#. summary
|
|
msgid "Data files for Ri-li arcade game"
|
|
msgstr ""
|
|
|
|
#: Ri-li-data
|
|
#. homepage: http://www.ri-li.org
|
|
#. description
|
|
msgid ""
|
|
"Full-featured, 19 languages: Arabic, Breton, Chinese, English, Esperanto, French,\n"
|
|
" German, Italian, Japanese, Korean, Portuguese, Russian,\n"
|
|
" Slovak, Spanish, Swedish, Polish, Turkish, Hungarian, Dutch.\n"
|
|
"Colorful animated wood engine, 50 levels and 3 beautiful musics and many sound effects.\n"
|
|
"\n"
|
|
"This is package contains data files."
|
|
msgstr ""
|
|
|
|
#: librabbitmq-c-devel
|
|
#. homepage: https://github.com/alanxz/rabbitmq-c
|
|
#. summary
|
|
msgid "Development files for rabbitmq-c"
|
|
msgstr ""
|
|
|
|
#: librabbitmq-c4
|
|
#. homepage: https://github.com/alanxz/rabbitmq-c
|
|
#. summary
|
|
msgid "Libraries for rabbitmq-c"
|
|
msgstr ""
|
|
|
|
#: rabbitmq-c
|
|
#. homepage: https://github.com/alanxz/rabbitmq-c
|
|
#. summary
|
|
msgid "RabbitMQ C client"
|
|
msgstr ""
|
|
|
|
#: rabbitmq-c
|
|
#. homepage: https://github.com/alanxz/rabbitmq-c
|
|
#. description
|
|
msgid ""
|
|
"This is a C-language AMQP client library for use with v2.0+ of the\n"
|
|
"RabbitMQ broker."
|
|
msgstr ""
|
|
|
|
#: rabbitmq-java-client
|
|
#. homepage: http://www.rabbitmq.com/java-client.html
|
|
#. summary
|
|
msgid "Java Advanced Message Queue Protocol client library"
|
|
msgstr ""
|
|
|
|
#: rabbitmq-java-client
|
|
#. homepage: http://www.rabbitmq.com/java-client.html
|
|
#. description
|
|
msgid ""
|
|
"The library allows Java code to interface to AMQP servers.\n"
|
|
"Please see the specification page for more information on AMQP\n"
|
|
"inter-operation and standards-conformance\n"
|
|
"\n"
|
|
"You will need an AMQP server, such as our very own RabbitMQ server,\n"
|
|
"to use with the client library."
|
|
msgstr ""
|
|
|
|
#: rabbitmq-java-client-doc
|
|
#. homepage: http://www.rabbitmq.com/java-client.html
|
|
#. summary
|
|
msgid "Documentation for rabbitmq-java-client"
|
|
msgstr ""
|
|
|
|
#: rabbitmq-java-client-doc
|
|
#. homepage: http://www.rabbitmq.com/java-client.html
|
|
#. description
|
|
msgid "This package contains additional documentation for rabbitmq-java-client."
|
|
msgstr ""
|
|
|
|
#: rabbitmq-java-client-javadoc
|
|
#. homepage: http://www.rabbitmq.com/java-client.html
|
|
#. summary
|
|
msgid "Javadoc for rabbitmq-java-client"
|
|
msgstr ""
|
|
|
|
#: rabbitmq-java-client-javadoc
|
|
#. homepage: http://www.rabbitmq.com/java-client.html
|
|
#. description
|
|
msgid "This package contains javadoc for rabbitmq-java-client."
|
|
msgstr ""
|
|
|
|
#: rabbitmq-server
|
|
#. homepage: http://www.rabbitmq.com/
|
|
#. summary
|
|
msgid "The RabbitMQ server"
|
|
msgstr ""
|
|
|
|
#: rabbitmq-server
|
|
#. homepage: http://www.rabbitmq.com/
|
|
#. description
|
|
msgid ""
|
|
"RabbitMQ is an implementation of AMQP, the emerging standard for high\n"
|
|
"performance enterprise messaging. The RabbitMQ server is a robust and\n"
|
|
"scalable implementation of an AMQP broker."
|
|
msgstr ""
|
|
|
|
#: rac_gui
|
|
#. homepage: https://bitbucket.org/svk28/rac-gui
|
|
#. summary
|
|
msgid "1C rac gui tool"
|
|
msgstr ""
|
|
|
|
#: rac_gui
|
|
#. homepage: https://bitbucket.org/svk28/rac-gui
|
|
#. description
|
|
msgid "This program ia a graphics user interface for 1C rac util."
|
|
msgstr ""
|
|
|
|
#: rachota
|
|
#. homepage: http://rachota.sourceforge.net/en/index.html
|
|
#. summary
|
|
msgid "Straightforward timetracking"
|
|
msgstr ""
|
|
|
|
#: rachota
|
|
#. homepage: http://rachota.sourceforge.net/en/index.html
|
|
#. description
|
|
msgid ""
|
|
"Rachota is a portable application for timetracking different projects. It runs\n"
|
|
"everywhere. It displays time data in diagram form, creates customized reports\n"
|
|
"and invoices or analyses measured data and suggests hints to improve user's\n"
|
|
"time usage. The totally portable yet personal timetracker."
|
|
msgstr ""
|
|
|
|
#: rachota-javadoc
|
|
#. homepage: http://rachota.sourceforge.net/en/index.html
|
|
#. summary
|
|
msgid "Javadocs for rachota"
|
|
msgstr ""
|
|
|
|
#: rachota-javadoc
|
|
#. homepage: http://rachota.sourceforge.net/en/index.html
|
|
#. description
|
|
msgid "This package contains the API documentation for rachota."
|
|
msgstr ""
|
|
|
|
#: libracket
|
|
#. homepage: https://racket-lang.org/
|
|
#. summary
|
|
msgid "Shared libraries of Racket"
|
|
msgstr ""
|
|
|
|
#: libracket
|
|
#. homepage: https://racket-lang.org/
|
|
#. description
|
|
msgid ""
|
|
"Depending on how you look at it, Racket is\n"
|
|
"\n"
|
|
"* a programming language - a dialect of Lisp and a descendant of\n"
|
|
" Scheme;\n"
|
|
"\n"
|
|
"* a family of programming languages - variants of Racket, and more; or\n"
|
|
"\n"
|
|
"* a set of tools - for using a family of programming languages.\n"
|
|
"\n"
|
|
"This package contains shared libraries of Racket."
|
|
msgstr ""
|
|
|
|
#: libracket-devel
|
|
#. homepage: https://racket-lang.org/
|
|
#. summary
|
|
msgid "Development files of Racket"
|
|
msgstr ""
|
|
|
|
#: libracket-devel
|
|
#. homepage: https://racket-lang.org/
|
|
#. description
|
|
msgid ""
|
|
"Depending on how you look at it, Racket is\n"
|
|
"\n"
|
|
"* a programming language - a dialect of Lisp and a descendant of\n"
|
|
" Scheme;\n"
|
|
"\n"
|
|
"* a family of programming languages - variants of Racket, and more; or\n"
|
|
"\n"
|
|
"* a set of tools - for using a family of programming languages.\n"
|
|
"\n"
|
|
"This package contains development files of Racket."
|
|
msgstr ""
|
|
|
|
#: racket
|
|
#. homepage: https://racket-lang.org/
|
|
#. summary
|
|
msgid "Racket programming language"
|
|
msgstr ""
|
|
|
|
#: racket
|
|
#. homepage: https://racket-lang.org/
|
|
#. description
|
|
msgid ""
|
|
"Depending on how you look at it, Racket is\n"
|
|
"\n"
|
|
"* a programming language - a dialect of Lisp and a descendant of\n"
|
|
" Scheme;\n"
|
|
"\n"
|
|
"* a family of programming languages - variants of Racket, and more; or\n"
|
|
"\n"
|
|
"* a set of tools - for using a family of programming languages."
|
|
msgstr ""
|
|
|
|
#: racket-data
|
|
#. homepage: https://racket-lang.org/
|
|
#. summary
|
|
msgid "Data for Racket"
|
|
msgstr ""
|
|
|
|
#: racket-data
|
|
#. homepage: https://racket-lang.org/
|
|
#. description
|
|
msgid ""
|
|
"Depending on how you look at it, Racket is\n"
|
|
"\n"
|
|
"* a programming language - a dialect of Lisp and a descendant of\n"
|
|
" Scheme;\n"
|
|
"\n"
|
|
"* a family of programming languages - variants of Racket, and more; or\n"
|
|
"\n"
|
|
"* a set of tools - for using a family of programming languages.\n"
|
|
"\n"
|
|
"This package contains data for Racket."
|
|
msgstr ""
|
|
|
|
#: racket-doc
|
|
#. homepage: https://racket-lang.org/
|
|
#. summary
|
|
msgid "Documentation for Racket"
|
|
msgstr ""
|
|
|
|
#: racket-doc
|
|
#. homepage: https://racket-lang.org/
|
|
#. description
|
|
msgid ""
|
|
"Depending on how you look at it, Racket is\n"
|
|
"\n"
|
|
"* a programming language - a dialect of Lisp and a descendant of\n"
|
|
" Scheme;\n"
|
|
"\n"
|
|
"* a family of programming languages - variants of Racket, and more; or\n"
|
|
"\n"
|
|
"* a set of tools - for using a family of programming languages.\n"
|
|
"\n"
|
|
"This package contains documentation for Racket."
|
|
msgstr ""
|
|
|
|
#: rackman
|
|
#. homepage: https://github.com/FRiMN/Rackman
|
|
#. summary
|
|
msgid "A tool measure distances on the screen"
|
|
msgstr ""
|
|
|
|
#: rackman
|
|
#. homepage: https://github.com/FRiMN/Rackman
|
|
#. description
|
|
msgid "A tool measure distances on the screen."
|
|
msgstr ""
|
|
|
|
#: radare2
|
|
#. homepage: http://radare.org/
|
|
#. summary
|
|
msgid "A reverse engineering framework"
|
|
msgstr ""
|
|
|
|
#: radare2
|
|
#. homepage: http://radare.org/
|
|
#. description
|
|
msgid "A reverse engineering framework and command line tools."
|
|
msgstr ""
|
|
|
|
#: radare2-devel
|
|
#. homepage: http://radare.org/
|
|
#. summary
|
|
msgid "Development files for radare2"
|
|
msgstr ""
|
|
|
|
#: radare2-devel
|
|
#. homepage: http://radare.org/
|
|
#. description
|
|
msgid "Development files for radare2 package."
|
|
msgstr ""
|
|
|
|
#: libradcli
|
|
#. homepage: http://radcli.github.io/radcli/
|
|
#. summary
|
|
msgid "RADIUS protocol client library"
|
|
msgstr ""
|
|
|
|
#: libradcli
|
|
#. homepage: http://radcli.github.io/radcli/
|
|
#. description
|
|
msgid ""
|
|
"The radcli library is a library for writing RADIUS Clients. The library's\n"
|
|
"approach is to allow writing RADIUS-aware application in less than 50 lines\n"
|
|
"of C code. It was based originally on freeradius-client and is source compatible\n"
|
|
"with it."
|
|
msgstr ""
|
|
|
|
#: libradcli-devel
|
|
#. homepage: http://radcli.github.io/radcli/
|
|
#. summary
|
|
msgid "Development files for radcli"
|
|
msgstr ""
|
|
|
|
#: libradcli-devel
|
|
#. homepage: http://radcli.github.io/radcli/
|
|
#. description
|
|
msgid ""
|
|
"This package contains libraries and header files for developing applications\n"
|
|
"that use radcli."
|
|
msgstr ""
|
|
|
|
#: radeon-profile
|
|
#. homepage: https://github.com/marazmista/radeon-profile
|
|
#. summary
|
|
msgid "Application for monitoring equipment of ATi Radeon cards"
|
|
msgstr ""
|
|
|
|
#: radeon-profile
|
|
#. homepage: https://github.com/marazmista/radeon-profile
|
|
#. description
|
|
msgid ""
|
|
"Monitoring of basic GPU parameters (frequencies, voltages, usage, temperature,\n"
|
|
"fan speed)\n"
|
|
"DPM profiles and power levels\n"
|
|
"Fan control (HD 7000+), definition of multiple custom curves or fixed speed\n"
|
|
"Overclocking (amdgpu) (Wattman, Overdrive, PowerPlay etc)\n"
|
|
"Per app profiles/Event definitions (i.e. change fan profile when temp above\n"
|
|
"defined or set DPM to high when selected binary executed)\n"
|
|
"Define binaries to run with set of environment variablees\n"
|
|
"(i.e. GALLIUM_HUD, MESA, LIBGL etc)"
|
|
msgstr ""
|
|
|
|
#: radeon-profile-daemon
|
|
#. homepage: https://github.com/marazmista/radeon-profile
|
|
#. summary
|
|
msgid "Daemon for radeon-profile GUI"
|
|
msgstr ""
|
|
|
|
#: radeon-profile-daemon
|
|
#. homepage: https://github.com/marazmista/radeon-profile
|
|
#. description
|
|
msgid ""
|
|
"System daemon for reading info about Radeon GPU clocks and volts as well as\n"
|
|
"control card power profiles so the GUI radeon-profile application can be run\n"
|
|
"as normal user.\n"
|
|
"Supports opensource xf86-video-ati and xf86-video-amdgpu drivers."
|
|
msgstr ""
|
|
|
|
#: radiotray-ng
|
|
#. homepage: https://github.com/ebruck/radiotray-ng
|
|
#. summary
|
|
msgid "Internet radio player"
|
|
msgstr ""
|
|
|
|
#: radiotray-ng
|
|
#. homepage: https://github.com/ebruck/radiotray-ng
|
|
#. description
|
|
msgid ""
|
|
"Radio Tray is an online radio streaming player that runs on a Linux system\n"
|
|
"tray. Its goal is to have the minimum interface possible, making it very\n"
|
|
"straightforward to use.\n"
|
|
"\n"
|
|
"Radiotray-NG is a rewrite of the classical radiotray application, but based\n"
|
|
"on modern technologies (gstreamer 1.0, python3 and c++)."
|
|
msgstr ""
|
|
|
|
#: radius-engine
|
|
#. homepage: http://radius-engine.sourceforge.net/
|
|
#. summary
|
|
msgid "A Lua based real-time 2D graphics game engine"
|
|
msgstr ""
|
|
|
|
#: radius-engine
|
|
#. homepage: http://radius-engine.sourceforge.net/
|
|
#. description
|
|
msgid ""
|
|
"Radius Engine is a Lua script-based real-time 2D graphics engine designed for\n"
|
|
"rapidly prototyping games. Built on top of SDL and OpenGL, games made with\n"
|
|
"Radius Engine are portable to both Windows and Linux."
|
|
msgstr ""
|
|
|
|
#: radius-engine-devel
|
|
#. homepage: http://radius-engine.sourceforge.net/
|
|
#. summary
|
|
msgid "Development libraries and headers for Radius Engine"
|
|
msgstr ""
|
|
|
|
#: radius-engine-devel
|
|
#. homepage: http://radius-engine.sourceforge.net/
|
|
#. description
|
|
msgid "Development libraries and headers for Radius Engine."
|
|
msgstr ""
|
|
|
|
#: libradiusclient-ng
|
|
#. homepage: http://developer.berlios.de/projects/radiusclient-ng/
|
|
#. summary
|
|
msgid "RADIUS client shared library"
|
|
msgstr ""
|
|
|
|
#: libradiusclient-ng
|
|
#. homepage: http://developer.berlios.de/projects/radiusclient-ng/
|
|
#. description
|
|
msgid "This package contains RADIUS client shared library."
|
|
msgstr ""
|
|
|
|
#: libradiusclient-ng-devel
|
|
#. homepage: http://developer.berlios.de/projects/radiusclient-ng/
|
|
#. summary
|
|
msgid "RADIUS client development library"
|
|
msgstr ""
|
|
|
|
#: libradiusclient-ng-devel
|
|
#. homepage: http://developer.berlios.de/projects/radiusclient-ng/
|
|
#. description
|
|
msgid "This package contains RADIUS client development library."
|
|
msgstr ""
|
|
|
|
#: radiusclient-ng
|
|
#. homepage: http://developer.berlios.de/projects/radiusclient-ng/
|
|
#. summary
|
|
msgid "Utility programs for RADIUS client library"
|
|
msgstr ""
|
|
|
|
#: radiusclient-ng
|
|
#. homepage: http://developer.berlios.de/projects/radiusclient-ng/
|
|
#. description
|
|
msgid "This package contains utility programs for RADIUS client library."
|
|
msgstr ""
|
|
|
|
#: radvd
|
|
#. homepage: http://www.litech.org/radvd/
|
|
#. summary
|
|
msgid "A Router Advertisement daemon"
|
|
msgstr ""
|
|
|
|
#: radvd
|
|
#. homepage: http://www.litech.org/radvd/
|
|
#. description
|
|
msgid ""
|
|
"radvd is the router advertisement daemon for IPv6. It listens to router\n"
|
|
"solicitations and sends router advertisements as described in \"Neighbor\n"
|
|
"Discovery for IP Version 6 (IPv6)\" (RFC 2461). With these advertisements\n"
|
|
"hosts can automatically configure their addresses and some other\n"
|
|
"parameters. They also can choose a default router based on these\n"
|
|
"advertisements.\n"
|
|
"\n"
|
|
"Install radvd if you are setting up IPv6 network and/or Mobile IPv6\n"
|
|
"services."
|
|
msgstr ""
|
|
|
|
#: rage
|
|
#. homepage: http://www.enlightenment.org/
|
|
#. summary
|
|
msgid "EFL Video Player"
|
|
msgstr ""
|
|
|
|
#: rage
|
|
#. homepage: http://www.enlightenment.org/
|
|
#. description
|
|
msgid ""
|
|
"Rage is a video and audio player written with Enlightenment\n"
|
|
"Foundation Libraries with some extra bells and whistles.\n"
|
|
"\n"
|
|
"It is a simple video and audio player intended to be slick yet\n"
|
|
"simplistic, much like Mplayer. You can provide 1 or more files to\n"
|
|
"play on the command-line or just DND files onto the rage window\n"
|
|
"to insert them into the playlist. You can get a visual\n"
|
|
"representation of everything on the playlist by hitting the /\n"
|
|
"key, or just hovering your mouse over the right side of the\n"
|
|
"window. Mouse back over the left side of the window ti dismiss it\n"
|
|
"or press the key again. It has a full complement of key controls\n"
|
|
"if you see the README for the full list. It will automatically\n"
|
|
"search for album art for music files, if not already cached, and\n"
|
|
"display that. It even generates thumbnails for the timeline of a\n"
|
|
"video and allows you to preview the position on mouseover of the\n"
|
|
"position bar at the bottom of the window.\n"
|
|
"\n"
|
|
"Here is a list of all the things it can do:\n"
|
|
"\n"
|
|
"* Play video and audio files\n"
|
|
"* Support a playlist via command-line\n"
|
|
"* Insert to playlist via DND\n"
|
|
"* Controls hide on mouse idle, and appear on mouse movement\n"
|
|
"* Fullscreen mode support with automatic \"no blank\" support\n"
|
|
"* Playlist visual previews and controls\n"
|
|
"* Subtitle file support\n"
|
|
"* Supports Gstreamer 1.x, Xine and VLC\n"
|
|
" as media engines via Emotion modules\n"
|
|
"* Selection of media back-end via command-line\n"
|
|
"* Album art fetch and caching\n"
|
|
"* Video thumbnail timeline generation and caching\n"
|
|
"* Works with any Evas engine (OpenGL acceleration, pure software etc.)\n"
|
|
"* Works in X11, Wayland and Framebuffer direct support\n"
|
|
"* Accelerated seek on keyboard fowrard/reverse\n"
|
|
"* Drag gestures for seeking\n"
|
|
"* Special different UI modes for pure audio and video"
|
|
msgstr ""
|
|
|
|
#: libragel
|
|
#. homepage: http://www.colm.net/open-source/ragel/
|
|
#. summary
|
|
msgid "Ragel libraries"
|
|
msgstr ""
|
|
|
|
#: ragel
|
|
#. homepage: http://www.colm.net/open-source/ragel/
|
|
#. summary
|
|
msgid "Ragel State Machine Compiler"
|
|
msgstr ""
|
|
|
|
#: ragel
|
|
#. homepage: http://www.colm.net/open-source/ragel/
|
|
#. description
|
|
msgid ""
|
|
"Ragel compiles executable finite state machines from regular\n"
|
|
"languages. Ragel targets C, C++, Objective-C, D, Java and Ruby.\n"
|
|
"Ragel state machines can not only recognize byte sequences as\n"
|
|
"regular expression machines do, but can also execute code at\n"
|
|
"arbitrary points in the recognition of a regular language. Code\n"
|
|
"embedding is done using inline operators that do not disrupt the\n"
|
|
"regular language syntax."
|
|
msgstr ""
|
|
|
|
#: vim-plugin-ragel-syntax
|
|
#. homepage: http://www.colm.net/open-source/ragel/
|
|
#. summary
|
|
msgid "Vim syntax for Ragel"
|
|
msgstr ""
|
|
|
|
#: vim-plugin-ragel-syntax
|
|
#. homepage: http://www.colm.net/open-source/ragel/
|
|
#. description
|
|
msgid "Vim syntax for Ragel."
|
|
msgstr ""
|
|
|
|
#: raidem
|
|
#. homepage: http://home.exetel.com.au/tjaden/raidem/
|
|
#. summary
|
|
msgid "2d top-down shoot'em up"
|
|
msgstr ""
|
|
|
|
#: raidem
|
|
#. homepage: http://home.exetel.com.au/tjaden/raidem/
|
|
#. description
|
|
msgid ""
|
|
"Raid'em is a 2d top-down shoot'em up. It began as a remake of Raid II\n"
|
|
"(abandoned long ago), but has turned out very differently.\n"
|
|
"Features: Neat looking graphics, LOTS of explosions and scrap\n"
|
|
"metal, Eye candy a-plenty, Many different powerups, A desert. And a space\n"
|
|
"platform. And some snow, 2 player mode, Demo recording and playback, Loads of\n"
|
|
"fun."
|
|
msgstr ""
|
|
|
|
#: raidem-music
|
|
#. homepage: http://www.dilvie.com/
|
|
#. summary
|
|
msgid "Background music for the game raidem"
|
|
msgstr ""
|
|
|
|
#: raidem-music
|
|
#. homepage: http://www.dilvie.com/
|
|
#. description
|
|
msgid "Music created by Eric Hamilton (dilvie) for the game Raid'em"
|
|
msgstr ""
|
|
|
|
#: rails-plugin-exception_notification
|
|
#. homepage: https://smartinez87.github.io/exception_notification/
|
|
#. summary
|
|
msgid "Exception Notifier Plugin for Rails"
|
|
msgstr ""
|
|
|
|
#: rails-plugin-exception_notification
|
|
#. homepage: https://smartinez87.github.io/exception_notification/
|
|
#. description
|
|
msgid ""
|
|
"The Exception Notifier plugin provides a mailer object and a default\n"
|
|
"set of templates for sending email notifications when errors occur\n"
|
|
"in a Rails application."
|
|
msgstr ""
|
|
|
|
#: rails-plugin-exception_notification-doc
|
|
#. homepage: https://smartinez87.github.io/exception_notification/
|
|
#. summary
|
|
msgid "Documentation files for exception_notification gem"
|
|
msgstr ""
|
|
|
|
#: rails-plugin-exception_notification-doc
|
|
#. homepage: https://smartinez87.github.io/exception_notification/
|
|
#. description
|
|
msgid "Documentation files for exception_notification gem."
|
|
msgstr ""
|
|
|
|
#: rakarrack
|
|
#. homepage: http://rakarrack.sourceforge.net/
|
|
#. summary
|
|
msgid "Guitar effects for Linux"
|
|
msgstr ""
|
|
|
|
#: rakarrack
|
|
#. homepage: http://rakarrack.sourceforge.net/
|
|
#. description
|
|
msgid ""
|
|
"Rakarrack is a richly featured multi-effects processor emulating\n"
|
|
"a guitar effects pedalboard. Effects include compressor, noise gate,\n"
|
|
"expander, shuffle, ring, synthfilter, varyband, mutromojo, looper, arpie,\n"
|
|
"graphic equalizer, parametric equalizer, flanger, dual flange, chorus,\n"
|
|
"echo with reverse playback, musical delay, reverb, digital phaser, analog\n"
|
|
"phaser, wah-wah, alien-wah, harmonizer, shifter, sequence, sustainer,\n"
|
|
"shelfboost, vocoder, coil crafter, echoverse, convolotron, stompbox,\n"
|
|
"exciter and four flexible distortion modules including sub-octave modulation\n"
|
|
"and dirty octave up. Most of the effects engine is built from modules\n"
|
|
"found in the excellent software synthesizer ZynAddSubFX. Presets and\n"
|
|
"user interface are optimized for guitar, but Rakarrack processes signals\n"
|
|
"in stereo while it does not apply internal band-limiting filtering,\n"
|
|
"and thus is well suited to all musical instruments and vocals.\n"
|
|
"\n"
|
|
"Rakarrack is designed for Linux distributions with Jack Audio Connection Kit."
|
|
msgstr ""
|
|
|
|
#: rakarrack-data
|
|
#. homepage: http://rakarrack.sourceforge.net/
|
|
#. summary
|
|
msgid "Data files and documentation for Rakarrack"
|
|
msgstr ""
|
|
|
|
#: rakarrack-data
|
|
#. homepage: http://rakarrack.sourceforge.net/
|
|
#. description
|
|
msgid "This package contains data files and documentation for Rakarrack."
|
|
msgstr ""
|
|
|
|
#: rake-compiler
|
|
#. homepage: https://github.com/rake-compiler/rake-compiler
|
|
#. summary
|
|
msgid "Provide a standard and simplified way to build and package Ruby C and Java extensions using Rake as glue."
|
|
msgstr ""
|
|
|
|
#: rake-compiler
|
|
#. homepage: https://github.com/rake-compiler/rake-compiler
|
|
#. description
|
|
msgid ""
|
|
"rake-compiler is first and foremost a productivity tool for Ruby\n"
|
|
"developers. Its goal is to make the busy developer's life easier by\n"
|
|
"simplifying the building and packaging of Ruby extensions by simplifying\n"
|
|
"code and reducing duplication."
|
|
msgstr ""
|
|
|
|
#: rake-compiler-doc
|
|
#. homepage: https://github.com/rake-compiler/rake-compiler
|
|
#. summary
|
|
msgid "Documentation files for rake-compiler"
|
|
msgstr ""
|
|
|
|
#: rake-compiler-doc
|
|
#. homepage: https://github.com/rake-compiler/rake-compiler
|
|
#. description
|
|
msgid "Documentation files for rake-compiler."
|
|
msgstr ""
|
|
|
|
#: rakudo
|
|
#. homepage: http://rakudo.org/
|
|
#. summary
|
|
msgid "Perl 6 compiler for the MoarVM"
|
|
msgstr ""
|
|
|
|
#: ramsmp
|
|
#. homepage: https://github.com/beefyamoeba5/ramspeed
|
|
#. summary
|
|
msgid "RAMspeed/SMP, a cache and memory benchmarking tool"
|
|
msgstr ""
|
|
|
|
#: ramsmp
|
|
#. homepage: https://github.com/beefyamoeba5/ramspeed
|
|
#. description
|
|
msgid ""
|
|
"RAMspeed/SMP, a cache and memory benchmarking tool (for multiprocessor machines\n"
|
|
"running UNIX-like operating systems)"
|
|
msgstr ""
|
|
|
|
#: rancid
|
|
#. homepage: http://www.shrubbery.net/rancid/
|
|
#. summary
|
|
msgid "Really Awesome New Cisco confIg Differ"
|
|
msgstr ""
|
|
|
|
#: rancid
|
|
#. homepage: http://www.shrubbery.net/rancid/
|
|
#. description
|
|
msgid ""
|
|
"RANCID monitors a router's (or more generally a device's) configuration,\n"
|
|
"including software and hardware (cards, serial numbers, etc) and uses CVS\n"
|
|
"(Concurrent Version System) or Subversion to maintain history of changes."
|
|
msgstr ""
|
|
|
|
#: librandom
|
|
#. homepage: http://crd.lbl.gov/~dhbailey/mpdist/
|
|
#. summary
|
|
msgid "Shared libraries of RANDOM"
|
|
msgstr ""
|
|
|
|
#: librandom
|
|
#. homepage: http://crd.lbl.gov/~dhbailey/mpdist/
|
|
#. description
|
|
msgid ""
|
|
"RANDOM (Fortran-90 pseudo-random number generator based on provably normal\n"
|
|
"number theory), based on the recently discovered class of provably normal\n"
|
|
"numbers -- see paper \"Random Generators and Normal Numbers\", by DHB and Richard\n"
|
|
"Crandall, in the papers directory. In particular, subroutine bcnrand generates a\n"
|
|
"sequence of IEEE 64-bit floating-point numbers uniformly in (0,1), with period\n"
|
|
"(if parameters are properly selected) = 2x3^32 = 3.7060404e15. It is completely\n"
|
|
"self-contained -- the required double-double arithmetic subroutines are included\n"
|
|
"in the Fortran-90 source file. The bcnrand routine is designed for simple\n"
|
|
"parallelization, yielding the same overall sequence as with a one-processor\n"
|
|
"program. Also included here is a memory-testing program based on the bcnrand\n"
|
|
"generator.\n"
|
|
"\n"
|
|
"This package contains shared libraries of RANDOM."
|
|
msgstr ""
|
|
|
|
#: librandom-devel
|
|
#. homepage: http://crd.lbl.gov/~dhbailey/mpdist/
|
|
#. summary
|
|
msgid "Development files of RANDOM"
|
|
msgstr ""
|
|
|
|
#: librandom-devel
|
|
#. homepage: http://crd.lbl.gov/~dhbailey/mpdist/
|
|
#. description
|
|
msgid ""
|
|
"RANDOM (Fortran-90 pseudo-random number generator based on provably normal\n"
|
|
"number theory), based on the recently discovered class of provably normal\n"
|
|
"numbers -- see paper \"Random Generators and Normal Numbers\", by DHB and Richard\n"
|
|
"Crandall, in the papers directory. In particular, subroutine bcnrand generates a\n"
|
|
"sequence of IEEE 64-bit floating-point numbers uniformly in (0,1), with period\n"
|
|
"(if parameters are properly selected) = 2x3^32 = 3.7060404e15. It is completely\n"
|
|
"self-contained -- the required double-double arithmetic subroutines are included\n"
|
|
"in the Fortran-90 source file. The bcnrand routine is designed for simple\n"
|
|
"parallelization, yielding the same overall sequence as with a one-processor\n"
|
|
"program. Also included here is a memory-testing program based on the bcnrand\n"
|
|
"generator.\n"
|
|
"\n"
|
|
"This package contains development files of RANDOM."
|
|
msgstr ""
|
|
|
|
#: librandom-devel-static
|
|
#. homepage: http://crd.lbl.gov/~dhbailey/mpdist/
|
|
#. summary
|
|
msgid "Static libraries of RANDOM"
|
|
msgstr ""
|
|
|
|
#: librandom-devel-static
|
|
#. homepage: http://crd.lbl.gov/~dhbailey/mpdist/
|
|
#. description
|
|
msgid ""
|
|
"RANDOM (Fortran-90 pseudo-random number generator based on provably normal\n"
|
|
"number theory), based on the recently discovered class of provably normal\n"
|
|
"numbers -- see paper \"Random Generators and Normal Numbers\", by DHB and Richard\n"
|
|
"Crandall, in the papers directory. In particular, subroutine bcnrand generates a\n"
|
|
"sequence of IEEE 64-bit floating-point numbers uniformly in (0,1), with period\n"
|
|
"(if parameters are properly selected) = 2x3^32 = 3.7060404e15. It is completely\n"
|
|
"self-contained -- the required double-double arithmetic subroutines are included\n"
|
|
"in the Fortran-90 source file. The bcnrand routine is designed for simple\n"
|
|
"parallelization, yielding the same overall sequence as with a one-processor\n"
|
|
"program. Also included here is a memory-testing program based on the bcnrand\n"
|
|
"generator.\n"
|
|
"\n"
|
|
"This package contains static libraries of RANDOM."
|
|
msgstr ""
|
|
|
|
#: random
|
|
#. homepage: http://crd.lbl.gov/~dhbailey/mpdist/
|
|
#. summary
|
|
msgid "Fortran-90 pseudo-random number generator"
|
|
msgstr ""
|
|
|
|
#: random
|
|
#. homepage: http://crd.lbl.gov/~dhbailey/mpdist/
|
|
#. description
|
|
msgid ""
|
|
"RANDOM (Fortran-90 pseudo-random number generator based on provably normal\n"
|
|
"number theory), based on the recently discovered class of provably normal\n"
|
|
"numbers -- see paper \"Random Generators and Normal Numbers\", by DHB and Richard\n"
|
|
"Crandall, in the papers directory. In particular, subroutine bcnrand generates a\n"
|
|
"sequence of IEEE 64-bit floating-point numbers uniformly in (0,1), with period\n"
|
|
"(if parameters are properly selected) = 2x3^32 = 3.7060404e15. It is completely\n"
|
|
"self-contained -- the required double-double arithmetic subroutines are included\n"
|
|
"in the Fortran-90 source file. The bcnrand routine is designed for simple\n"
|
|
"parallelization, yielding the same overall sequence as with a one-processor\n"
|
|
"program. Also included here is a memory-testing program based on the bcnrand\n"
|
|
"generator."
|
|
msgstr ""
|
|
|
|
#: randomize_fd
|
|
#. homepage: http://git.altlinux.org/people/imz/packages/randomize_fd.git
|
|
#. summary
|
|
msgid "Randomizes the fd returned by open or socket when LD_PRELOADed"
|
|
msgstr ""
|
|
|
|
#: randomize_fd
|
|
#. homepage: http://git.altlinux.org/people/imz/packages/randomize_fd.git
|
|
#. description
|
|
msgid ""
|
|
"Sometimes (to reproduce a bug) we want to force the use of different\n"
|
|
"file descriptors in a sequence of open(2) or socket(2) followed by\n"
|
|
"`close`, so that:\n"
|
|
"\n"
|
|
"1. the new fd is different from the previous one,\n"
|
|
"2. and the previous one doesn't look like a valid descriptor anymore.\n"
|
|
"\n"
|
|
"Here, we solve this problem by providing wrappers around open(2) and\n"
|
|
"socket(2) to be LD_PRELOADed."
|
|
msgstr ""
|
|
|
|
#: randomizedtesting
|
|
#. homepage: http://labs.carrotsearch.com/randomizedtesting.html
|
|
#. summary
|
|
msgid "Java Testing Framework"
|
|
msgstr ""
|
|
|
|
#: randomizedtesting
|
|
#. homepage: http://labs.carrotsearch.com/randomizedtesting.html
|
|
#. description
|
|
msgid ""
|
|
"Foundation classes and rules for applying the\n"
|
|
"principles of Randomized Testing."
|
|
msgstr ""
|
|
|
|
#: randomizedtesting-javadoc
|
|
#. homepage: http://labs.carrotsearch.com/randomizedtesting.html
|
|
#. summary
|
|
msgid "Javadoc for randomizedtesting"
|
|
msgstr ""
|
|
|
|
#: randomizedtesting-javadoc
|
|
#. homepage: http://labs.carrotsearch.com/randomizedtesting.html
|
|
#. description
|
|
msgid "This package contains javadoc for randomizedtesting."
|
|
msgstr ""
|
|
|
|
#: randomizedtesting-junit4-ant
|
|
#. homepage: http://labs.carrotsearch.com/randomizedtesting.html
|
|
#. summary
|
|
msgid "RandomizedTesting JUnit4 ANT Task"
|
|
msgstr ""
|
|
|
|
#: randomizedtesting-junit4-ant
|
|
#. homepage: http://labs.carrotsearch.com/randomizedtesting.html
|
|
#. description
|
|
msgid "RandomizedTesting JUnit4 ANT Task."
|
|
msgstr ""
|
|
|
|
#: randomizedtesting-junit4-maven-plugin
|
|
#. homepage: http://labs.carrotsearch.com/randomizedtesting.html
|
|
#. summary
|
|
msgid "RandomizedTesting JUnit4 Maven Plugin"
|
|
msgstr ""
|
|
|
|
#: randomizedtesting-junit4-maven-plugin
|
|
#. homepage: http://labs.carrotsearch.com/randomizedtesting.html
|
|
#. description
|
|
msgid "RandomizedTesting JUnit4 Maven Plugin."
|
|
msgstr ""
|
|
|
|
#: randomizedtesting-runner
|
|
#. homepage: http://labs.carrotsearch.com/randomizedtesting.html
|
|
#. summary
|
|
msgid "RandomizedTesting Randomized Runner"
|
|
msgstr ""
|
|
|
|
#: randomizedtesting-runner
|
|
#. homepage: http://labs.carrotsearch.com/randomizedtesting.html
|
|
#. description
|
|
msgid ""
|
|
"RandomizedRunner is a JUnit runner, so it is capable of\n"
|
|
"running @Test-annotated test cases."
|
|
msgstr ""
|
|
|
|
#: librange-v3-devel
|
|
#. homepage: https://github.com/ericniebler/range-v3
|
|
#. summary
|
|
msgid "Development files for range-v3"
|
|
msgstr ""
|
|
|
|
#: librange-v3-devel
|
|
#. homepage: https://github.com/ericniebler/range-v3
|
|
#. description
|
|
msgid ""
|
|
"Range library for C++14/17/20. This code was the basis\n"
|
|
"of a formal proposal to add range support to the C++ standard library.\n"
|
|
"That proposal evolved through a Technical Specification,\n"
|
|
"and finally into P0896R4 \"The One Ranges Proposal\"\n"
|
|
"which was merged into the C++20 working drafts in November 2018."
|
|
msgstr ""
|
|
|
|
#: range-v3
|
|
#. homepage: https://github.com/ericniebler/range-v3
|
|
#. summary
|
|
msgid "Range library for C++14/17/20, basis for C++20's std::ranges"
|
|
msgstr ""
|
|
|
|
#: python3-module-ranger
|
|
#. homepage: https://ranger.github.io/
|
|
#. summary
|
|
msgid "Supplemental module for ranger, Console file manager"
|
|
msgstr ""
|
|
|
|
#: ranger
|
|
#. homepage: https://ranger.github.io/
|
|
#. summary
|
|
msgid "Console file manager"
|
|
msgstr ""
|
|
|
|
#: ranger
|
|
#. homepage: https://ranger.github.io/
|
|
#. description
|
|
msgid ""
|
|
"ranger is a free console file manager that gives you greater\n"
|
|
"flexibility and a good overview of your files without having to leave\n"
|
|
"your *nix console. It visualizes the directory tree in two dimensions:\n"
|
|
"the directory hierarchy on one, lists of files on the other, with a\n"
|
|
"preview to the right so you know where you'll be going."
|
|
msgstr ""
|
|
|
|
#: rapid-photo-downloader
|
|
#. homepage: http://www.damonlynch.net/rapid/
|
|
#. summary
|
|
msgid "Download photos and videos from cameras, memory cards and Portable Storage Devices"
|
|
msgstr ""
|
|
|
|
#: rapid-photo-downloader
|
|
#. homepage: http://www.damonlynch.net/rapid/
|
|
#. description
|
|
msgid ""
|
|
"Rapid Photo Downloader imports photos and videos from cameras, phones,\n"
|
|
"memory cards and other devices at high speed. It can be configured to\n"
|
|
"rename photos and videos with meaningful filenames you specify. It can\n"
|
|
"also back up photos and videos as they are downloaded. It downloads from\n"
|
|
"and backs up to multiple devices simultaneously."
|
|
msgstr ""
|
|
|
|
#: rapidjson
|
|
#. homepage: http://rapidjson.org/
|
|
#. summary
|
|
msgid "Fast JSON parser and generator for C++"
|
|
msgstr ""
|
|
|
|
#: rapidjson
|
|
#. homepage: http://rapidjson.org/
|
|
#. description
|
|
msgid ""
|
|
"RapidJSON is a fast JSON parser and generator for C++. It was\n"
|
|
"inspired by RapidXml.\n"
|
|
"\n"
|
|
"RapidJSON is small but complete. It supports both SAX and DOM style\n"
|
|
"API. The SAX parser is only a half thousand lines of code.\n"
|
|
"\n"
|
|
"RapidJSON is fast. Its performance can be comparable to strlen().\n"
|
|
"It also optionally supports SSE2/SSE4.1 for acceleration.\n"
|
|
"\n"
|
|
"RapidJSON is self-contained. It does not depend on external\n"
|
|
"libraries such as BOOST. It even does not depend on STL.\n"
|
|
"\n"
|
|
"RapidJSON is memory friendly. Each JSON value occupies exactly\n"
|
|
"16/20 bytes for most 32/64-bit machines (excluding text string). By\n"
|
|
"default it uses a fast memory allocator, and the parser allocates\n"
|
|
"memory compactly during parsing.\n"
|
|
"\n"
|
|
"RapidJSON is Unicode friendly. It supports UTF-8, UTF-16, UTF-32\n"
|
|
"(LE & BE), and their detection, validation and transcoding\n"
|
|
"internally. For example, you can read a UTF-8 file and let RapidJSON\n"
|
|
"transcode the JSON strings into UTF-16 in the DOM. It also supports\n"
|
|
"surrogates and \"\\u0000\" (null character).\n"
|
|
"\n"
|
|
"JSON(JavaScript Object Notation) is a light-weight data exchange\n"
|
|
"format. RapidJSON should be in fully compliance with RFC4627/ECMA-404."
|
|
msgstr ""
|
|
|
|
#: rapidjson-doc
|
|
#. homepage: http://rapidjson.org/
|
|
#. summary
|
|
msgid "Documentation-files for rapidjson"
|
|
msgstr ""
|
|
|
|
#: rapidjson-doc
|
|
#. homepage: http://rapidjson.org/
|
|
#. description
|
|
msgid "This package contains the documentation-files for rapidjson."
|
|
msgstr ""
|
|
|
|
#: rapidxml
|
|
#. homepage: http://rapidxml.sourceforge.net/
|
|
#. summary
|
|
msgid "Attempt to create the fastest XML parser"
|
|
msgstr ""
|
|
|
|
#: rapidxml
|
|
#. homepage: http://rapidxml.sourceforge.net/
|
|
#. description
|
|
msgid ""
|
|
"RapidXml is an attempt to create the fastest XML parser possible, while\n"
|
|
"retaining useability, portability and reasonable W3C compatibility. It\n"
|
|
"is an in-situ parser with parsing speed approaching speed of strlen\n"
|
|
"function executed on the same data."
|
|
msgstr ""
|
|
|
|
#: rapidxml-docs
|
|
#. homepage: http://rapidxml.sourceforge.net/
|
|
#. summary
|
|
msgid "Documentation for RapidXml"
|
|
msgstr ""
|
|
|
|
#: rapidxml-docs
|
|
#. homepage: http://rapidxml.sourceforge.net/
|
|
#. description
|
|
msgid ""
|
|
"RapidXml is an attempt to create the fastest XML parser possible, while\n"
|
|
"retaining useability, portability and reasonable W3C compatibility. It\n"
|
|
"is an in-situ parser with parsing speed approaching speed of strlen\n"
|
|
"function executed on the same data.\n"
|
|
"\n"
|
|
"This package contains documentation for RapidXml."
|
|
msgstr ""
|
|
|
|
#: libraptor2
|
|
#. homepage: http://librdf.org/raptor/
|
|
#. summary
|
|
msgid "raptor2 core library"
|
|
msgstr ""
|
|
|
|
#: libraptor2
|
|
#. homepage: http://librdf.org/raptor/
|
|
#. description
|
|
msgid "raptor2 core library."
|
|
msgstr ""
|
|
|
|
#: raptor2
|
|
#. homepage: http://librdf.org/raptor/
|
|
#. summary
|
|
msgid "RDF Parser Toolkit for Redland"
|
|
msgstr ""
|
|
|
|
#: raptor2
|
|
#. homepage: http://librdf.org/raptor/
|
|
#. description
|
|
msgid ""
|
|
"Raptor is the RDF Parser Toolkit for Redland that provides\n"
|
|
"a set of standalone RDF parsers, generating triples from RDF/XML\n"
|
|
"or N-Triples."
|
|
msgstr ""
|
|
|
|
#: raptor2-devel
|
|
#. homepage: http://librdf.org/raptor/
|
|
#. summary
|
|
msgid "Development files for raptor2"
|
|
msgstr ""
|
|
|
|
#: raptor2-devel
|
|
#. homepage: http://librdf.org/raptor/
|
|
#. description
|
|
msgid "Development files for raptor2."
|
|
msgstr ""
|
|
|
|
#: rarpd
|
|
#. homepage: ftp://ftp.dementia.org/pub/net-tools/
|
|
#. summary
|
|
msgid "Reverse Address Resolution Protocol Daemon"
|
|
msgstr ""
|
|
|
|
#: rarpd
|
|
#. homepage: ftp://ftp.dementia.org/pub/net-tools/
|
|
#. description
|
|
msgid ""
|
|
"Rarpd listens on the Ethernet for broadcast packets asking for reverse\n"
|
|
"address resolution. These packets are sent by hosts at boot time to\n"
|
|
"find out their IP addresses."
|
|
msgstr ""
|
|
|
|
#: rars
|
|
#. homepage: https://github.com/TheThirdOne/rars
|
|
#. summary
|
|
msgid "RISC-V Assembler and Runtime Simulator"
|
|
msgstr ""
|
|
|
|
#: rars
|
|
#. homepage: https://github.com/TheThirdOne/rars
|
|
#. description
|
|
msgid ""
|
|
"RARS, the RISC-V Assembler, Simulator, and Runtime, will assemble and\n"
|
|
"simulate the execution of RISC-V assembly language programs. Its\n"
|
|
"primary goal is to be an effective development environment for people\n"
|
|
"getting started with RISC-V."
|
|
msgstr ""
|
|
|
|
#: rars-javadoc
|
|
#. homepage: https://github.com/TheThirdOne/rars
|
|
#. summary
|
|
msgid "Javadoc for rars"
|
|
msgstr ""
|
|
|
|
#: rars-javadoc
|
|
#. homepage: https://github.com/TheThirdOne/rars
|
|
#. description
|
|
msgid "Documentation and license for rars."
|
|
msgstr ""
|
|
|
|
#: ras1c
|
|
#. homepage: https://packages.altlinux.org
|
|
#. summary
|
|
msgid "1C:Enterprise 8 Remote Administration Server init script"
|
|
msgstr ""
|
|
|
|
#: ras1c
|
|
#. homepage: https://packages.altlinux.org
|
|
#. description
|
|
msgid "1C:Enterprise 8 Remote Administration Server (RAS) initialization script. Start, stop, restart, status. 1C_Enterprise83-server required"
|
|
msgstr ""
|
|
|
|
#: raspberrypi-firmware
|
|
#. homepage: https://github.com/raspberrypi/firmware
|
|
#. summary
|
|
msgid "bootloader and GPU firmware for Raspberry Pi"
|
|
msgstr ""
|
|
|
|
#: raspberrypi-usbboot
|
|
#. homepage: https://github.com/raspberrypi/usbboot.git
|
|
#. summary
|
|
msgid "Raspberry Pi usbboot tool"
|
|
msgstr ""
|
|
|
|
#: raspberrypi-usbboot
|
|
#. homepage: https://github.com/raspberrypi/usbboot.git
|
|
#. description
|
|
msgid "The Raspberry Pi usbboot allows you to flash the eMMC through an USB cable."
|
|
msgstr ""
|
|
|
|
#: librasqal-devel
|
|
#. homepage: http://librdf.org/rasqal/
|
|
#. summary
|
|
msgid "Header files for the Rasqal RDF query library"
|
|
msgstr ""
|
|
|
|
#: librasqal-devel
|
|
#. homepage: http://librdf.org/rasqal/
|
|
#. description
|
|
msgid "Header files for the Rasqal RDF query library."
|
|
msgstr ""
|
|
|
|
#: librasqal3
|
|
#. homepage: http://librdf.org/rasqal/
|
|
#. summary
|
|
msgid "rasqal core library"
|
|
msgstr ""
|
|
|
|
#: librasqal3
|
|
#. homepage: http://librdf.org/rasqal/
|
|
#. description
|
|
msgid "rasqal core library."
|
|
msgstr ""
|
|
|
|
#: rasqal
|
|
#. homepage: http://librdf.org/rasqal/
|
|
#. summary
|
|
msgid "Rasqal RDF Query Library"
|
|
msgstr ""
|
|
|
|
#: rasqal
|
|
#. homepage: http://librdf.org/rasqal/
|
|
#. description
|
|
msgid "RDF Query Language."
|
|
msgstr ""
|
|
|
|
#: rastercarve
|
|
#. homepage: https://github.com/built1n/rastercarve
|
|
#. summary
|
|
msgid "Generate G-code to engrave raster images"
|
|
msgstr ""
|
|
|
|
#: rastertokpsl-re
|
|
#. homepage: https://github.com/sv99/rastertokpsl-re
|
|
#. summary
|
|
msgid "Reverse engineered Kyocera rastertokpsl filter"
|
|
msgstr ""
|
|
|
|
#: ratpoints
|
|
#. homepage: http://www.mathe2.uni-bayreuth.de/stoll/programs/
|
|
#. summary
|
|
msgid "Find rational points on hyperelliptic curves"
|
|
msgstr ""
|
|
|
|
#: ratpoints
|
|
#. homepage: http://www.mathe2.uni-bayreuth.de/stoll/programs/
|
|
#. description
|
|
msgid ""
|
|
"Ratpoints is a program that uses an optimized quadratic sieve algorithm\n"
|
|
"in order to find rational points on hyperelliptic curves."
|
|
msgstr ""
|
|
|
|
#: ratpoints-devel
|
|
#. homepage: http://www.mathe2.uni-bayreuth.de/stoll/programs/
|
|
#. summary
|
|
msgid "Development files for ratpoints"
|
|
msgstr ""
|
|
|
|
#: ratpoints-devel
|
|
#. homepage: http://www.mathe2.uni-bayreuth.de/stoll/programs/
|
|
#. description
|
|
msgid "Header and library for development with ratpoints."
|
|
msgstr ""
|
|
|
|
#: emacs-ratpoison
|
|
#. homepage: http://www.nongnu.org/ratpoison
|
|
#. summary
|
|
msgid "The Emacs Lisp bytecode included in ratpoison"
|
|
msgstr ""
|
|
|
|
#: emacs-ratpoison
|
|
#. homepage: http://www.nongnu.org/ratpoison
|
|
#. description
|
|
msgid ""
|
|
"ratpoison-el contains the Emacs Lisp bytecode\n"
|
|
"included in the ratpoison package, that extends the Emacs editor.\n"
|
|
"\n"
|
|
"You need to install ratpoison-el only if you intend to modify any of the\n"
|
|
"ratpoison code or see some Lisp examples."
|
|
msgstr ""
|
|
|
|
#: emacs-ratpoison-el
|
|
#. homepage: http://www.nongnu.org/ratpoison
|
|
#. summary
|
|
msgid "The Emacs Lisp sources for bytecode included in ratpoison"
|
|
msgstr ""
|
|
|
|
#: emacs-ratpoison-el
|
|
#. homepage: http://www.nongnu.org/ratpoison
|
|
#. description
|
|
msgid ""
|
|
"ratpoison-el contains the Emacs Lisp sources for the bytecode\n"
|
|
"included in the ratpoison package, that extends the Emacs editor.\n"
|
|
"\n"
|
|
"You need to install ratpoison-el only if you intend to modify any of the\n"
|
|
"ratpoison code or see some Lisp examples."
|
|
msgstr ""
|
|
|
|
#: ratpoison
|
|
#. homepage: http://www.nongnu.org/ratpoison
|
|
#. summary
|
|
msgid "ratpoison - Simple window manager with no fat library dependencies"
|
|
msgstr ""
|
|
|
|
#: ratpoison
|
|
#. homepage: http://www.nongnu.org/ratpoison
|
|
#. description
|
|
msgid ""
|
|
"ratpoison is a simple Window Manager with no fat library\n"
|
|
"dependencies, no fancy graphics, no window decorations,\n"
|
|
"and no flashy wank. It is largely modelled after GNU\n"
|
|
"Screen which has done wonders in virtual terminal market.\n"
|
|
"\n"
|
|
"All interaction with the window manager is done through\n"
|
|
"keystrokes. ratpoison has a prefix map to minimize the\n"
|
|
"key clobbering that cripples EMACS and other quality\n"
|
|
"pieces of software."
|
|
msgstr ""
|
|
|
|
#: rats
|
|
#. homepage: http://code.google.com/p/rough-auditing-tool-for-security/
|
|
#. summary
|
|
msgid "Rough Auditing Tool for Security"
|
|
msgstr ""
|
|
|
|
#: rats
|
|
#. homepage: http://code.google.com/p/rough-auditing-tool-for-security/
|
|
#. description
|
|
msgid ""
|
|
"RATS scans through code, finding potentially dangerous function calls.\n"
|
|
"The goal of this tool is not to definitively find bugs (yet). The\n"
|
|
"current goal is to provide a reasonable starting point for performing\n"
|
|
"manual security audits.\n"
|
|
"\n"
|
|
"The initial vulnerability database is taken directly from things that\n"
|
|
"could be easily found when starting with the forthcoming book,\n"
|
|
"\"Building Secure Software\" by Viega and McGraw."
|
|
msgstr ""
|
|
|
|
#: librav1e
|
|
#. homepage: https://github.com/xiph/rav1e
|
|
#. summary
|
|
msgid "rav1e shared library"
|
|
msgstr ""
|
|
|
|
#: librav1e
|
|
#. homepage: https://github.com/xiph/rav1e
|
|
#. description
|
|
msgid ""
|
|
"\n"
|
|
"rav1e is an AV1 video encoder. It is designed to eventually cover all use cases,\n"
|
|
"though in its current form it is most suitable for cases where libaom\n"
|
|
"(the reference encoder) is too slow.\n"
|
|
"this package contains shared libraries of rav1e"
|
|
msgstr ""
|
|
|
|
#: librav1e-devel
|
|
#. homepage: https://github.com/xiph/rav1e
|
|
#. summary
|
|
msgid "development part of rav1e"
|
|
msgstr ""
|
|
|
|
#: librav1e-devel
|
|
#. homepage: https://github.com/xiph/rav1e
|
|
#. description
|
|
msgid ""
|
|
"i\n"
|
|
"rav1e is an AV1 video encoder. It is designed to eventually cover all use cases,\n"
|
|
"though in its current form it is most suitable for cases where libaom\n"
|
|
"(the reference encoder) is too slow.\n"
|
|
"this package contains development part of rav1e"
|
|
msgstr ""
|
|
|
|
#: rav1e
|
|
#. homepage: https://github.com/xiph/rav1e
|
|
#. summary
|
|
msgid "The fastest and safest AV1 encoder"
|
|
msgstr ""
|
|
|
|
#: rav1e
|
|
#. homepage: https://github.com/xiph/rav1e
|
|
#. description
|
|
msgid ""
|
|
"\n"
|
|
"rav1e is an AV1 video encoder. It is designed to eventually cover all use cases,\n"
|
|
"though in its current form it is most suitable for cases where libaom\n"
|
|
"(the reference encoder) is too slow."
|
|
msgstr ""
|
|
|
|
#: ravada
|
|
#. homepage: https://ravada.upc.edu/
|
|
#. summary
|
|
msgid "Remote Virtual Desktops Manager"
|
|
msgstr ""
|
|
|
|
#: ravada
|
|
#. homepage: https://ravada.upc.edu/
|
|
#. description
|
|
msgid "Ravada is a software that allows the user to connect to a remote virtual desktop"
|
|
msgstr ""
|
|
|
|
#: raw
|
|
#. homepage: https://github.com/fabiensanglard/Another-World-Bytecode-Interpreter
|
|
#. summary
|
|
msgid "game Another World (Out of this world) engine"
|
|
msgstr ""
|
|
|
|
#: raw
|
|
#. homepage: https://github.com/fabiensanglard/Another-World-Bytecode-Interpreter
|
|
#. description
|
|
msgid ""
|
|
"This is an Another World (Out Of This World in North America)\n"
|
|
"interpreter codebase. This work is based on:\n"
|
|
"\n"
|
|
"- Piotr Padkowski's newRaw interpreter which was based on\n"
|
|
"- Gregory Montoir's reverse engineering of\n"
|
|
"- Eric Chahi's assembly code.\n"
|
|
"\n"
|
|
"raw is a re-implementation of the engine used in the game Another World. This\n"
|
|
"game, released under the name Out Of This World in non-European countries, was\n"
|
|
"written by Eric Chahi at the beginning of the '90s. More information can be\n"
|
|
"found here : http://www.mobygames.com/game/sheet/p,2/gameId,564/.\n"
|
|
"\n"
|
|
"Currently, only the english PC DOS version is supported (\"Out of this World\")."
|
|
msgstr ""
|
|
|
|
#: rawgl
|
|
#. homepage: https://github.com/cyxx/rawgl
|
|
#. summary
|
|
msgid "Another World/Out of This World engine reimplementation"
|
|
msgstr ""
|
|
|
|
#: rawgl
|
|
#. homepage: https://github.com/cyxx/rawgl
|
|
#. description
|
|
msgid ""
|
|
"raw(gl) is a rewrite of the engine used in the game\n"
|
|
"Another World/Out of this World from Eric Chahi.\n"
|
|
"\n"
|
|
"This program is designed as a cross-platform\n"
|
|
"replacement for the original executable.\n"
|
|
"\n"
|
|
"You need the original game datafiles (Amiga, DOS,\n"
|
|
"15th/20th anniversary editions, Win31 or 3DO)."
|
|
msgstr ""
|
|
|
|
#: rawstudio
|
|
#. homepage: http://rawstudio.org/
|
|
#. summary
|
|
msgid "Rawstudio is an open source raw-image converter written in GTK+"
|
|
msgstr ""
|
|
|
|
#: rawstudio
|
|
#. homepage: http://rawstudio.org/
|
|
#. description
|
|
msgid "Rawstudio can read and convert RAW-images from most digital cameras."
|
|
msgstr ""
|
|
|
|
#: rawtherapee
|
|
#. homepage: https://www.rawtherapee.com
|
|
#. summary
|
|
msgid "THe Experimental RAw Photo Editor"
|
|
msgstr ""
|
|
|
|
#: rawtherapee
|
|
#. homepage: https://www.rawtherapee.com
|
|
#. description
|
|
msgid "Raw Therapee is a free RAW converter and digital photo processing software."
|
|
msgstr ""
|
|
|
|
#: rawtherapee-data
|
|
#. homepage: https://www.rawtherapee.com
|
|
#. summary
|
|
msgid "Arch independent files for Raw Therapee"
|
|
msgstr ""
|
|
|
|
#: rawtherapee-data
|
|
#. homepage: https://www.rawtherapee.com
|
|
#. description
|
|
msgid "This package provides noarch data needed for Raw Therapee to work."
|
|
msgstr ""
|
|
|
|
#: raze
|
|
#. homepage: https://github.com/coelckers/Raze
|
|
#. summary
|
|
msgid "Raze is a fork of Build engine games backed by GZDoom tech"
|
|
msgstr ""
|
|
|
|
#: raze
|
|
#. homepage: https://github.com/coelckers/Raze
|
|
#. description
|
|
msgid ""
|
|
"Raze is a fork of Build engine games backed by GZDoom\n"
|
|
"tech and combines Duke Nukem 3D, Blood, Redneck Rampage,\n"
|
|
"Shadow Warrior and Exhumed/Powerslave in a single package.\n"
|
|
"It is also capable of playing Nam and WW2 GI."
|
|
msgstr ""
|
|
|
|
#: razodrant
|
|
#. homepage: http://git.altlinux.org/people/nbr/razodrant.git
|
|
#. summary
|
|
msgid "Razodrant produces list of source RPMs which were used in the installer or livecd image for building corresponding RPMs"
|
|
msgstr ""
|
|
|
|
#: razodrant
|
|
#. homepage: http://git.altlinux.org/people/nbr/razodrant.git
|
|
#. description
|
|
msgid ""
|
|
"Razodrant produces list of source RPMs which were used in\n"
|
|
"installer or livecd image for building corresponding RPMs.\n"
|
|
"No src rpms which were used to produce installer code\n"
|
|
"are mentioned - you better use image build logs for those."
|
|
msgstr ""
|
|
|
|
#: perl-Razor
|
|
#. homepage: http://razor.sourceforge.net/
|
|
#. summary
|
|
msgid "Perl modules for Razor"
|
|
msgstr ""
|
|
|
|
#: perl-Razor
|
|
#. homepage: http://razor.sourceforge.net/
|
|
#. description
|
|
msgid "Perl modules for Razor."
|
|
msgstr ""
|
|
|
|
#: razor
|
|
#. homepage: http://razor.sourceforge.net/
|
|
#. summary
|
|
msgid "Spam detection and filtering network"
|
|
msgstr ""
|
|
|
|
#: razor
|
|
#. homepage: http://razor.sourceforge.net/
|
|
#. description
|
|
msgid ""
|
|
"Vipul's Razor is a distributed, collaborative, spam detection, reporting, and\n"
|
|
"filtering network. The primary focus of the system is to identify and remove an\n"
|
|
"email spam before its injection and processing is complete."
|
|
msgstr ""
|
|
|
|
#: rbdoom3bfg
|
|
#. homepage: https://github.com/RobertBeckebans/RBDOOM-3-BFG
|
|
#. summary
|
|
msgid "Doom 3: BFG Edition with soft shadows, cleaned up source, Linux and 64 bit Support"
|
|
msgstr ""
|
|
|
|
#: rbdoom3bfg
|
|
#. homepage: https://github.com/RobertBeckebans/RBDOOM-3-BFG
|
|
#. description
|
|
msgid ""
|
|
"Doom 3: BFG Edition game engine with soft shadows, cleaned up source, Linux\n"
|
|
"and 64 bit support.\n"
|
|
"\n"
|
|
"WARNING! Playing Doom 3: BFG Edition still requires a legitimate copy of\n"
|
|
"the game. You can purchase a copy from Steam or your favorite retailer.\n"
|
|
"\n"
|
|
"Place \"base\" folder from the Doom 3 installation to:\n"
|
|
"/usr/share/games/rbdoom3bfg/\n"
|
|
"or\n"
|
|
"$HOME/.rbdoom3bfg/"
|
|
msgstr ""
|
|
|
|
#: rbldnsd
|
|
#. homepage: http://www.corpit.ru/mjt/rbldnsd.html
|
|
#. summary
|
|
msgid "Small, fast daemon to serve DNSBLs"
|
|
msgstr ""
|
|
|
|
#: rbldnsd
|
|
#. homepage: http://www.corpit.ru/mjt/rbldnsd.html
|
|
#. description
|
|
msgid ""
|
|
"Rbldnsd is a small, authoritative-only DNS nameserver designed to serve\n"
|
|
"DNS-based blocklists (DNSBLs). It may handle IP-based and name-based\n"
|
|
"blocklists."
|
|
msgstr ""
|
|
|
|
#: rclone
|
|
#. homepage: https://rclone.org/
|
|
#. summary
|
|
msgid "rsync for cloud storage"
|
|
msgstr ""
|
|
|
|
#: rclone
|
|
#. homepage: https://rclone.org/
|
|
#. description
|
|
msgid ""
|
|
"Rclone (\"rsync for cloud storage\") is a command line program to sync files and\n"
|
|
"directories to and from different cloud storage providers.\n"
|
|
"\n"
|
|
"Google Drive, Amazon Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic,\n"
|
|
"Cloudfiles, Google Cloud Storage, Yandex Files."
|
|
msgstr ""
|
|
|
|
#: rcnet
|
|
#. homepage:
|
|
#. summary
|
|
msgid "minimalistic and extremely flexible network setup environment"
|
|
msgstr ""
|
|
|
|
#: rcnet
|
|
#. homepage:
|
|
#. description
|
|
msgid ""
|
|
"The rcnet is a minimalistic and extremely flexible network setup environment\n"
|
|
"primarily designed for servers and embedded systems, including (but\n"
|
|
"not limited to) network equipment."
|
|
msgstr ""
|
|
|
|
#: rcnet-netdevconf
|
|
#. homepage:
|
|
#. summary
|
|
msgid "Network device pre-configuration script for rcnet"
|
|
msgstr ""
|
|
|
|
#: sysconfig-network
|
|
#. homepage:
|
|
#. summary
|
|
msgid "One-file package to satisfy archaic dependencies"
|
|
msgstr ""
|
|
|
|
#: rcs
|
|
#. homepage: http://www.gnu.org/software/rcs/
|
|
#. summary
|
|
msgid "Revision Control System (RCS) file version management tools."
|
|
msgstr ""
|
|
|
|
#: rcs
|
|
#. homepage: http://www.gnu.org/software/rcs/
|
|
#. description
|
|
msgid ""
|
|
"The Revision Control System (RCS) manages multiple revisions of files.\n"
|
|
"RCS automates the storing, retrieval, logging, identification, and\n"
|
|
"merging of revisions. RCS is useful for text that is revised frequently,\n"
|
|
"for example programs, documentation, graphics, papers, and form letters."
|
|
msgstr ""
|
|
|
|
#: rdesktop
|
|
#. homepage: http://www.rdesktop.org/
|
|
#. summary
|
|
msgid "A RDP client for accessing Windows Remote Desktop Services"
|
|
msgstr ""
|
|
|
|
#: rdesktop
|
|
#. homepage: http://www.rdesktop.org/
|
|
#. description
|
|
msgid ""
|
|
"Rdesktop is an open source client for Windows Remote Desktop Services,\n"
|
|
"capable of natively speaking Remote Desktop Protocol (RDP) in order to\n"
|
|
"present the user's Windows desktop. Rdesktop is known to work with\n"
|
|
"Windows versions such as NT 4 Terminal Server, 2000, XP, 2003, 2003 R2,\n"
|
|
"Vista, 2008, 7, and 2008 R2."
|
|
msgstr ""
|
|
|
|
#: rdfind
|
|
#. homepage: https://rdfind.pauldreik.se/
|
|
#. summary
|
|
msgid "Program that finds duplicate files"
|
|
msgstr ""
|
|
|
|
#: rdfind
|
|
#. homepage: https://rdfind.pauldreik.se/
|
|
#. description
|
|
msgid "Rdfind is a program that finds duplicate files."
|
|
msgstr ""
|
|
|
|
#: rdiff-backup
|
|
#. homepage: http://www.nongnu.org/rdiff-backup/
|
|
#. summary
|
|
msgid "Backup software"
|
|
msgstr ""
|
|
|
|
#: rdiff-backup
|
|
#. homepage: http://www.nongnu.org/rdiff-backup/
|
|
#. description
|
|
msgid ""
|
|
"rdiff-backup is a script, written in Python, that backs up one\n"
|
|
"directory to another and is intended to be run periodically (nightly\n"
|
|
"from cron for instance). The target directory ends up a copy of the\n"
|
|
"source directory, but extra reverse diffs are stored in the target\n"
|
|
"directory, so you can still recover files lost some time ago. The idea\n"
|
|
"is to combine the best features of a mirror and an incremental backup.\n"
|
|
"rdiff-backup can also operate in a bandwidth efficient manner over a\n"
|
|
"pipe, like rsync. Thus you can use rdiff-backup and SSH to securely\n"
|
|
"back a hard drive up to a remote location, and only the differences\n"
|
|
"from the previous backup will be transmitted."
|
|
msgstr ""
|
|
|
|
#: ibacm
|
|
#. homepage: https://github.com/linux-rdma/rdma-core
|
|
#. summary
|
|
msgid "InfiniBand Communication Manager Assistant"
|
|
msgstr ""
|
|
|
|
#: ibacm
|
|
#. homepage: https://github.com/linux-rdma/rdma-core
|
|
#. description
|
|
msgid ""
|
|
"The ibacm daemon helps reduce the load of managing path record lookups on\n"
|
|
"large InfiniBand fabrics by providing a user space implementation of what\n"
|
|
"is functionally similar to an ARP cache. The use of ibacm, when properly\n"
|
|
"configured, can reduce the SA packet load of a large IB cluster from O(n^2)\n"
|
|
"to O(n). The ibacm daemon is started and normally runs in the background,\n"
|
|
"user applications need not know about this daemon as long as their app\n"
|
|
"uses librdmacm to handle connection bring up/tear down. The librdmacm\n"
|
|
"library knows how to talk directly to the ibacm daemon to retrieve data."
|
|
msgstr ""
|
|
|
|
#: infiniband-diags
|
|
#. homepage: https://github.com/linux-rdma/rdma-core
|
|
#. summary
|
|
msgid "OpenFabrics InfiniBand Diagnostic Tools"
|
|
msgstr ""
|
|
|
|
#: infiniband-diags
|
|
#. homepage: https://github.com/linux-rdma/rdma-core
|
|
#. description
|
|
msgid ""
|
|
"This package provides IB diagnostic programs and scripts needed to\n"
|
|
"diagnose an IB subnet."
|
|
msgstr ""
|
|
|
|
#: infiniband-diags-compat
|
|
#. homepage: https://github.com/linux-rdma/rdma-core
|
|
#. summary
|
|
msgid "OpenFabrics Alliance InfiniBand Diagnostic Tools"
|
|
msgstr ""
|
|
|
|
#: infiniband-diags-compat
|
|
#. homepage: https://github.com/linux-rdma/rdma-core
|
|
#. description
|
|
msgid ""
|
|
"Deprecated scripts and utilities which provide duplicated functionality, most\n"
|
|
"often at a reduced performance. These are maintained for the time being for\n"
|
|
"compatibility reasons."
|
|
msgstr ""
|
|
|
|
#: iwpmd
|
|
#. homepage: https://github.com/linux-rdma/rdma-core
|
|
#. summary
|
|
msgid "iWarp Port Mapper userspace daemon"
|
|
msgstr ""
|
|
|
|
#: iwpmd
|
|
#. homepage: https://github.com/linux-rdma/rdma-core
|
|
#. description
|
|
msgid ""
|
|
"iwpmd provides a userspace service for iWarp drivers to claim\n"
|
|
"tcp ports through the standard socket interface."
|
|
msgstr ""
|
|
|
|
#: libibmad
|
|
#. homepage: https://github.com/linux-rdma/rdma-core
|
|
#. summary
|
|
msgid "library to encode, decode, and dump IB MAD packets"
|
|
msgstr ""
|
|
|
|
#: libibmad
|
|
#. homepage: https://github.com/linux-rdma/rdma-core
|
|
#. description
|
|
msgid ""
|
|
"libibmad is a convenience library to encode, decode, and dump IB MAD packets.\n"
|
|
"It is implemented on top of libibumad."
|
|
msgstr ""
|
|
|
|
#: libibnetdisc
|
|
#. homepage: https://github.com/linux-rdma/rdma-core
|
|
#. summary
|
|
msgid "Infiniband Net Discovery runtime library"
|
|
msgstr ""
|
|
|
|
#: libibnetdisc
|
|
#. homepage: https://github.com/linux-rdma/rdma-core
|
|
#. description
|
|
msgid ""
|
|
"This package contains the Infiniband Net Discovery runtime library needed\n"
|
|
"mainly by infiniband-diags."
|
|
msgstr ""
|
|
|
|
#: libibumad
|
|
#. homepage: https://github.com/linux-rdma/rdma-core
|
|
#. summary
|
|
msgid "OpenFabrics Alliance InfiniBand umad (userspace management datagram) library"
|
|
msgstr ""
|
|
|
|
#: libibumad
|
|
#. homepage: https://github.com/linux-rdma/rdma-core
|
|
#. description
|
|
msgid ""
|
|
"libibumad provides the userspace management datagram (umad) library\n"
|
|
"functions, which sit on top of the umad modules in the kernel. These\n"
|
|
"are used by the IB diagnostic and management tools, including OpenSM."
|
|
msgstr ""
|
|
|
|
#: libibverbs
|
|
#. homepage: https://github.com/linux-rdma/rdma-core
|
|
#. summary
|
|
msgid "A library and drivers for direct userspace use of RDMA (InfiniBand/iWARP/RoCE) hardware"
|
|
msgstr ""
|
|
|
|
#: libibverbs
|
|
#. homepage: https://github.com/linux-rdma/rdma-core
|
|
#. description
|
|
msgid ""
|
|
"libibverbs is a library that allows userspace processes to use RDMA\n"
|
|
"\"verbs\" as described in the InfiniBand Architecture Specification and\n"
|
|
"the RDMA Protocol Verbs Specification. This includes direct hardware\n"
|
|
"access from userspace to InfiniBand/iWARP adapters (kernel bypass) for\n"
|
|
"fast path operations.\n"
|
|
"\n"
|
|
"Device-specific plug-in ibverbs userspace drivers are included:\n"
|
|
"\n"
|
|
"- libcxgb4: Chelsio T4 iWARP HCA\n"
|
|
"- libefa: Amazon Elastic Fabric Adapter\n"
|
|
"- libhfi1: Intel Omni-Path HFI\n"
|
|
"- libhns: HiSilicon Hip06 SoC\n"
|
|
"- libipathverbs: QLogic InfiniPath HCA\n"
|
|
"- libirdma: Intel Ethernet Connection RDMA\n"
|
|
"- libmlx4: Mellanox ConnectX-3 InfiniBand HCA (except arm, s390)\n"
|
|
"- libmlx5: Mellanox Connect-IB/X-4+ InfiniBand HCA (except arm, s390, s390x)\n"
|
|
"- libmthca: Mellanox InfiniBand HCA\n"
|
|
"- libocrdma: Emulex OneConnect RDMA/RoCE Device\n"
|
|
"- libqedr: QLogic QL4xxx RoCE HCA\n"
|
|
"- librxe: A software implementation of the RoCE protocol\n"
|
|
"- libsiw: A software implementation of the iWarp protocol\n"
|
|
"- libvmw_pvrdma: VMware paravirtual RDMA device"
|
|
msgstr ""
|
|
|
|
#: libibverbs
|
|
#. homepage: https://github.com/linux-rdma/rdma-core
|
|
#. description
|
|
msgid ""
|
|
"libibverbs is a library that allows userspace processes to use RDMA\n"
|
|
"\"verbs\" as described in the InfiniBand Architecture Specification and\n"
|
|
"the RDMA Protocol Verbs Specification. This includes direct hardware\n"
|
|
"access from userspace to InfiniBand/iWARP adapters (kernel bypass) for\n"
|
|
"fast path operations.\n"
|
|
"\n"
|
|
"Device-specific plug-in ibverbs userspace drivers are included:\n"
|
|
"\n"
|
|
"- libcxgb4: Chelsio T4 iWARP HCA\n"
|
|
"- libhfi1: Intel Omni-Path HFI\n"
|
|
"- libhns: HiSilicon Hip06 SoC\n"
|
|
"- libi40iw: Intel Ethernet Connection X722 RDMA\n"
|
|
"- libipathverbs: QLogic InfiniPath HCA\n"
|
|
"- libmlx4: Mellanox ConnectX-3 InfiniBand HCA (except arm, s390)\n"
|
|
"- libmlx5: Mellanox Connect-IB/X-4+ InfiniBand HCA (except arm, s390, s390x)\n"
|
|
"- libmthca: Mellanox InfiniBand HCA\n"
|
|
"- libocrdma: Emulex OneConnect RDMA/RoCE Device\n"
|
|
"- libqedr: QLogic QL4xxx RoCE HCA\n"
|
|
"- librxe: A software implementation of the RoCE protocol\n"
|
|
"- libsiw: A software implementation of the iWarp protocol\n"
|
|
"- libvmw_pvrdma: VMware paravirtual RDMA device"
|
|
msgstr ""
|
|
|
|
#: libibverbs-utils
|
|
#. homepage: https://github.com/linux-rdma/rdma-core
|
|
#. summary
|
|
msgid "Examples for the libibverbs library"
|
|
msgstr ""
|
|
|
|
#: libibverbs-utils
|
|
#. homepage: https://github.com/linux-rdma/rdma-core
|
|
#. description
|
|
msgid ""
|
|
"Useful libibverbs example programs such as ibv_devinfo, which\n"
|
|
"displays information about RDMA devices."
|
|
msgstr ""
|
|
|
|
#: librdmacm
|
|
#. homepage: https://github.com/linux-rdma/rdma-core
|
|
#. summary
|
|
msgid "Userspace RDMA Connection Manager"
|
|
msgstr ""
|
|
|
|
#: librdmacm
|
|
#. homepage: https://github.com/linux-rdma/rdma-core
|
|
#. description
|
|
msgid "librdmacm provides a userspace RDMA Communication Management API."
|
|
msgstr ""
|
|
|
|
#: librdmacm-utils
|
|
#. homepage: https://github.com/linux-rdma/rdma-core
|
|
#. summary
|
|
msgid "Examples for the librdmacm library"
|
|
msgstr ""
|
|
|
|
#: librdmacm-utils
|
|
#. homepage: https://github.com/linux-rdma/rdma-core
|
|
#. description
|
|
msgid "Example test programs for the librdmacm library."
|
|
msgstr ""
|
|
|
|
#: rdma-core
|
|
#. homepage: https://github.com/linux-rdma/rdma-core
|
|
#. summary
|
|
msgid "RDMA core userspace libraries and daemons"
|
|
msgstr ""
|
|
|
|
#: rdma-core
|
|
#. homepage: https://github.com/linux-rdma/rdma-core
|
|
#. description
|
|
msgid ""
|
|
"RDMA core userspace infrastructure and documentation, including initialization\n"
|
|
"scripts, kernel driver-specific modprobe override configs, IPoIB network\n"
|
|
"scripts, and the rdma-ndd utility."
|
|
msgstr ""
|
|
|
|
#: rdma-core-devel
|
|
#. homepage: https://github.com/linux-rdma/rdma-core
|
|
#. summary
|
|
msgid "RDMA core development libraries and headers"
|
|
msgstr ""
|
|
|
|
#: rdma-core-devel
|
|
#. homepage: https://github.com/linux-rdma/rdma-core
|
|
#. description
|
|
msgid "RDMA core development libraries and headers."
|
|
msgstr ""
|
|
|
|
#: srp_daemon
|
|
#. homepage: https://github.com/linux-rdma/rdma-core
|
|
#. summary
|
|
msgid "Tools for using the InfiniBand SRP protocol devices"
|
|
msgstr ""
|
|
|
|
#: srp_daemon
|
|
#. homepage: https://github.com/linux-rdma/rdma-core
|
|
#. description
|
|
msgid ""
|
|
"In conjunction with the kernel ib_srp driver, srp_daemon allows you to\n"
|
|
"discover and use SCSI devices via the SCSI RDMA Protocol over InfiniBand."
|
|
msgstr ""
|
|
|
|
#: rds-devel
|
|
#. homepage: http://www.openfabrics.org
|
|
#. summary
|
|
msgid "User space interface for RDS"
|
|
msgstr ""
|
|
|
|
#: rds-devel
|
|
#. homepage: http://www.openfabrics.org
|
|
#. description
|
|
msgid "User space interface for RDS."
|
|
msgstr ""
|
|
|
|
#: rds-tools
|
|
#. homepage: http://www.openfabrics.org
|
|
#. summary
|
|
msgid "RDS support tools"
|
|
msgstr ""
|
|
|
|
#: rds-tools
|
|
#. homepage: http://www.openfabrics.org
|
|
#. description
|
|
msgid "rds-tools is a collection of support tools for the RDS socket API."
|
|
msgstr ""
|
|
|
|
#: rdup
|
|
#. homepage: http://www.miek.nl/projects/rdup/index.html
|
|
#. summary
|
|
msgid "prints filenames for backup"
|
|
msgstr ""
|
|
|
|
#: rdup
|
|
#. homepage: http://www.miek.nl/projects/rdup/index.html
|
|
#. description
|
|
msgid ""
|
|
"rdup is a utility inspired by rsync and the plan9 way of doing backups.\n"
|
|
"rdup it self does not backup anything, it only print a list of absolute\n"
|
|
"filenames to standard output. Auxilary scripts are needed that act on\n"
|
|
"this list and implement the backup strategy."
|
|
msgstr ""
|
|
|
|
#: re2c
|
|
#. homepage: http://sourceforge.net/projects/re2c/
|
|
#. summary
|
|
msgid "re2c - A tool for generating C-based recognizers from regular expressions"
|
|
msgstr ""
|
|
|
|
#: re2c
|
|
#. homepage: http://sourceforge.net/projects/re2c/
|
|
#. description
|
|
msgid ""
|
|
"re2c is a great tool for writing fast and flexible lexers. It has\n"
|
|
"served many people well for many years and it deserves to be\n"
|
|
"maintained more actively. re2c is on the order of 2-3 times faster\n"
|
|
"than a flex based scanner, and its input model is much more\n"
|
|
"flexible."
|
|
msgstr ""
|
|
|
|
#: read-edid
|
|
#. homepage: http://polypux.org/projects/read-edid/
|
|
#. summary
|
|
msgid "Get monitor details"
|
|
msgstr ""
|
|
|
|
#: read-edid
|
|
#. homepage: http://polypux.org/projects/read-edid/
|
|
#. description
|
|
msgid ""
|
|
"This package will try to read the monitor details directly from the\n"
|
|
"monitor. The program get-edid asks a VBE BIOS for the EDID data. The\n"
|
|
"program parse-edid parses the data and prints out a human readable\n"
|
|
"summary."
|
|
msgstr ""
|
|
|
|
#: readahead
|
|
#. homepage: http://fedorahosted.org/readahead/
|
|
#. summary
|
|
msgid "Read a preset list of files into memory"
|
|
msgstr ""
|
|
|
|
#: readahead
|
|
#. homepage: http://fedorahosted.org/readahead/
|
|
#. description
|
|
msgid ""
|
|
"readahead reads the contents of a list of files into memory, which causes them\n"
|
|
"to be read from cache when they are actually needed. Its goal is to speed up the\n"
|
|
"boot process."
|
|
msgstr ""
|
|
|
|
#: libreadline-devel
|
|
#. homepage: http://www.gnu.org/software/readline/
|
|
#. summary
|
|
msgid "Files needed to develop programs which use the readline library"
|
|
msgstr ""
|
|
|
|
#: libreadline-devel
|
|
#. homepage: http://www.gnu.org/software/readline/
|
|
#. description
|
|
msgid ""
|
|
"The readline library reads a line from the terminal and returns it,\n"
|
|
"allowing the user to edit the line with standard emacs editing keys.\n"
|
|
"\n"
|
|
"This package contains the files needed to develop programs which use\n"
|
|
"the readline library to provide an easy to use and more intuitive\n"
|
|
"command line interface for users."
|
|
msgstr ""
|
|
|
|
#: libreadline-devel-static
|
|
#. homepage: http://www.gnu.org/software/readline/
|
|
#. summary
|
|
msgid "Files needed to develop statically linked programs which use the readline library"
|
|
msgstr ""
|
|
|
|
#: libreadline-devel-static
|
|
#. homepage: http://www.gnu.org/software/readline/
|
|
#. description
|
|
msgid ""
|
|
"The readline library reads a line from the terminal and returns it,\n"
|
|
"allowing the user to edit the line with standard emacs editing keys.\n"
|
|
"\n"
|
|
"This package contains the files needed to develop statically linked\n"
|
|
"programs which use the readline library to provide an easy to use\n"
|
|
"and more intuitive command line interface for users."
|
|
msgstr ""
|
|
|
|
#: libreadline7
|
|
#. homepage: http://www.gnu.org/software/readline/
|
|
#. summary
|
|
msgid "A library for editing typed in command lines"
|
|
msgstr ""
|
|
|
|
#: libreadline7
|
|
#. homepage: http://www.gnu.org/software/readline/
|
|
#. description
|
|
msgid ""
|
|
"The readline library reads a line from the terminal and returns it,\n"
|
|
"allowing the user to edit the line with standard emacs editing keys."
|
|
msgstr ""
|
|
|
|
#: readosm
|
|
#. homepage: https://www.gaia-gis.it/fossil/readosm
|
|
#. summary
|
|
msgid "Library to extract valid data from within an Open Street Map input file"
|
|
msgstr ""
|
|
|
|
#: readosm
|
|
#. homepage: https://www.gaia-gis.it/fossil/readosm
|
|
#. description
|
|
msgid ""
|
|
"ReadOSM is a simple library intended for extracting the contents from\n"
|
|
"Open Street Map files: both input formats (.osm XML based and .osm.pbf based\n"
|
|
"on Google's Protocol Buffer serialization) are indifferently supported."
|
|
msgstr ""
|
|
|
|
#: readosm
|
|
#. homepage: https://www.gaia-gis.it/fossil/readosm
|
|
#. summary
|
|
msgid "Library to extract data from Open Streetmap input files"
|
|
msgstr ""
|
|
|
|
#: readosm-devel
|
|
#. homepage: https://www.gaia-gis.it/fossil/readosm
|
|
#. summary
|
|
msgid "Development libraries and headers for ReadOSM"
|
|
msgstr ""
|
|
|
|
#: readosm-devel
|
|
#. homepage: https://www.gaia-gis.it/fossil/readosm
|
|
#. description
|
|
msgid ""
|
|
"The readosm-devel package contains libraries and header files for\n"
|
|
"developing applications that use ReadOSM."
|
|
msgstr ""
|
|
|
|
#: readosm-devel
|
|
#. homepage: https://www.gaia-gis.it/fossil/readosm
|
|
#. summary
|
|
msgid "Development libraries and headers for readosm"
|
|
msgstr ""
|
|
|
|
#: readosm-devel
|
|
#. homepage: https://www.gaia-gis.it/fossil/readosm
|
|
#. description
|
|
msgid ""
|
|
"The readosm-devel package contains libraries and header files for\n"
|
|
"developing applications that use readosm."
|
|
msgstr ""
|
|
|
|
#: realmd
|
|
#. homepage: http://www.freedesktop.org/software/realmd/
|
|
#. summary
|
|
msgid "Kerberos realm enrollment service"
|
|
msgstr ""
|
|
|
|
#: realmd
|
|
#. homepage: http://www.freedesktop.org/software/realmd/
|
|
#. description
|
|
msgid ""
|
|
"realmd is a DBus system service which manages discovery and enrollment in realms\n"
|
|
"and domains like Active Directory or IPA. The control center uses realmd as the\n"
|
|
"back end to 'join' a domain simply and automatically configure things correctly."
|
|
msgstr ""
|
|
|
|
#: realmd-devel-docs
|
|
#. homepage: http://www.freedesktop.org/software/realmd/
|
|
#. summary
|
|
msgid "Developer documentation files for realmd"
|
|
msgstr ""
|
|
|
|
#: realmd-devel-docs
|
|
#. homepage: http://www.freedesktop.org/software/realmd/
|
|
#. description
|
|
msgid ""
|
|
"The realmd-devel package contains developer documentation for developing\n"
|
|
"applications that use realmd."
|
|
msgstr ""
|
|
|
|
#: reaver
|
|
#. homepage: http://code.google.com/p/reaver-wps/
|
|
#. summary
|
|
msgid "Utility for audit wireless security against via WAP's and WPS pin"
|
|
msgstr ""
|
|
|
|
#: reaver
|
|
#. homepage: http://code.google.com/p/reaver-wps/
|
|
#. description
|
|
msgid "Reaver-WPS - is a utility for audit wireless security against via WAP's and WPS pin"
|
|
msgstr ""
|
|
|
|
#: reaver-t6x
|
|
#. homepage: https://github.com/t6x/reaver-wps-fork-t6x
|
|
#. summary
|
|
msgid "WiFi WPS security audit tool"
|
|
msgstr ""
|
|
|
|
#: rebar
|
|
#. homepage: https://www.rebar3.org
|
|
#. summary
|
|
msgid "A sophisticated build-tool for Erlang projects that follows OTP principles."
|
|
msgstr ""
|
|
|
|
#: rebar
|
|
#. homepage: https://www.rebar3.org
|
|
#. description
|
|
msgid ""
|
|
"rebar is an Erlang build tool that makes it easy to compile and\n"
|
|
"test Erlang applications, port drivers and releases.\n"
|
|
"\n"
|
|
"rebar is a self-contained Erlang script, so it's easy to distribute or even\n"
|
|
"embed directly in a project. Where possible, rebar uses standard Erlang/OTP\n"
|
|
"conventions for project structures, thus minimizing the amount of build\n"
|
|
"configuration work. rebar also provides dependency management, enabling\n"
|
|
"application writers to easily re-use common libraries from a variety of\n"
|
|
"locations (git, hg, etc)."
|
|
msgstr ""
|
|
|
|
#: librecode
|
|
#. homepage: https://github.com/rrthomas/recode/
|
|
#. summary
|
|
msgid "Recode library"
|
|
msgstr ""
|
|
|
|
#: librecode
|
|
#. homepage: https://github.com/rrthomas/recode/
|
|
#. description
|
|
msgid ""
|
|
"The `recode' library converts files between character sets and usages.\n"
|
|
"The library recognises or produces nearly 150 different character sets\n"
|
|
"and is able to transliterate files between almost any pair. When\n"
|
|
"exact transliteration are not possible, it may get rid of the\n"
|
|
"offending characters or fall back on approximations. Most RFC 1345\n"
|
|
"character sets are supported."
|
|
msgstr ""
|
|
|
|
#: librecode-devel
|
|
#. homepage: https://github.com/rrthomas/recode/
|
|
#. summary
|
|
msgid "Headers for developing applications with `recode' library"
|
|
msgstr ""
|
|
|
|
#: librecode-devel
|
|
#. homepage: https://github.com/rrthomas/recode/
|
|
#. description
|
|
msgid ""
|
|
"This package provides the necessary development libraries and include\n"
|
|
"files to allow you to develop applications using the `recode' libraries."
|
|
msgstr ""
|
|
|
|
#: recode
|
|
#. homepage: https://github.com/rrthomas/recode/
|
|
#. summary
|
|
msgid "The `recode' library converts files between character sets and usages"
|
|
msgstr ""
|
|
|
|
#: recode
|
|
#. homepage: https://github.com/rrthomas/recode/
|
|
#. description
|
|
msgid ""
|
|
"The `recode' program is a handy front-end to the `recode' library;\n"
|
|
"it converts files between character sets and usages.\n"
|
|
"\n"
|
|
"The `recode' program and library have been written by Francois Pinard.\n"
|
|
"It is an evolving package, and specifications might change in future\n"
|
|
"releases. Option `-f' is now fairly implemented, yet not fully."
|
|
msgstr ""
|
|
|
|
#: python3-module-recoll
|
|
#. homepage: http://www.recoll.org
|
|
#. summary
|
|
msgid "Python bindings for Recoll"
|
|
msgstr ""
|
|
|
|
#: python3-module-recoll
|
|
#. homepage: http://www.recoll.org
|
|
#. description
|
|
msgid "This package contains Python bindings for Recoll."
|
|
msgstr ""
|
|
|
|
#: recoll
|
|
#. homepage: http://recoll.org
|
|
#. summary
|
|
msgid "A personal full text search package"
|
|
msgstr ""
|
|
|
|
#: recoll
|
|
#. homepage: http://recoll.org
|
|
#. description
|
|
msgid ""
|
|
"Recoll is a personal full text search package based on a very strong\n"
|
|
"backend (Xapian), for which it provides an easy to use, feature-rich,\n"
|
|
"easy administration interface.\n"
|
|
"\n"
|
|
"See also recoll-extras package for somewhat more exotic stuff."
|
|
msgstr ""
|
|
|
|
#: recoll-extras
|
|
#. homepage: http://recoll.org
|
|
#. summary
|
|
msgid "More helper scripts for Recoll"
|
|
msgstr ""
|
|
|
|
#: recoll-extras
|
|
#. homepage: http://recoll.org
|
|
#. description
|
|
msgid ""
|
|
"This package contains additional helper scripts for recoll which might\n"
|
|
"need bulky additional required packages, manual setup, or both."
|
|
msgstr ""
|
|
|
|
#: recoll-full
|
|
#. homepage: http://recoll.org
|
|
#. summary
|
|
msgid "All the recommended stuff for Recoll"
|
|
msgstr ""
|
|
|
|
#: recoll-full
|
|
#. homepage: http://recoll.org
|
|
#. description
|
|
msgid ""
|
|
"This package contains just the requirements for additional packages\n"
|
|
"that might be of use with Recoll."
|
|
msgstr ""
|
|
|
|
#: recordmydesktop
|
|
#. homepage: http://sourceforge.net/projects/recordmydesktop/
|
|
#. summary
|
|
msgid "Captures audio-video data of a linux desktop session (screencasting)"
|
|
msgstr ""
|
|
|
|
#: recordmydesktop
|
|
#. homepage: http://sourceforge.net/projects/recordmydesktop/
|
|
#. description
|
|
msgid ""
|
|
"recordMyDesktop is a command line screencasting program\n"
|
|
"that captures audio-video data of a linux desktop session,\n"
|
|
"producing an ogg-encapsulated theora-vorbis file.\n"
|
|
"recordMyDesktop tries to be as unobstrusive as possible\n"
|
|
"by proccessing only regions of the screen\n"
|
|
"that have changed."
|
|
msgstr ""
|
|
|
|
#: recordmydesktop-qt
|
|
#. homepage: http://sourceforge.net/projects/recordmydesktop/
|
|
#. summary
|
|
msgid "qt frontend for recordmydesktop, screencasting program"
|
|
msgstr ""
|
|
|
|
#: recordmydesktop-qt
|
|
#. homepage: http://sourceforge.net/projects/recordmydesktop/
|
|
#. description
|
|
msgid ""
|
|
"Qt frontend for recordMyDesktop, screencasting program\n"
|
|
"that captures audio-video data of a linux desktop session,\n"
|
|
"producing an ogg-encapsulated theora-vorbis file."
|
|
msgstr ""
|
|
|
|
#: recover
|
|
#. homepage: http://recover.sourceforge.net/linux/recover
|
|
#. summary
|
|
msgid "Utility which automates the rtecovery of lost files"
|
|
msgstr ""
|
|
|
|
#: recover
|
|
#. homepage: http://recover.sourceforge.net/linux/recover
|
|
#. description
|
|
msgid ""
|
|
"Recover is a utility which automates some steps as described in the\n"
|
|
"Ext2fs-Undeletion howto in order to recover a lost file."
|
|
msgstr ""
|
|
|
|
#: recoverdm
|
|
#. homepage: http://www.vanheusden.com/recoverdm
|
|
#. summary
|
|
msgid "A tool to recover data from damaged disks"
|
|
msgstr ""
|
|
|
|
#: recoverdm
|
|
#. homepage: http://www.vanheusden.com/recoverdm
|
|
#. description
|
|
msgid ""
|
|
"This program will help you recover disks with bad sectors.\n"
|
|
"You can recover files as well as complete devices.\n"
|
|
"If it finds unrecoverable sectors an empty sector is\n"
|
|
"written to the outputfile and extraction continues\n"
|
|
"(unlike cat/dd). While recovering a CD or DVD disk\n"
|
|
"and the program cannot read a sector cannot be read in\n"
|
|
"\"normal mode\", then the program tries to read it in\n"
|
|
"the \"RAW mode\" (without error-checking etc.)."
|
|
msgstr ""
|
|
|
|
#: recoverjpeg
|
|
#. homepage: http://www.rfc1149.net/devel/recoverjpeg
|
|
#. summary
|
|
msgid "Recover jpeg pictures and mov movies from damaged devices"
|
|
msgstr ""
|
|
|
|
#: recoverjpeg
|
|
#. homepage: http://www.rfc1149.net/devel/recoverjpeg
|
|
#. description
|
|
msgid ""
|
|
"recoverjpeg tries to recover JFIF (JPEG) pictures\n"
|
|
"and MOV movies (using recovermov) from a peripheral.\n"
|
|
"This may be useful if you mistakenly overwrite\n"
|
|
"a partition or if a device such as a digital camera\n"
|
|
"memory card is bogus.\n"
|
|
"\n"
|
|
"NB: sort-pictures(1) requires ImageMagick-tools, exif\n"
|
|
" which aren't included into package dependencies\n"
|
|
" so as to keep it X-free for minimal rescue images"
|
|
msgstr ""
|
|
|
|
#: redet
|
|
#. homepage: http://www.billposer.org/Software/redet.html
|
|
#. summary
|
|
msgid "redet - regular expression development and execution tool"
|
|
msgstr ""
|
|
|
|
#: redet
|
|
#. homepage: http://www.billposer.org/Software/redet.html
|
|
#. description
|
|
msgid ""
|
|
"Redet allows the user to construct regular expressions and test them\n"
|
|
"against input data by executing any of a variety of search programs,\n"
|
|
"editors, and programming languages that make use of regular expressions.\n"
|
|
"\n"
|
|
"Recommended package: redet-doc"
|
|
msgstr ""
|
|
|
|
#: redet-doc
|
|
#. homepage: http://www.billposer.org/Software/redet.html
|
|
#. summary
|
|
msgid "Documentation for redet"
|
|
msgstr ""
|
|
|
|
#: redet-doc
|
|
#. homepage: http://www.billposer.org/Software/redet.html
|
|
#. description
|
|
msgid "Documentation for Redet"
|
|
msgstr ""
|
|
|
|
#: redirector
|
|
#. homepage: http://rejik.ru
|
|
#. summary
|
|
msgid "rejik3 is a redirector for squid"
|
|
msgstr ""
|
|
|
|
#: redirector
|
|
#. homepage: http://rejik.ru
|
|
#. description
|
|
msgid "blocking of advertising, porno-sites, mp3 and so on"
|
|
msgstr ""
|
|
|
|
#: redirector-dbl
|
|
#. homepage: http://rejik.ru
|
|
#. summary
|
|
msgid "redirector Distributed Banner Lists scripts"
|
|
msgstr ""
|
|
|
|
#: redis
|
|
#. homepage: http://redis.io/
|
|
#. summary
|
|
msgid "Redis is an advanced key-value store"
|
|
msgstr ""
|
|
|
|
#: redis
|
|
#. homepage: http://redis.io/
|
|
#. description
|
|
msgid ""
|
|
"Redis is an advanced key-value store. It is similar to memcached but\n"
|
|
"the dataset is not volatile, and values can be strings, exactly like in\n"
|
|
"memcached, but also lists, sets, and ordered sets. All this data types can\n"
|
|
"be manipulated with atomic operations to push/pop elements, add/remove\n"
|
|
"elements, perform server side union, intersection, difference between\n"
|
|
"sets, and so forth. Redis supports different kind of sorting abilities.\n"
|
|
"\n"
|
|
"In order to be very fast but at the same time persistent the whole dataset\n"
|
|
"is taken in memory, and from time to time saved on disc asynchronously\n"
|
|
"(semi persistent mode) or alternatively every change is written into an\n"
|
|
"append only file (fully persistent mode). Redis is able to rebuild the\n"
|
|
"append only file in background when it gets too big.\n"
|
|
"\n"
|
|
"Redis supports trivial to setup master-slave replication, with very\n"
|
|
"fast non-blocking first synchronization, auto reconnection on net split,\n"
|
|
"and so forth.\n"
|
|
"\n"
|
|
"Redis is written in ANSI C and works in most POSIX systems like Linux,\n"
|
|
"*BSD, Mac OS X, Solaris, and so on. Redis is free software released under\n"
|
|
"the very liberal BSD license. Redis is reported to compile and work\n"
|
|
"under WIN32 if compiled with Cygwin, but there is no official support\n"
|
|
"for Windows currently."
|
|
msgstr ""
|
|
|
|
#: redis-protocol
|
|
#. homepage: http://github.com/spullara/redis-protocol
|
|
#. summary
|
|
msgid "Java client and server implementation of Redis"
|
|
msgstr ""
|
|
|
|
#: redis-protocol
|
|
#. homepage: http://github.com/spullara/redis-protocol
|
|
#. description
|
|
msgid "A very fast Redis client for the JVM."
|
|
msgstr ""
|
|
|
|
#: redis-protocol-javadoc
|
|
#. homepage: http://github.com/spullara/redis-protocol
|
|
#. summary
|
|
msgid "Javadoc for redis-protocol"
|
|
msgstr ""
|
|
|
|
#: redis-protocol-javadoc
|
|
#. homepage: http://github.com/spullara/redis-protocol
|
|
#. description
|
|
msgid "This package contains javadoc for redis-protocol."
|
|
msgstr ""
|
|
|
|
#: python3-module-rdbtools
|
|
#. homepage: https://rdbtools.com
|
|
#. summary
|
|
msgid "Python3 module for redis-rdb-tools"
|
|
msgstr ""
|
|
|
|
#: python3-module-rdbtools
|
|
#. homepage: https://rdbtools.com
|
|
#. description
|
|
msgid "This package contains python3 module for redis-rdb-tools."
|
|
msgstr ""
|
|
|
|
#: python3-module-rdbtools-tests
|
|
#. homepage: https://rdbtools.com
|
|
#. summary
|
|
msgid "Tests for rdbtools"
|
|
msgstr ""
|
|
|
|
#: python3-module-rdbtools-tests
|
|
#. homepage: https://rdbtools.com
|
|
#. description
|
|
msgid "This package contains tests for rdbtools."
|
|
msgstr ""
|
|
|
|
#: redis-rdb-tools
|
|
#. homepage: https://rdbtools.com
|
|
#. summary
|
|
msgid "Parse Redis dump.rdb files, Analyze Memory, and Export Data to JSON"
|
|
msgstr ""
|
|
|
|
#: redis-rdb-tools
|
|
#. homepage: https://rdbtools.com
|
|
#. description
|
|
msgid ""
|
|
"Parse Redis dump.rdb files, Analyze Memory, and Export Data to JSON\n"
|
|
"Rdbtools is a parser for Redis' dump.rdb files.\n"
|
|
"\n"
|
|
"The parser generates events similar to an xml sax parser,\n"
|
|
"and is very efficient memory wise.\n"
|
|
"\n"
|
|
"In addition, rdbtools provides utilities to:\n"
|
|
"* Generate a Memory Report of your data across all databases and keys\n"
|
|
"* Convert dump files to JSON\n"
|
|
"* Compare two dump files using standard diff tools"
|
|
msgstr ""
|
|
|
|
#: rednotebook
|
|
#. homepage: http://rednotebook.sourceforge.net
|
|
#. summary
|
|
msgid "A desktop diary"
|
|
msgstr ""
|
|
|
|
#: rednotebook
|
|
#. homepage: http://rednotebook.sourceforge.net
|
|
#. description
|
|
msgid ""
|
|
"RedNotebook is a desktop diary that makes it very easy for you\n"
|
|
"to keep track of the stuff you do and the thoughts you have. This\n"
|
|
"journal software helps you to write whole passages or just facts,\n"
|
|
"and does so in style."
|
|
msgstr ""
|
|
|
|
#: redshift
|
|
#. homepage: http://jonls.dk/redshift
|
|
#. summary
|
|
msgid "Redshift adjusts the color temperature of your screen"
|
|
msgstr ""
|
|
|
|
#: redshift
|
|
#. homepage: http://jonls.dk/redshift
|
|
#. description
|
|
msgid ""
|
|
"Redshift adjusts the color temperature of your screen according to your\n"
|
|
"surroundings. This may help your eyes hurt less if you are working in\n"
|
|
"front of the screen at night. The color temperature is set according to\n"
|
|
"the position of the sun. A different color temperature is set during\n"
|
|
"night and daytime. During twilight and early morning, the color\n"
|
|
"temperature transitions smoothly from night to daytime temperature to\n"
|
|
"allow your eyes to slowly adapt."
|
|
msgstr ""
|
|
|
|
#: refal-plus
|
|
#. homepage: http://rfp.botik.ru/
|
|
#. summary
|
|
msgid "A modern dialect of Refal programming language"
|
|
msgstr ""
|
|
|
|
#: refal-plus
|
|
#. homepage: http://rfp.botik.ru/
|
|
#. description
|
|
msgid ""
|
|
"Refal Plus is a modern dialect of Refal programming language.\n"
|
|
"\n"
|
|
"Refal (REcursive Functions Algorithmic Language) was originally\n"
|
|
"developed in the middle of 1960s by V.F.Turchin as a tool for describing\n"
|
|
"the semantics of other algorithmic languages. Later, when reasonably\n"
|
|
"efficient Refal implementations had been created, Refal was used as\n"
|
|
"a symbol manipulation language in such fields as computer algebra,\n"
|
|
"compiler and interpreter writing, artificial intelligence, etc.\n"
|
|
"\n"
|
|
"The principal data type in Refal are arbitrary trees, referred to as\n"
|
|
"ground expressions. In programs and text files ground expressions are\n"
|
|
"represented by linear sequences of symbols and parentheses, with\n"
|
|
"parentheses being properly paired. Symbols represent such elementary\n"
|
|
"data objects as characters, words, numbers and references to objects.\n"
|
|
"\n"
|
|
"The principal means of analyzing and accessing ground expressions is\n"
|
|
"pattern matching. Refal patterns may contain symbols, parentheses, and\n"
|
|
"variables. If matching a ground expression against a pattern succeeds,\n"
|
|
"the pattern's variables are bound to the corresponding components of the\n"
|
|
"ground expression, which can be used later for building new ground\n"
|
|
"expressions.\n"
|
|
"\n"
|
|
"Refal Plus has been developed taking into account the experience gained\n"
|
|
"from the design, implementation and use of such languages as Basic\n"
|
|
"Refal, Refal-2, Refal-4, Refal-5 and RL.\n"
|
|
"\n"
|
|
"As compared to the other Refal dialects, Refal Plus provides the\n"
|
|
"following features:\n"
|
|
"\n"
|
|
" * Advanced modules support\n"
|
|
" * Static declarations of dynamic objects\n"
|
|
" * Significantly improved function declarations\n"
|
|
" * Failure and error trapping\n"
|
|
" * Input/output of ground expressions\n"
|
|
" * Operations on boxes, vectors, and tables\n"
|
|
" * \"Vector\" representation of ground expressions"
|
|
msgstr ""
|
|
|
|
#: refal-plus-devel
|
|
#. homepage: http://rfp.botik.ru/
|
|
#. summary
|
|
msgid "Development suite for C/C++ programming with refal-plus"
|
|
msgstr ""
|
|
|
|
#: refal-plus-devel
|
|
#. homepage: http://rfp.botik.ru/
|
|
#. description
|
|
msgid "Development suite for refal-plus"
|
|
msgstr ""
|
|
|
|
#: refal-plus-samples
|
|
#. homepage: http://rfp.botik.ru/
|
|
#. summary
|
|
msgid "Sample applications for refal-plus"
|
|
msgstr ""
|
|
|
|
#: refal2
|
|
#. homepage: https://github.com/FrBrGeorge/refal2
|
|
#. summary
|
|
msgid "Functional programming language, oriented on symbolic information processing"
|
|
msgstr ""
|
|
|
|
#: refal2
|
|
#. homepage: https://github.com/FrBrGeorge/refal2
|
|
#. description
|
|
msgid ""
|
|
"Refal (REcursive Function Agorithmic Language) is a functional\n"
|
|
"programming language, oriented on symbolic information processing. It\n"
|
|
"was created in 60-s of XX century by V.F.Turchin (in former the USSR) as\n"
|
|
"\"metalanguage\" to describe other languages semantics. But the language\n"
|
|
"also proved to be an useful working instrument for programmers, who\n"
|
|
"solved the applied problems in various spheres of human activity.\n"
|
|
"\n"
|
|
"Refal history is closely connected with dramatic events in life of his\n"
|
|
"author, famous physicist, V.F.Turchin. You can get to know in detail\n"
|
|
"about Refal and about its author from site \"Refal/Supercompilation\n"
|
|
"Community\" www.refal.net (mirror www.refal.org).\n"
|
|
"\n"
|
|
"After some time of calm, Refal begins to attract attention again as\n"
|
|
"convenient and elegant programming language, free from excessive\n"
|
|
"details, with simple and natural mechanism of pattern matching. Here and\n"
|
|
"further, if contrary won't be fixed, Refal-5 System will be considered\n"
|
|
"as definitive realization of Refal language"
|
|
msgstr ""
|
|
|
|
#: refind
|
|
#. homepage: http://www.rodsbooks.com/refind/
|
|
#. summary
|
|
msgid "EFI boot manager software"
|
|
msgstr ""
|
|
|
|
#: refind
|
|
#. homepage: http://www.rodsbooks.com/refind/
|
|
#. description
|
|
msgid ""
|
|
"A graphical boot manager for EFI- and UEFI-based computers, such as all\n"
|
|
"Intel-based Macs and recent (most 2011 and later) PCs. rEFInd presents a\n"
|
|
"boot menu showing all the EFI boot loaders on the EFI-accessible\n"
|
|
"partitions, and optionally BIOS-bootable partitions on Macs. EFI-compatbile\n"
|
|
"OSes, including Linux, provide boot loaders that rEFInd can detect and\n"
|
|
"launch. rEFInd can launch Linux EFI boot loaders such as ELILO, GRUB\n"
|
|
"Legacy, GRUB 2, and 3.3.0 and later kernels with EFI stub support. EFI\n"
|
|
"filesystem drivers for ext2/3/4fs, ReiserFS, HFS+, and ISO-9660 enable\n"
|
|
"rEFInd to read boot loaders from these filesystems, too. rEFInd's ability\n"
|
|
"to detect boot loaders at runtime makes it very easy to use, particularly\n"
|
|
"when paired with Linux kernels that provide EFI stub support.\n"
|
|
"\n"
|
|
"Please note that the official build is signed; this shouldn't\n"
|
|
"intervene in any way but rather provides means to cope with\n"
|
|
"UEFI SecureBoot (better described as Restricted Boot) firmware\n"
|
|
"when one can't disable it easily, doesn't want to, or needs not to."
|
|
msgstr ""
|
|
|
|
#: refkeen
|
|
#. homepage: https://github.com/NY00123/refkeen
|
|
#. summary
|
|
msgid "Ports of Keen Dreams, Catacomb 3-D and the Catacomb Adventure Series"
|
|
msgstr ""
|
|
|
|
#: refkeen
|
|
#. homepage: https://github.com/NY00123/refkeen
|
|
#. description
|
|
msgid ""
|
|
"Reflection Keen is a project consisting of source ports of the following titles, all being inspired by the Chocolate Doom port:\n"
|
|
"\n"
|
|
" Keen Dreams.\n"
|
|
" Catacomb 3-D (The Descent) and The Catacomb Adventure Series.\n"
|
|
" Wolfenstein 3D, Spear of Destiny and Super 3-D Noah's Ark (DOS version)."
|
|
msgstr ""
|
|
|
|
#: refkeen-reflection-catacomb
|
|
#. homepage: https://github.com/NY00123/refkeen
|
|
#. summary
|
|
msgid "Reflection Keen: Catacomb-3D source port"
|
|
msgstr ""
|
|
|
|
#: refkeen-reflection-kdreams
|
|
#. homepage: https://github.com/NY00123/refkeen
|
|
#. summary
|
|
msgid "Reflection Keen: Keen Dreams source port"
|
|
msgstr ""
|
|
|
|
#: refkeen-reflection-wolf3d
|
|
#. homepage: https://github.com/NY00123/refkeen
|
|
#. summary
|
|
msgid "Reflection Keen: Wolfenstein 3D, Spear of Destiny and Super 3-D Noah's Ark source port"
|
|
msgstr ""
|
|
|
|
#: reflectasm
|
|
#. homepage: https://github.com/EsotericSoftware/reflectasm
|
|
#. summary
|
|
msgid "High performance Java library that provides reflection by using code generation"
|
|
msgstr ""
|
|
|
|
#: reflectasm
|
|
#. homepage: https://github.com/EsotericSoftware/reflectasm
|
|
#. description
|
|
msgid ""
|
|
"ReflectASM is a very small Java library that provides\n"
|
|
"high performance reflection by using code generation.\n"
|
|
"An access class is generated to set/get fields,\n"
|
|
"call methods, or create a new instance. The access class\n"
|
|
"uses byte-code rather than Java's reflection, so it\n"
|
|
"is much faster. It can also access primitive fields\n"
|
|
"via byte-code to avoid boxing."
|
|
msgstr ""
|
|
|
|
#: reflectasm-javadoc
|
|
#. homepage: https://github.com/EsotericSoftware/reflectasm
|
|
#. summary
|
|
msgid "Javadoc for reflectasm"
|
|
msgstr ""
|
|
|
|
#: reflectasm-javadoc
|
|
#. homepage: https://github.com/EsotericSoftware/reflectasm
|
|
#. description
|
|
msgid "This package contains javadoc for reflectasm."
|
|
msgstr ""
|
|
|
|
#: reflections
|
|
#. homepage: https://github.com/ronmamo/reflections
|
|
#. summary
|
|
msgid "Java run-time meta-data analysis"
|
|
msgstr ""
|
|
|
|
#: reflections
|
|
#. homepage: https://github.com/ronmamo/reflections
|
|
#. description
|
|
msgid ""
|
|
"A Java run-time meta-data analysis, in the spirit of Scannotations\n"
|
|
"\n"
|
|
"Reflections scans your class-path, indexes the meta-data, allows you\n"
|
|
"to query it on run-time and may save and collect that information\n"
|
|
"for many modules within your project.\n"
|
|
"\n"
|
|
"Using Reflections you can query your meta-data such as:\n"
|
|
"* get all sub types of some type\n"
|
|
"* get all types/methods/fields annotated with some annotation,\n"
|
|
" w/o annotation parameters matching\n"
|
|
"* get all resources matching matching a regular expression"
|
|
msgstr ""
|
|
|
|
#: reflections-javadoc
|
|
#. homepage: https://github.com/ronmamo/reflections
|
|
#. summary
|
|
msgid "Javadoc for reflections"
|
|
msgstr ""
|
|
|
|
#: reflections-javadoc
|
|
#. homepage: https://github.com/ronmamo/reflections
|
|
#. description
|
|
msgid "This package contains javadoc for reflections."
|
|
msgstr ""
|
|
|
|
#: gimp-plugin-refocus-it
|
|
#. homepage: http://refocus-it.sourceforge.net/
|
|
#. summary
|
|
msgid "Gimp plugin to refocus images acquired by a defocused camera"
|
|
msgstr ""
|
|
|
|
#: gimp-plugin-refocus-it
|
|
#. homepage: http://refocus-it.sourceforge.net/
|
|
#. description
|
|
msgid ""
|
|
"Refocus-it is a plugin for GIMP, that can be used to refocus images\n"
|
|
"acquired by a defocused camera, blurred by gaussian or motion blur or\n"
|
|
"any combination of these."
|
|
msgstr ""
|
|
|
|
#: refocus-it
|
|
#. homepage: http://refocus-it.sourceforge.net/
|
|
#. summary
|
|
msgid "Tool to refocus images acquired by a defocused camera"
|
|
msgstr ""
|
|
|
|
#: refocus-it
|
|
#. homepage: http://refocus-it.sourceforge.net/
|
|
#. description
|
|
msgid ""
|
|
"Refocus-it is a tool, that can be used to refocus images acquired by a\n"
|
|
"defocused camera, blurred by gaussian or motion blur or any combination\n"
|
|
"of these."
|
|
msgstr ""
|
|
|
|
#: regexp
|
|
#. homepage: http://jakarta.apache.org/regexp/
|
|
#. summary
|
|
msgid "Simple regular expressions API"
|
|
msgstr ""
|
|
|
|
#: regexp
|
|
#. homepage: http://jakarta.apache.org/regexp/
|
|
#. description
|
|
msgid ""
|
|
"Regexp is a 100% Pure Java Regular Expression package that was\n"
|
|
"graciously donated to the Apache Software Foundation by Jonathan Locke.\n"
|
|
"He originally wrote this software back in 1996 and it has stood up quite\n"
|
|
"well to the test of time.\n"
|
|
"It includes complete Javadoc documentation as well as a simple Applet\n"
|
|
"for visual debugging and testing suite for compatibility."
|
|
msgstr ""
|
|
|
|
#: regexp-javadoc
|
|
#. homepage: http://jakarta.apache.org/regexp/
|
|
#. summary
|
|
msgid "Javadoc for regexp"
|
|
msgstr ""
|
|
|
|
#: regexp-javadoc
|
|
#. homepage: http://jakarta.apache.org/regexp/
|
|
#. description
|
|
msgid "Javadoc for regexp."
|
|
msgstr ""
|
|
|
|
#: libreiser4
|
|
#. homepage: http://reiser4.sourceforge.net/
|
|
#. summary
|
|
msgid "Libraries for use by reiser4 tools"
|
|
msgstr ""
|
|
|
|
#: libreiser4
|
|
#. homepage: http://reiser4.sourceforge.net/
|
|
#. description
|
|
msgid "Libraries for use by reiser4 tools."
|
|
msgstr ""
|
|
|
|
#: libreiser4-devel
|
|
#. homepage: http://reiser4.sourceforge.net/
|
|
#. summary
|
|
msgid "Development libraries and headers for developing reiser4 tools"
|
|
msgstr ""
|
|
|
|
#: libreiser4-devel
|
|
#. homepage: http://reiser4.sourceforge.net/
|
|
#. description
|
|
msgid "Development libraries and headers for developing reiser4 tools."
|
|
msgstr ""
|
|
|
|
#: libreiser4-devel-static
|
|
#. homepage: http://reiser4.sourceforge.net/
|
|
#. summary
|
|
msgid "Static libraries for developing reiser4 tools"
|
|
msgstr ""
|
|
|
|
#: libreiser4-devel-static
|
|
#. homepage: http://reiser4.sourceforge.net/
|
|
#. description
|
|
msgid "Static libraries for developing reiser4 tools."
|
|
msgstr ""
|
|
|
|
#: libreiser4-minimal
|
|
#. homepage: http://reiser4.sourceforge.net/
|
|
#. summary
|
|
msgid "Minimal utilities for reiser4 filesystem"
|
|
msgstr ""
|
|
|
|
#: libreiser4-minimal
|
|
#. homepage: http://reiser4.sourceforge.net/
|
|
#. description
|
|
msgid "Development libraries and headers for developing minimal reiser4 tools."
|
|
msgstr ""
|
|
|
|
#: libreiser4-minimal-devel
|
|
#. homepage: http://reiser4.sourceforge.net/
|
|
#. summary
|
|
msgid "Development libraries and headers for developing minimal reiser4 tools"
|
|
msgstr ""
|
|
|
|
#: libreiser4-minimal-devel-static
|
|
#. homepage: http://reiser4.sourceforge.net/
|
|
#. summary
|
|
msgid "Static libraries for developing minimal reiser4 tools"
|
|
msgstr ""
|
|
|
|
#: libreiser4-minimal-devel-static
|
|
#. homepage: http://reiser4.sourceforge.net/
|
|
#. description
|
|
msgid "Static libraries for developing minimal reiser4 tools."
|
|
msgstr ""
|
|
|
|
#: reiser4progs
|
|
#. homepage: http://reiser4.sourceforge.net/
|
|
#. summary
|
|
msgid "Utilities for reiser4 filesystems"
|
|
msgstr ""
|
|
|
|
#: reiser4progs
|
|
#. homepage: http://reiser4.sourceforge.net/
|
|
#. description
|
|
msgid "Utilities for manipulating reiser4 filesystems."
|
|
msgstr ""
|
|
|
|
#: libreiserfsprogs
|
|
#. homepage: http://git.kernel.org/?p=linux/kernel/git/jeffm/reiserfsprogs.git;a=summary
|
|
#. summary
|
|
msgid "The utilities to create reiserfs volumes"
|
|
msgstr ""
|
|
|
|
#: libreiserfsprogs
|
|
#. homepage: http://git.kernel.org/?p=linux/kernel/git/jeffm/reiserfsprogs.git;a=summary
|
|
#. description
|
|
msgid ""
|
|
"This package contains tools for reiserfs filesystems.\n"
|
|
"Reiserfs is a file system using a plug-in based object oriented\n"
|
|
"variant on classical balanced tree algorithms."
|
|
msgstr ""
|
|
|
|
#: libreiserfsprogs-devel
|
|
#. homepage: http://git.kernel.org/?p=linux/kernel/git/jeffm/reiserfsprogs.git;a=summary
|
|
#. summary
|
|
msgid "Development files for reiserfs"
|
|
msgstr ""
|
|
|
|
#: reiserfsprogs
|
|
#. homepage: http://git.kernel.org/?p=linux/kernel/git/jeffm/reiserfsprogs.git;a=summary
|
|
#. summary
|
|
msgid "The utilities to create Reiserfs volume"
|
|
msgstr ""
|
|
|
|
#: reiserfsprogs
|
|
#. homepage: http://git.kernel.org/?p=linux/kernel/git/jeffm/reiserfsprogs.git;a=summary
|
|
#. description
|
|
msgid ""
|
|
"Reiserfs is a file system using a plug-in based object oriented variant\n"
|
|
"on classical balanced tree algorithms.\n"
|
|
"This package contains utilities for create, resize, check, repair, tune, debug\n"
|
|
"Reiserfs."
|
|
msgstr ""
|
|
|
|
#: relaxngDatatype2011.1
|
|
#. homepage: https://github.com/java-schema-utilities/relaxng-datatype-java
|
|
#. summary
|
|
msgid "RELAX NG Datatype API"
|
|
msgstr ""
|
|
|
|
#: relaxngDatatype2011.1
|
|
#. homepage: https://github.com/java-schema-utilities/relaxng-datatype-java
|
|
#. description
|
|
msgid ""
|
|
"RELAX NG is a public space for test cases and other ancillary software\n"
|
|
"related to the construction of the RELAX NG language and its\n"
|
|
"implementations."
|
|
msgstr ""
|
|
|
|
#: relaxngDatatype2011.1-javadoc
|
|
#. homepage: https://github.com/java-schema-utilities/relaxng-datatype-java
|
|
#. summary
|
|
msgid "API documentation for relaxngDatatype"
|
|
msgstr ""
|
|
|
|
#: relaxngDatatype2011.1-javadoc
|
|
#. homepage: https://github.com/java-schema-utilities/relaxng-datatype-java
|
|
#. description
|
|
msgid "This package provides API documentation for relaxngDatatype."
|
|
msgstr ""
|
|
|
|
#: relaxngcc
|
|
#. homepage: http://relaxngcc.sourceforge.net/en/index.htm
|
|
#. summary
|
|
msgid "RELAX NG Compiler Compiler"
|
|
msgstr ""
|
|
|
|
#: relaxngcc
|
|
#. homepage: http://relaxngcc.sourceforge.net/en/index.htm
|
|
#. description
|
|
msgid ""
|
|
"RelaxNGCC is a tool for generating Java source code from a given RELAX NG\n"
|
|
"grammar. By embedding code fragments in the grammar like yacc or JavaCC, you can\n"
|
|
"take appropriate actions while parsing valid XML documents against the grammar."
|
|
msgstr ""
|
|
|
|
#: relaxngcc-javadoc
|
|
#. homepage: http://relaxngcc.sourceforge.net/en/index.htm
|
|
#. summary
|
|
msgid "Javadoc for relaxngcc"
|
|
msgstr ""
|
|
|
|
#: relaxngcc-javadoc
|
|
#. homepage: http://relaxngcc.sourceforge.net/en/index.htm
|
|
#. description
|
|
msgid "This package contains javadoc for relaxngcc."
|
|
msgstr ""
|
|
|
|
#: remind
|
|
#. homepage: http://www.roaringpenguin.com/products/remind
|
|
#. summary
|
|
msgid "Remind is a full-featured calendar/alarm program"
|
|
msgstr ""
|
|
|
|
#: remind
|
|
#. homepage: http://www.roaringpenguin.com/products/remind
|
|
#. description
|
|
msgid ""
|
|
"Full-featured calendar/reminder program featuring sophisticated date\n"
|
|
"calculation, moon phases, sunrise/sunset, Hebrew calendar, alarms,\n"
|
|
"PostScript output, Tcl/Tk GUI front-end, multilingual messages, and\n"
|
|
"proper handling of holidays. Available for UNIX, MS-DOS, OS/2, and\n"
|
|
"other platforms. Includes scripts for making a nice WWW calendar\n"
|
|
"server."
|
|
msgstr ""
|
|
|
|
#: tkremind
|
|
#. homepage: http://www.roaringpenguin.com/products/remind
|
|
#. summary
|
|
msgid "TkRemind frontend"
|
|
msgstr ""
|
|
|
|
#: tkremind
|
|
#. homepage: http://www.roaringpenguin.com/products/remind
|
|
#. description
|
|
msgid ""
|
|
"This package contains tkremind, the GUI frontend\n"
|
|
"to remind(1) utility, and Sun's \"cm\" calendar manager\n"
|
|
"format convertor."
|
|
msgstr ""
|
|
|
|
#: reminiscence
|
|
#. homepage: http://cyxdown.free.fr/reminiscence/
|
|
#. summary
|
|
msgid "game Flashback engine (re-implementation)"
|
|
msgstr ""
|
|
|
|
#: reminiscence
|
|
#. homepage: http://cyxdown.free.fr/reminiscence/
|
|
#. description
|
|
msgid ""
|
|
"REminiscence is a re-implementation of the engine used in the game Flashback\n"
|
|
"made by Delphine Software and released in 1992. More informations about the\n"
|
|
"game can be found at [1], [2] and [3].\n"
|
|
"You will need the original files of the PC (DOS or CD) or Amiga release.\n"
|
|
"\n"
|
|
"[1] http://www.mobygames.com/game/flashback-the-quest-for-identity\n"
|
|
"[2] http://en.wikipedia.org/wiki/Flashback:_The_Quest_for_Identity\n"
|
|
"[3] http://ramal.free.fr/fb_en.htm"
|
|
msgstr ""
|
|
|
|
#: remmina
|
|
#. homepage: http://remmina.sourceforge.net
|
|
#. summary
|
|
msgid "Remote Desktop Client"
|
|
msgstr ""
|
|
|
|
#: remmina
|
|
#. homepage: http://remmina.sourceforge.net
|
|
#. description
|
|
msgid ""
|
|
"Remmina is a remote desktop client written in GTK+, aiming to be useful for\n"
|
|
"system administrators and travelers, who need to work with lots of remote\n"
|
|
"computers in front of either large monitors or tiny netbooks.\n"
|
|
"\n"
|
|
"Remmina supports multiple network protocols in an integrated and consistent\n"
|
|
"user interface. Currently RDP, VNC, XDMCP and SSH are supported"
|
|
msgstr ""
|
|
|
|
#: remmina-devel
|
|
#. homepage: http://remmina.sourceforge.net
|
|
#. summary
|
|
msgid "remmina development headers"
|
|
msgstr ""
|
|
|
|
#: remmina-devel
|
|
#. homepage: http://remmina.sourceforge.net
|
|
#. description
|
|
msgid "Files required to build plugins for remmina"
|
|
msgstr ""
|
|
|
|
#: remmina-gnome-session
|
|
#. homepage: http://remmina.sourceforge.net
|
|
#. summary
|
|
msgid "Gnome Shell session for Remmina kiosk mode"
|
|
msgstr ""
|
|
|
|
#: remmina-gnome-session
|
|
#. homepage: http://remmina.sourceforge.net
|
|
#. description
|
|
msgid ""
|
|
"Remmina is a remote desktop client written in GTK+, aiming to be useful for\n"
|
|
"system administrators and travelers, who need to work with lots of remote\n"
|
|
"computers in front of either large monitors or tiny net-books.\n"
|
|
"\n"
|
|
"This package contains Remmina kiosk mode, including a Gnome Shell session\n"
|
|
"that shows up under the display manager session menu."
|
|
msgstr ""
|
|
|
|
#: remmina-plugins
|
|
#. homepage: http://remmina.sourceforge.net
|
|
#. summary
|
|
msgid "A set of plugins for remmina"
|
|
msgstr ""
|
|
|
|
#: remmina-plugins
|
|
#. homepage: http://remmina.sourceforge.net
|
|
#. description
|
|
msgid "A set of plugins for remmina remote desktop client"
|
|
msgstr ""
|
|
|
|
#: remmina-plugins-exec
|
|
#. homepage: http://remmina.sourceforge.net
|
|
#. summary
|
|
msgid "External execution plugin for Remmina Remote Desktop Client"
|
|
msgstr ""
|
|
|
|
#: remmina-plugins-exec
|
|
#. homepage: http://remmina.sourceforge.net
|
|
#. description
|
|
msgid ""
|
|
"Remmina is a remote desktop client written in GTK+, aiming to be useful for\n"
|
|
"system administrators and travelers, who need to work with lots of remote\n"
|
|
"computers in front of either large monitors or tiny net-books.\n"
|
|
"\n"
|
|
"This package contains the plugin to execute external processes (commands or\n"
|
|
"applications) from the Remmina window."
|
|
msgstr ""
|
|
|
|
#: remmina-plugins-gvnc
|
|
#. homepage: http://remmina.sourceforge.net
|
|
#. summary
|
|
msgid "GTK-VNC plugin for Remmina Remote Desktop Client"
|
|
msgstr ""
|
|
|
|
#: remmina-plugins-gvnc
|
|
#. homepage: http://remmina.sourceforge.net
|
|
#. description
|
|
msgid ""
|
|
"Remmina is a remote desktop client written in GTK+, aiming to be useful for\n"
|
|
"system administrators and travelers, who need to work with lots of remote\n"
|
|
"computers in front of either large monitors or tiny net-books.\n"
|
|
"\n"
|
|
"This package contains the GTK-VNC plugin for the Remmina remote desktop\n"
|
|
"client."
|
|
msgstr ""
|
|
|
|
#: remmina-plugins-kwallet
|
|
#. homepage: http://remmina.sourceforge.net
|
|
#. summary
|
|
msgid "Kwallet integration for Remmina Remote Desktop Client"
|
|
msgstr ""
|
|
|
|
#: remmina-plugins-kwallet
|
|
#. homepage: http://remmina.sourceforge.net
|
|
#. description
|
|
msgid ""
|
|
"Remmina is a remote desktop client written in GTK+, aiming to be useful for\n"
|
|
"system administrators and travelers, who need to work with lots of remote\n"
|
|
"computers in front of either large monitors or tiny net-books.\n"
|
|
"\n"
|
|
"This package contains the plugin with kwallet support for the Remmina remote\n"
|
|
"desktop client."
|
|
msgstr ""
|
|
|
|
#: remmina-plugins-nx
|
|
#. homepage: http://remmina.sourceforge.net
|
|
#. summary
|
|
msgid "NX plugin for Remmina Remote Desktop Client"
|
|
msgstr ""
|
|
|
|
#: remmina-plugins-nx
|
|
#. homepage: http://remmina.sourceforge.net
|
|
#. description
|
|
msgid ""
|
|
"Remmina is a remote desktop client written in GTK+, aiming to be useful for\n"
|
|
"system administrators and travelers, who need to work with lots of remote\n"
|
|
"computers in front of either large monitors or tiny net-books.\n"
|
|
"\n"
|
|
"This package contains the NX plugin for the Remmina remote desktop client."
|
|
msgstr ""
|
|
|
|
#: remmina-plugins-rdp
|
|
#. homepage: http://remmina.sourceforge.net
|
|
#. summary
|
|
msgid "RDP plugin for Remmina Remote Desktop Client"
|
|
msgstr ""
|
|
|
|
#: remmina-plugins-rdp
|
|
#. homepage: http://remmina.sourceforge.net
|
|
#. description
|
|
msgid ""
|
|
"Remmina is a remote desktop client written in GTK+, aiming to be useful for\n"
|
|
"system administrators and travelers, who need to work with lots of remote\n"
|
|
"computers in front of either large monitors or tiny net-books.\n"
|
|
"\n"
|
|
"This package contains the Remote Desktop Protocol (RDP) plugin for the Remmina\n"
|
|
"remote desktop client."
|
|
msgstr ""
|
|
|
|
#: remmina-plugins-secret
|
|
#. homepage: http://remmina.sourceforge.net
|
|
#. summary
|
|
msgid "Keyring integration for Remmina Remote Desktop Client"
|
|
msgstr ""
|
|
|
|
#: remmina-plugins-secret
|
|
#. homepage: http://remmina.sourceforge.net
|
|
#. description
|
|
msgid ""
|
|
"Remmina is a remote desktop client written in GTK+, aiming to be useful for\n"
|
|
"system administrators and travelers, who need to work with lots of remote\n"
|
|
"computers in front of either large monitors or tiny net-books.\n"
|
|
"\n"
|
|
"This package contains the plugin with keyring support for the Remmina remote\n"
|
|
"desktop client."
|
|
msgstr ""
|
|
|
|
#: remmina-plugins-spice
|
|
#. homepage: http://remmina.sourceforge.net
|
|
#. summary
|
|
msgid "SPICE plugin for Remmina Remote Desktop Client"
|
|
msgstr ""
|
|
|
|
#: remmina-plugins-spice
|
|
#. homepage: http://remmina.sourceforge.net
|
|
#. description
|
|
msgid ""
|
|
"Remmina is a remote desktop client written in GTK+, aiming to be useful for\n"
|
|
"system administrators and travelers, who need to work with lots of remote\n"
|
|
"computers in front of either large monitors or tiny net-books.\n"
|
|
"\n"
|
|
"This package contains the SPICE plugin for the Remmina remote desktop\n"
|
|
"client."
|
|
msgstr ""
|
|
|
|
#: remmina-plugins-st
|
|
#. homepage: http://remmina.sourceforge.net
|
|
#. summary
|
|
msgid "Simple Terminal plugin for Remmina Remote Desktop Client"
|
|
msgstr ""
|
|
|
|
#: remmina-plugins-st
|
|
#. homepage: http://remmina.sourceforge.net
|
|
#. description
|
|
msgid ""
|
|
"Remmina is a remote desktop client written in GTK+, aiming to be useful for\n"
|
|
"system administrators and travelers, who need to work with lots of remote\n"
|
|
"computers in front of either large monitors or tiny net-books.\n"
|
|
"\n"
|
|
"This package contains the Simple Terminal plugin for the Remmina remote desktop\n"
|
|
"client."
|
|
msgstr ""
|
|
|
|
#: remmina-plugins-vnc
|
|
#. homepage: http://remmina.sourceforge.net
|
|
#. summary
|
|
msgid "VNC plugin for Remmina Remote Desktop Client"
|
|
msgstr ""
|
|
|
|
#: remmina-plugins-vnc
|
|
#. homepage: http://remmina.sourceforge.net
|
|
#. description
|
|
msgid ""
|
|
"Remmina is a remote desktop client written in GTK+, aiming to be useful for\n"
|
|
"system administrators and travelers, who need to work with lots of remote\n"
|
|
"computers in front of either large monitors or tiny net-books.\n"
|
|
"\n"
|
|
"This package contains the VNC plugin for the Remmina remote desktop\n"
|
|
"client."
|
|
msgstr ""
|
|
|
|
#: remmina-plugins-x2go
|
|
#. homepage: http://remmina.sourceforge.net
|
|
#. summary
|
|
msgid "X2GO plugin for Remmina Remote Desktop Client"
|
|
msgstr ""
|
|
|
|
#: remmina-plugins-x2go
|
|
#. homepage: http://remmina.sourceforge.net
|
|
#. description
|
|
msgid ""
|
|
"Remmina is a remote desktop client written in GTK+, aiming to be useful for\n"
|
|
"system administrators and travelers, who need to work with lots of remote\n"
|
|
"computers in front of either large monitors or tiny net-books.\n"
|
|
"\n"
|
|
"This package contains the X2GO plugin for the Remmina remote desktop\n"
|
|
"client."
|
|
msgstr ""
|
|
|
|
#: remmina-plugins-xdmcp
|
|
#. homepage: http://remmina.sourceforge.net
|
|
#. summary
|
|
msgid "XDMCP plugin for Remmina Remote Desktop Client"
|
|
msgstr ""
|
|
|
|
#: remmina-plugins-xdmcp
|
|
#. homepage: http://remmina.sourceforge.net
|
|
#. description
|
|
msgid ""
|
|
"Remmina is a remote desktop client written in GTK+, aiming to be useful for\n"
|
|
"system administrators and travelers, who need to work with lots of remote\n"
|
|
"computers in front of either large monitors or tiny net-books.\n"
|
|
"\n"
|
|
"This package contains the XDMCP plugin for the Remmina remote desktop\n"
|
|
"client."
|
|
msgstr ""
|
|
|
|
#: remotebox
|
|
#. homepage: http://remotebox.knobgoblin.org.uk/
|
|
#. summary
|
|
msgid "Open Source VirtualBox Client with Remote Management"
|
|
msgstr ""
|
|
|
|
#: remotebox
|
|
#. homepage: http://remotebox.knobgoblin.org.uk/
|
|
#. description
|
|
msgid ""
|
|
"RemoteBox is a GUI tool which lets you administer guests or virtual\n"
|
|
"machines running under VirtualBox on a remote server or even the same\n"
|
|
"local machine. VirtualBox is traditionally a desktop-side virtualisation\n"
|
|
"solution. The goal of RemoteBox is to provide a GUI that should be\n"
|
|
"familiar to VirtualBox users whist allowing them to administer a remote\n"
|
|
"installation of VirtualBox."
|
|
msgstr ""
|
|
|
|
#: remotetea
|
|
#. homepage: http://remotetea.sourceforge.net/
|
|
#. summary
|
|
msgid "Java implementation of Sun's ONC/RPC Remote Procedure Protocol"
|
|
msgstr ""
|
|
|
|
#: remotetea
|
|
#. homepage: http://remotetea.sourceforge.net/
|
|
#. description
|
|
msgid ""
|
|
"A complete Java-based implementation of Sun's ONC/RPC\n"
|
|
"Remote Procedure Protocol, including client and server\n"
|
|
"functionality and some associated tools. No native\n"
|
|
"code involved, only Java."
|
|
msgstr ""
|
|
|
|
#: remotetea-javadoc
|
|
#. homepage: http://remotetea.sourceforge.net/
|
|
#. summary
|
|
msgid "Javadoc for remotetea"
|
|
msgstr ""
|
|
|
|
#: remotetea-javadoc
|
|
#. homepage: http://remotetea.sourceforge.net/
|
|
#. description
|
|
msgid "This package contains javadoc for remotetea."
|
|
msgstr ""
|
|
|
|
#: remotetea-maven-plugin
|
|
#. homepage: http://remotetea.sourceforge.net/
|
|
#. summary
|
|
msgid "Remote Tea : ONC/RPC Maven plugin"
|
|
msgstr ""
|
|
|
|
#: remotetea-maven-plugin
|
|
#. homepage: http://remotetea.sourceforge.net/
|
|
#. description
|
|
msgid ""
|
|
"A Maven Plugin providing access to the\n"
|
|
"source generator (jrpcgen) in the\n"
|
|
"Maven life cycle phase 'generate-sources'."
|
|
msgstr ""
|
|
|
|
#: remount_rw
|
|
#. homepage:
|
|
#. summary
|
|
msgid "Bind at startup to RO root file system unionfs/aufs"
|
|
msgstr ""
|
|
|
|
#: remount_rw
|
|
#. homepage:
|
|
#. description
|
|
msgid ""
|
|
"Remount Read Only root file system with aufs.\n"
|
|
"Mostly useful in LiveCD distros."
|
|
msgstr ""
|
|
|
|
#: remove-obsoleted-packages
|
|
#. homepage:
|
|
#. summary
|
|
msgid "Remove obsoleted packages"
|
|
msgstr ""
|
|
|
|
#: remove-obsoleted-packages
|
|
#. homepage:
|
|
#. description
|
|
msgid ""
|
|
"This package will remove obsoleted packages from your system\n"
|
|
"during install."
|
|
msgstr ""
|
|
|
|
#: remserial
|
|
#. homepage: http://lpccomp.bc.ca/remserial/
|
|
#. summary
|
|
msgid "Serial and Network Communication Software Package"
|
|
msgstr ""
|
|
|
|
#: remserial
|
|
#. homepage: http://lpccomp.bc.ca/remserial/
|
|
#. description
|
|
msgid ""
|
|
"The remserial program acts as a communications bridge\n"
|
|
"between a TCP/IP network port and a Linux device\n"
|
|
"such as a serial port. Any character-oriented Linux /dev device will work."
|
|
msgstr ""
|
|
|
|
#: rendercheck
|
|
#. homepage: http://cgit.freedesktop.org/xorg/app/rendercheck
|
|
#. summary
|
|
msgid "X Render Extension Test Tool"
|
|
msgstr ""
|
|
|
|
#: rendercheck
|
|
#. homepage: http://cgit.freedesktop.org/xorg/app/rendercheck
|
|
#. description
|
|
msgid ""
|
|
"rendercheck is a program to test a Render extension implementation\n"
|
|
"against separate calculations of expected output.\n"
|
|
"\n"
|
|
"Tests currently include:\n"
|
|
" - Destination coordinates correctness\n"
|
|
" - Source coordinates correctness\n"
|
|
" - Transformed (FilterNearest) source coordinates correctness.\n"
|
|
" - Composite with and without mask (with/without component alpha), with 1x1\n"
|
|
" repeating Pictures and 10x10 Pictures.\n"
|
|
"\n"
|
|
"Unfortunately, there are currently no command-line arguments to\n"
|
|
"control its execution. Options, such as verbosity or number of\n"
|
|
"iterations to encourage pixmap migration, are controlled only in\n"
|
|
"source."
|
|
msgstr ""
|
|
|
|
#: rep-gtk
|
|
#. homepage: http://rep-gtk.sourceforge.net/
|
|
#. summary
|
|
msgid "GTK+ binding for librep Lisp environment"
|
|
msgstr ""
|
|
|
|
#: rep-gtk
|
|
#. homepage: http://rep-gtk.sourceforge.net/
|
|
#. description
|
|
msgid ""
|
|
"This is a binding of GTK+ for the librep Lisp interpreter. It is based\n"
|
|
"on Marius Vollmer's guile-gtk package (initially version 0.15, updated\n"
|
|
"to 0.17), with a new glue-code generator."
|
|
msgstr ""
|
|
|
|
#: rep-gtk-devel
|
|
#. homepage: http://rep-gtk.sourceforge.net/
|
|
#. summary
|
|
msgid "Development files for rep-gtk"
|
|
msgstr ""
|
|
|
|
#: rep-gtk-devel
|
|
#. homepage: http://rep-gtk.sourceforge.net/
|
|
#. description
|
|
msgid ""
|
|
"This is a binding of GTK+ for the librep Lisp interpreter. It is based\n"
|
|
"on Marius Vollmer's guile-gtk package (initially version 0.15, updated\n"
|
|
"to 0.17), with a new glue-code generator.\n"
|
|
"\n"
|
|
"This package contains development files for rep-gtk."
|
|
msgstr ""
|
|
|
|
#: replacer
|
|
#. homepage: https://github.com/beiliubei/maven-replacer-plugin
|
|
#. summary
|
|
msgid "Replacer Maven Mojo"
|
|
msgstr ""
|
|
|
|
#: replacer
|
|
#. homepage: https://github.com/beiliubei/maven-replacer-plugin
|
|
#. description
|
|
msgid ""
|
|
"Maven plugin to replace tokens in a given file with a value.\n"
|
|
"\n"
|
|
"This plugin is also used to automatically generating PackageVersion.java\n"
|
|
"in the FasterXML.com project."
|
|
msgstr ""
|
|
|
|
#: replacer-javadoc
|
|
#. homepage: https://github.com/beiliubei/maven-replacer-plugin
|
|
#. summary
|
|
msgid "Javadoc for replacer"
|
|
msgstr ""
|
|
|
|
#: replacer-javadoc
|
|
#. homepage: https://github.com/beiliubei/maven-replacer-plugin
|
|
#. description
|
|
msgid "This package contains javadoc for replacer."
|
|
msgstr ""
|
|
|
|
#: postgresql13-repmgr
|
|
#. homepage: http://www.repmgr.org/
|
|
#. summary
|
|
msgid "Replication Manager for PostgreSQL Clusters"
|
|
msgstr ""
|
|
|
|
#: postgresql13-repmgr
|
|
#. homepage: http://www.repmgr.org/
|
|
#. description
|
|
msgid ""
|
|
"Repmgr is an open-source tool suite for managing replication and failover in a\n"
|
|
"cluster of PostgreSQL servers. It enhances PostgreSQL's built-in hot-standby\n"
|
|
"capabilities with tools to set up standby servers, monitor replication, and\n"
|
|
"perform administrative tasks such as failover or manual switchover operations."
|
|
msgstr ""
|
|
|
|
#: repmgr-doc
|
|
#. homepage: http://www.repmgr.org/
|
|
#. summary
|
|
msgid "Documentation for the Replication Manager for PostgreSQL Clusters"
|
|
msgstr ""
|
|
|
|
#: repmgr-doc
|
|
#. homepage: http://www.repmgr.org/
|
|
#. description
|
|
msgid "The package contains documentation for the Replication Manager for PostgreSQL Clusters."
|
|
msgstr ""
|
|
|
|
#: repocop
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "Repocop is a repository unit tests platform."
|
|
msgstr ""
|
|
|
|
#: repocop
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. description
|
|
msgid ""
|
|
"Repocop is a repository unit tests platform.\n"
|
|
"It provides a framework for running integration tests\n"
|
|
"(unit tests) for a set of rpm files (or the whole repository).\n"
|
|
"\n"
|
|
"Test results are cached, so tests are run only if necessary.\n"
|
|
"\n"
|
|
"Note that tests are separate packages: repocop is a platform,\n"
|
|
"it itself contains no tests. This package contains only\n"
|
|
"the test runner, repocop-run, internal utils and the set\n"
|
|
"of report generators.\n"
|
|
"For example, to get html report of test results, run\n"
|
|
"repocop-report-html with whe same arguments as repocop-run."
|
|
msgstr ""
|
|
|
|
#: repocop-report-html
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "repocop report in HTML form."
|
|
msgstr ""
|
|
|
|
#: repocop-report-html
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. description
|
|
msgid ""
|
|
"Repocop is a repository unit tests platform.\n"
|
|
"This package provides repocop HTML reports."
|
|
msgstr ""
|
|
|
|
#: repocop-resource-html
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. description
|
|
msgid ""
|
|
"Repocop is a repository unit tests platform.\n"
|
|
"This package provides common resources for various repocop based HTML reports."
|
|
msgstr ""
|
|
|
|
#: repocop-tools
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "repocop tools for auto repairing repocop packages"
|
|
msgstr ""
|
|
|
|
#: repocop-backend-fsprefix.bin
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "fsprefix.bin backend for repocop test platform"
|
|
msgstr ""
|
|
|
|
#: repocop-collector-altlinux-alternatives
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "altlinux-alternatives collector for repocop test platform"
|
|
msgstr ""
|
|
|
|
#: repocop-collector-buildreqs-subst
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "buildreqs-subst collector for repocop test platform"
|
|
msgstr ""
|
|
|
|
#: repocop-collector-debian-menu
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "debian-menu collector for repocop test platform"
|
|
msgstr ""
|
|
|
|
#: repocop-collector-description
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "description collector for repocop test platform"
|
|
msgstr ""
|
|
|
|
#: repocop-collector-distromap
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "distromap (DistroMap DB) collector for repocop test platform"
|
|
msgstr ""
|
|
|
|
#: repocop-collector-freedesktop-desktop
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "freedesktop-desktop collector for repocop test platform"
|
|
msgstr ""
|
|
|
|
#: repocop-collector-init-script
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "init-script collector for repocop test platform"
|
|
msgstr ""
|
|
|
|
#: repocop-collector-java-jar
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "java-jar collector for repocop test platform"
|
|
msgstr ""
|
|
|
|
#: repocop-collector-java-pom
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "java-pom collector for repocop test platform"
|
|
msgstr ""
|
|
|
|
#: repocop-collector-repocop-hint
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "repocop collector for debian watch files."
|
|
msgstr ""
|
|
|
|
#: repocop-collector-rpm-ext
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "repocop postcollector for extended rpm database."
|
|
msgstr ""
|
|
|
|
#: repocop-collector-rpm-ext
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. description
|
|
msgid ""
|
|
"Repocop postcollector creates rpm-ext database\n"
|
|
"with the following tables:\n"
|
|
"* explicit package conflicts table."
|
|
msgstr ""
|
|
|
|
#: repocop-collector-rpmbuild-files-req-list
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "rpmbuild-files-req-list collector for repocop test platform"
|
|
msgstr ""
|
|
|
|
#: repocop-collector-specfile
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "repocop specfile collector."
|
|
msgstr ""
|
|
|
|
#: repocop-collector-specfile
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. description
|
|
msgid "Repocop specfile collector."
|
|
msgstr ""
|
|
|
|
#: repocop-collector-systemd
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "systemd collector for repocop test platform"
|
|
msgstr ""
|
|
|
|
#: repocop-demo-menu-altlinux-sisyphus
|
|
#. homepage: http://altlinux.org/
|
|
#. summary
|
|
msgid "menu test with demo applications"
|
|
msgstr ""
|
|
|
|
#: repocop-demo-menu-altlinux-sisyphus
|
|
#. homepage: http://altlinux.org/
|
|
#. description
|
|
msgid ""
|
|
"The package contains demonstration versions of desktop menu entries for all\n"
|
|
"existing sisyphus applications. Use it for menu layout testing purposes."
|
|
msgstr ""
|
|
|
|
#: repocop-import-repology
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "repology import unit tests for repocop test platform"
|
|
msgstr ""
|
|
|
|
#: repocop-report-distrodb
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "repocop report script that dumps test results to prometeus format"
|
|
msgstr ""
|
|
|
|
#: repocop-report-distrodb
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. description
|
|
msgid ""
|
|
"Repocop is a repository unit tests platform.\n"
|
|
"repocop report script that dumps test results to prometeus format"
|
|
msgstr ""
|
|
|
|
#: perl-Repocop-Report-Tools
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "shared library for repocop report scripts"
|
|
msgstr ""
|
|
|
|
#: perl-Repocop-Report-Tools
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. description
|
|
msgid ""
|
|
"Repocop is a repository unit tests platform.\n"
|
|
"This is shared library for some repocop-reports."
|
|
msgstr ""
|
|
|
|
#: repocop-report-broken-metadata
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "repocop report script that finds broken metadata in rpm db"
|
|
msgstr ""
|
|
|
|
#: repocop-report-broken-metadata
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. description
|
|
msgid ""
|
|
"Repocop is a repository unit tests platform.\n"
|
|
"repocop report script that finds broken metadata in rpm db"
|
|
msgstr ""
|
|
|
|
#: repocop-report-packages.altlinux
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "repocop report script that dumps test results to packages.altlinux json format"
|
|
msgstr ""
|
|
|
|
#: repocop-report-packages.altlinux
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. description
|
|
msgid ""
|
|
"Repocop is a repository unit tests platform.\n"
|
|
"repocop report script that dumps test results to packages.altlinux json format"
|
|
msgstr ""
|
|
|
|
#: repocop-report-prometheus
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "repocop report script that dumps test results to prometeus1 format"
|
|
msgstr ""
|
|
|
|
#: repocop-report-prometheus
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. description
|
|
msgid ""
|
|
"Repocop is a repository unit tests platform.\n"
|
|
"repocop report script that dumps test results to prometeus1 format"
|
|
msgstr ""
|
|
|
|
#: repocop-report-qa-robot
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "Repocop qa-robot mail reports."
|
|
msgstr ""
|
|
|
|
#: repocop-report-qa-robot
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. description
|
|
msgid ""
|
|
"Repocop is a repository unit tests platform.\n"
|
|
"This package provides tools for repocop mail reports."
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-alt-alternatives-master-slave-conflict
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "repocop test for alternatives master/slave intersections."
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-alt-alternatives-master-slave-conflict
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. description
|
|
msgid ""
|
|
"Repocop integration test for alternatives master/slave intersections.\n"
|
|
"ALT Linux specific."
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-alt-alternatives-vs-filesystem
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "repocop test for alternatives/filesystem intersections."
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-alt-alternatives-vs-filesystem
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. description
|
|
msgid ""
|
|
"Repocop integration test for alternatives/filesystem intersections.\n"
|
|
"ALT Linux specific."
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-alt-alternatives-vs-ghost
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "repocop test for alternatives/ghosts intersections."
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-alt-alternatives-vs-ghost
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. description
|
|
msgid ""
|
|
"Repocop integration test for alternatives/filesystem ghost intersections.\n"
|
|
"ALT Linux specific."
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-alt-alternatives-xml
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "repocop test for alternatives in old xml format."
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-alt-alternatives-xml
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. description
|
|
msgid ""
|
|
"Repocop integration test for alternatives in old xml format.\n"
|
|
"ALT Linux specific."
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-alt-desktop-iconsdir
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "ALT desktop integration tests for repocop test platform."
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-alt-desktop-iconsdir
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. description
|
|
msgid ""
|
|
"Repocop integration tests for ALT Linux specific Icons Packaging Policy.\n"
|
|
"see http://www.altlinux.org/IconPaths."
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-altlinux-find-lang
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "repocop package checks for conformance with FindLangPolicy."
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-altlinux-find-lang
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. description
|
|
msgid ""
|
|
"set of ALTLinux-specific integration tests for repocop test platform.\n"
|
|
"The tests checks packages for conformance with FindLangPolicy."
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-altlinux-java
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "repocop package checks for conformance with Java Packaging Policy."
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-altlinux-java
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. description
|
|
msgid ""
|
|
"set of ALTLinux-specific integration tests for repocop test platform.\n"
|
|
"The tests checks packages for conformance with Java Packaging Policy."
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-altlinux-policy
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "altlinux-policy integration tests for repocop test platform."
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-altlinux-policy
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. description
|
|
msgid ""
|
|
"The test warns packages that contain rpm macros, but are not named\n"
|
|
"appropriately."
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-altlinux-python
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "repocop package checks for conformance with Python Packaging Policy."
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-altlinux-python
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. description
|
|
msgid ""
|
|
"set of ALTLinux-specific integration tests for repocop test platform.\n"
|
|
"The tests checks packages for conformance with Python Packaging Policy."
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-big-changelog
|
|
#. homepage: http://www.altlinux.org/Repocop
|
|
#. summary
|
|
msgid "big-changelog intergration tests for repocop test platform"
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-big-changelog
|
|
#. homepage: http://www.altlinux.org/Repocop
|
|
#. description
|
|
msgid "big-changelog intergration tests for repocop test platform."
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-bin-permissions
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "repocop test for non-executable files in /usr/bin."
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-bin-permissions
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. description
|
|
msgid "Repocop integration test for non-executable files in /usr/bin."
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-build-logs
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "build-logs unit tests for repocop test platform"
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-buildreq
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "buildreq-xorg integration tests for repocop test platform"
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-buildreq
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. description
|
|
msgid ""
|
|
"buildreq-xorg integration test for repocop test platform.\n"
|
|
"The test checks BuildRequires: tags against a list of not\n"
|
|
"recommended requirements and issues appropriate warnings."
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-buildroot
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "buildroot integration tests for repocop test platform"
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-buildroot
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. description
|
|
msgid ""
|
|
"buildroot integration test for repocop test platform.\n"
|
|
"The test finds packages that contains a piece of path\n"
|
|
"to buildroot where they were built.\n"
|
|
"It often indicates an essential bug in the package\n"
|
|
"such as misconfiguration."
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-checkbashisms
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "checkbashisms integration tests for repocop test platform"
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-checkbashisms
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. description
|
|
msgid ""
|
|
"checkbashisms integration test for repocop test platform.\n"
|
|
"The test checks sh scripts for bashisms."
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-distribution-tag
|
|
#. homepage: http://www.altlinux.org/Repocop
|
|
#. summary
|
|
msgid "distribution-tag intergration tests for repocop test platform"
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-distribution-tag
|
|
#. homepage: http://www.altlinux.org/Repocop
|
|
#. description
|
|
msgid "distribution-tag intergration tests for repocop test platform."
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-docdir-is-not-owned
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "docdir-is-not-owned integration tests for repocop test platform."
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-docdir-is-not-owned
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. description
|
|
msgid ""
|
|
"The test warns packages that place files into\n"
|
|
"/usr/share/doc/%name-%version directory but do not own it."
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-fonts.alias
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "repocop fonts.alias test"
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-freedesktop
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "desktop packaging test"
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-freedesktop
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. description
|
|
msgid ""
|
|
"integration test for repocop test platform.\n"
|
|
"Includes the following tests:\n"
|
|
"* desktop-exec-fill-code\n"
|
|
" verifies packaging of .desktop files with MimeType entry\n"
|
|
" and Exec (%f|%F|%U|%u) specifier.\n"
|
|
" according to http://www.freedesktop.org/Standards/desktop-entry-spec\n"
|
|
" (see also draft of Sergey N. Yatskevich\n"
|
|
" http://lists.altlinux.org/pipermail/devel/2008-March/071791.html)"
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-init-but-no-native-systemd
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "init-but-no-native-systemd integration tests for repocop test platform."
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-init-but-no-native-systemd
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. description
|
|
msgid ""
|
|
"The test warns packages that have support for Sys-V init\n"
|
|
"but not for systemd"
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-init-condrestart
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "lsb-init integration tests for repocop test platform"
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-init-condrestart
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. description
|
|
msgid ""
|
|
"init-condrestart integration test for repocop test platform.\n"
|
|
"The test warns packages that do not have condrestart and condstop\n"
|
|
"goals in their init scripts. It is because alt-specific scripts\n"
|
|
"/usr/sbin/post_service (used in %post_service macro)\n"
|
|
"and /usr/sbin/preun_service (used in %preun_service macro)\n"
|
|
"depends on condrestart and condstop respectively."
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-init-lsb
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "init-lsb integration tests for repocop test platform"
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-init-lsb
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. description
|
|
msgid ""
|
|
"init-lsb integration test for repocop test platform.\n"
|
|
"The test warns packages that do not have lsb compliant init scripts."
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-init-x-functions
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "init-x-functions integration tests for repocop test platform"
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-init-x-functions
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. description
|
|
msgid ""
|
|
"init-x-functions integration test for repocop test platform.\n"
|
|
"The test finds init scripts with incorrect test\n"
|
|
"[ -x /etc/rc.d/init.d/functions ]."
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-invalid-url
|
|
#. homepage: http://www.altlinux.org/Repocop
|
|
#. summary
|
|
msgid "invalid-url intergration tests for repocop test platform"
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-invalid-url
|
|
#. homepage: http://www.altlinux.org/Repocop
|
|
#. description
|
|
msgid "invalid-url intergration tests for repocop test platform."
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-library-pkgnames
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "library-pkgnames integration tests for repocop test platform."
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-library-pkgnames
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. description
|
|
msgid ""
|
|
"The test warns packages that contain shared libraries, but are not named\n"
|
|
"appropriately."
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-lintian-noncollectors
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "port of lintian integration tests for repocop test platform."
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-lintian-noncollectors
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. description
|
|
msgid ""
|
|
"Lintian is Debian package checker.\n"
|
|
"Lintian dissects Debian packages and reports bugs and policy violations. It contains automated checks for many aspects of Debian policy as well as some checks for common errors.\n"
|
|
"\n"
|
|
"This package contains ports to repocop of the following lintian tests:\n"
|
|
"aspell-package-not-arch-all\n"
|
|
"backup-file-in-package\n"
|
|
"bad-permissions-for-ali-file\n"
|
|
"desktop-file-in-wrong-dir\n"
|
|
"executable-manpage\n"
|
|
"macos-ds-store-file-in-package\n"
|
|
"macos-resource-fork-file-in-package\n"
|
|
"old-app-defaults-directory\n"
|
|
"package-installs-file-to-usr-x11r6\n"
|
|
"subdir-in-usr-bin\n"
|
|
"symkink-extra-slash\n"
|
|
"windows-thumbnail-database-in-package\n"
|
|
"\n"
|
|
"and also adds distro-undependent tests such as\n"
|
|
"files-in-usr-src-tmp"
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-missing-url
|
|
#. homepage: http://www.altlinux.org/Repocop
|
|
#. summary
|
|
msgid "missing-url intergration tests for repocop test platform"
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-missing-url
|
|
#. homepage: http://www.altlinux.org/Repocop
|
|
#. description
|
|
msgid "missing-url intergration tests for repocop test platform."
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-package-installs-file-to-usr-games
|
|
#. homepage: http://www.altlinux.org/Repocop
|
|
#. summary
|
|
msgid "package-installs-file-to-usr-games intergration tests for repocop test platform"
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-package-installs-file-to-usr-games
|
|
#. homepage: http://www.altlinux.org/Repocop
|
|
#. description
|
|
msgid "package-installs-file-to-usr-games intergration tests for repocop test platform."
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-rpm-filesystem
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "test for filesystem conflicts in rpm packages."
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-rpm-filesystem
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. description
|
|
msgid "integration test for repocop test platform."
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-rpm-filetriggers
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "test for obsolete calls in post/un sections"
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-rpm-recursive-symlink
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "repocop test for recurrent symlinks."
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-rpm-recursive-symlink
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. description
|
|
msgid "repocop test for recurrent symlinks.."
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-rpm-tags
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "test for tag values in rpm packages."
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-sisyphus_check
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "sisyphus_check intergration tests for repocop test platform"
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-sisyphus_check
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. description
|
|
msgid ""
|
|
"sisyphus_check intergration test for repocop test platform.\n"
|
|
"The test checks packages using sisyphus_check utility."
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-sisyphus_check-check-dirlist
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "sisyphus_check-check-dirlist intergration tests for repocop test platform"
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-sisyphus_check-check-dirlist
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. description
|
|
msgid ""
|
|
"sisyphus_check-check-dirlist intergration test for repocop test platform.\n"
|
|
"The test checks packages for that own prohibited directories."
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-sisyphus_check-check-gpg
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "sisyphus_check-check-gpg intergration test for repocop test platform"
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-sisyphus_check-check-gpg
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. description
|
|
msgid ""
|
|
"sisyphus_check-check-gpg intergration test for repocop test platform.\n"
|
|
"The test checks packages using sisyphus_check utility for the\n"
|
|
"following sisyphus_check tests: gpg, buildhost, buildtime.\n"
|
|
"\n"
|
|
"Note that this test is only for the very old packages in Sisyphus\n"
|
|
"that are kept there from the ancient times before the hasher\n"
|
|
"was even invented. Newer packages that have passed through\n"
|
|
"the hasher should always pass those tests.\n"
|
|
"\n"
|
|
"The test is not recommended for general use."
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-spec-missing-packager
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "spec-missing-packager intergration tests for repocop test platform"
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-spec-missing-packager
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. description
|
|
msgid ""
|
|
"spec-missing-packager intergration test for repocop test platform.\n"
|
|
"The test checks spec files to have Packager: tag."
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-subdirs-in-usr-games
|
|
#. homepage: http://www.altlinux.org/Repocop
|
|
#. summary
|
|
msgid "subdirs-in-usr-games intergration tests for repocop test platform"
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-subdirs-in-usr-games
|
|
#. homepage: http://www.altlinux.org/Repocop
|
|
#. description
|
|
msgid "subdirs-in-usr-games intergration tests for repocop test platform."
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-systemd
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "systemd integration tests for repocop test platform."
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-systemd
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. description
|
|
msgid "The test check systemd related files."
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-systemd-but-no-native-init
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "systemd-but-no-native-init integration tests for repocop test platform."
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-systemd-but-no-native-init
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. description
|
|
msgid ""
|
|
"The test warns packages that have support for\n"
|
|
"systemd but not for Sys-V init"
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-uncompressed-infos
|
|
#. homepage: http://www.altlinux.org/Repocop
|
|
#. summary
|
|
msgid "uncompressed-infos intergration tests for repocop test platform"
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-uncompressed-infos
|
|
#. homepage: http://www.altlinux.org/Repocop
|
|
#. description
|
|
msgid "uncompressed-infos intergration tests for repocop test platform."
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-uncompressed-manpages
|
|
#. homepage: http://www.altlinux.org/Repocop
|
|
#. summary
|
|
msgid "uncompressed-manpages intergration tests for repocop test platform"
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-uncompressed-manpages
|
|
#. homepage: http://www.altlinux.org/Repocop
|
|
#. description
|
|
msgid "uncompressed-manpages intergration tests for repocop test platform."
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-unmet-dependency
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "unmet-dependency integration tests for repocop test platform."
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-unmet-dependency
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. description
|
|
msgid "The test warns packages that contain unmet dependencies."
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-unsafe-tmp-usage-in-scripts
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "unsafe-tmp-usage-in-scripts integration tests for repocop test platform"
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-unsafe-tmp-usage-in-scripts
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. description
|
|
msgid ""
|
|
"unsafe-tmp-usage-in-scripts integration test for repocop test platform.\n"
|
|
"The test checks packages for unsafe /tmp usage.\n"
|
|
"The test is based on work of Dmitry E. Oboukhov <unera <at> debian.org>\n"
|
|
"(http://uvw.ru/find_the_bug2.sh) adapted for repocop."
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-vendor-tag
|
|
#. homepage: http://www.altlinux.org/Repocop
|
|
#. summary
|
|
msgid "vendor-tag intergration tests for repocop test platform"
|
|
msgstr ""
|
|
|
|
#: repocop-unittest-vendor-tag
|
|
#. homepage: http://www.altlinux.org/Repocop
|
|
#. description
|
|
msgid "vendor-tag intergration tests for repocop test platform."
|
|
msgstr ""
|
|
|
|
#: repocop-unittests-distribution
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "ALT Linux default set of tests for repocop test platform."
|
|
msgstr ""
|
|
|
|
#: repocop-unittests-distribution
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. description
|
|
msgid ""
|
|
"Default set of repocop integration tests for ALT Linux.\n"
|
|
"It is the metapackage that requires all the recommended tests."
|
|
msgstr ""
|
|
|
|
#: repocop-unittests-local
|
|
#. homepage: http://repocop.altlinux.org
|
|
#. summary
|
|
msgid "ALT Linux default set of pacakge tests for repocop test platform."
|
|
msgstr ""
|
|
|
|
#: repofork-utils
|
|
#. homepage: https://www.altlinux.org/Repofork-utils
|
|
#. summary
|
|
msgid "tools to create a modified copy of a repository"
|
|
msgstr ""
|
|
|
|
#: repofork-utils
|
|
#. homepage: https://www.altlinux.org/Repofork-utils
|
|
#. description
|
|
msgid ""
|
|
"mkrepofork tool creates a (hardlinked) modified copy of an\n"
|
|
"existing repository with given packages added/removed/replaced."
|
|
msgstr ""
|
|
|
|
#: python3-module-reportbug-debian
|
|
#. homepage: https://salsa.debian.org/reportbug-team/reportbug
|
|
#. summary
|
|
msgid "Python modules for interacting with bug tracking systems"
|
|
msgstr ""
|
|
|
|
#: python3-module-reportbug-debian
|
|
#. homepage: https://salsa.debian.org/reportbug-team/reportbug
|
|
#. description
|
|
msgid ""
|
|
"reportbug is a tool designed to make the reporting of bugs in Debian\n"
|
|
"and derived distributions relatively painless.\n"
|
|
"\n"
|
|
"This package includes Python modules which may be reusable by other\n"
|
|
"tools that want to interact with the Debian bug tracking system.\n"
|
|
"\n"
|
|
"To actually report a bug, install the reportbug package."
|
|
msgstr ""
|
|
|
|
#: reportbug-debian
|
|
#. homepage: https://salsa.debian.org/reportbug-team/reportbug
|
|
#. summary
|
|
msgid "reports bugs in the Debian distribution"
|
|
msgstr ""
|
|
|
|
#: reportbug-debian
|
|
#. homepage: https://salsa.debian.org/reportbug-team/reportbug
|
|
#. description
|
|
msgid ""
|
|
"reportbug is a tool designed to make the reporting of bugs in Debian\n"
|
|
"and derived distributions relatively painless. Its features include:\n"
|
|
" * Integration with many mail user agents.\n"
|
|
" * Access to outstanding bug reports to make it easier to identify\n"
|
|
" whether problems have already been reported.\n"
|
|
" * Automatic checking for newer versions of packages.\n"
|
|
" * Optional automatic verification of integrity of packages via debsums.\n"
|
|
" * Support for following-up on outstanding reports.\n"
|
|
" * Optional PGP/GnuPG integration.\n"
|
|
"\n"
|
|
"Bug reporting in Debian relies on email; reportbug can use a local\n"
|
|
"mail transport agent (like exim or sendmail), submit directly through\n"
|
|
"an external mail server, or pass messages to an installed mail user\n"
|
|
"agent (e.g., mutt) for submission.\n"
|
|
"\n"
|
|
"This package also includes the \"querybts\" script for browsing the\n"
|
|
"Debian bug tracking system."
|
|
msgstr ""
|
|
|
|
#: reportbug-debian-gtk
|
|
#. homepage: https://salsa.debian.org/reportbug-team/reportbug
|
|
#. summary
|
|
msgid "reports bugs in the Debian distribution (GTK+ UI)"
|
|
msgstr ""
|
|
|
|
#: reportbug-debian-gtk
|
|
#. homepage: https://salsa.debian.org/reportbug-team/reportbug
|
|
#. description
|
|
msgid ""
|
|
"reportbug is a tool designed to make the reporting of bugs in Debian\n"
|
|
"and derived distributions relatively painless. Its features include:\n"
|
|
"\n"
|
|
" * Integration with many mail user agents.\n"
|
|
" * Access to outstanding bug reports to make it easier to identify\n"
|
|
" whether problems have already been reported.\n"
|
|
" * Automatic checking for newer versions of packages.\n"
|
|
" * Optional automatic verification of integrity of packages via debsums.\n"
|
|
" * Support for following-up on outstanding reports.\n"
|
|
" * Optional PGP/GnuPG integration.\n"
|
|
"\n"
|
|
"Bug reporting in Debian relies on email; reportbug can use a local\n"
|
|
"mail transport agent (like exim or sendmail), submit directly through\n"
|
|
"an external mail server, or pass messages to an installed mail user\n"
|
|
"agent (e.g., mutt) for submission.\n"
|
|
"\n"
|
|
"This package contains a desktop file and icon, and has dependencies\n"
|
|
"to enable the GTK+ UI mode of reportbug to work."
|
|
msgstr ""
|
|
|
|
#: repraptor
|
|
#. homepage: https://github.com/NeoTheFox/RepRaptor
|
|
#. summary
|
|
msgid "A Qt RepRap gcode sender/host controller"
|
|
msgstr ""
|
|
|
|
#: repraptor
|
|
#. homepage: https://github.com/NeoTheFox/RepRaptor
|
|
#. description
|
|
msgid ""
|
|
"A Qt RepRap gcode sender/host controller aimed to be fast and\n"
|
|
"minimalistic.\n"
|
|
"\n"
|
|
"Right now the project is in early stage. This means some features are\n"
|
|
"still absent, but it is already usable."
|
|
msgstr ""
|
|
|
|
#: request-tracker-extension-ColumnMap
|
|
#. homepage: http://www.cpan.org
|
|
#. summary
|
|
msgid "This extension provides API to turn ColumnMap like strings into values"
|
|
msgstr ""
|
|
|
|
#: request-tracker-extension-ColumnMap
|
|
#. homepage: http://www.cpan.org
|
|
#. description
|
|
msgid ""
|
|
"This extension provides API to turn ColumnMap like strings into values.\n"
|
|
"It can be used in other extensions and/or local customizations."
|
|
msgstr ""
|
|
|
|
#: request-tracker-extension-SummaryByUser
|
|
#. homepage: http://www.cpan.org
|
|
#. summary
|
|
msgid "portlets to show ticket counters per user"
|
|
msgstr ""
|
|
|
|
#: request-tracker-extension-SummaryByUser
|
|
#. homepage: http://www.cpan.org
|
|
#. description
|
|
msgid ""
|
|
"This extension ships with OwnerSummary and RequestorSummary portlets you\n"
|
|
"can use in a dashboard and/or RT at glance. Summary can be displayed not\n"
|
|
"only by user, but by users' organization or other fields. For example\n"
|
|
"RequestorSummary portlet displays summary by requestors' organization.\n"
|
|
"Read more about this below in \"CONFIGURATION\" section."
|
|
msgstr ""
|
|
|
|
#: request-tracker-extension-externalauth
|
|
#. homepage: http://www.cpan.org
|
|
#. summary
|
|
msgid "External Authentication for Request Tracker"
|
|
msgstr ""
|
|
|
|
#: request-tracker-extension-externalauth
|
|
#. homepage: http://www.cpan.org
|
|
#. description
|
|
msgid ""
|
|
"Allows authentication from any LDAP or DBI-supported data source. Also allows\n"
|
|
"the use of a browser cookie to implement Single Sign-On with other web code\n"
|
|
"using a DBI authentication backend."
|
|
msgstr ""
|
|
|
|
#: request-tracker-extension-stats
|
|
#. homepage: http://wiki.bestpractical.com/index.cgi?RT3StatisticsPackage
|
|
#. summary
|
|
msgid "Statistics is an extension to Request Tracker (RT). It is produces statistical information based on RT data."
|
|
msgstr ""
|
|
|
|
#: request-tracker-extension-stats
|
|
#. homepage: http://wiki.bestpractical.com/index.cgi?RT3StatisticsPackage
|
|
#. description
|
|
msgid ""
|
|
"Statistics is an extension to Request Tracker (RT), from Best\n"
|
|
"Practical. It is produces statistical information based on RT data."
|
|
msgstr ""
|
|
|
|
#: rescue-launcher
|
|
#. homepage: https://www.altlinux.org/Rescue/Launcher
|
|
#. summary
|
|
msgid "Optional autorun feature for ALT Rescue"
|
|
msgstr ""
|
|
|
|
#: rescue-launcher
|
|
#. homepage: https://www.altlinux.org/Rescue/Launcher
|
|
#. description
|
|
msgid ""
|
|
"This package contains additional scripts, used for auto-run\n"
|
|
"pre-defined programm or external script (by default, on the\n"
|
|
"/dev/tty1 only) at the boot-time system from the ALT rescue.\n"
|
|
"Commonly used for mass-deployment and total automatization."
|
|
msgstr ""
|
|
|
|
#: resolv_wrapper
|
|
#. homepage: http://cwrap.org/
|
|
#. summary
|
|
msgid "A wrapper for dns name resolving or dns faking"
|
|
msgstr ""
|
|
|
|
#: resolv_wrapper
|
|
#. homepage: http://cwrap.org/
|
|
#. description
|
|
msgid ""
|
|
"It is likely that if you have a server/client architecture, you need to do DNS\n"
|
|
"queries or a third party library, like Kerberos needs to be able to do queries.\n"
|
|
"In the case of Kerberos the client needs to look the address of the KDC up via a\n"
|
|
"SRV record. resolv_wrapper is able to either redirect all DNS queries to your\n"
|
|
"DNS server implementation, or fake DNS replies!\n"
|
|
"\n"
|
|
"To use it set the following environment variables:\n"
|
|
"\n"
|
|
"LD_PRELOAD=libresolv_wrapper.so\n"
|
|
"RESOLV_WRAPPER_CONF=./my_resolv.conf\n"
|
|
"\n"
|
|
"This package doesn't have a devel package because this project is for\n"
|
|
"development/testing."
|
|
msgstr ""
|
|
|
|
#: ldirectord
|
|
#. homepage: https://github.com/ClusterLabs/resource-agents
|
|
#. summary
|
|
msgid "A Monitoring Daemon for Maintaining High Availability Resources"
|
|
msgstr ""
|
|
|
|
#: ldirectord
|
|
#. homepage: https://github.com/ClusterLabs/resource-agents
|
|
#. description
|
|
msgid ""
|
|
"The Linux Director Daemon (ldirectord) was written by Jacob Rief.\n"
|
|
"<jacob.rief@tiscover.com>\n"
|
|
"\n"
|
|
"ldirectord is a stand alone daemon for monitoring the services on real\n"
|
|
"servers. Currently, HTTP, HTTPS, and FTP services are supported.\n"
|
|
"lditrecord is simple to install and works with the heartbeat code\n"
|
|
"(http://www.linux-ha.org/).\n"
|
|
"\n"
|
|
"See 'ldirectord -h' and linux-ha/doc/ldirectord for more information."
|
|
msgstr ""
|
|
|
|
#: resource-agents
|
|
#. homepage: https://github.com/ClusterLabs/resource-agents
|
|
#. summary
|
|
msgid "Open Source HA Reusable Cluster Resource Scripts"
|
|
msgstr ""
|
|
|
|
#: resource-agents
|
|
#. homepage: https://github.com/ClusterLabs/resource-agents
|
|
#. description
|
|
msgid ""
|
|
"A set of scripts to interface with several services to operate in a\n"
|
|
"High Availability environment for both Pacemaker and rgmanager\n"
|
|
"service managers."
|
|
msgstr ""
|
|
|
|
#: resource-agents-CTDB
|
|
#. homepage: https://github.com/ClusterLabs/resource-agents
|
|
#. summary
|
|
msgid "resource agent manages CTDB"
|
|
msgstr ""
|
|
|
|
#: resource-agents-CTDB
|
|
#. homepage: https://github.com/ClusterLabs/resource-agents
|
|
#. description
|
|
msgid ""
|
|
"This resource agent manages CTDB, allowing one to use Clustered Samba in a\n"
|
|
"Linux-HA/Pacemaker cluster. You need a shared filesystem (e.g. OCFS2) on\n"
|
|
"which the CTDB lock will be stored. Create /etc/ctdb/nodes containing a list\n"
|
|
"of private IP addresses of each node in the cluster, then configure this RA\n"
|
|
"as a clone. To have CTDB manage Samba, set ctdb_manages_samba=\"yes\".\n"
|
|
"Note that this option will be deprecated in future, in favour of configuring\n"
|
|
"a separate Samba resource."
|
|
msgstr ""
|
|
|
|
#: resource-agents-WinPopup
|
|
#. homepage: https://github.com/ClusterLabs/resource-agents
|
|
#. summary
|
|
msgid "Resource script for WinPopup"
|
|
msgstr ""
|
|
|
|
#: resource-agents-WinPopup
|
|
#. homepage: https://github.com/ClusterLabs/resource-agents
|
|
#. description
|
|
msgid "It sends WinPopups message to a sysadmin's workstation whenever a takeover occurs."
|
|
msgstr ""
|
|
|
|
#: resource-agents-fio
|
|
#. homepage: https://github.com/ClusterLabs/resource-agents
|
|
#. summary
|
|
msgid "resource agent manages fio"
|
|
msgstr ""
|
|
|
|
#: resource-agents-fio
|
|
#. homepage: https://github.com/ClusterLabs/resource-agents
|
|
#. description
|
|
msgid ""
|
|
"fio is a generic I/O load generator. This RA allows start/stop of fio\n"
|
|
"instances to simulate load on a cluster without configuring complex\n"
|
|
"services."
|
|
msgstr ""
|
|
|
|
#: resource-agents-iSCSI
|
|
#. homepage: https://github.com/ClusterLabs/resource-agents
|
|
#. summary
|
|
msgid "resource agent manages iSCSI"
|
|
msgstr ""
|
|
|
|
#: resource-agents-iSCSI
|
|
#. homepage: https://github.com/ClusterLabs/resource-agents
|
|
#. description
|
|
msgid ""
|
|
"Manages iSCSI targets. An iSCSI target is a collection of SCSI Logical\n"
|
|
"Units (LUs) exported via a daemon that speaks the iSCSI protocol."
|
|
msgstr ""
|
|
|
|
#: resource-agents-libvirt
|
|
#. homepage: https://github.com/ClusterLabs/resource-agents
|
|
#. summary
|
|
msgid "resource agent manages libvirtd"
|
|
msgstr ""
|
|
|
|
#: resource-agents-libvirt
|
|
#. homepage: https://github.com/ClusterLabs/resource-agents
|
|
#. description
|
|
msgid ""
|
|
"Resource agent for a virtual domain (a.k.a. domU, virtual machine,\n"
|
|
"virtual environment etc., depending on context) managed by libvirtd."
|
|
msgstr ""
|
|
|
|
#: resource-agents-lvm
|
|
#. homepage: https://github.com/ClusterLabs/resource-agents
|
|
#. summary
|
|
msgid "resource agent manage LVM"
|
|
msgstr ""
|
|
|
|
#: resource-agents-lvm
|
|
#. homepage: https://github.com/ClusterLabs/resource-agents
|
|
#. description
|
|
msgid "It manages an Linux Volume Manager volume (LVM) as an HA resource."
|
|
msgstr ""
|
|
|
|
#: resource-agents-lxc
|
|
#. homepage: https://github.com/ClusterLabs/resource-agents
|
|
#. summary
|
|
msgid "resource agent manages lxc"
|
|
msgstr ""
|
|
|
|
#: resource-agents-lxc
|
|
#. homepage: https://github.com/ClusterLabs/resource-agents
|
|
#. description
|
|
msgid ""
|
|
"Allows LXC containers to be managed by the cluster.\n"
|
|
"If the container is running \"init\" it will also perform an orderly shutdown.\n"
|
|
"It is 'assumed' that the 'init' system will do an orderly shudown if presented with a 'kill -PWR' signal.\n"
|
|
"On a 'sysvinit' this would require the container to have an inittab file containing \"p0::powerfail:/sbin/init 0\"\n"
|
|
"I have absolutly no idea how this is done with 'upstart' or 'systemd', YMMV if your container is using one of them."
|
|
msgstr ""
|
|
|
|
#: resource-agents-nfs
|
|
#. homepage: https://github.com/ClusterLabs/resource-agents
|
|
#. summary
|
|
msgid "resource agent manage NFS"
|
|
msgstr ""
|
|
|
|
#: resource-agents-nfs
|
|
#. homepage: https://github.com/ClusterLabs/resource-agents
|
|
#. description
|
|
msgid "Nfs-server helps to manage the Linux nfs server as a failover-able resource in Linux-HA."
|
|
msgstr ""
|
|
|
|
#: resource-agents-tomcat
|
|
#. homepage: https://github.com/ClusterLabs/resource-agents
|
|
#. summary
|
|
msgid "resource agent manages Tomcat"
|
|
msgstr ""
|
|
|
|
#: resource-agents-tomcat
|
|
#. homepage: https://github.com/ClusterLabs/resource-agents
|
|
#. description
|
|
msgid "Manages Tomcat"
|
|
msgstr ""
|
|
|
|
#: resource-agents-xen
|
|
#. homepage: https://github.com/ClusterLabs/resource-agents
|
|
#. summary
|
|
msgid "resource agent manage Xen Hypervisor"
|
|
msgstr ""
|
|
|
|
#: resource-agents-xen
|
|
#. homepage: https://github.com/ClusterLabs/resource-agents
|
|
#. description
|
|
msgid ""
|
|
"Manages Xen virtual machine instances by mapping cluster resource\n"
|
|
"start and stop, to Xen create and shutdown, respectively."
|
|
msgstr ""
|
|
|
|
#: resource-agents-paf
|
|
#. homepage: http://clusterlabs.github.io/PAF/
|
|
#. summary
|
|
msgid "PostgreSQL resource agent for Pacemaker"
|
|
msgstr ""
|
|
|
|
#: resteasy
|
|
#. homepage: http://resteasy.jboss.org/
|
|
#. summary
|
|
msgid "Framework for RESTful Web services and Java applications"
|
|
msgstr ""
|
|
|
|
#: resteasy
|
|
#. homepage: http://resteasy.jboss.org/
|
|
#. description
|
|
msgid ""
|
|
"\n"
|
|
"\n"
|
|
"RESTEasy contains a JBoss project that provides frameworks to help\n"
|
|
"build RESTful Web Services and RESTful Java applications. It is a fully\n"
|
|
"certified and portable implementation of the JAX-RS specification."
|
|
msgstr ""
|
|
|
|
#: resteasy-atom-provider
|
|
#. homepage: http://resteasy.jboss.org/
|
|
#. summary
|
|
msgid "Module atom-provider for resteasy"
|
|
msgstr ""
|
|
|
|
#: resteasy-atom-provider
|
|
#. homepage: http://resteasy.jboss.org/
|
|
#. description
|
|
msgid ""
|
|
"\n"
|
|
"RESTEasy contains a JBoss project that provides frameworks to help\n"
|
|
"build RESTful Web Services and RESTful Java applications. It is a fully\n"
|
|
"certified and portable implementation of the JAX-RS specification.\n"
|
|
"\n"
|
|
"This package contains Module atom-provider for resteasy."
|
|
msgstr ""
|
|
|
|
#: resteasy-client
|
|
#. homepage: http://resteasy.jboss.org/
|
|
#. summary
|
|
msgid "Client for resteasy"
|
|
msgstr ""
|
|
|
|
#: resteasy-client
|
|
#. homepage: http://resteasy.jboss.org/
|
|
#. description
|
|
msgid ""
|
|
"\n"
|
|
"RESTEasy contains a JBoss project that provides frameworks to help\n"
|
|
"build RESTful Web Services and RESTful Java applications. It is a fully\n"
|
|
"certified and portable implementation of the JAX-RS specification.\n"
|
|
"\n"
|
|
"This package contains Client for resteasy."
|
|
msgstr ""
|
|
|
|
#: resteasy-core
|
|
#. homepage: http://resteasy.jboss.org/
|
|
#. summary
|
|
msgid "Core modules for resteasy"
|
|
msgstr ""
|
|
|
|
#: resteasy-core
|
|
#. homepage: http://resteasy.jboss.org/
|
|
#. description
|
|
msgid ""
|
|
"\n"
|
|
"RESTEasy contains a JBoss project that provides frameworks to help\n"
|
|
"build RESTful Web Services and RESTful Java applications. It is a fully\n"
|
|
"certified and portable implementation of the JAX-RS specification.\n"
|
|
"\n"
|
|
"This package contains Core modules for resteasy."
|
|
msgstr ""
|
|
|
|
#: resteasy-jackson2-provider
|
|
#. homepage: http://resteasy.jboss.org/
|
|
#. summary
|
|
msgid "Module jackson2-provider for resteasy"
|
|
msgstr ""
|
|
|
|
#: resteasy-jackson2-provider
|
|
#. homepage: http://resteasy.jboss.org/
|
|
#. description
|
|
msgid ""
|
|
"\n"
|
|
"RESTEasy contains a JBoss project that provides frameworks to help\n"
|
|
"build RESTful Web Services and RESTful Java applications. It is a fully\n"
|
|
"certified and portable implementation of the JAX-RS specification.\n"
|
|
"\n"
|
|
"This package contains Module jackson2-provider for resteasy."
|
|
msgstr ""
|
|
|
|
#: resteasy-javadoc
|
|
#. homepage: http://resteasy.jboss.org/
|
|
#. summary
|
|
msgid "Javadoc for resteasy"
|
|
msgstr ""
|
|
|
|
#: resteasy-javadoc
|
|
#. homepage: http://resteasy.jboss.org/
|
|
#. description
|
|
msgid "This package contains the API documentation for resteasy."
|
|
msgstr ""
|
|
|
|
#: resteasy-jaxb-provider
|
|
#. homepage: http://resteasy.jboss.org/
|
|
#. summary
|
|
msgid "Module jaxb-provider for resteasy"
|
|
msgstr ""
|
|
|
|
#: resteasy-jaxb-provider
|
|
#. homepage: http://resteasy.jboss.org/
|
|
#. description
|
|
msgid ""
|
|
"\n"
|
|
"RESTEasy contains a JBoss project that provides frameworks to help\n"
|
|
"build RESTful Web Services and RESTful Java applications. It is a fully\n"
|
|
"certified and portable implementation of the JAX-RS specification.\n"
|
|
"\n"
|
|
"This package contains Module jaxb-provider for resteasy."
|
|
msgstr ""
|
|
|
|
#: restic
|
|
#. homepage: https://restic.net/
|
|
#. summary
|
|
msgid "Fast, secure, efficient backup program"
|
|
msgstr ""
|
|
|
|
#: restic
|
|
#. homepage: https://restic.net/
|
|
#. description
|
|
msgid "restic is a backup program that is fast, efficient and secure."
|
|
msgstr ""
|
|
|
|
#: retext
|
|
#. homepage: https://github.com/retext-project/retext
|
|
#. summary
|
|
msgid "Text editor for Markdown and reStructuredText"
|
|
msgstr ""
|
|
|
|
#: retext
|
|
#. homepage: https://github.com/retext-project/retext
|
|
#. description
|
|
msgid ""
|
|
"ReText is a simple but powerful text editor for Markdown and\n"
|
|
"reStructuredText."
|
|
msgstr ""
|
|
|
|
#: libretro-gtk
|
|
#. homepage: https://gnome.pages.gitlab.gnome.org/retro-gtk
|
|
#. summary
|
|
msgid "Toolkit to write Gtk+3-based frontends to libretro"
|
|
msgstr ""
|
|
|
|
#: libretro-gtk
|
|
#. homepage: https://gnome.pages.gitlab.gnome.org/retro-gtk
|
|
#. description
|
|
msgid ""
|
|
"retro-gtk is a toolkit allowing to easily write GTK+3 based Libretro\n"
|
|
"frontends.\n"
|
|
"\n"
|
|
"This package provides shared retro-gtk library."
|
|
msgstr ""
|
|
|
|
#: libretro-gtk-devel
|
|
#. homepage: https://gnome.pages.gitlab.gnome.org/retro-gtk
|
|
#. summary
|
|
msgid "Development files for retro-gtk"
|
|
msgstr ""
|
|
|
|
#: libretro-gtk-devel
|
|
#. homepage: https://gnome.pages.gitlab.gnome.org/retro-gtk
|
|
#. description
|
|
msgid ""
|
|
"retro-gtk is a toolkit allowing to easily write GTK+3 based Libretro\n"
|
|
"frontends.\n"
|
|
"\n"
|
|
"This package provides headers and libraries to develop applications that\n"
|
|
"use libretro-gtk."
|
|
msgstr ""
|
|
|
|
#: libretro-gtk-gir
|
|
#. homepage: https://gnome.pages.gitlab.gnome.org/retro-gtk
|
|
#. summary
|
|
msgid "GObject introspection data for libretro-gtk"
|
|
msgstr ""
|
|
|
|
#: libretro-gtk-gir
|
|
#. homepage: https://gnome.pages.gitlab.gnome.org/retro-gtk
|
|
#. description
|
|
msgid "GObject introspection data for the retro-gtk library."
|
|
msgstr ""
|
|
|
|
#: libretro-gtk-gir-devel
|
|
#. homepage: https://gnome.pages.gitlab.gnome.org/retro-gtk
|
|
#. summary
|
|
msgid "GObject introspection devel data for libretro-gtk"
|
|
msgstr ""
|
|
|
|
#: libretro-gtk-gir-devel
|
|
#. homepage: https://gnome.pages.gitlab.gnome.org/retro-gtk
|
|
#. description
|
|
msgid "GObject introspection devel data for the retro-gtk library."
|
|
msgstr ""
|
|
|
|
#: retro-gtk
|
|
#. homepage: https://gnome.pages.gitlab.gnome.org/retro-gtk
|
|
#. description
|
|
msgid ""
|
|
"retro-gtk is a toolkit allowing to easily write GTK+3 based Libretro\n"
|
|
"frontends."
|
|
msgstr ""
|
|
|
|
#: revelation
|
|
#. homepage: http://revelation.olasagasti.info/
|
|
#. summary
|
|
msgid "Password manager for the GNOME 3 desktop"
|
|
msgstr ""
|
|
|
|
#: revelation
|
|
#. homepage: http://revelation.olasagasti.info/
|
|
#. description
|
|
msgid ""
|
|
"Revelation is a password manager for the GNOME desktop. It stores all\n"
|
|
"your accounts and passwords in a single, secure place, and gives you\n"
|
|
"access to it through a user-friendly graphical interface."
|
|
msgstr ""
|
|
|
|
#: rex
|
|
#. homepage: http://rexify.org/
|
|
#. summary
|
|
msgid "(R)?ex - Remote Execution Framework"
|
|
msgstr ""
|
|
|
|
#: rex
|
|
#. homepage: http://rexify.org/
|
|
#. description
|
|
msgid ""
|
|
"(R)?ex is a tool to ease the execution of commands on multiple\n"
|
|
"remote servers. It allows to manage all boxes from a central\n"
|
|
"point through the complete process of configuration management\n"
|
|
"and software deployment."
|
|
msgstr ""
|
|
|
|
#: zsh-completion-rex
|
|
#. homepage: http://rexify.org/
|
|
#. summary
|
|
msgid "Zsh completion for (R)?ex"
|
|
msgstr ""
|
|
|
|
#: zsh-completion-rex
|
|
#. homepage: http://rexify.org/
|
|
#. description
|
|
msgid "Zsh completion for (R)?ex remote execution framework"
|
|
msgstr ""
|
|
|
|
#: rezerwar
|
|
#. homepage: http://tamentis.com/projects/rezerwar/
|
|
#. summary
|
|
msgid "A big mess of networked blocks and pipes"
|
|
msgstr ""
|
|
|
|
#: rezerwar
|
|
#. homepage: http://tamentis.com/projects/rezerwar/
|
|
#. description
|
|
msgid ""
|
|
"rezerwar is a puzzle game that could be quickly described as the\n"
|
|
"illegitimate child of a known tetromino game and the average pipe game.\n"
|
|
"\n"
|
|
"Authors: Bertrand Janin <tamentis@neopulsar.org>"
|
|
msgstr ""
|
|
|
|
#: rgb
|
|
#. homepage:
|
|
#. summary
|
|
msgid "Uncompile an rgb color"
|
|
msgstr ""
|
|
|
|
#: rgb
|
|
#. homepage:
|
|
#. description
|
|
msgid ""
|
|
"The showrgb program reads an rgb color-name database compiled for use with\n"
|
|
"the dbm database routines and converts it back to source form."
|
|
msgstr ""
|
|
|
|
#: librhash
|
|
#. homepage: http://rhash.sourceforge.net/
|
|
#. summary
|
|
msgid "LibRHash shared library"
|
|
msgstr ""
|
|
|
|
#: librhash
|
|
#. homepage: http://rhash.sourceforge.net/
|
|
#. description
|
|
msgid ""
|
|
"LibRHash is a professional, portable, thread-safe C library for computing\n"
|
|
"a wide variety of hash sums, such as CRC32, MD4, MD5, SHA1, SHA256, SHA512,\n"
|
|
"AICH, ED2K, Tiger, DC++ TTH, BitTorrent BTIH, GOST R 34.11-94, RIPEMD-160\n"
|
|
"HAS-160, EDON-R, Whirlpool and Snefru.\n"
|
|
"Hash sums are used to ensure and verify integrity of large volumes of data\n"
|
|
"for a long-term storing or transferring."
|
|
msgstr ""
|
|
|
|
#: librhash-devel
|
|
#. homepage: http://rhash.sourceforge.net/
|
|
#. summary
|
|
msgid "Headers and shared library for LibRHash"
|
|
msgstr ""
|
|
|
|
#: librhash-devel-static
|
|
#. homepage: http://rhash.sourceforge.net/
|
|
#. summary
|
|
msgid "Static library for LibRHash"
|
|
msgstr ""
|
|
|
|
#: rhash
|
|
#. homepage: http://rhash.sourceforge.net/
|
|
#. summary
|
|
msgid "Utility for computing hash sums and creating magnet links."
|
|
msgstr ""
|
|
|
|
#: rhash
|
|
#. homepage: http://rhash.sourceforge.net/
|
|
#. description
|
|
msgid ""
|
|
"RHash is a console utility for calculation and verification of magnet links\n"
|
|
"and a wide range of hash sums like CRC32, MD4, MD5, SHA1, SHA256, SHA512,\n"
|
|
"AICH, ED2K, Tiger, DC++ TTH, BitTorrent BTIH, GOST R 34.11-94, RIPEMD-160,\n"
|
|
"HAS-160, EDON-R, Whirlpool and Snefru.\n"
|
|
"Hash sums are used to ensure and verify integrity of large volumes of data\n"
|
|
"for a long-term storing or transferring.\n"
|
|
"\n"
|
|
"Features:\n"
|
|
" * Output in a predefined (SFV, BSD-like) or a user-defined format.\n"
|
|
" * Calculation of Magnet links and EDonkey 2000 links.\n"
|
|
" * Updating hash files (adding hash sums of files missing in the hash file).\n"
|
|
" * Ability to process directories recursively.\n"
|
|
" * Portability: the program works the same on Linux, *BSD or Windows."
|
|
msgstr ""
|
|
|
|
#: rhino
|
|
#. homepage: http://www.mozilla.org/rhino/
|
|
#. summary
|
|
msgid "JavaScript for Java"
|
|
msgstr ""
|
|
|
|
#: rhino
|
|
#. homepage: http://www.mozilla.org/rhino/
|
|
#. description
|
|
msgid ""
|
|
"Rhino is an open-source implementation of JavaScript written entirely\n"
|
|
"in Java. It is typically embedded into Java applications to provide\n"
|
|
"scripting to end users."
|
|
msgstr ""
|
|
|
|
#: rhino-demo
|
|
#. homepage: http://www.mozilla.org/rhino/
|
|
#. summary
|
|
msgid "Examples for rhino"
|
|
msgstr ""
|
|
|
|
#: rhino-demo
|
|
#. homepage: http://www.mozilla.org/rhino/
|
|
#. description
|
|
msgid "Examples for rhino."
|
|
msgstr ""
|
|
|
|
#: rhq-plugin-annotations
|
|
#. homepage: http://rhq-project.org
|
|
#. summary
|
|
msgid "RHQ plugin annotations"
|
|
msgstr ""
|
|
|
|
#: rhq-plugin-annotations
|
|
#. homepage: http://rhq-project.org
|
|
#. description
|
|
msgid "Annotations to help generate RHQ plugin descriptors."
|
|
msgstr ""
|
|
|
|
#: rhq-plugin-annotations-javadoc
|
|
#. homepage: http://rhq-project.org
|
|
#. summary
|
|
msgid "Javadocs for rhq-plugin-annotations"
|
|
msgstr ""
|
|
|
|
#: rhq-plugin-annotations-javadoc
|
|
#. homepage: http://rhq-project.org
|
|
#. description
|
|
msgid "This package contains the API documentation for rhq-plugin-annotations."
|
|
msgstr ""
|
|
|
|
#: librhythmbox
|
|
#. homepage: https://wiki.gnome.org/Apps/Rhythmbox
|
|
#. summary
|
|
msgid "Shared Rhythmbox Library"
|
|
msgstr ""
|
|
|
|
#: librhythmbox
|
|
#. homepage: https://wiki.gnome.org/Apps/Rhythmbox
|
|
#. description
|
|
msgid "This package provides shared library needed for Rhythmbox to work"
|
|
msgstr ""
|
|
|
|
#: librhythmbox-devel
|
|
#. homepage: https://wiki.gnome.org/Apps/Rhythmbox
|
|
#. summary
|
|
msgid "Development files for Rhythmbox library"
|
|
msgstr ""
|
|
|
|
#: librhythmbox-devel
|
|
#. homepage: https://wiki.gnome.org/Apps/Rhythmbox
|
|
#. description
|
|
msgid ""
|
|
"Files needed to develop applications that manipulate Rhythmbox,\n"
|
|
"an integrated music management application."
|
|
msgstr ""
|
|
|
|
#: librhythmbox-gir
|
|
#. homepage: https://wiki.gnome.org/Apps/Rhythmbox
|
|
#. summary
|
|
msgid "GObject introspection data for the Gedit"
|
|
msgstr ""
|
|
|
|
#: librhythmbox-gir
|
|
#. homepage: https://wiki.gnome.org/Apps/Rhythmbox
|
|
#. description
|
|
msgid "GObject introspection data for the Rhythmbox music manager/"
|
|
msgstr ""
|
|
|
|
#: librhythmbox-gir-devel
|
|
#. homepage: https://wiki.gnome.org/Apps/Rhythmbox
|
|
#. summary
|
|
msgid "GObject introspection devel data for the Rhythmbox"
|
|
msgstr ""
|
|
|
|
#: librhythmbox-gir-devel
|
|
#. homepage: https://wiki.gnome.org/Apps/Rhythmbox
|
|
#. description
|
|
msgid "GObject introspection devel data for the Rhythmbox music manager."
|
|
msgstr ""
|
|
|
|
#: rhythmbox
|
|
#. homepage: https://wiki.gnome.org/Apps/Rhythmbox
|
|
#. summary
|
|
msgid "Music Management Application"
|
|
msgstr ""
|
|
|
|
#: rhythmbox
|
|
#. homepage: https://wiki.gnome.org/Apps/Rhythmbox
|
|
#. description
|
|
msgid ""
|
|
"Rhythmbox is an integrated music management application, supporting\n"
|
|
"a music library, multiple playlists, internet radio, and more."
|
|
msgstr ""
|
|
|
|
#: rhythmbox-devel-doc
|
|
#. homepage: https://wiki.gnome.org/Apps/Rhythmbox
|
|
#. summary
|
|
msgid "API documentation for Rhythmbox"
|
|
msgstr ""
|
|
|
|
#: rhythmbox-devel-doc
|
|
#. homepage: https://wiki.gnome.org/Apps/Rhythmbox
|
|
#. description
|
|
msgid "API documentation for Rhythmbox, an integrated music management application."
|
|
msgstr ""
|
|
|
|
#: rhythmbox-plugins
|
|
#. homepage: https://wiki.gnome.org/Apps/Rhythmbox
|
|
#. summary
|
|
msgid "All plugins for Rhythmbox"
|
|
msgstr ""
|
|
|
|
#: rhythmbox-plugins
|
|
#. homepage: https://wiki.gnome.org/Apps/Rhythmbox
|
|
#. description
|
|
msgid "This virtual package installs all Rhythmbox plugins"
|
|
msgstr ""
|
|
|
|
#: rhythmbox-plugins-android
|
|
#. homepage: https://wiki.gnome.org/Apps/Rhythmbox
|
|
#. summary
|
|
msgid "Android plugin for Rhythmbox"
|
|
msgstr ""
|
|
|
|
#: rhythmbox-plugins-android
|
|
#. homepage: https://wiki.gnome.org/Apps/Rhythmbox
|
|
#. description
|
|
msgid "A plugin that supports Android 4.0+ devices (via MTP)."
|
|
msgstr ""
|
|
|
|
#: rhythmbox-plugins-audioscrobbler
|
|
#. homepage: https://wiki.gnome.org/Apps/Rhythmbox
|
|
#. summary
|
|
msgid "Audioscrobbler plugin for Rhythmbox"
|
|
msgstr ""
|
|
|
|
#: rhythmbox-plugins-audioscrobbler
|
|
#. homepage: https://wiki.gnome.org/Apps/Rhythmbox
|
|
#. description
|
|
msgid ""
|
|
"Plugin to the Rhythmbox music manager that adds\n"
|
|
"Audioscrobbler (Last.fm) service support."
|
|
msgstr ""
|
|
|
|
#: rhythmbox-plugins-cd-recorder
|
|
#. homepage: https://wiki.gnome.org/Apps/Rhythmbox
|
|
#. summary
|
|
msgid "CD recorder plugin for Rhythmbox"
|
|
msgstr ""
|
|
|
|
#: rhythmbox-plugins-cd-recorder
|
|
#. homepage: https://wiki.gnome.org/Apps/Rhythmbox
|
|
#. description
|
|
msgid ""
|
|
"Plugin to the Rhythmbox music manager that provides\n"
|
|
"support for recording audio CDs from playlists"
|
|
msgstr ""
|
|
|
|
#: rhythmbox-plugins-daap
|
|
#. homepage: https://wiki.gnome.org/Apps/Rhythmbox
|
|
#. summary
|
|
msgid "DAAP plugin for Rhythmbox"
|
|
msgstr ""
|
|
|
|
#: rhythmbox-plugins-daap
|
|
#. homepage: https://wiki.gnome.org/Apps/Rhythmbox
|
|
#. description
|
|
msgid ""
|
|
"Plugin to the Rhythmbox music manager that provides\n"
|
|
"support for DAAP Music Sharing"
|
|
msgstr ""
|
|
|
|
#: rhythmbox-plugins-fmradio
|
|
#. homepage: https://wiki.gnome.org/Apps/Rhythmbox
|
|
#. summary
|
|
msgid "FM radio plugin for Rhythmbox"
|
|
msgstr ""
|
|
|
|
#: rhythmbox-plugins-fmradio
|
|
#. homepage: https://wiki.gnome.org/Apps/Rhythmbox
|
|
#. description
|
|
msgid ""
|
|
"Plugin to the Rhythmbox music manager that provides\n"
|
|
"Support for FM radio broadcasting services"
|
|
msgstr ""
|
|
|
|
#: rhythmbox-plugins-grilo
|
|
#. homepage: https://wiki.gnome.org/Apps/Rhythmbox
|
|
#. summary
|
|
msgid "Grilo browser for Rhythmbox"
|
|
msgstr ""
|
|
|
|
#: rhythmbox-plugins-grilo
|
|
#. homepage: https://wiki.gnome.org/Apps/Rhythmbox
|
|
#. description
|
|
msgid ""
|
|
"A plugin to let you browse media content from various sources using\n"
|
|
"Grilo."
|
|
msgstr ""
|
|
|
|
#: rhythmbox-plugins-im-status
|
|
#. homepage: https://wiki.gnome.org/Apps/Rhythmbox
|
|
#. summary
|
|
msgid "IM status plugin for Rhythmbox"
|
|
msgstr ""
|
|
|
|
#: rhythmbox-plugins-im-status
|
|
#. homepage: https://wiki.gnome.org/Apps/Rhythmbox
|
|
#. description
|
|
msgid ""
|
|
"This plugin updates IM status according to the current song (works with\n"
|
|
"Empathy & Gossip)"
|
|
msgstr ""
|
|
|
|
#: rhythmbox-plugins-ipod
|
|
#. homepage: https://wiki.gnome.org/Apps/Rhythmbox
|
|
#. summary
|
|
msgid "iPod plugin for Rhythmbox"
|
|
msgstr ""
|
|
|
|
#: rhythmbox-plugins-ipod
|
|
#. homepage: https://wiki.gnome.org/Apps/Rhythmbox
|
|
#. description
|
|
msgid ""
|
|
"Plugin to the Rhythmbox music manager that adds\n"
|
|
"support for Apple iPod media player."
|
|
msgstr ""
|
|
|
|
#: rhythmbox-plugins-iradio
|
|
#. homepage: https://wiki.gnome.org/Apps/Rhythmbox
|
|
#. summary
|
|
msgid "Internet Radio plugin for Rhythmbox"
|
|
msgstr ""
|
|
|
|
#: rhythmbox-plugins-iradio
|
|
#. homepage: https://wiki.gnome.org/Apps/Rhythmbox
|
|
#. description
|
|
msgid ""
|
|
"Plugin to the Rhythmbox music manager that provides\n"
|
|
"support for Internel Radio"
|
|
msgstr ""
|
|
|
|
#: rhythmbox-plugins-lirc
|
|
#. homepage: https://wiki.gnome.org/Apps/Rhythmbox
|
|
#. summary
|
|
msgid "LIRC plugin for Rhythmbox"
|
|
msgstr ""
|
|
|
|
#: rhythmbox-plugins-lirc
|
|
#. homepage: https://wiki.gnome.org/Apps/Rhythmbox
|
|
#. description
|
|
msgid ""
|
|
"Plugin to the Rhythmbox music manager that adds\n"
|
|
"Linux Infrared Remote Control support."
|
|
msgstr ""
|
|
|
|
#: rhythmbox-plugins-media-server
|
|
#. homepage: https://wiki.gnome.org/Apps/Rhythmbox
|
|
#. summary
|
|
msgid "MediaServer2 D-Bus interface for Rhythmbox"
|
|
msgstr ""
|
|
|
|
#: rhythmbox-plugins-media-server
|
|
#. homepage: https://wiki.gnome.org/Apps/Rhythmbox
|
|
#. description
|
|
msgid ""
|
|
"This plugin provides an implementation of the MediaServer2 D-Bus\n"
|
|
"interface specification for Rhythmbox."
|
|
msgstr ""
|
|
|
|
#: rhythmbox-plugins-mmkeys
|
|
#. homepage: https://wiki.gnome.org/Apps/Rhythmbox
|
|
#. summary
|
|
msgid "Media Player Keys plugin for Rhythmbox"
|
|
msgstr ""
|
|
|
|
#: rhythmbox-plugins-mmkeys
|
|
#. homepage: https://wiki.gnome.org/Apps/Rhythmbox
|
|
#. description
|
|
msgid ""
|
|
"Plugin to the Rhythmbox music manager that provides\n"
|
|
"control Rhythmbox using key shortcuts"
|
|
msgstr ""
|
|
|
|
#: rhythmbox-plugins-mpris
|
|
#. homepage: https://wiki.gnome.org/Apps/Rhythmbox
|
|
#. summary
|
|
msgid "MPRIS D-Bus interface for Rhythmbox"
|
|
msgstr ""
|
|
|
|
#: rhythmbox-plugins-mpris
|
|
#. homepage: https://wiki.gnome.org/Apps/Rhythmbox
|
|
#. description
|
|
msgid ""
|
|
"This plugin provides an implementation of the MPRIS D-Bus interface\n"
|
|
"specification for Rhythmbox."
|
|
msgstr ""
|
|
|
|
#: rhythmbox-plugins-mtpdevice
|
|
#. homepage: https://wiki.gnome.org/Apps/Rhythmbox
|
|
#. summary
|
|
msgid "MTP device plugin for Rhythmbox"
|
|
msgstr ""
|
|
|
|
#: rhythmbox-plugins-mtpdevice
|
|
#. homepage: https://wiki.gnome.org/Apps/Rhythmbox
|
|
#. description
|
|
msgid ""
|
|
"Plugin to the Rhythmbox music manager that adds\n"
|
|
"support for MTP devices."
|
|
msgstr ""
|
|
|
|
#: rhythmbox-plugins-notification
|
|
#. homepage: https://wiki.gnome.org/Apps/Rhythmbox
|
|
#. summary
|
|
msgid "Status icon plugin for Rhythmbox"
|
|
msgstr ""
|
|
|
|
#: rhythmbox-plugins-notification
|
|
#. homepage: https://wiki.gnome.org/Apps/Rhythmbox
|
|
#. description
|
|
msgid "Status icon and notification popups plugin for Rhythmbox"
|
|
msgstr ""
|
|
|
|
#: rhythmbox-plugins-power-manager
|
|
#. homepage: https://wiki.gnome.org/Apps/Rhythmbox
|
|
#. summary
|
|
msgid "Power Manager plugin for Rhythmbox"
|
|
msgstr ""
|
|
|
|
#: rhythmbox-plugins-power-manager
|
|
#. homepage: https://wiki.gnome.org/Apps/Rhythmbox
|
|
#. description
|
|
msgid ""
|
|
"Plugin to the Rhythmbox music manager that provides\n"
|
|
"inhibit Power Manager from suspending the machine while playing"
|
|
msgstr ""
|
|
|
|
#: rhythmbox-plugins-python
|
|
#. homepage: https://wiki.gnome.org/Apps/Rhythmbox
|
|
#. summary
|
|
msgid "Python plugins for Rhythmbox"
|
|
msgstr ""
|
|
|
|
#: rhythmbox-plugins-python
|
|
#. homepage: https://wiki.gnome.org/Apps/Rhythmbox
|
|
#. description
|
|
msgid ""
|
|
"Python scripting language capabilities and several Python plugins\n"
|
|
"to the Rhythmbox music manager."
|
|
msgstr ""
|
|
|
|
#: ricochet
|
|
#. homepage: https://ricochet.im/
|
|
#. summary
|
|
msgid "Anonymous peer-to-peer instant messaging"
|
|
msgstr ""
|
|
|
|
#: ricochet
|
|
#. homepage: https://ricochet.im/
|
|
#. description
|
|
msgid ""
|
|
"Anonymous metadata-resistant instant messaging that just works.\n"
|
|
"\n"
|
|
"Ricochet is an experimental kind of instant messaging that\n"
|
|
"doesn't trust anyone with your identity, your contact list, or your communications.\n"
|
|
"\n"
|
|
"You can chat without exposing your identity (or IP address) to anyone\n"
|
|
"Nobody can discover who your contacts are or when you talk (metadata-free!)\n"
|
|
"There are no servers or operators that could be compromised, exposing your information.\n"
|
|
"It's cross-platform and easy for non-technical users."
|
|
msgstr ""
|
|
|
|
#: rinetd
|
|
#. homepage: http://www.boutell.com/rinetd/
|
|
#. summary
|
|
msgid "TCP Redirection Server"
|
|
msgstr ""
|
|
|
|
#: rinetd
|
|
#. homepage: http://www.boutell.com/rinetd/
|
|
#. description
|
|
msgid ""
|
|
"rinetd redirects TCP connections from one IP address and port to\n"
|
|
"another address and port. rinetd is a single-process server which\n"
|
|
"handles any number of connections to the address or port pairs\n"
|
|
"specified in the file /etc/rinetd.conf. Because rinetd runs as a single\n"
|
|
"process using nonblocking I/O, it is able to redirect a large number of\n"
|
|
"connections without a severe impact on the machine. This makes it\n"
|
|
"practical to run TCP services on machines inside an IP masquerading\n"
|
|
"firewall.\n"
|
|
"\n"
|
|
"Note: rinetd can not redirect FTP because FTP requires more than one\n"
|
|
"socket."
|
|
msgstr ""
|
|
|
|
#: libring0
|
|
#. homepage: https://jami.net/
|
|
#. summary
|
|
msgid "ring-project library"
|
|
msgstr ""
|
|
|
|
#: libring0
|
|
#. homepage: https://jami.net/
|
|
#. description
|
|
msgid "ring-project library."
|
|
msgstr ""
|
|
|
|
#: libringclient1.0.0
|
|
#. homepage: https://jami.net/
|
|
#. summary
|
|
msgid "Ring client library"
|
|
msgstr ""
|
|
|
|
#: libringclient1.0.0
|
|
#. homepage: https://jami.net/
|
|
#. description
|
|
msgid "Client library for GNU Ring."
|
|
msgstr ""
|
|
|
|
#: ring-client-gnome
|
|
#. homepage: https://jami.net/
|
|
#. summary
|
|
msgid "Ring client written in GTK+"
|
|
msgstr ""
|
|
|
|
#: ring-client-gnome
|
|
#. homepage: https://jami.net/
|
|
#. description
|
|
msgid ""
|
|
"Ring-client-gnome is a Ring client written in GTK+. It uses libRingClient to\n"
|
|
"communicate with the Ring daemon and for all of the underlying models and their\n"
|
|
"logic. Ideally ring-client-gnome should only contain UI related code and any\n"
|
|
"wrappers necessary for interacting with libRingClient."
|
|
msgstr ""
|
|
|
|
#: ring-client-qt
|
|
#. homepage: https://jami.net/
|
|
#. summary
|
|
msgid "Ring client written in Qt"
|
|
msgstr ""
|
|
|
|
#: ring-client-qt
|
|
#. homepage: https://jami.net/
|
|
#. description
|
|
msgid ""
|
|
"Ring-client-gnome is a Ring client written in Qt. It uses libRingClient to\n"
|
|
"communicate with the Ring daemon and for all of the underlying models and their\n"
|
|
"logic. Ideally ring-client-qt should only contain UI related code and any\n"
|
|
"wrappers necessary for interacting with libRingClient."
|
|
msgstr ""
|
|
|
|
#: ring-daemon
|
|
#. homepage: https://jami.net/
|
|
#. summary
|
|
msgid "SIP and IAX2 compatible softphone daemon"
|
|
msgstr ""
|
|
|
|
#: ring-daemon
|
|
#. homepage: https://jami.net/
|
|
#. description
|
|
msgid ""
|
|
"As the SIP/audio daemon and the user interface are separate processes,\n"
|
|
"it is easy to provide different user interfaces. Ring comes with\n"
|
|
"various graphical user interfaces and even scripts to control the daemon from\n"
|
|
"the shell."
|
|
msgstr ""
|
|
|
|
#: ring-project
|
|
#. homepage: https://jami.net/
|
|
#. summary
|
|
msgid "SIP and IAX2 compatible softphone"
|
|
msgstr ""
|
|
|
|
#: ring-project
|
|
#. homepage: https://jami.net/
|
|
#. description
|
|
msgid ""
|
|
"Ring is a Voice-over-IP software phone. We want it to be:\n"
|
|
"- user friendly (fast, sleek, easy to learn interface)\n"
|
|
"- professional grade (transfers, holds, optimal audio quality)\n"
|
|
"- fully compatible with Asterisk (SIP and IAX protocols)\n"
|
|
"- de-centralized call (P2P-DHT)\n"
|
|
"- customizable\n"
|
|
"\n"
|
|
"As the SIP/audio daemon and the user interface are separate processes,\n"
|
|
"it is easy to provide different user interfaces. Ring comes with\n"
|
|
"various graphical user interfaces and even scripts to control the daemon from\n"
|
|
"the shell."
|
|
msgstr ""
|
|
|
|
#: ring-project-common
|
|
#. homepage: https://jami.net/
|
|
#. summary
|
|
msgid "Common ring-project files"
|
|
msgstr ""
|
|
|
|
#: ring-project-devel
|
|
#. homepage: https://jami.net/
|
|
#. summary
|
|
msgid "Development files for ring-project"
|
|
msgstr ""
|
|
|
|
#: ring-project-devel
|
|
#. homepage: https://jami.net/
|
|
#. description
|
|
msgid ""
|
|
"The ring-project-devel package contains libraries and header files for\n"
|
|
"developing applications that use ring-project."
|
|
msgstr ""
|
|
|
|
#: ring-project-devel-static
|
|
#. homepage: https://jami.net/
|
|
#. description
|
|
msgid ""
|
|
"The ring-project-devel package contains static libraries for\n"
|
|
"developing applications that use ring-project."
|
|
msgstr ""
|
|
|
|
#: ringtonetools
|
|
#. homepage: http://ringtonetools.mikekohn.net
|
|
#. summary
|
|
msgid "Tool for converting ringtones and logos for mobile phones"
|
|
msgstr ""
|
|
|
|
#: ringtonetools
|
|
#. homepage: http://ringtonetools.mikekohn.net
|
|
#. description
|
|
msgid ""
|
|
"Ringtone tools will convert from the following formats: rtttl,\n"
|
|
"rtx, imelody, midi, wav, bmp, text and can turn them into wav,\n"
|
|
"kws, mot, pdb, nokia, rtttl, samsung, midi, ems. With these\n"
|
|
"formats you can load Nokia, Kyocera, Motorola, Samsung, and\n"
|
|
"other phones with ringtones and logos.\n"
|
|
"\n"
|
|
"THIS MAY NOT BE USED IN COMMERCIAL ENVIRONMENTS WITHOUT\n"
|
|
"PERMISSION OF THE AUTHOR. PLEASE READ THE LICENSE."
|
|
msgstr ""
|
|
|
|
#: rinse
|
|
#. homepage: https://gitorious.org/rinse
|
|
#. summary
|
|
msgid "A collection of scripts for working with Xen guest images"
|
|
msgstr ""
|
|
|
|
#: rinse
|
|
#. homepage: https://gitorious.org/rinse
|
|
#. description
|
|
msgid ""
|
|
"rinse contains a collection of Perl scripts for working with Xen guest images\n"
|
|
"under Linux.\n"
|
|
"Using this software, you can easily create new Xen guests configured to be\n"
|
|
"accessible over the network via OpenSSH.\n"
|
|
"xen-tools currently has scripts to install most releases of Debian and Ubuntu and\n"
|
|
"some RPM-based distributions."
|
|
msgstr ""
|
|
|
|
#: rinutils
|
|
#. homepage: https://github.com/shlomif/rinutils
|
|
#. summary
|
|
msgid "Shlomi Fish's gnu11 C Library of Random headers"
|
|
msgstr ""
|
|
|
|
#: rinutils
|
|
#. homepage: https://github.com/shlomif/rinutils
|
|
#. description
|
|
msgid ""
|
|
"This is a set of C headers containing macros and static functions\n"
|
|
"that are expected to work on Unix-like systems and MS Windows\n"
|
|
"that have been extracted from Shlomi Fishs projects."
|
|
msgstr ""
|
|
|
|
#: riot-desktop
|
|
#. homepage: https://riot.im/desktop.html
|
|
#. summary
|
|
msgid "A glossy Matrix collaboration client"
|
|
msgstr ""
|
|
|
|
#: riot-desktop
|
|
#. homepage: https://riot.im/desktop.html
|
|
#. description
|
|
msgid "Riot (formerly known as Vector) is a Matrix web client built using the Matrix React SDK."
|
|
msgstr ""
|
|
|
|
#: ripasso
|
|
#. homepage: https://github.com/cortex/ripasso
|
|
#. summary
|
|
msgid "a simple password manager written in Rust"
|
|
msgstr ""
|
|
|
|
#: ripasso
|
|
#. homepage: https://github.com/cortex/ripasso
|
|
#. description
|
|
msgid ""
|
|
"Ripasso is a simple password manager written in Rust.\n"
|
|
"\n"
|
|
"The root crate ripasso is a library for accessing and\n"
|
|
"decrypting passwords stored in pass format (GPG-encrypted files),\n"
|
|
"with a file-watcher event emitter.\n"
|
|
"\n"
|
|
"Multiple UI's in different stages of development are available\n"
|
|
"in subcrates."
|
|
msgstr ""
|
|
|
|
#: ripes
|
|
#. homepage: https://github.com/mortbopet/Ripes
|
|
#. summary
|
|
msgid "A graphical 5-stage RISC-V pipeline simulator"
|
|
msgstr ""
|
|
|
|
#: ripes
|
|
#. homepage: https://github.com/mortbopet/Ripes
|
|
#. description
|
|
msgid ""
|
|
"Ripes is a graphical 5-stage processor pipeline simulator and assembly\n"
|
|
"code editor built for the RISC-V instruction set architecture, suitable\n"
|
|
"for teaching how assembly level code is executed on a classic pipelined\n"
|
|
"architecture. Ripes is especially suitable for illustrating how concepts\n"
|
|
"such as forwarding and stalling works, giving a visual representation of\n"
|
|
"both cases."
|
|
msgstr ""
|
|
|
|
#: ripgrep
|
|
#. homepage: https://github.com/BurntSushi/ripgrep
|
|
#. summary
|
|
msgid "Recursively searches directories for a regex pattern"
|
|
msgstr ""
|
|
|
|
#: ripgrep
|
|
#. homepage: https://github.com/BurntSushi/ripgrep
|
|
#. description
|
|
msgid ""
|
|
"ripgrep is a line-oriented search tool that recursively searches\n"
|
|
"your current directory for a regex pattern."
|
|
msgstr ""
|
|
|
|
#: ristretto
|
|
#. homepage: https://docs.xfce.org/apps/ristretto/start
|
|
#. summary
|
|
msgid "Ristretto is an image-viewer for the Xfce Desktop Environment"
|
|
msgstr ""
|
|
|
|
#: ristretto
|
|
#. homepage: https://docs.xfce.org/apps/ristretto/start
|
|
#. description
|
|
msgid ""
|
|
"Ristretto is a fast and lightweight image-viewer for the Xfce desktop\n"
|
|
"environment."
|
|
msgstr ""
|
|
|
|
#: ritopt
|
|
#. homepage: http://ritopt.sourceforge.net/
|
|
#. summary
|
|
msgid "A Java library for parsing command-line options"
|
|
msgstr ""
|
|
|
|
#: ritopt
|
|
#. homepage: http://ritopt.sourceforge.net/
|
|
#. description
|
|
msgid "Ritopt is an options parser for the Java programming language"
|
|
msgstr ""
|
|
|
|
#: ritopt-javadoc
|
|
#. homepage: http://ritopt.sourceforge.net/
|
|
#. summary
|
|
msgid "Javadoc for ritopt"
|
|
msgstr ""
|
|
|
|
#: ritopt-javadoc
|
|
#. homepage: http://ritopt.sourceforge.net/
|
|
#. description
|
|
msgid "Documentation for the ritopt library"
|
|
msgstr ""
|
|
|
|
#: rivalcfg
|
|
#. homepage: https://github.com/flozz/rivalcfg
|
|
#. summary
|
|
msgid "Configure SteelSeries Rival gaming mice"
|
|
msgstr ""
|
|
|
|
#: rivalcfg
|
|
#. homepage: https://github.com/flozz/rivalcfg
|
|
#. description
|
|
msgid ""
|
|
"rivalcfg is a small CLI utility program that allows you to configure\n"
|
|
"SteelSeries Rival gaming mice on Linux."
|
|
msgstr ""
|
|
|
|
#: rkdeveloptool
|
|
#. homepage: https://github.com/rockchip-linux/rkdeveloptool
|
|
#. summary
|
|
msgid "rkdeveloptool gives you a simple way to read/write rockusb device"
|
|
msgstr ""
|
|
|
|
#: rkdeveloptool
|
|
#. homepage: https://github.com/rockchip-linux/rkdeveloptool
|
|
#. description
|
|
msgid "rkdeveloptool gives you a simple way to read/write rockusb device."
|
|
msgstr ""
|
|
|
|
#: rkflashtool
|
|
#. homepage: https://github.com/linux-rockchip/rkflashtool
|
|
#. summary
|
|
msgid "Tools for flashing Rockchip devices"
|
|
msgstr ""
|
|
|
|
#: rkflashtool
|
|
#. homepage: https://github.com/linux-rockchip/rkflashtool
|
|
#. description
|
|
msgid "Tools for flashing Rockchip devices."
|
|
msgstr ""
|
|
|
|
#: librlog14
|
|
#. homepage: http://pobox.com/~vgough/rlog
|
|
#. summary
|
|
msgid "Runtime Logging for C++"
|
|
msgstr ""
|
|
|
|
#: librlog14
|
|
#. homepage: http://pobox.com/~vgough/rlog
|
|
#. description
|
|
msgid ""
|
|
"RLog provides a flexible message logging facility for C++ programs and\n"
|
|
"libraries. It is meant to be fast enough to leave in production code."
|
|
msgstr ""
|
|
|
|
#: rlwrap
|
|
#. homepage: https://github.com/hanslub42/rlwrap
|
|
#. summary
|
|
msgid "Line editor - readline wrapper"
|
|
msgstr ""
|
|
|
|
#: rlwrap
|
|
#. homepage: https://github.com/hanslub42/rlwrap
|
|
#. description
|
|
msgid ""
|
|
"rlwrap is a 'readline wrapper', a small utility that uses the GNU\n"
|
|
"readline library to allow the editing of keyboard input for any\n"
|
|
"command."
|
|
msgstr ""
|
|
|
|
#: rman
|
|
#. homepage: http://polyglotman.sourceforge.net/rman.html
|
|
#. summary
|
|
msgid "reverse compile man pages from formatted form to a number of source formats"
|
|
msgstr ""
|
|
|
|
#: rman
|
|
#. homepage: http://polyglotman.sourceforge.net/rman.html
|
|
#. description
|
|
msgid ""
|
|
"PolyglotMan takes man pages from most of the popular flavors of UNIX\n"
|
|
"and transforms them into any of a number of text source formats. Poly-\n"
|
|
"glotMan was formerly known as RosettaMan. The name of the binary is\n"
|
|
"still called rman , for scripts that depend on that name; mnemonically,\n"
|
|
"just think \"reverse man\". Previously PolyglotMan required pages to be\n"
|
|
"formatted by nroff prior to its processing. With version 3.0, it\n"
|
|
"prefers [tn]roff source and usually produces results that are better\n"
|
|
"yet. And source processing is the only way to translate tables. Source\n"
|
|
"format translation is not as mature as formatted, however, so try for-\n"
|
|
"matted translation as a backup."
|
|
msgstr ""
|
|
|
|
#: rmic-maven-plugin
|
|
#. homepage: http://mojo.codehaus.org/rmic-maven-plugin
|
|
#. summary
|
|
msgid "Uses the java rmic compiler to generate classes used in remote method invocation"
|
|
msgstr ""
|
|
|
|
#: rmic-maven-plugin
|
|
#. homepage: http://mojo.codehaus.org/rmic-maven-plugin
|
|
#. description
|
|
msgid ""
|
|
"This plugin works with Maven 2 and uses the java rmic compiler to generate\n"
|
|
"classes used in remote method invocation."
|
|
msgstr ""
|
|
|
|
#: rmic-maven-plugin-javadoc
|
|
#. homepage: http://mojo.codehaus.org/rmic-maven-plugin
|
|
#. summary
|
|
msgid "Javadoc for rmic-maven-plugin"
|
|
msgstr ""
|
|
|
|
#: rmic-maven-plugin-javadoc
|
|
#. homepage: http://mojo.codehaus.org/rmic-maven-plugin
|
|
#. description
|
|
msgid "This package contains the API documentation for rmic-maven-plugin."
|
|
msgstr ""
|
|
|
|
#: rng-tools
|
|
#. homepage: https://github.com/nhorman/rng-tools
|
|
#. summary
|
|
msgid "Random number generator related utilities"
|
|
msgstr ""
|
|
|
|
#: rng-tools
|
|
#. homepage: https://github.com/nhorman/rng-tools
|
|
#. description
|
|
msgid ""
|
|
"Hardware random number generation tool.\n"
|
|
"It monitors a set of entropy sources, and supplies entropy from them\n"
|
|
"to the system kernel's /dev/random machinery."
|
|
msgstr ""
|
|
|
|
#: rngom201103
|
|
#. homepage: https://java.net/projects/rngom
|
|
#. summary
|
|
msgid "Java library for parsing RELAX NG grammars"
|
|
msgstr ""
|
|
|
|
#: rngom201103
|
|
#. homepage: https://java.net/projects/rngom
|
|
#. description
|
|
msgid ""
|
|
"RNGOM is an open-source Java library for parsing RELAX NG grammars.\n"
|
|
"\n"
|
|
"In particular, RNGOM can:\n"
|
|
"* parse the XML syntax\n"
|
|
"* parse the compact syntax\n"
|
|
"* check all the semantic restrictions as specified in the specification\n"
|
|
"* parse RELAX NG into application-defined data structures\n"
|
|
"* build a default data structure based around the binarized simple syntax or\n"
|
|
" another data structure that preserves more of the parsed information\n"
|
|
"* parse foreign elements/attributes in a schema\n"
|
|
"* parse comments in a schema"
|
|
msgstr ""
|
|
|
|
#: rngom201103-javadoc
|
|
#. homepage: https://java.net/projects/rngom
|
|
#. summary
|
|
msgid "Javadoc for rngom"
|
|
msgstr ""
|
|
|
|
#: rngom201103-javadoc
|
|
#. homepage: https://java.net/projects/rngom
|
|
#. description
|
|
msgid "This package contains javadoc for rngom."
|
|
msgstr ""
|
|
|
|
#: robotfindskitten
|
|
#. homepage: http://robotfindskitten.org
|
|
#. summary
|
|
msgid "A game/zen simulation. You are robot. Your job is to find kitten."
|
|
msgstr ""
|
|
|
|
#: robotfindskitten
|
|
#. homepage: http://robotfindskitten.org
|
|
#. description
|
|
msgid ""
|
|
"In this game, you are robot (#). Your job is to find kitten. This task\n"
|
|
"is complicated by the existence of various things which are not kitten.\n"
|
|
"Robot must touch items to determine if they are kitten or not. The game\n"
|
|
"ends when robotfindskitten."
|
|
msgstr ""
|
|
|
|
#: librocksdb
|
|
#. homepage: https://rocksdb.org/
|
|
#. summary
|
|
msgid "A Persistent Key-Value Store for Flash and RAM Storage"
|
|
msgstr ""
|
|
|
|
#: librocksdb
|
|
#. homepage: https://rocksdb.org/
|
|
#. description
|
|
msgid ""
|
|
"Rocksdb is a library that forms the core building block for a fast key value\n"
|
|
"server, especially suited for storing data on flash drives. It has a\n"
|
|
"Log-Structured-Merge-Database (LSM) design with flexible trade offs between\n"
|
|
"Write-Amplification-Factor (WAF), Read-Amplification-Factor (RAF) and\n"
|
|
"Space-Amplification-Factor (SAF). It has multithreaded compaction, making it\n"
|
|
"specially suitable for storing multiple terabytes of data in a single database."
|
|
msgstr ""
|
|
|
|
#: librocksdb-devel
|
|
#. homepage: https://rocksdb.org/
|
|
#. summary
|
|
msgid "Development files for rocksdb"
|
|
msgstr ""
|
|
|
|
#: librocksdb-devel-static
|
|
#. homepage: https://rocksdb.org/
|
|
#. summary
|
|
msgid "Static library for rocksdb"
|
|
msgstr ""
|
|
|
|
#: rocksdb-tools
|
|
#. homepage: https://rocksdb.org/
|
|
#. summary
|
|
msgid "A Persistent Key-Value Store for Flash and RAM Storage (tools)"
|
|
msgstr ""
|
|
|
|
#: rocksdb-tools
|
|
#. homepage: https://rocksdb.org/
|
|
#. description
|
|
msgid ""
|
|
"Administration and Data Access Tools\n"
|
|
"\n"
|
|
"- The ldb command line tool offers multiple data access and database admin\n"
|
|
" commands.\n"
|
|
"- sst_dump tool can be used to gain insights about a specific SST file."
|
|
msgstr ""
|
|
|
|
#: rocksndiamonds
|
|
#. homepage: http://www.artsoft.org/rocksndiamonds
|
|
#. summary
|
|
msgid "A boulderdash like game"
|
|
msgstr ""
|
|
|
|
#: rocksndiamonds
|
|
#. homepage: http://www.artsoft.org/rocksndiamonds
|
|
#. description
|
|
msgid ""
|
|
"Arcade style game for Unix, DOS and Windows.\n"
|
|
"\n"
|
|
"A game like \"Boulderdash\" (C64) or \"Emerald Mine\" (Amiga).\n"
|
|
"Included are many levels known from the games \"Boulderdash\",\n"
|
|
"\"Emerald Mine\", \"Sokoban\", \"Supaplex\" and \"DX-Boulderdash\",\n"
|
|
"level elements for \"Diamond Caves II\" style games\n"
|
|
"and a lot of new levels designed by other players.\n"
|
|
"\n"
|
|
"Some features:\n"
|
|
" - joystick support for Linux, FreeBSD and DOS/Windows\n"
|
|
" - local multiplayer support for all supported platforms\n"
|
|
" - network multiplayer support for Unix platform\n"
|
|
" - soft scrolling with 50 frames/s\n"
|
|
" - stereo sound effects and music\n"
|
|
" - music module support for SDL version (Unix/Win32)\n"
|
|
" - fullscreen support for SDL version (Unix/Win32)\n"
|
|
" - lots of additional levels available (over 10.000)\n"
|
|
" - complete source code included under GNU GPL"
|
|
msgstr ""
|
|
|
|
#: rocksndiamonds-data
|
|
#. homepage: http://www.artsoft.org/rocksndiamonds
|
|
#. summary
|
|
msgid "Rocks'N'Diamonds levels"
|
|
msgstr ""
|
|
|
|
#: rocksndiamonds-data
|
|
#. homepage: http://www.artsoft.org/rocksndiamonds
|
|
#. description
|
|
msgid "This package contains levels for Rocks'N'Diamonds"
|
|
msgstr ""
|
|
|
|
#: rocksndiamonds-bd2k3
|
|
#. homepage: http://www.artsoft.org/rocksndiamonds/levels/BD2K3/
|
|
#. summary
|
|
msgid "Extra levels for Rocks'n'Diamonds game"
|
|
msgstr ""
|
|
|
|
#: rocksndiamonds-bd2k3
|
|
#. homepage: http://www.artsoft.org/rocksndiamonds/levels/BD2K3/
|
|
#. description
|
|
msgid ""
|
|
"Rocks'n'Diamonds is a nice little game with color graphics\n"
|
|
"and sound for your Unix system.\n"
|
|
"\n"
|
|
"This is a package with \"BD2K3\" extra levels."
|
|
msgstr ""
|
|
|
|
#: rocksndiamonds-contributions
|
|
#. homepage: http://www.artsoft.org/rocksndiamonds-contributions
|
|
#. description
|
|
msgid ""
|
|
"Rocks'n'Diamonds is a nice little game with color graphics\n"
|
|
"and sound for your Unix system.\n"
|
|
"\n"
|
|
"This is a package with contributed extra levels."
|
|
msgstr ""
|
|
|
|
#: rocksndiamonds-dx
|
|
#. homepage: http://www.artsoft.org/rocksndiamonds-dx
|
|
#. description
|
|
msgid ""
|
|
"Rocks'n'Diamonds is a nice little game with color graphics\n"
|
|
"and sound for your Unix system.\n"
|
|
"\n"
|
|
"This is a package with \"DX Boulderdash\" extra levels."
|
|
msgstr ""
|
|
|
|
#: rocksndiamonds-emc
|
|
#. homepage: http://www.artsoft.org/rocksndiamonds-emc
|
|
#. description
|
|
msgid ""
|
|
"Rocks'n'Diamonds is a nice little game with color graphics\n"
|
|
"and sound for your Unix system.\n"
|
|
"\n"
|
|
"This is a package with \"Emerald Mine\" extra levels."
|
|
msgstr ""
|
|
|
|
#: rocksndiamonds-sp
|
|
#. homepage: http://www.artsoft.org/rocksndiamonds-sp
|
|
#. description
|
|
msgid ""
|
|
"Rocks'n'Diamonds is a nice little game with color graphics\n"
|
|
"and sound for your Unix system.\n"
|
|
"\n"
|
|
"This is a package with \"Supaplex\" extra levels."
|
|
msgstr ""
|
|
|
|
#: rodent-icon-theme
|
|
#. homepage: http://sourceforge.net/projects/xffm/files/rodent-icon-theme/
|
|
#. summary
|
|
msgid "Rodent is a svg (scalable) icon theme"
|
|
msgstr ""
|
|
|
|
#: rodent-icon-theme
|
|
#. homepage: http://sourceforge.net/projects/xffm/files/rodent-icon-theme/
|
|
#. description
|
|
msgid ""
|
|
"Rodent-icon-theme (was xfce4-icon-theme) is a svg (scalable) icon theme\n"
|
|
"created by Francois L Clainche and augmented by Pablo Morales Romero.\n"
|
|
"It is freedesktop compatible and works with most mayor Linux/BSD desktop\n"
|
|
"environments."
|
|
msgstr ""
|
|
|
|
#: rofi
|
|
#. homepage: https://davedavenport.github.io/rofi/
|
|
#. summary
|
|
msgid "A window switcher, run dialog and dmenu replacement"
|
|
msgstr ""
|
|
|
|
#: rofi
|
|
#. homepage: https://davedavenport.github.io/rofi/
|
|
#. description
|
|
msgid ""
|
|
"A popup window switcher roughly based on superswitcher, requiring only xlib and pango.\n"
|
|
"This version started off as a clone of simpleswitcher, the version from Sean Pringle.\n"
|
|
"All credit for this great tool should go to him. Rofi developed extra features,\n"
|
|
"like a run-dialog, ssh-launcher and can act as a drop-in dmenu replacement, making it a very versatile tool."
|
|
msgstr ""
|
|
|
|
#: rofi-devel
|
|
#. homepage: https://davedavenport.github.io/rofi/
|
|
#. summary
|
|
msgid "headers file for rofi launcher"
|
|
msgstr ""
|
|
|
|
#: rogue
|
|
#. homepage: http://rogue.rogueforge.net
|
|
#. summary
|
|
msgid "The original graphical adventure game"
|
|
msgstr ""
|
|
|
|
#: rogue
|
|
#. homepage: http://rogue.rogueforge.net
|
|
#. description
|
|
msgid ""
|
|
"The one, the only, the original graphical adventure game that spawned an\n"
|
|
"entire genre.\n"
|
|
"\n"
|
|
"Rogue 5.4 was developed between 1983 and 1984. The most common release\n"
|
|
"of 5.4 is found on the BSD 4.3 Unix distribution tape (June 1986) as\n"
|
|
"archived on the CSRG Archives CD Set and only as a binary executable.\n"
|
|
"\n"
|
|
"This is the final version of the original (Toy, Arnold, Wichman) rogue\n"
|
|
"developed for the UNIX operating system. The source code was recovered\n"
|
|
"by Ken Arnold and posted on Sourceforge which I then copied and restored\n"
|
|
"here."
|
|
msgstr ""
|
|
|
|
#: rome
|
|
#. homepage: http://rometools.github.io/rome/
|
|
#. summary
|
|
msgid "RSS and Atom Utilities"
|
|
msgstr ""
|
|
|
|
#: rome
|
|
#. homepage: http://rometools.github.io/rome/
|
|
#. description
|
|
msgid ""
|
|
"ROME is an set of open source Java tools for parsing, generating and\n"
|
|
"publishing RSS and Atom feeds."
|
|
msgstr ""
|
|
|
|
#: rome-certiorem
|
|
#. homepage: http://rometools.github.io/rome/
|
|
#. summary
|
|
msgid "A PubSubHubub implementation for Java based on ROME"
|
|
msgstr ""
|
|
|
|
#: rome-certiorem
|
|
#. homepage: http://rometools.github.io/rome/
|
|
#. description
|
|
msgid "PubSubHubub protocol implementation based on ROME."
|
|
msgstr ""
|
|
|
|
#: rome-fetcher
|
|
#. homepage: http://rometools.github.io/rome/
|
|
#. summary
|
|
msgid "Retrieves RSS feeds via HTTP conditional gets using ROME"
|
|
msgstr ""
|
|
|
|
#: rome-fetcher
|
|
#. homepage: http://rometools.github.io/rome/
|
|
#. description
|
|
msgid ""
|
|
"ROME Fetcher is a caching feed fetcher that supports retrieval of\n"
|
|
"feeds via HTTP conditional GET. Supports ETags, GZip compression,\n"
|
|
"and RFC3229 Delta encoding."
|
|
msgstr ""
|
|
|
|
#: rome-javadoc
|
|
#. homepage: http://rometools.github.io/rome/
|
|
#. summary
|
|
msgid "Javadoc for rome"
|
|
msgstr ""
|
|
|
|
#: rome-javadoc
|
|
#. homepage: http://rometools.github.io/rome/
|
|
#. description
|
|
msgid "This package contains javadoc for rome."
|
|
msgstr ""
|
|
|
|
#: rome-modules
|
|
#. homepage: http://rometools.github.io/rome/
|
|
#. summary
|
|
msgid "Plugin collection for the ROME RSS and Atom Utilities"
|
|
msgstr ""
|
|
|
|
#: rome-modules
|
|
#. homepage: http://rometools.github.io/rome/
|
|
#. description
|
|
msgid ""
|
|
"This module contains extensions that enable ROME to\n"
|
|
"handle several feed extensions like MediaRSS,\n"
|
|
"GeoRSS and others."
|
|
msgstr ""
|
|
|
|
#: rome-opml
|
|
#. homepage: http://rometools.github.io/rome/
|
|
#. summary
|
|
msgid "Support for OPML 1 and OPML 2 in ROME"
|
|
msgstr ""
|
|
|
|
#: rome-opml
|
|
#. homepage: http://rometools.github.io/rome/
|
|
#. description
|
|
msgid "This module contains Outline Processor Markup Language parser and tools."
|
|
msgstr ""
|
|
|
|
#: rome-propono
|
|
#. homepage: http://rometools.github.io/rome/
|
|
#. summary
|
|
msgid "ROME Propono"
|
|
msgstr ""
|
|
|
|
#: rome-propono
|
|
#. homepage: http://rometools.github.io/rome/
|
|
#. description
|
|
msgid ""
|
|
"The ROME Propono sub-project is a Java class library that\n"
|
|
"supports publishing protocols, specifically the Atom Publishing Protocol\n"
|
|
"and the legacy MetaWeblog API. Propono includes an Atom client library,\n"
|
|
"Atom server framework and a Blog client that supports both Atom protocol\n"
|
|
"and the MetaWeblog API."
|
|
msgstr ""
|
|
|
|
#: rome-utils
|
|
#. homepage: http://rometools.github.io/rome/
|
|
#. summary
|
|
msgid "Utility classes for ROME projects"
|
|
msgstr ""
|
|
|
|
#: rome-utils
|
|
#. homepage: http://rometools.github.io/rome/
|
|
#. description
|
|
msgid "This modules provides utility classes for all ROME projects."
|
|
msgstr ""
|
|
|
|
#: root-tail
|
|
#. homepage: http://goof.com/pcg/marc/root-tail.html
|
|
#. summary
|
|
msgid "Print text directly to X11 root window"
|
|
msgstr ""
|
|
|
|
#: root-tail
|
|
#. homepage: http://goof.com/pcg/marc/root-tail.html
|
|
#. description
|
|
msgid ""
|
|
"Displays a given file anywhere on your X11 root window with a\n"
|
|
"transparent background."
|
|
msgstr ""
|
|
|
|
#: root6
|
|
#. homepage: http://github.com/root-project/root.git
|
|
#. summary
|
|
msgid "C++ data analysis framework and interpreter from CERN."
|
|
msgstr ""
|
|
|
|
#: rootfiles
|
|
#. homepage:
|
|
#. summary
|
|
msgid "The basic required files for the root user's directory"
|
|
msgstr ""
|
|
|
|
#: rootfiles
|
|
#. homepage:
|
|
#. description
|
|
msgid ""
|
|
"This package contains basic required files that are placed in the\n"
|
|
"root user's account. These files are basically the same as the\n"
|
|
"files found in the etcskel package, which are placed in regular\n"
|
|
"users' home directories."
|
|
msgstr ""
|
|
|
|
#: rootfs-installer-features
|
|
#. homepage: http://www.altlinux.org/Installer/beans
|
|
#. summary
|
|
msgid "Run installer features during install via rootfs"
|
|
msgstr ""
|
|
|
|
#: rootlesskit
|
|
#. homepage: https://github.com/rootless-containers/rootlesskit
|
|
#. summary
|
|
msgid "Linux-native \"fake root\" for implementing rootless containers"
|
|
msgstr ""
|
|
|
|
#: rootlesskit
|
|
#. homepage: https://github.com/rootless-containers/rootlesskit
|
|
#. description
|
|
msgid ""
|
|
"RootlessKit is a Linux-native implementation of \"fake root\" using\n"
|
|
"user_namespaces(7).\n"
|
|
"\n"
|
|
"The purpose of RootlessKit is to run Docker and Kubernetes as an unprivileged\n"
|
|
"user (known as \"Rootless mode\"), so as to protect the real root on the host\n"
|
|
"from potential container-breakout attacks."
|
|
msgstr ""
|
|
|
|
#: rootsh
|
|
#. homepage: http://sourceforge.net/projects/rootsh/
|
|
#. summary
|
|
msgid "a logging wrapper for shells"
|
|
msgstr ""
|
|
|
|
#: rootsh
|
|
#. homepage: http://sourceforge.net/projects/rootsh/
|
|
#. description
|
|
msgid ""
|
|
"Rootsh is a wrapper for shells that logs all echoed keystrokes\n"
|
|
"and terminal output to a file and/or to syslog.\n"
|
|
"\n"
|
|
"It's main purpose is the auditing of users who need a shell with\n"
|
|
"root privileges. They start rootsh through the sudo mechanism."
|
|
msgstr ""
|
|
|
|
#: rosa-crypto-tool
|
|
#. homepage: https://abf.io/uxteam/rosa-crypto-tool-devel.git
|
|
#. summary
|
|
msgid "Program for working with electronic digital signatures"
|
|
msgstr ""
|
|
|
|
#: rosa-crypto-tool
|
|
#. homepage: https://abf.io/uxteam/rosa-crypto-tool-devel.git
|
|
#. description
|
|
msgid "Program for working with electronic digital signatures."
|
|
msgstr ""
|
|
|
|
#: rosa-imagewriter
|
|
#. homepage: https://abf.io/soft/rosa-imagewriter
|
|
#. summary
|
|
msgid "Utility for writing raw disk images and hybrid isos to USB keys"
|
|
msgstr ""
|
|
|
|
#: rosa-imagewriter
|
|
#. homepage: https://abf.io/soft/rosa-imagewriter
|
|
#. description
|
|
msgid ""
|
|
"Utility for writing raw disk images and hybrid isos to USB keys.\n"
|
|
"Based on SUSE Studio Imagewriter."
|
|
msgstr ""
|
|
|
|
#: rosa-media-player
|
|
#. homepage: https://abf.rosalinux.ru/uxteam/ROSA_Media_Player/tree/develop
|
|
#. summary
|
|
msgid "Multimedia player based on mplayer technology"
|
|
msgstr ""
|
|
|
|
#: rosa-media-player
|
|
#. homepage: https://abf.rosalinux.ru/uxteam/ROSA_Media_Player/tree/develop
|
|
#. description
|
|
msgid ""
|
|
"Rosa Media Player (ROMP) - multimedia player that supports most of audio\n"
|
|
"and video formats such as Audio CD, DVD, Video CD, multimedia files in\n"
|
|
"AVi, ASF/WMV/WMA, MOV/MP4, RealMedia, Ogg Vorbis, NUT, NSV, VIVO, FLI,\n"
|
|
"NuppelVideo, yuv4mpeg, FILM (.cpk), RoQ, PVA and Matroska formats\n"
|
|
"recorded with video codecs - DivX , MPEG-1, MPEG-2, MPEG-4, Sorenson,\n"
|
|
"WMV, RealVideo, x264 and audio codecs MP3, Musepack, Vorbis, RealAudio,\n"
|
|
"AC3/A52 (Dolby Digital), AAC (MPEG-4 audio), QuickTime, VIVO audio and\n"
|
|
"WMA and many other less widespread video and audio codecs. It also\n"
|
|
"supports streaming via HTTP/FTP, RTP/RTSP, MMS/MMST, MPST, SDP, capture\n"
|
|
"and record (via mencoder) of television signal. ROMP allows you to trim\n"
|
|
"a particular piece of video, extract audio from multimedia files and\n"
|
|
"record screen presentations and many other things."
|
|
msgstr ""
|
|
|
|
#: rosegarden
|
|
#. homepage: http://www.rosegardenmusic.com
|
|
#. summary
|
|
msgid "MIDI and audio sequencer and musical notation editor"
|
|
msgstr ""
|
|
|
|
#: rosegarden
|
|
#. homepage: http://www.rosegardenmusic.com
|
|
#. description
|
|
msgid ""
|
|
"Rosegarden is a professional audio and MIDI sequencer, score editor, and\n"
|
|
"general-purpose music composition and editing environement.\n"
|
|
"\n"
|
|
"Rosegarden is an easy-to-learn, attractive application that runs on\n"
|
|
"Linux, ideal for composers, musicians, music students, and small studio\n"
|
|
"or home recording environments."
|
|
msgstr ""
|
|
|
|
#: rott
|
|
#. homepage: http://icculus.org/rott/
|
|
#. summary
|
|
msgid "Rise of the Triad"
|
|
msgstr ""
|
|
|
|
#: rott
|
|
#. homepage: http://icculus.org/rott/
|
|
#. description
|
|
msgid ""
|
|
"This is the icculus.org Linux port of Apogee's classic 3d shooter Rise of the\n"
|
|
"Triad, which has been released under the GPL by Apogee. This version is\n"
|
|
"enhanced with the \"high\" resolution rendering from the winrott port."
|
|
msgstr ""
|
|
|
|
#: rott-registered
|
|
#. homepage: http://icculus.org/rott/
|
|
#. summary
|
|
msgid "Rise of the Triad registered version"
|
|
msgstr ""
|
|
|
|
#: rott-registered
|
|
#. homepage: http://icculus.org/rott/
|
|
#. description
|
|
msgid ""
|
|
"This is the icculus.org Linux port of Apogee's classic 3d shooter Rise of the\n"
|
|
"Triad (RotT), which has been released under the GPL by Apogee. This version is\n"
|
|
"enhanced with the \"high\" resolution rendering from the winrott port.\n"
|
|
"\n"
|
|
"This package contains the engine for the registered version of RotT. If you own\n"
|
|
"the registered version, this allows you to play the registered version under\n"
|
|
"Linux. Place the registered RotT datafiles in a dir and start rott-registered\n"
|
|
"from this dir."
|
|
msgstr ""
|
|
|
|
#: rott-shareware
|
|
#. homepage: http://icculus.org/rott/
|
|
#. summary
|
|
msgid "Rise of the Triad shareware version"
|
|
msgstr ""
|
|
|
|
#: rott-shareware
|
|
#. homepage: http://icculus.org/rott/
|
|
#. description
|
|
msgid ""
|
|
"This is the icculus.org Linux port of Apogee's classic 3d shooter Rise of the\n"
|
|
"Triad (RotT), which has been released under the GPL by Apogee. This version is\n"
|
|
"enhanced with the \"high\" resolution rendering from the winrott port.\n"
|
|
"\n"
|
|
"This package contains the engine for the shareware version of RotT. In order to\n"
|
|
"play the shareware version, you will need the shareware datafiles. Which can\n"
|
|
"be freely downloaded from Apogee/3DRealms, but cannot be distributed as a part\n"
|
|
"of Fedora. When you start RotT for the first time it will offer to download\n"
|
|
"the datafiles for you."
|
|
msgstr ""
|
|
|
|
#: roundcube
|
|
#. homepage: http://roundcube.net/
|
|
#. summary
|
|
msgid "Browser-based multilingual IMAP client with an application-like user interface"
|
|
msgstr ""
|
|
|
|
#: roundcube
|
|
#. homepage: http://roundcube.net/
|
|
#. description
|
|
msgid ""
|
|
"RoundCube Webmail is a browser-based multilingual IMAP client with an application-like user interface.\n"
|
|
"It provides full functionality you expect from an e-mail client, including MIME support, LDAP address book,\n"
|
|
"folder manipulation, message searching and spell checking.\n"
|
|
"RoundCube Webmail is written in PHP and requires a MySQL or Postgres database."
|
|
msgstr ""
|
|
|
|
#: roundcube-apache2
|
|
#. homepage: http://roundcube.net/
|
|
#. summary
|
|
msgid "roundcube's apache config file"
|
|
msgstr ""
|
|
|
|
#: libroutino-devel
|
|
#. homepage: http://routino.org/
|
|
#. summary
|
|
msgid "Development files for routino-libs"
|
|
msgstr ""
|
|
|
|
#: libroutino-devel
|
|
#. homepage: http://routino.org/
|
|
#. description
|
|
msgid ""
|
|
"This package contains the files required to compile applications that use\n"
|
|
"libroutino or libroutino-slim."
|
|
msgstr ""
|
|
|
|
#: libroutino-slim0
|
|
#. homepage: http://routino.org/
|
|
#. summary
|
|
msgid "Routing library for OpenStreetMap Data"
|
|
msgstr ""
|
|
|
|
#: libroutino-slim0
|
|
#. homepage: http://routino.org/
|
|
#. description
|
|
msgid ""
|
|
"The Routino library is a library for finding a route between two points using\n"
|
|
"the dataset of topographical information collected by OpenStreetMap."
|
|
msgstr ""
|
|
|
|
#: routino
|
|
#. homepage: http://routino.org/
|
|
#. summary
|
|
msgid "Router for OpenStreetMap Data"
|
|
msgstr ""
|
|
|
|
#: routino
|
|
#. homepage: http://routino.org/
|
|
#. description
|
|
msgid ""
|
|
"Routino is an application for finding a route between two points using\n"
|
|
"the dataset of topographical information collected by OpenStreetMap."
|
|
msgstr ""
|
|
|
|
#: routino-data
|
|
#. homepage: http://routino.org/
|
|
#. summary
|
|
msgid "Data files for routino and libroutino."
|
|
msgstr ""
|
|
|
|
#: routino-data
|
|
#. homepage: http://routino.org/
|
|
#. description
|
|
msgid ""
|
|
"This package contains the architecture-independent data files used by routino\n"
|
|
"and libroutino."
|
|
msgstr ""
|
|
|
|
#: routino-doc
|
|
#. homepage: http://routino.org/
|
|
#. summary
|
|
msgid "Documentation files for routino and libroutino."
|
|
msgstr ""
|
|
|
|
#: routino-doc
|
|
#. homepage: http://routino.org/
|
|
#. description
|
|
msgid ""
|
|
"This package contains the architecture-independent documentation files for\n"
|
|
"routino and libroutino."
|
|
msgstr ""
|
|
|
|
#: rovclock
|
|
#. homepage: http://www.hasw.net/linux/
|
|
#. summary
|
|
msgid "Radeon overclocking utility"
|
|
msgstr ""
|
|
|
|
#: rp-pppoe
|
|
#. homepage: https://dianne.skoll.ca/projects/rp-pppoe/
|
|
#. summary
|
|
msgid "PPP Over Ethernet (xDSL support)"
|
|
msgstr ""
|
|
|
|
#: rp-pppoe
|
|
#. homepage: https://dianne.skoll.ca/projects/rp-pppoe/
|
|
#. description
|
|
msgid ""
|
|
"PPPoE (Point-to-Point Protocol over Ethernet) is a protocol used by\n"
|
|
"many ADSL Internet Service Providers."
|
|
msgstr ""
|
|
|
|
#: rp-pppoe-base
|
|
#. homepage: https://dianne.skoll.ca/projects/rp-pppoe/
|
|
#. description
|
|
msgid ""
|
|
"PPPoE (Point-to-Point Protocol over Ethernet) is a protocol used by\n"
|
|
"many ADSL Internet Service Providers. Roaring Penguin has a free\n"
|
|
"client for Linux systems to connect to PPPoE service providers.\n"
|
|
"\n"
|
|
"This package contains basic utilites."
|
|
msgstr ""
|
|
|
|
#: rp-pppoe-client
|
|
#. homepage: https://dianne.skoll.ca/projects/rp-pppoe/
|
|
#. description
|
|
msgid ""
|
|
"PPPoE (Point-to-Point Protocol over Ethernet) is a protocol used by\n"
|
|
"many ADSL Internet Service Providers. Roaring Penguin has a free\n"
|
|
"client for Linux systems to connect to PPPoE service providers.\n"
|
|
"\n"
|
|
"The client is a user-mode program and does not require any kernel\n"
|
|
"modifications. It is fully compliant with RFC 2516, the official PPPoE\n"
|
|
"specification."
|
|
msgstr ""
|
|
|
|
#: rp-pppoe-gui
|
|
#. homepage: https://dianne.skoll.ca/projects/rp-pppoe/
|
|
#. summary
|
|
msgid "Tk interface for PPP Over Ethernet Client (xDSL support)"
|
|
msgstr ""
|
|
|
|
#: rp-pppoe-gui
|
|
#. homepage: https://dianne.skoll.ca/projects/rp-pppoe/
|
|
#. description
|
|
msgid ""
|
|
"This is a graphical wrapper around the rp-pppoe PPPoE client. PPPoE is\n"
|
|
"a protocol used by many DSL Internet Service Providers."
|
|
msgstr ""
|
|
|
|
#: rp-pppoe-server
|
|
#. homepage: https://dianne.skoll.ca/projects/rp-pppoe/
|
|
#. description
|
|
msgid ""
|
|
"pppoe-server is a user-space server for PPPoE (Point-to-Point Protocol over Ethernet)\n"
|
|
"for Linux and other UNIX systems."
|
|
msgstr ""
|
|
|
|
#: rpcbind
|
|
#. homepage:
|
|
#. summary
|
|
msgid "RPC port mapper"
|
|
msgstr ""
|
|
|
|
#: rpcbind
|
|
#. homepage:
|
|
#. description
|
|
msgid ""
|
|
"rpcbind is a server that converts RPC (Remote Procedure Call) program\n"
|
|
"numbers into DARPA protocol port numbers. It must be running in order\n"
|
|
"to make RPC calls."
|
|
msgstr ""
|
|
|
|
#: rpcs3
|
|
#. homepage: https://rpcs3.net/
|
|
#. summary
|
|
msgid "PS3 emulator/debugger"
|
|
msgstr ""
|
|
|
|
#: rpcs3
|
|
#. homepage: https://rpcs3.net/
|
|
#. description
|
|
msgid "The world's first free and open-source PlayStation 3 emulator/debugger, written in C++ for Windows and Linux."
|
|
msgstr ""
|
|
|
|
#: rpcgen
|
|
#. homepage: https://github.com/thkukuk/rpcsvc-proto
|
|
#. summary
|
|
msgid "RPC protocol compiler"
|
|
msgstr ""
|
|
|
|
#: rpcgen
|
|
#. homepage: https://github.com/thkukuk/rpcsvc-proto
|
|
#. description
|
|
msgid ""
|
|
"This package contains rpcgen - a tool that generates C code to implement\n"
|
|
"an RPC protocol. The input to rpcgen is a language similar to C known\n"
|
|
"as RPC Language."
|
|
msgstr ""
|
|
|
|
#: rpcsvc-proto
|
|
#. homepage: https://github.com/thkukuk/rpcsvc-proto
|
|
#. summary
|
|
msgid "RPC protocol definitions"
|
|
msgstr ""
|
|
|
|
#: rpcsvc-proto
|
|
#. homepage: https://github.com/thkukuk/rpcsvc-proto
|
|
#. description
|
|
msgid ""
|
|
"This package contains rpcsvc header files and RPC protocol definitions\n"
|
|
"from SunRPC sources (as used to be shipped with glibc)."
|
|
msgstr ""
|
|
|
|
#: firmware-bootloader-rpi4
|
|
#. homepage: https://github.com/raspberrypi/rpi-eeprom
|
|
#. summary
|
|
msgid "Raspberry Pi 4 bootloader and VLI USB controller EEPROMs files."
|
|
msgstr ""
|
|
|
|
#: firmware-bootloader-rpi4
|
|
#. homepage: https://github.com/raspberrypi/rpi-eeprom
|
|
#. description
|
|
msgid ""
|
|
"This package contains the pre-compiled binaries\n"
|
|
"which is used to update the Raspberry Pi 4 bootloader and\n"
|
|
"VLI USB controller EEPROMs."
|
|
msgstr ""
|
|
|
|
#: rpi-eeprom
|
|
#. homepage: https://github.com/raspberrypi/rpi-eeprom
|
|
#. summary
|
|
msgid "Update Raspberry Pi 4 bootloader and VLI USB controller EEPROMs."
|
|
msgstr ""
|
|
|
|
#: rpi-eeprom
|
|
#. homepage: https://github.com/raspberrypi/rpi-eeprom
|
|
#. description
|
|
msgid ""
|
|
"This package contains the scripts which is used to update\n"
|
|
"the Raspberry Pi 4 bootloader and VLI USB controller EEPROMs.\n"
|
|
"The pre-compiled binaries required for this are contained\n"
|
|
"in the firmware-bootloader-rpi4 package."
|
|
msgstr ""
|
|
|
|
#: rpi-imager
|
|
#. homepage: https://github.com/raspberrypi/rpi-imager
|
|
#. summary
|
|
msgid "Raspberry Pi Imaging Utility"
|
|
msgstr ""
|
|
|
|
#: rpi-imager
|
|
#. homepage: https://github.com/raspberrypi/rpi-imager
|
|
#. description
|
|
msgid ""
|
|
"Graphical user-interface to write disk images and format SD cards.\n"
|
|
"Use Raspberry Pi Imager for an easy way to install Raspberry Pi OS and other\n"
|
|
"operating systems to an SD card ready to use with your Raspberry Pi."
|
|
msgstr ""
|
|
|
|
#: rpi-userland
|
|
#. homepage: https://github.com/raspberrypi/userland.git
|
|
#. summary
|
|
msgid "ARM side libraries and programs used on Raspberry Pi."
|
|
msgstr ""
|
|
|
|
#: rpi-vcgencmd
|
|
#. homepage: https://github.com/raspberrypi/userland.git
|
|
#. summary
|
|
msgid "Query the VideoCore for information."
|
|
msgstr ""
|
|
|
|
#: rpi-vcgencmd
|
|
#. homepage: https://github.com/raspberrypi/userland.git
|
|
#. description
|
|
msgid ""
|
|
"vcgencmd is a command line utility\n"
|
|
"that can get various pieces of information\n"
|
|
"from the VideoCore GPU on the Raspberry Pi."
|
|
msgstr ""
|
|
|
|
#: rpi4-boot-nouboot-filetrigger
|
|
#. homepage: https://git.altlinux.org/people/jqt4/packages/rpi4-boot-switch.git
|
|
#. summary
|
|
msgid "Do a kernel update on /mnt/FIRMPART or /boot/efi"
|
|
msgstr ""
|
|
|
|
#: rpi4-boot-nouboot-filetrigger
|
|
#. homepage: https://git.altlinux.org/people/jqt4/packages/rpi4-boot-switch.git
|
|
#. description
|
|
msgid ""
|
|
"This filetrigger executes \"rpi4-boot-nouboot --default\"\n"
|
|
"to do a kernel update on /mnt/FIRMPART or /boot/efi"
|
|
msgstr ""
|
|
|
|
#: rpi4-boot-switch
|
|
#. homepage: https://git.altlinux.org/people/jqt4/packages/rpi4-boot-switch.git
|
|
#. summary
|
|
msgid "Switch of boot mode for Raspberry Pi 4"
|
|
msgstr ""
|
|
|
|
#: rpi4-boot-switch
|
|
#. homepage: https://git.altlinux.org/people/jqt4/packages/rpi4-boot-switch.git
|
|
#. description
|
|
msgid ""
|
|
"Switch of boot mode for Raspberry Pi 4\n"
|
|
"In Alt, it is customary to load the kernel, dtb and initrd\n"
|
|
"using u-boot and configuration in extlinux.conf,\n"
|
|
"or using grub.\n"
|
|
"Firmware Raspberry Pi 4 loads and modifies dtb\n"
|
|
"according to config.txt configuration.\n"
|
|
"U-boot and grub can't do that.\n"
|
|
"The scripts in this package allow you to switch boot modes:\n"
|
|
"- Firmware loads the kernel, dtb, and initrd. U-boot is not used.\n"
|
|
"armv7l (armh) 32-bit system only:\n"
|
|
"- Firmware loads dtb. U-boot loads the kernel and initrd.\n"
|
|
"- U-boot loads the kernel, dtb, and initrd.\n"
|
|
"aarch64 64-bit system only:\n"
|
|
"- U-boot loads grub, grub loads kernel, dtb and initrd."
|
|
msgstr ""
|
|
|
|
#: rpi4-boot-uboot-filetrigger
|
|
#. homepage: https://git.altlinux.org/people/jqt4/packages/rpi4-boot-switch.git
|
|
#. summary
|
|
msgid "Do a u-boot and firmware update on /mnt/FIRMPART or /boot/efi"
|
|
msgstr ""
|
|
|
|
#: rpi4-boot-uboot-filetrigger
|
|
#. homepage: https://git.altlinux.org/people/jqt4/packages/rpi4-boot-switch.git
|
|
#. description
|
|
msgid ""
|
|
"This filetrigger executes \"rpi4-boot-uboot --update-uboot-only\"\n"
|
|
"to do a u-boot and firmware update on files in directories\n"
|
|
"/usr/share/u-boot/rpi_3/ and /usr/share/u-boot/rpi_4/\n"
|
|
"armv7l (armh) 32-bit system only:\n"
|
|
"/usr/share/u-boot/rpi_3_32b/kernel7.img is rename to\n"
|
|
"uboot-rpi_3_32b.bin\n"
|
|
"/usr/share/u-boot/rpi_4_32b/kernel7.img is rename to\n"
|
|
"uboot-rpi_4_32b.bin\n"
|
|
"aarch64 64-bit system only:\n"
|
|
"/usr/share/u-boot/rpi_3/kernel8.img is rename to\n"
|
|
"uboot-rpi_3.bin\n"
|
|
"/usr/share/u-boot/rpi_4/kernel8.img is rename to\n"
|
|
"uboot-rpi_4.bin"
|
|
msgstr ""
|
|
|
|
#: rpi4-resize-rootpart
|
|
#. homepage: https://git.altlinux.org/people/jqt4/packages/rpi4-resize-rootpart.git
|
|
#. summary
|
|
msgid "Enlarge the root partition as much as possible"
|
|
msgstr ""
|
|
|
|
#: librpm-devel
|
|
#. homepage: http://www.rpm.org/
|
|
#. summary
|
|
msgid "Development files for manipulating RPM packages"
|
|
msgstr ""
|
|
|
|
#: librpm-devel
|
|
#. homepage: http://www.rpm.org/
|
|
#. description
|
|
msgid ""
|
|
"This package contains the RPM C library and header files. These\n"
|
|
"development files will simplify the process of writing programs that\n"
|
|
"manipulate RPM packages and databases. These files are intended to\n"
|
|
"simplify the process of creating graphical package managers or any\n"
|
|
"other tools that need an intimate knowledge of RPM packages in order\n"
|
|
"to function.\n"
|
|
"\n"
|
|
"This package should be installed if you want to develop programs that\n"
|
|
"will manipulate RPM packages and databases."
|
|
msgstr ""
|
|
|
|
#: librpm7
|
|
#. homepage: http://www.rpm.org/
|
|
#. summary
|
|
msgid "Libraries for manipulating RPM packages"
|
|
msgstr ""
|
|
|
|
#: librpm7
|
|
#. homepage: http://www.rpm.org/
|
|
#. description
|
|
msgid "This package contains the RPM shared libraries."
|
|
msgstr ""
|
|
|
|
#: librpmbuild7
|
|
#. homepage: http://www.rpm.org/
|
|
#. summary
|
|
msgid "Libraries for building and signing RPM packages"
|
|
msgstr ""
|
|
|
|
#: librpmbuild7
|
|
#. homepage: http://www.rpm.org/
|
|
#. description
|
|
msgid ""
|
|
"This package contains the RPM shared libraries for building and signing\n"
|
|
"packages."
|
|
msgstr ""
|
|
|
|
#: python-module-rpm
|
|
#. homepage: http://www.rpm.org/
|
|
#. summary
|
|
msgid "Python 2 bindings for apps which will manipulate RPM packages"
|
|
msgstr ""
|
|
|
|
#: python-module-rpm
|
|
#. homepage: http://www.rpm.org/
|
|
#. description
|
|
msgid ""
|
|
"The rpm-python package contains a module that permits applications\n"
|
|
"written in the Python programming language to use the interface\n"
|
|
"supplied by RPM Package Manager libraries.\n"
|
|
"\n"
|
|
"This package should be installed if you want to develop Python 2\n"
|
|
"programs that will manipulate RPM packages and databases."
|
|
msgstr ""
|
|
|
|
#: python3-module-rpm
|
|
#. homepage: http://www.rpm.org/
|
|
#. summary
|
|
msgid "Python 3 bindings for apps which will manipulate RPM packages"
|
|
msgstr ""
|
|
|
|
#: python3-module-rpm
|
|
#. homepage: http://www.rpm.org/
|
|
#. description
|
|
msgid ""
|
|
"The rpm-python3 package contains a module that permits applications\n"
|
|
"written in the Python programming language to use the interface\n"
|
|
"supplied by RPM Package Manager libraries.\n"
|
|
"\n"
|
|
"This package should be installed if you want to develop Python 3\n"
|
|
"programs that will manipulate RPM packages and databases."
|
|
msgstr ""
|
|
|
|
#: rpm
|
|
#. homepage: http://www.rpm.org/
|
|
#. summary
|
|
msgid "The RPM package management system"
|
|
msgstr ""
|
|
|
|
#: rpm
|
|
#. homepage: http://www.rpm.org/
|
|
#. description
|
|
msgid ""
|
|
"The RPM Package Manager (RPM) is a powerful command line driven\n"
|
|
"package management system capable of installing, uninstalling,\n"
|
|
"verifying, querying, and updating software packages. Each software\n"
|
|
"package consists of an archive of files along with information about\n"
|
|
"the package like its version, a description, etc."
|
|
msgstr ""
|
|
|
|
#: rpm-checkinstall
|
|
#. homepage: http://www.rpm.org/
|
|
#. summary
|
|
msgid "Run tests for rpm immediately when this package is installed"
|
|
msgstr ""
|
|
|
|
#: rpm-plugin-hdrcache
|
|
#. homepage: http://www.rpm.org/
|
|
#. summary
|
|
msgid "Rpm plugin for caching headers in memecached"
|
|
msgstr ""
|
|
|
|
#: rpm-plugin-ima
|
|
#. homepage: http://www.rpm.org/
|
|
#. summary
|
|
msgid "Rpm plugin ima file signatures"
|
|
msgstr ""
|
|
|
|
#: rpm-plugin-syslog
|
|
#. homepage: http://www.rpm.org/
|
|
#. summary
|
|
msgid "Rpm plugin for syslog functionality"
|
|
msgstr ""
|
|
|
|
#: rpm-plugin-systemd-inhibit
|
|
#. homepage: http://www.rpm.org/
|
|
#. summary
|
|
msgid "Rpm plugin for systemd inhibit functionality"
|
|
msgstr ""
|
|
|
|
#: rpm-plugin-systemd-inhibit
|
|
#. homepage: http://www.rpm.org/
|
|
#. description
|
|
msgid ""
|
|
"This plugin blocks systemd from entering idle, sleep or shutdown while\n"
|
|
"an rpm transaction is running using the systemd-inhibit mechanism."
|
|
msgstr ""
|
|
|
|
#: rpm2archive
|
|
#. homepage: http://www.rpm.org/
|
|
#. summary
|
|
msgid "Program which converts rpm payload to tar archive"
|
|
msgstr ""
|
|
|
|
#: rpm2archive
|
|
#. homepage: http://www.rpm.org/
|
|
#. description
|
|
msgid ""
|
|
"This package contains rpm2archive utility. It can be used to convert rpm\n"
|
|
"package into tarball."
|
|
msgstr ""
|
|
|
|
#: rpmspec
|
|
#. homepage: http://www.rpm.org/
|
|
#. summary
|
|
msgid "Program which allows to query rpm specfile."
|
|
msgstr ""
|
|
|
|
#: rpmspec
|
|
#. homepage: http://www.rpm.org/
|
|
#. description
|
|
msgid "This package contains rpmspec utility. It can be used to query rpm specfile."
|
|
msgstr ""
|
|
|
|
#: rpm-BuildPreReq-checkinstall
|
|
#. homepage: http://git.altlinux.org/people/imz/packages/BuildPreReq-checkinstall.git
|
|
#. summary
|
|
msgid "Empty package only useful during its build: it installs (and checks) another pkg"
|
|
msgstr ""
|
|
|
|
#: rpm-BuildPreReq-checkinstall
|
|
#. homepage: http://git.altlinux.org/people/imz/packages/BuildPreReq-checkinstall.git
|
|
#. description
|
|
msgid ""
|
|
"Empty package only useful during its build: it installs (and checks) another pkg:\n"
|
|
"rpm-checkinstall\n"
|
|
"\n"
|
|
"This package is only of interest for maintainers of the other package\n"
|
|
"(being tested).\n"
|
|
"\n"
|
|
"So, whenever this package is rebuilt, the other package is installed\n"
|
|
"and its %pre/%post scripts are run, whereby the tests (if any) from\n"
|
|
"those scripts are executed. And this effect can be used to test\n"
|
|
"the other package:\n"
|
|
"\n"
|
|
"* in a task in Girar by adding this package to the task (instead of\n"
|
|
"relying on the automatic install checks of Girar, in case the Girar\n"
|
|
"instance has the install checks turned off); the results can be seen\n"
|
|
"in srpm.log then;\n"
|
|
"* regularly in beehive (which rebuilds packages, but does no\n"
|
|
"install checks).\n"
|
|
"\n"
|
|
"\n"
|
|
"This package also makes its best to guess whether the environment\n"
|
|
"where it is built looks like a Girar instance with install checks\n"
|
|
"turned off and, if so, simulates obligatory install checks by adding a\n"
|
|
"strict dependency on the release of the other package at the time of\n"
|
|
"build. (So that when a new build of the other package is done in a task\n"
|
|
"for this repository, there is an unmet dependency and the maintainer\n"
|
|
"is forced to add a rebuild of this package to the task.)\n"
|
|
"\n"
|
|
"(Simulating an install check by means of a strict dep in a Girar\n"
|
|
"instance with install checks turned on would be redundant and cause an\n"
|
|
"unneeded excessive run of the tests in a single task and\n"
|
|
"an extra burden for the maintainer.)\n"
|
|
"\n"
|
|
"Remark. The main idea of this package (to run tests during build)\n"
|
|
"won't normally work (in the usual instances of Girar or\n"
|
|
"beehive). The obstacle is that the other package whose scripts run\n"
|
|
"tests is usually a *-checkinstall package; but normally the\n"
|
|
"\"checkinstall\" component is not available for installation of the\n"
|
|
"build dependencies. However, by lucky coincidence, the Girar\n"
|
|
"instance that is of particular instance for us (i.e., the one that\n"
|
|
"has install checks turned off, namely, e2k) also doesn't currently\n"
|
|
"separate *-checkinstall packages into a repository component.\n"
|
|
"\n"
|
|
"(There is another case where this deficiency is even for the better:\n"
|
|
"if one of the transitively required *-checkinstall packages\n"
|
|
"already runs the tests during its build, then running them once\n"
|
|
"again would be a redundant, excessive run of the tests, at least,\n"
|
|
"in beehive. Example: rpminstall-checkinstall req'd by rpm-checkinstall.\n"
|
|
"This isn't so much a concern in a Girar task, because\n"
|
|
"rpminstall-checkinstall isn't usually built in the same task as rpm.)"
|
|
msgstr ""
|
|
|
|
#: librpm
|
|
#. homepage: http://www.rpm.org/
|
|
#. summary
|
|
msgid "Shared libraries required for applications which will manipulate RPM packages"
|
|
msgstr ""
|
|
|
|
#: librpm
|
|
#. homepage: http://www.rpm.org/
|
|
#. description
|
|
msgid ""
|
|
"This package contains shared libraries required to run dynamically linked\n"
|
|
"programs manipulating with RPM packages and databases."
|
|
msgstr ""
|
|
|
|
#: librpmbuild
|
|
#. homepage: http://www.rpm.org/
|
|
#. summary
|
|
msgid "Shared library required for applications which will build RPM packages"
|
|
msgstr ""
|
|
|
|
#: librpmbuild
|
|
#. homepage: http://www.rpm.org/
|
|
#. description
|
|
msgid ""
|
|
"This package contains shared library required to run dynamically linked\n"
|
|
"programs building RPM packages."
|
|
msgstr ""
|
|
|
|
#: rpm-build
|
|
#. homepage: http://www.rpm.org/
|
|
#. summary
|
|
msgid "Scripts and executable programs used to build packages"
|
|
msgstr ""
|
|
|
|
#: rpm-build
|
|
#. homepage: http://www.rpm.org/
|
|
#. description
|
|
msgid ""
|
|
"This package contains scripts and executable programs that are used to\n"
|
|
"build packages using RPM."
|
|
msgstr ""
|
|
|
|
#: rpm-build-checkinstall
|
|
#. homepage: http://www.rpm.org/
|
|
#. summary
|
|
msgid "Run tests for rpm-build immediately when this package is installed"
|
|
msgstr ""
|
|
|
|
#: rpm-build-NetSDS
|
|
#. homepage: http://www.netstyle.com.ua/
|
|
#. summary
|
|
msgid "RPM helper macros to rebuild NetSDS packages"
|
|
msgstr ""
|
|
|
|
#: rpm-build-NetSDS
|
|
#. homepage: http://www.netstyle.com.ua/
|
|
#. description
|
|
msgid ""
|
|
"These helper macros provide possibility to rebuild\n"
|
|
"NetSDS packages by some Alt Linux Team Policy compatible way."
|
|
msgstr ""
|
|
|
|
#: rpm-build-altlinux-compat
|
|
#. homepage: http://wiki.sisyphus.ru/devel/RpmBuildAltlinuxCompat
|
|
#. summary
|
|
msgid "ALT Linux compatibility and extensions in rpm build"
|
|
msgstr ""
|
|
|
|
#: rpm-build-altlinux-compat
|
|
#. homepage: http://wiki.sisyphus.ru/devel/RpmBuildAltlinuxCompat
|
|
#. description
|
|
msgid ""
|
|
"This package contains ALT Linux compatibility layer\n"
|
|
"and some extensions for rpm build\n"
|
|
"on various rpm running platforms."
|
|
msgstr ""
|
|
|
|
#: rpm-build-compat
|
|
#. homepage: http://wiki.sisyphus.ru/devel/RpmBuildAltlinuxCompat
|
|
#. summary
|
|
msgid "ALT Linux compatibility macros for backport purposes"
|
|
msgstr ""
|
|
|
|
#: rpm-build-compat
|
|
#. homepage: http://wiki.sisyphus.ru/devel/RpmBuildAltlinuxCompat
|
|
#. description
|
|
msgid ""
|
|
"This package contains ALT Linux compatibility layer\n"
|
|
"for ALT Linux rpm build.\n"
|
|
"It is useful for backporting packages to previous ALT Linux distros.\n"
|
|
"Add it to buildrequires when backporting packages.\n"
|
|
"Command rpmbph from etersoft-build-utils will do it automatically."
|
|
msgstr ""
|
|
|
|
#: rpm-build-intro
|
|
#. homepage: http://wiki.sisyphus.ru/devel/RpmBuildAltlinuxCompat
|
|
#. summary
|
|
msgid "New macros for ALT Linux rpm build"
|
|
msgstr ""
|
|
|
|
#: rpm-build-intro
|
|
#. homepage: http://wiki.sisyphus.ru/devel/RpmBuildAltlinuxCompat
|
|
#. description
|
|
msgid ""
|
|
"This package contains new macros introduced for\n"
|
|
"include in ALT Linux rpm build.\n"
|
|
"\n"
|
|
"If you wish to use these macros, add rpm-build-intro\n"
|
|
"package to build requires."
|
|
msgstr ""
|
|
|
|
#: rpm-macros-intro-conflicts
|
|
#. homepage: http://wiki.sisyphus.ru/devel/RpmBuildAltlinuxCompat
|
|
#. summary
|
|
msgid "Conflicts macros for ALT Linux rpm build"
|
|
msgstr ""
|
|
|
|
#: rpm-macros-intro-conflicts
|
|
#. homepage: http://wiki.sisyphus.ru/devel/RpmBuildAltlinuxCompat
|
|
#. description
|
|
msgid ""
|
|
"This package contains conflicts macros for\n"
|
|
"use with ALT Linux rpm build.\n"
|
|
"\n"
|
|
"If you wish to use these macros, add rpm-macros-intro-conflicts\n"
|
|
"package to build requires."
|
|
msgstr ""
|
|
|
|
#: rpm-build-dmd
|
|
#. homepage: https://packages.altlinux.org/en/Sisyphus/srpms/rpm-build-dmd
|
|
#. summary
|
|
msgid "RPM build enviroment to build D lang(dmd) packages"
|
|
msgstr ""
|
|
|
|
#: rpm-build-dmd
|
|
#. homepage: https://packages.altlinux.org/en/Sisyphus/srpms/rpm-build-dmd
|
|
#. description
|
|
msgid "RPM build enviroment to build D lang(dmd) packages."
|
|
msgstr ""
|
|
|
|
#: rpm-macros-dmd
|
|
#. homepage: https://packages.altlinux.org/en/Sisyphus/srpms/rpm-build-dmd
|
|
#. summary
|
|
msgid "RPM helper macros to build D lang(dmd) packages"
|
|
msgstr ""
|
|
|
|
#: rpm-macros-dmd
|
|
#. homepage: https://packages.altlinux.org/en/Sisyphus/srpms/rpm-build-dmd
|
|
#. description
|
|
msgid "RPM helper macros to build D lang(dmd) packages."
|
|
msgstr ""
|
|
|
|
#: rpm-build-emacs
|
|
#. homepage:
|
|
#. summary
|
|
msgid "Helper scripts and RPM macros to build GNU Emacs extensions"
|
|
msgstr ""
|
|
|
|
#: rpm-build-emacs
|
|
#. homepage:
|
|
#. description
|
|
msgid ""
|
|
"rpm-build-emacs is set of scripts and rpm macros to assist in GNU Emacs modules\n"
|
|
"build process"
|
|
msgstr ""
|
|
|
|
#: rpm-macros-emacs
|
|
#. homepage:
|
|
#. summary
|
|
msgid "Set of RPM macros for packaging emacs-based applications"
|
|
msgstr ""
|
|
|
|
#: rpm-macros-emacs
|
|
#. homepage:
|
|
#. description
|
|
msgid ""
|
|
"Set of RPM macros for packaging emacs-based applications for ALT Linux.\n"
|
|
"Install this package if you want to create RPM packages that use emacs."
|
|
msgstr ""
|
|
|
|
#: rpm-build-erlang
|
|
#. homepage:
|
|
#. summary
|
|
msgid "RPM helper scripts to calculate Erlang dependencies"
|
|
msgstr ""
|
|
|
|
#: rpm-build-erlang
|
|
#. homepage:
|
|
#. description
|
|
msgid ""
|
|
"These herlper scripts will look at Erlang modules (*.beam) and apps\n"
|
|
"(*.app) in your package, and will use this information to generate\n"
|
|
"automatic Requires and Provides tags for the package."
|
|
msgstr ""
|
|
|
|
#: rpm-build-features
|
|
#. homepage:
|
|
#. summary
|
|
msgid "RPM macros to check if build with a feature (a library is possible)"
|
|
msgstr ""
|
|
|
|
#: rpm-build-features
|
|
#. homepage:
|
|
#. description
|
|
msgid ""
|
|
"RPM macros to check if build with a feature (a library is possible).\n"
|
|
"\n"
|
|
"Usage:\n"
|
|
"if_with feature_vulkan\n"
|
|
"BuildRequires: libvulkan-devel\n"
|
|
"endif"
|
|
msgstr ""
|
|
|
|
#: rpm-build-fedora-compat-fonts
|
|
#. homepage: https://docs.fedoraproject.org/en-US/packaging-guidelines/FontsPolicy/
|
|
#. summary
|
|
msgid "Build-stage rpm automation for fonts packages"
|
|
msgstr ""
|
|
|
|
#: rpm-build-fedora-compat-fonts
|
|
#. homepage: https://docs.fedoraproject.org/en-US/packaging-guidelines/FontsPolicy/
|
|
#. description
|
|
msgid ""
|
|
"This package provides build-stage rpm automation to simplify the creation of\n"
|
|
"fonts packages.\n"
|
|
"\n"
|
|
"It does not need to be included in the default build root: fonts-srpm-macros\n"
|
|
"will pull it in for fonts packages only."
|
|
msgstr ""
|
|
|
|
#: rpm-macros-fedora-compat-fonts
|
|
#. homepage: https://docs.fedoraproject.org/en-US/packaging-guidelines/FontsPolicy/
|
|
#. summary
|
|
msgid "Set of RPM macros for packaging rpm-build-fedora-compat-fonts-based applications"
|
|
msgstr ""
|
|
|
|
#: rpm-macros-fedora-compat-fonts
|
|
#. homepage: https://docs.fedoraproject.org/en-US/packaging-guidelines/FontsPolicy/
|
|
#. description
|
|
msgid ""
|
|
"Set of RPM macros for packaging fedora-compat-fonts-based applications for ALT Linux.\n"
|
|
"Install this package if you want to create RPM packages that use rpm-build-fedora-compat-fonts."
|
|
msgstr ""
|
|
|
|
#: rpm-build-file
|
|
#. homepage: http://www.darwinsys.com/file/
|
|
#. summary
|
|
msgid "A utility for determining file types (for rpm-build)"
|
|
msgstr ""
|
|
|
|
#: rpm-build-file
|
|
#. homepage: http://www.darwinsys.com/file/
|
|
#. description
|
|
msgid ""
|
|
"The file command is used to identify a particular file according to the\n"
|
|
"type of data contained by the file. file can identify many different\n"
|
|
"file types, including ELF binaries, system libraries, RPM packages, and\n"
|
|
"different graphics formats."
|
|
msgstr ""
|
|
|
|
#: rpm-build-firefox
|
|
#. homepage:
|
|
#. summary
|
|
msgid "RPM helper macros to rebuild firefox packages"
|
|
msgstr ""
|
|
|
|
#: rpm-build-firefox
|
|
#. homepage:
|
|
#. description
|
|
msgid ""
|
|
"These helper macros provide possibility to rebuild\n"
|
|
"firefox packages by some Alt Linux Team Policy compatible way."
|
|
msgstr ""
|
|
|
|
#: rpm-build-fonts
|
|
#. homepage: http://www.altlinux.org/Fonts_Policy
|
|
#. summary
|
|
msgid "RPM helper scripts for building font packages"
|
|
msgstr ""
|
|
|
|
#: rpm-build-fonts
|
|
#. homepage: http://www.altlinux.org/Fonts_Policy
|
|
#. description
|
|
msgid ""
|
|
"RPM helper scripts and build environment\n"
|
|
"for building fonts packages.\n"
|
|
"\n"
|
|
"See http://www.altlinux.org/Fonts_Policy for detailed fonts packaging policy."
|
|
msgstr ""
|
|
|
|
#: rpm-macros-fonts
|
|
#. homepage: http://www.altlinux.org/Fonts_Policy
|
|
#. summary
|
|
msgid "RPM helper macros for building font packages"
|
|
msgstr ""
|
|
|
|
#: rpm-macros-fonts
|
|
#. homepage: http://www.altlinux.org/Fonts_Policy
|
|
#. description
|
|
msgid ""
|
|
"RPM marcos for building fonts packages.\n"
|
|
"It introduced ttf_fonts_install, type_fonts_install,\n"
|
|
"bitmap_fonts_install, otf_fonts_install,\n"
|
|
"post_fonts, postun_fonts macros.\n"
|
|
"\n"
|
|
"See http://www.altlinux.org/Fonts_Policy for detailed fonts packaging policy."
|
|
msgstr ""
|
|
|
|
#: rpm-build-fpc
|
|
#. homepage:
|
|
#. summary
|
|
msgid "RPM helpers for Free Pascal packages"
|
|
msgstr ""
|
|
|
|
#: rpm-build-fpc
|
|
#. homepage:
|
|
#. description
|
|
msgid ""
|
|
"RPM helpers for Free Pascal packages:\n"
|
|
"- fpc.req -- find-requires wrapper;\n"
|
|
"- fpc.prov -- find-provides wrapper;\n"
|
|
"- fpc.macros -- RPM macros."
|
|
msgstr ""
|
|
|
|
#: rpm-build-gir
|
|
#. homepage:
|
|
#. summary
|
|
msgid "RPM helper macros and dependency utils to build GObject Introspection packages"
|
|
msgstr ""
|
|
|
|
#: rpm-build-gir
|
|
#. homepage:
|
|
#. description
|
|
msgid ""
|
|
"These helper macros and dependency calculation utils facilitate creation of\n"
|
|
"RPM packages containing GObject Introspection files."
|
|
msgstr ""
|
|
|
|
#: rpm-build-gnat
|
|
#. homepage: https://src.fedoraproject.org/cgit/rpms/fedora-gnat-project-common.git
|
|
#. summary
|
|
msgid "Files shared by Ada libraries"
|
|
msgstr ""
|
|
|
|
#: rpm-build-gnat
|
|
#. homepage: https://src.fedoraproject.org/cgit/rpms/fedora-gnat-project-common.git
|
|
#. description
|
|
msgid ""
|
|
"The fedora-gnat-project-common package contains files that are used by the GNAT\n"
|
|
"project files of multiple Ada libraries, and also GNAT-specific RPM macros."
|
|
msgstr ""
|
|
|
|
#: rpm-macros-gnat
|
|
#. homepage: https://src.fedoraproject.org/cgit/rpms/fedora-gnat-project-common.git
|
|
#. summary
|
|
msgid "Set of RPM macros for packaging GNAT applications"
|
|
msgstr ""
|
|
|
|
#: rpm-macros-gnat
|
|
#. homepage: https://src.fedoraproject.org/cgit/rpms/fedora-gnat-project-common.git
|
|
#. description
|
|
msgid ""
|
|
"Set of RPM macros for packaging GNAT applications for ALT Linux.\n"
|
|
"Install this package if you want to create RPM packages that use GNAT."
|
|
msgstr ""
|
|
|
|
#: rpm-build-gnome
|
|
#. homepage:
|
|
#. summary
|
|
msgid "RPM macros and helper scripts for GNOME packages building"
|
|
msgstr ""
|
|
|
|
#: rpm-build-gnome
|
|
#. homepage:
|
|
#. description
|
|
msgid "This package contains RPM macros and helper scripts that ease labour of a maintainer of GNOME packages."
|
|
msgstr ""
|
|
|
|
#: rpm-build-golang
|
|
#. homepage:
|
|
#. summary
|
|
msgid "RPM build enviroment to build GO packages"
|
|
msgstr ""
|
|
|
|
#: rpm-macros-golang
|
|
#. homepage:
|
|
#. summary
|
|
msgid "RPM helper macros to build GO packages"
|
|
msgstr ""
|
|
|
|
#: rpm-macros-golang
|
|
#. homepage:
|
|
#. description
|
|
msgid "These helper macros provide possibility to create GO packages."
|
|
msgstr ""
|
|
|
|
#: rpm-build-guestfs
|
|
#. homepage:
|
|
#. summary
|
|
msgid "RPM helper post script for build guestfs appliance"
|
|
msgstr ""
|
|
|
|
#: rpm-build-haskell
|
|
#. homepage:
|
|
#. summary
|
|
msgid "RPM helpers to rebuild Haskell packages"
|
|
msgstr ""
|
|
|
|
#: rpm-build-haskell
|
|
#. homepage:
|
|
#. description
|
|
msgid ""
|
|
"RPM macros and reqprov helpers to be used in Haskell packages.\n"
|
|
"\n"
|
|
"There is currently no support for compilers other than GHC."
|
|
msgstr ""
|
|
|
|
#: rpm-build-java-osgi
|
|
#. homepage: http://www.jpackage.org/
|
|
#. summary
|
|
msgid "RPM build helpers for Java packages with OSGi dependencies"
|
|
msgstr ""
|
|
|
|
#: rpm-build-kernel-perms
|
|
#. homepage:
|
|
#. summary
|
|
msgid "RPM helper to fix permissions for kernel and modules"
|
|
msgstr ""
|
|
|
|
#: rpm-build-kernel-perms
|
|
#. homepage:
|
|
#. description
|
|
msgid "RPM helper to make kernel and modules readable by user."
|
|
msgstr ""
|
|
|
|
#: rpm-build-licenses
|
|
#. homepage: http://www.altlinux.org/License
|
|
#. summary
|
|
msgid "RPM macros for well-known licenses"
|
|
msgstr ""
|
|
|
|
#: rpm-build-licenses
|
|
#. homepage: http://www.altlinux.org/License
|
|
#. description
|
|
msgid ""
|
|
"This package contains RPM macros for license names commonly used in\n"
|
|
"Open Source software. Use these macros in License tags of your specfiles."
|
|
msgstr ""
|
|
|
|
#: rpm-build-lmms
|
|
#. homepage:
|
|
#. summary
|
|
msgid "Helper package for creation of build dependences lmms"
|
|
msgstr ""
|
|
|
|
#: rpm-build-lmms
|
|
#. homepage:
|
|
#. description
|
|
msgid "Helper package for creation of build dependences for lmms"
|
|
msgstr ""
|
|
|
|
#: rpm-build-mediawiki
|
|
#. homepage: http://www.altlinux.org/MediaWiki_Policy
|
|
#. summary
|
|
msgid "RPM helper scripts for packaging mediawiki extensions"
|
|
msgstr ""
|
|
|
|
#: rpm-build-mediawiki
|
|
#. homepage: http://www.altlinux.org/MediaWiki_Policy
|
|
#. description
|
|
msgid ""
|
|
"RPM helper scripts for package mediawiki extensions.\n"
|
|
"It introduced mediawiki_ext_install macro.\n"
|
|
"\n"
|
|
"See http://www.altlinux.org/MediaWiki_Policy for detailed mediawiki extension packaging policy."
|
|
msgstr ""
|
|
|
|
#: rpm-build-mingw64
|
|
#. homepage: http://git.annexia.org/?p=fedora-mingw.git
|
|
#. summary
|
|
msgid "MinGW RPM build helper files and macros"
|
|
msgstr ""
|
|
|
|
#: rpm-build-mingw64
|
|
#. homepage: http://git.annexia.org/?p=fedora-mingw.git
|
|
#. description
|
|
msgid ""
|
|
"This package contains the RPM macros and\n"
|
|
"environment for all ALT Linux MinGW 64 packages.\n"
|
|
"\n"
|
|
"This environment is maintained by the Fedora MinGW SIG at:\n"
|
|
"\n"
|
|
" http://fedoraproject.org/wiki/SIGs/MinGW"
|
|
msgstr ""
|
|
|
|
#: rpm-build-mono
|
|
#. homepage:
|
|
#. summary
|
|
msgid "RPM helper macros and dependency utils to build Mono packages"
|
|
msgstr ""
|
|
|
|
#: rpm-build-mono
|
|
#. homepage:
|
|
#. description
|
|
msgid ""
|
|
"These helper macros and dependency calculation utils facilitate creation\n"
|
|
"of RPM packages containing Mono bytecode archives etc.\n"
|
|
"Based on rpm-build-mono4, but for mono-5.x."
|
|
msgstr ""
|
|
|
|
#: rpm-build-mozilla.org
|
|
#. homepage:
|
|
#. summary
|
|
msgid "RPM helpers to build Mozilla.org packages"
|
|
msgstr ""
|
|
|
|
#: rpm-build-mozilla.org
|
|
#. homepage:
|
|
#. description
|
|
msgid ""
|
|
"These helpers provide possibility to build Mozilla.org packages\n"
|
|
"by some Alt Linux Team Policy compatible way."
|
|
msgstr ""
|
|
|
|
#: rpm-build-nasty
|
|
#. homepage: http://git.altlinux.org/gears/r/rpm-build-nasty
|
|
#. summary
|
|
msgid "Adjust the RPM build process nice level to zero"
|
|
msgstr ""
|
|
|
|
#: rpm-build-nasty
|
|
#. homepage: http://git.altlinux.org/gears/r/rpm-build-nasty
|
|
#. description
|
|
msgid ""
|
|
"You can use the supplied RPM configuration file to run the building\n"
|
|
"process at ordinary (zero) nice level."
|
|
msgstr ""
|
|
|
|
#: rpm-build-nodejs
|
|
#. homepage: http://www.altlinux.org/Node.JS_Policy
|
|
#. summary
|
|
msgid "RPM helper scripts for building nodejs packages"
|
|
msgstr ""
|
|
|
|
#: rpm-build-nodejs
|
|
#. homepage: http://www.altlinux.org/Node.JS_Policy
|
|
#. description
|
|
msgid ""
|
|
"RPM helper scripts and build environment\n"
|
|
"for building nodejs packages.\n"
|
|
"\n"
|
|
"See http://www.altlinux.org/Node.JS_Policy for detailed nodejs packaging policy."
|
|
msgstr ""
|
|
|
|
#: rpm-macros-nodejs
|
|
#. homepage: http://www.altlinux.org/Node.JS_Policy
|
|
#. summary
|
|
msgid "RPM helper macros for building nodejs packages"
|
|
msgstr ""
|
|
|
|
#: rpm-macros-nodejs
|
|
#. homepage: http://www.altlinux.org/Node.JS_Policy
|
|
#. description
|
|
msgid ""
|
|
"RPM macros for building nodejs packages.\n"
|
|
"\n"
|
|
"See http://www.altlinux.org/Node.JS_Policy for detailed nodejs packaging policy."
|
|
msgstr ""
|
|
|
|
#: rpm-build-ocaml
|
|
#. homepage:
|
|
#. summary
|
|
msgid "RPM helpers to rebuild OCaml packages"
|
|
msgstr ""
|
|
|
|
#: rpm-build-ocaml
|
|
#. homepage:
|
|
#. description
|
|
msgid "RPM macros and reqprov helpers to be used in OCaml packages."
|
|
msgstr ""
|
|
|
|
#: rpm-build-octave
|
|
#. homepage:
|
|
#. summary
|
|
msgid "octave packaging macros"
|
|
msgstr ""
|
|
|
|
#: rpm-build-pear
|
|
#. homepage: https://www.altlinux.org/Pear_Policy
|
|
#. summary
|
|
msgid "RPM helper scripts for build PEAR packages"
|
|
msgstr ""
|
|
|
|
#: rpm-build-pear
|
|
#. homepage: https://www.altlinux.org/Pear_Policy
|
|
#. description
|
|
msgid ""
|
|
"RPM helper scripts for build PEAR packages.\n"
|
|
"You can build PEAR rpm package with\n"
|
|
"pear make-rpm-spec <package> command from pear-PEAR_Command_Packaging package.\n"
|
|
"See https://www.altlinux.org/Pear_Policy for detailed PEAR packaging policy."
|
|
msgstr ""
|
|
|
|
#: rpm-build-perl
|
|
#. homepage: http://search.cpan.org/dist/rpm-build-perl/
|
|
#. summary
|
|
msgid "RPM helper scripts to calculate Perl dependencies"
|
|
msgstr ""
|
|
|
|
#: rpm-build-perl
|
|
#. homepage: http://search.cpan.org/dist/rpm-build-perl/
|
|
#. description
|
|
msgid ""
|
|
"These herlper scripts will look at perl source files in your package,\n"
|
|
"and will use this information to generate automatic Requires and Provides\n"
|
|
"tags for the package."
|
|
msgstr ""
|
|
|
|
#: rpm-build-perl6
|
|
#. homepage: https://github.com/vlet/rpm-build-perl6
|
|
#. summary
|
|
msgid "RPM macroses for Rakudo Perl 6"
|
|
msgstr ""
|
|
|
|
#: rpm-build-php
|
|
#. homepage:
|
|
#. summary
|
|
msgid "RPM helper macros to rebuild PHP packages"
|
|
msgstr ""
|
|
|
|
#: rpm-build-php
|
|
#. homepage:
|
|
#. description
|
|
msgid ""
|
|
"These helper macros provide possibility to rebuild\n"
|
|
"PHP packages by some Alt Linux Team Policy compatible way."
|
|
msgstr ""
|
|
|
|
#: rpm-build-python
|
|
#. homepage:
|
|
#. summary
|
|
msgid "RPM helper macros to rebuild python packages"
|
|
msgstr ""
|
|
|
|
#: rpm-build-python
|
|
#. homepage:
|
|
#. description
|
|
msgid ""
|
|
"These helper macros provide possibility to rebuild\n"
|
|
"python modules by some Alt Linux Team Policy compatible way."
|
|
msgstr ""
|
|
|
|
#: rpm-macros-python
|
|
#. homepage:
|
|
#. summary
|
|
msgid "Set of RPM macros for packaging python2 modules and scripts"
|
|
msgstr ""
|
|
|
|
#: rpm-macros-python
|
|
#. homepage:
|
|
#. description
|
|
msgid "This packages provides RPM macros for packaging python2 modules and scripts."
|
|
msgstr ""
|
|
|
|
#: rpm-build-python3
|
|
#. homepage:
|
|
#. summary
|
|
msgid "RPM helper macros to rebuild python3 packages"
|
|
msgstr ""
|
|
|
|
#: rpm-build-python3
|
|
#. homepage:
|
|
#. description
|
|
msgid "These helper macros provide possibility to build python3 modules."
|
|
msgstr ""
|
|
|
|
#: rpm-macros-python3
|
|
#. homepage:
|
|
#. summary
|
|
msgid "Set of RPM macros for packaging python3 modules and scripts"
|
|
msgstr ""
|
|
|
|
#: rpm-macros-python3
|
|
#. homepage:
|
|
#. description
|
|
msgid "This packages provides RPM macros for packaging python3 modules and scripts."
|
|
msgstr ""
|
|
|
|
#: tests-for-installed-python3-pkgs
|
|
#. homepage:
|
|
#. summary
|
|
msgid "Tests that can be run to test any installed Python3 package"
|
|
msgstr ""
|
|
|
|
#: tests-for-installed-python3-pkgs
|
|
#. homepage:
|
|
#. description
|
|
msgid ""
|
|
"The included scripts are primarily to be run by package maintainers\n"
|
|
"(or automated testing systems) to test any Python3 package\n"
|
|
"in an environment where it has been installed by RPM.\n"
|
|
"\n"
|
|
"Contents:\n"
|
|
"\n"
|
|
"* check-python3-provs-importable -- a script to test installed Python3 packages\n"
|
|
"* py3-* -- helper scripts (for such tests)\n"
|
|
"\n"
|
|
"Example:\n"
|
|
"\n"
|
|
"apt-repo --hsh-apt-config=\"$HOME\"/.hasher/sisyphus/apt.conf test NNNNNN python3-module-FOOBAR \\\n"
|
|
"&& hsh-run /usr/lib/rpm/check-python3-provs-importable python3-module-FOOBAR; echo $?\n"
|
|
"\n"
|
|
"will report which modules provided by python3-module-FOOBAR are not importable\n"
|
|
"(if any) in the minimal environment. This is a packaging error if there are any."
|
|
msgstr ""
|
|
|
|
#: rpm-build-python3dist
|
|
#. homepage: https://src.fedoraproject.org/python-rpm-generators
|
|
#. summary
|
|
msgid "Dependency generators for Python RPMs"
|
|
msgstr ""
|
|
|
|
#: rpm-build-python3dist
|
|
#. homepage: https://src.fedoraproject.org/python-rpm-generators
|
|
#. description
|
|
msgid "Dependency generators for Python RPMs."
|
|
msgstr ""
|
|
|
|
#: rpm-build-rpm-eval
|
|
#. homepage:
|
|
#. summary
|
|
msgid "The script disclosure macros in files"
|
|
msgstr ""
|
|
|
|
#: rpm-build-rpm-eval
|
|
#. homepage:
|
|
#. description
|
|
msgid "The package contains a script disclosure rpm macros in files."
|
|
msgstr ""
|
|
|
|
#: rpm-macros-rpm-eval
|
|
#. homepage:
|
|
#. summary
|
|
msgid "RPM macros for use rpm-eval.sh"
|
|
msgstr ""
|
|
|
|
#: rpm-macros-rpm-eval
|
|
#. homepage:
|
|
#. description
|
|
msgid "These macros provide for use rpm-eval.sh to build packages."
|
|
msgstr ""
|
|
|
|
#: rpm-build-rt
|
|
#. homepage: http://sisyphus.ru/srpm/Sisyphus/rpm-build-rt
|
|
#. summary
|
|
msgid "helper to build rt extensions"
|
|
msgstr ""
|
|
|
|
#: rpm-build-rt
|
|
#. homepage: http://sisyphus.ru/srpm/Sisyphus/rpm-build-rt
|
|
#. description
|
|
msgid ""
|
|
"The package makes rt config files readable to help build rt extensions.\n"
|
|
"Use this package in chroot builds only. Never install this package into a living system.\n"
|
|
"\n"
|
|
"!!! Do not install this package into a living system !!!"
|
|
msgstr ""
|
|
|
|
#: rpm-build-ruby
|
|
#. homepage:
|
|
#. summary
|
|
msgid "RPM helper scripts to calculate Ruby dependencies"
|
|
msgstr ""
|
|
|
|
#: rpm-build-ruby
|
|
#. homepage:
|
|
#. description
|
|
msgid ""
|
|
"These helper scripts will look at Ruby source files in your package, and will\n"
|
|
"use this information to generate automatic Requires and Provides tags for the\n"
|
|
"package."
|
|
msgstr ""
|
|
|
|
#: rpm-macros-ruby
|
|
#. homepage:
|
|
#. summary
|
|
msgid "rpm macros for Ruby packages"
|
|
msgstr ""
|
|
|
|
#: rpm-macros-ruby
|
|
#. homepage:
|
|
#. description
|
|
msgid "rpm macros for Ruby packages."
|
|
msgstr ""
|
|
|
|
#: rpm-build-rust
|
|
#. homepage:
|
|
#. summary
|
|
msgid "RPM build enviroment to build rust packages"
|
|
msgstr ""
|
|
|
|
#: rpm-macros-rust
|
|
#. homepage:
|
|
#. summary
|
|
msgid "RPM helper macros to build rust packages"
|
|
msgstr ""
|
|
|
|
#: rpm-macros-rust
|
|
#. homepage:
|
|
#. description
|
|
msgid "These helper macros provide possibility to create rust packages."
|
|
msgstr ""
|
|
|
|
#: rpm-build-suse-compat
|
|
#. homepage:
|
|
#. summary
|
|
msgid "Compatibility environment to build SuSE rpms"
|
|
msgstr ""
|
|
|
|
#: rpm-macros-suse-compat
|
|
#. homepage:
|
|
#. summary
|
|
msgid "SuSE compatibility macros"
|
|
msgstr ""
|
|
|
|
#: rpm-build-systemd
|
|
#. homepage:
|
|
#. summary
|
|
msgid "RPM helper macros to build packages with systemd support"
|
|
msgstr ""
|
|
|
|
#: rpm-build-systemd
|
|
#. homepage:
|
|
#. description
|
|
msgid "RPM helper macros to build packages with systemd support."
|
|
msgstr ""
|
|
|
|
#: rpm-macros-systemd
|
|
#. homepage:
|
|
#. summary
|
|
msgid "Macros that define paths and scriptlets related to systemd"
|
|
msgstr ""
|
|
|
|
#: rpm-macros-systemd
|
|
#. homepage:
|
|
#. description
|
|
msgid "Macros that define paths and scriptlets related to systemd."
|
|
msgstr ""
|
|
|
|
#: rpm-build-tcl
|
|
#. homepage:
|
|
#. summary
|
|
msgid "RPM helpers to use with Tcl scripts"
|
|
msgstr ""
|
|
|
|
#: rpm-build-tcl
|
|
#. homepage:
|
|
#. description
|
|
msgid ""
|
|
"rpm-build-tcl is set of scripts and rpm macros to assist in tcl modules\n"
|
|
"build process"
|
|
msgstr ""
|
|
|
|
#: rpm-build-tex
|
|
#. homepage: http://git.altlinux.org/people/viy/packages/rpm-build-tex.git
|
|
#. summary
|
|
msgid "RPM helper macros to rebuild TeX packages"
|
|
msgstr ""
|
|
|
|
#: rpm-build-tex
|
|
#. homepage: http://git.altlinux.org/people/viy/packages/rpm-build-tex.git
|
|
#. description
|
|
msgid ""
|
|
"These helper macros provide possibility to rebuild TeX packages by\n"
|
|
"some Alt TeX Policy compatible way."
|
|
msgstr ""
|
|
|
|
#: rpm-build-vala
|
|
#. homepage:
|
|
#. summary
|
|
msgid "RPM helper macros and dependency utils to build Vala packages"
|
|
msgstr ""
|
|
|
|
#: rpm-build-vm
|
|
#. homepage:
|
|
#. summary
|
|
msgid "RPM helper to run tests in virtualised environment"
|
|
msgstr ""
|
|
|
|
#: rpm-build-vm
|
|
#. homepage:
|
|
#. description
|
|
msgid ""
|
|
"RPM helper to run QEMU inside hasher. This is mainly intended\n"
|
|
"for %check section to test software under better emulated root\n"
|
|
"than fakeroot.\n"
|
|
"\n"
|
|
"This is similar to multiple vm scripts, virtme, vido, and eudyptula-boot."
|
|
msgstr ""
|
|
|
|
#: rpm-build-vm-checkinstall
|
|
#. homepage:
|
|
#. summary
|
|
msgid "Checkinstall for vm-run"
|
|
msgstr ""
|
|
|
|
#: rpm-build-vm-checkinstall
|
|
#. homepage:
|
|
#. description
|
|
msgid "Run checkinstall tests for vm-run."
|
|
msgstr ""
|
|
|
|
#: rpm-build-vm-run
|
|
#. homepage:
|
|
#. summary
|
|
msgid "vm-run virtualized runner"
|
|
msgstr ""
|
|
|
|
#: rpm-build-vm-run
|
|
#. homepage:
|
|
#. description
|
|
msgid ""
|
|
"RPM helper to run QEMU inside hasher. This is mainly intended\n"
|
|
"for %check section to test software under better emulated root\n"
|
|
"than fakeroot.\n"
|
|
"\n"
|
|
"This is similar to multiple vm scripts, virtme, vido, and eudyptula-boot.\n"
|
|
"\n"
|
|
"This package is vm-run scripts only (without requirement on the kernel)."
|
|
msgstr ""
|
|
|
|
#: rpm-build-xdg
|
|
#. homepage: http://standards.freedesktop.org/basedir-spec/
|
|
#. summary
|
|
msgid "RPM macros for XDG Base Directory Specification and more"
|
|
msgstr ""
|
|
|
|
#: rpm-build-xdg
|
|
#. homepage: http://standards.freedesktop.org/basedir-spec/
|
|
#. description
|
|
msgid ""
|
|
"This package contains RPM macros that correspond to standard values defined\n"
|
|
"in XDG Base Directory Specification and other specifications that reference\n"
|
|
"this. Note that these macros do not replace values of environment variables\n"
|
|
"that are defined in the Specification, they just set some default paths\n"
|
|
"that are used for packaging XDG-compliant software."
|
|
msgstr ""
|
|
|
|
#: rpm-build-xen
|
|
#. homepage:
|
|
#. summary
|
|
msgid "Arch-specific requirement to build XEN"
|
|
msgstr ""
|
|
|
|
#: rpm-build-xen
|
|
#. homepage:
|
|
#. description
|
|
msgid "Arch-specific requirement to build XEN."
|
|
msgstr ""
|
|
|
|
#: rpm-build-xfce4
|
|
#. homepage:
|
|
#. summary
|
|
msgid "Macros for comfort build xfce4 and plugins"
|
|
msgstr ""
|
|
|
|
#: rpm-build-xfce4
|
|
#. homepage:
|
|
#. description
|
|
msgid "Some macros for standard path for xfce4."
|
|
msgstr ""
|
|
|
|
#: rpm-cve-browser
|
|
#. homepage: https://github.com/nbr11/rpm-cve-browser
|
|
#. summary
|
|
msgid "Browse CVE's for RPM Packages on your system"
|
|
msgstr ""
|
|
|
|
#: rpm-helper
|
|
#. homepage: http://www.mageia.org/
|
|
#. summary
|
|
msgid "Mageia helper scripts for rpm scriptlets"
|
|
msgstr ""
|
|
|
|
#: rpm-helper
|
|
#. homepage: http://www.mageia.org/
|
|
#. description
|
|
msgid ""
|
|
"Helper scripts for rpm installation.\n"
|
|
"For compatibility with Mandriva, Mageia, ROSA."
|
|
msgstr ""
|
|
|
|
#: rpm-macros-rpm-helper
|
|
#. homepage: http://www.mageia.org/
|
|
#. summary
|
|
msgid "Mageia compatibility set of macro from rpm-helper"
|
|
msgstr ""
|
|
|
|
#: rpm-macros-rpm-helper
|
|
#. homepage: http://www.mageia.org/
|
|
#. description
|
|
msgid ""
|
|
"Mageia compatibility set of macro from rpm-helper.\n"
|
|
"For compatibility with Mandriva, Mageia, ROSA."
|
|
msgstr ""
|
|
|
|
#: rpm-macros-apache
|
|
#. homepage:
|
|
#. summary
|
|
msgid "RPM macros to Apache Web server"
|
|
msgstr ""
|
|
|
|
#: rpm-macros-apache
|
|
#. homepage:
|
|
#. description
|
|
msgid ""
|
|
"The package provide a set of macros for packaging Web applications\n"
|
|
"according to the ALT Linux Web Packaging Policy."
|
|
msgstr ""
|
|
|
|
#: rpm-macros-apache2
|
|
#. homepage:
|
|
#. summary
|
|
msgid "RPM macros to Apache2 Web server"
|
|
msgstr ""
|
|
|
|
#: rpm-macros-branch
|
|
#. homepage:
|
|
#. summary
|
|
msgid "RPM macros for support branches"
|
|
msgstr ""
|
|
|
|
#: rpm-macros-branch
|
|
#. homepage:
|
|
#. description
|
|
msgid "Macros for the assembly of packages for different branches."
|
|
msgstr ""
|
|
|
|
#: rpm-macros-branding
|
|
#. homepage:
|
|
#. summary
|
|
msgid "RPM helper macros to build branding packages"
|
|
msgstr ""
|
|
|
|
#: rpm-macros-branding
|
|
#. homepage:
|
|
#. description
|
|
msgid "RPM helper macros to build branding packages."
|
|
msgstr ""
|
|
|
|
#: rpm-macros-condstopstart
|
|
#. homepage:
|
|
#. summary
|
|
msgid "Rpm macros for condstopstart"
|
|
msgstr ""
|
|
|
|
#: rpm-macros-erlang
|
|
#. homepage:
|
|
#. summary
|
|
msgid "RPM helper macros to rebuild erlang packages"
|
|
msgstr ""
|
|
|
|
#: rpm-macros-erlang
|
|
#. homepage:
|
|
#. description
|
|
msgid ""
|
|
"These helper macros provide possibility to rebuild erlang modules by\n"
|
|
"some Alt Linux Team Policy compatible way."
|
|
msgstr ""
|
|
|
|
#: rpm-macros-features
|
|
#. homepage:
|
|
#. summary
|
|
msgid "RPM macros to check if can build with a feature"
|
|
msgstr ""
|
|
|
|
#: rpm-macros-features
|
|
#. homepage:
|
|
#. description
|
|
msgid ""
|
|
"RPM macros to check if can build with a feature (a library is possible).\n"
|
|
"\n"
|
|
"Usage:\n"
|
|
"if_feature vulkan\n"
|
|
"BuildRequires: libvulkan-devel\n"
|
|
"endif\n"
|
|
"\n"
|
|
"if_feature icu 6.5\n"
|
|
"...\n"
|
|
"endif"
|
|
msgstr ""
|
|
|
|
#: rpm-macros-fedora-compat
|
|
#. homepage:
|
|
#. summary
|
|
msgid "Fedora compatibility set of macro"
|
|
msgstr ""
|
|
|
|
#: rpm-macros-generic-compat
|
|
#. homepage:
|
|
#. summary
|
|
msgid "Generic non-ALTLinux compatibility set of macro"
|
|
msgstr ""
|
|
|
|
#: rpm-macros-girar-parallel-build
|
|
#. homepage:
|
|
#. summary
|
|
msgid "RPM macros for automatic parallel build on girar server"
|
|
msgstr ""
|
|
|
|
#: rpm-macros-girar-parallel-build
|
|
#. homepage:
|
|
#. description
|
|
msgid ""
|
|
"This package contains RPM macros for automatic parallel build on\n"
|
|
"girar server."
|
|
msgstr ""
|
|
|
|
#: rpm-macros-javascript
|
|
#. homepage: http://www.altlinux.org/JavaScript_Policy
|
|
#. summary
|
|
msgid "RPM helper scripts for packaging javascipt libraries"
|
|
msgstr ""
|
|
|
|
#: rpm-macros-javascript
|
|
#. homepage: http://www.altlinux.org/JavaScript_Policy
|
|
#. description
|
|
msgid ""
|
|
"RPM helper scripts for package javascript libraries.\n"
|
|
"\n"
|
|
"See http://www.altlinux.org/JavaScript_Policy for detailed javascript libraries packaging policy."
|
|
msgstr ""
|
|
|
|
#: rpm-macros-libunwind
|
|
#. homepage:
|
|
#. summary
|
|
msgid "Arch macro to build libunwind clients"
|
|
msgstr ""
|
|
|
|
#: rpm-macros-libunwind
|
|
#. homepage:
|
|
#. description
|
|
msgid ""
|
|
"libunwind supports only some architectures.\n"
|
|
"\n"
|
|
"This package provides macro with a list of architectures supported\n"
|
|
"by libunwind."
|
|
msgstr ""
|
|
|
|
#: rpm-macros-lua
|
|
#. homepage: https://www.altlinux.org/Lua_Policy
|
|
#. summary
|
|
msgid "RPM helper macros to build Lua packages"
|
|
msgstr ""
|
|
|
|
#: rpm-macros-lua
|
|
#. homepage: https://www.altlinux.org/Lua_Policy
|
|
#. description
|
|
msgid "These helper macros facilitate creation of RPM packages containing Lua code."
|
|
msgstr ""
|
|
|
|
#: rpm-macros-luajit
|
|
#. homepage: http://altlinux.org/ports
|
|
#. summary
|
|
msgid "Arch macro to build luajit clients"
|
|
msgstr ""
|
|
|
|
#: rpm-macros-luajit
|
|
#. homepage: http://altlinux.org/ports
|
|
#. description
|
|
msgid ""
|
|
"luajit supports only some architectures.\n"
|
|
"\n"
|
|
"This package provides macro with a list of architectures supported\n"
|
|
"by luajit."
|
|
msgstr ""
|
|
|
|
#: rpm-macros-mageia-compat
|
|
#. homepage:
|
|
#. summary
|
|
msgid "Mageia compatibility set of macro"
|
|
msgstr ""
|
|
|
|
#: rpm-macros-make
|
|
#. homepage: http://www.altlinux.org/
|
|
#. summary
|
|
msgid "Make helper macros to rebuild packages"
|
|
msgstr ""
|
|
|
|
#: rpm-macros-make
|
|
#. homepage: http://www.altlinux.org/
|
|
#. description
|
|
msgid ""
|
|
"This is extended make macros: %make_build_ext for parallel build,\n"
|
|
"%make_ext for sequential build.\n"
|
|
"Standard flags defined, but may changed with %add_optflags."
|
|
msgstr ""
|
|
|
|
#: rpm-macros-mingw32
|
|
#. homepage: http://altlinux.org
|
|
#. summary
|
|
msgid "MinGW RPM helper macros"
|
|
msgstr ""
|
|
|
|
#: rpm-macros-mingw32
|
|
#. homepage: http://altlinux.org
|
|
#. description
|
|
msgid ""
|
|
"These helper macros provide possibility to rebuild\n"
|
|
"by some Alt Linux Team Policy compatible way.\n"
|
|
"Macroses from Fedora.\n"
|
|
"http://fedoraproject.org/wiki/Packaging/MinGW"
|
|
msgstr ""
|
|
|
|
#: rpm-macros-moodle
|
|
#. homepage:
|
|
#. summary
|
|
msgid "RPM helper macros and dependency utils to build Mooodle packages"
|
|
msgstr ""
|
|
|
|
#: rpm-macros-moodle
|
|
#. homepage:
|
|
#. description
|
|
msgid ""
|
|
"These helper macros and dependency calculation utils facilitate creation of\n"
|
|
"RPM packages containing Moodle bytecode archives etc."
|
|
msgstr ""
|
|
|
|
#: rpm-macros-qt5-webengine
|
|
#. homepage:
|
|
#. summary
|
|
msgid "Arch macro to build qt5-webengine clients"
|
|
msgstr ""
|
|
|
|
#: rpm-macros-qt5-webengine
|
|
#. homepage:
|
|
#. description
|
|
msgid ""
|
|
"qt-webengine supports only some architectures.\n"
|
|
"\n"
|
|
"This package provides macro with a list of architectures supported\n"
|
|
"by qt5-webengine."
|
|
msgstr ""
|
|
|
|
#: rpm-macros-reponame
|
|
#. homepage:
|
|
#. summary
|
|
msgid "rpm macro for repository detect"
|
|
msgstr ""
|
|
|
|
#: rpm-macros-sbcl
|
|
#. homepage:
|
|
#. summary
|
|
msgid "Arch macro to build sbcl clients"
|
|
msgstr ""
|
|
|
|
#: rpm-macros-sbcl
|
|
#. homepage:
|
|
#. description
|
|
msgid ""
|
|
"sbcl supports only some architectures.\n"
|
|
"\n"
|
|
"This package provides macro with a list of architectures supported\n"
|
|
"by sbcl."
|
|
msgstr ""
|
|
|
|
#: rpm-macros-trinity
|
|
#. homepage: http://www.trinitydesktop.org/
|
|
#. summary
|
|
msgid "RPM helper macros to rebuild TDE packages"
|
|
msgstr ""
|
|
|
|
#: rpm-macros-trinity
|
|
#. homepage: http://www.trinitydesktop.org/
|
|
#. description
|
|
msgid ""
|
|
"These helper macros provide possibility to rebuild\n"
|
|
"TDE packages by some Alt Linux Team Policy compatible way."
|
|
msgstr ""
|
|
|
|
#: rpm-macros-tts
|
|
#. homepage:
|
|
#. summary
|
|
msgid "RPM macros for speech synthesis engines"
|
|
msgstr ""
|
|
|
|
#: rpm-macros-tts
|
|
#. homepage:
|
|
#. description
|
|
msgid ""
|
|
"This package contains RPM settings for building packages\n"
|
|
"with different TTS engines."
|
|
msgstr ""
|
|
|
|
#: rpm-macros-uefi
|
|
#. homepage: http://www.altlinux.org/UEFI
|
|
#. summary
|
|
msgid "A set of RPM macros to help package UEFI related things"
|
|
msgstr ""
|
|
|
|
#: rpm-macros-uefi
|
|
#. homepage: http://www.altlinux.org/UEFI
|
|
#. description
|
|
msgid ""
|
|
"This package carries helpful macros to package\n"
|
|
"(and probably sign before that) UEFI binaries."
|
|
msgstr ""
|
|
|
|
#: rpm-macros-valgrind
|
|
#. homepage:
|
|
#. summary
|
|
msgid "arch macro to build valgrind clients"
|
|
msgstr ""
|
|
|
|
#: rpm-macros-valgrind
|
|
#. homepage:
|
|
#. description
|
|
msgid ""
|
|
"valgrind supports only some architectures.\n"
|
|
"\n"
|
|
"This package provides macro with a list of architectures supported\n"
|
|
"by valgrind."
|
|
msgstr ""
|
|
|
|
#: rpm-macros-webobjects
|
|
#. homepage:
|
|
#. summary
|
|
msgid "RPM macros to WebObjects libraries"
|
|
msgstr ""
|
|
|
|
#: rpm-macros-webobjects
|
|
#. homepage:
|
|
#. description
|
|
msgid "The package provides a set of macros for packaging WebObjects applications"
|
|
msgstr ""
|
|
|
|
#: rpm-pesign-checkinstall
|
|
#. homepage:
|
|
#. summary
|
|
msgid "Verify pesigned binaries (helper for checkinstall)"
|
|
msgstr ""
|
|
|
|
#: rpm-pesign-checkinstall
|
|
#. homepage:
|
|
#. description
|
|
msgid "Verify pesigned binaries (helper for checkinstall)."
|
|
msgstr ""
|
|
|
|
#: rpm-uscan
|
|
#. homepage: http://www.altlinux.org/Watch
|
|
#. summary
|
|
msgid "Utility to check watch files"
|
|
msgstr ""
|
|
|
|
#: rpm-uscan
|
|
#. homepage: http://www.altlinux.org/Watch
|
|
#. description
|
|
msgid ""
|
|
"- uscan: Automatically scan for and download upstream updates. Uscan can\n"
|
|
" also call a program such as girar-nmu to attempt to update the src.rpm\n"
|
|
" or gear repository. Whilst uscan could be used to release\n"
|
|
" the updated version automatically, it is probably better not to without\n"
|
|
" testing it first."
|
|
msgstr ""
|
|
|
|
#: rpm-utils
|
|
#. homepage:
|
|
#. summary
|
|
msgid "Utilities every rpm packager must have"
|
|
msgstr ""
|
|
|
|
#: rpm-utils
|
|
#. homepage:
|
|
#. description
|
|
msgid ""
|
|
"This package contains following utilities:\n"
|
|
"+ filereq - generates list of file requires while running the program;\n"
|
|
"+ packageof - generates list of packages owning specified files;\n"
|
|
"+ packagereq - generates list of package requires while running the program;\n"
|
|
"+ buildreq - generates and adds/updates BuildRequires tag in specfiles;\n"
|
|
"+ rpmdups,rpmrdups - generates list of duplicated packages;\n"
|
|
"+ paste_changelog - pastes a whole ready piece to the top of a changelog;\n"
|
|
"+ stamp_spec - generates timestamp for rpm specfile changelog entry;\n"
|
|
"+ add_changelog - generates and adds changelog entry to rpm specfile;\n"
|
|
"+ compare_packages - generates lists of package sets and compares them;\n"
|
|
"+ cleanup_spec - attempts to cleanup rpm specfile;\n"
|
|
"+ rebuild_package - rebuilds source package keeping packager info unchanged;\n"
|
|
"+ rebuild_packages - rebuilds source packages using rebuild_package."
|
|
msgstr ""
|
|
|
|
#: rpm-utils-lite
|
|
#. homepage:
|
|
#. summary
|
|
msgid "Portions from full blown rpm-utils"
|
|
msgstr ""
|
|
|
|
#: rpm-utils-lite
|
|
#. homepage:
|
|
#. description
|
|
msgid ""
|
|
"This package contains following utilities:\n"
|
|
"+ stamp_spec.lite - generates timestamp for rpm specfile changelog entry;\n"
|
|
"+ add_changelog.lite - generates and adds changelog entry to rpm specfile;\n"
|
|
"\n"
|
|
"Instead of rpm-utils, it does not require rpm-build"
|
|
msgstr ""
|
|
|
|
#: rpm2html
|
|
#. homepage: http://rufus.w3.org/linux/rpm2html/
|
|
#. summary
|
|
msgid "Translates an RPM database and dependency information into HTML"
|
|
msgstr ""
|
|
|
|
#: rpm2html
|
|
#. homepage: http://rufus.w3.org/linux/rpm2html/
|
|
#. description
|
|
msgid ""
|
|
"The rpm2html utility automatically generates web pages that describe a\n"
|
|
"set of RPM packages. The goals of rpm2html are to identify the\n"
|
|
"dependencies between various packages, and to find the package(s) that\n"
|
|
"will provide the resources needed to install a given package. Rpm2html\n"
|
|
"analyzes the provides and requires of the given set of RPMs, and then\n"
|
|
"shows the dependency cross-references using hypertext links. Rpm2html\n"
|
|
"can now dump the metadata associated with RPM files into standard RDF\n"
|
|
"files."
|
|
msgstr ""
|
|
|
|
#: rpmbuild-helper
|
|
#. homepage: http://www.altlinux.org/Icon_Paths_Policy
|
|
#. summary
|
|
msgid "A set of helper utilities that automate routine packaging tasks."
|
|
msgstr ""
|
|
|
|
#: rpmbuild-helper-desktop
|
|
#. homepage: http://www.altlinux.org/Icon_Paths_Policy
|
|
#. summary
|
|
msgid "A tool for auto repairing .desktop files in rpm packages"
|
|
msgstr ""
|
|
|
|
#: rpmbuild-helper-desktop
|
|
#. homepage: http://www.altlinux.org/Icon_Paths_Policy
|
|
#. description
|
|
msgid ""
|
|
"A tool for auto repairing .desktop files in rpm packages.\n"
|
|
"A part of rpmbuild-helper utilities."
|
|
msgstr ""
|
|
|
|
#: rpmbuild-helper-sugar-activity
|
|
#. homepage: http://www.altlinux.org/Icon_Paths_Policy
|
|
#. summary
|
|
msgid "A tool for auto repairing activity.info files in rpm packaged sugar activities"
|
|
msgstr ""
|
|
|
|
#: rpmbuild-helper-sugar-activity
|
|
#. homepage: http://www.altlinux.org/Icon_Paths_Policy
|
|
#. description
|
|
msgid ""
|
|
"A tool for auto repairing activity.info files in rpm packaged sugar activities.\n"
|
|
"A part of rpmbuild-helper utilities."
|
|
msgstr ""
|
|
|
|
#: librpmconstant-devel
|
|
#. homepage: https://github.com/gitpan/rpmconstant
|
|
#. summary
|
|
msgid "Development files from librpmconstant"
|
|
msgstr ""
|
|
|
|
#: librpmconstant-devel
|
|
#. homepage: https://github.com/gitpan/rpmconstant
|
|
#. description
|
|
msgid ""
|
|
"This library provides basics functions to map internal rpm constant value\n"
|
|
"with their name. This is useful for perl/python or other language which has\n"
|
|
"binding over rpmlib.\n"
|
|
"\n"
|
|
"You need this package to build applications using librpmconstant."
|
|
msgstr ""
|
|
|
|
#: librpmconstant0
|
|
#. homepage: https://github.com/gitpan/rpmconstant
|
|
#. summary
|
|
msgid "A library to bind rpm constant"
|
|
msgstr ""
|
|
|
|
#: librpmconstant0
|
|
#. homepage: https://github.com/gitpan/rpmconstant
|
|
#. description
|
|
msgid ""
|
|
"This library provides basics functions to map internal rpm constant value\n"
|
|
"with their name. This is useful for perl/python or other language which has\n"
|
|
"binding over rpmlib."
|
|
msgstr ""
|
|
|
|
#: rpmconstant
|
|
#. homepage: https://github.com/gitpan/rpmconstant
|
|
#. summary
|
|
msgid "A library to bind RPM constant values"
|
|
msgstr ""
|
|
|
|
#: rpmconstant
|
|
#. homepage: https://github.com/gitpan/rpmconstant
|
|
#. description
|
|
msgid ""
|
|
"This library provides basic functions to map internal RPM constant values\n"
|
|
"with their name. This is useful for perl/python or other language which has\n"
|
|
"binding over rpmlib."
|
|
msgstr ""
|
|
|
|
#: rpmdevtools
|
|
#. homepage: https://pagure.io/rpmdevtools
|
|
#. summary
|
|
msgid "RPM Development Tools"
|
|
msgstr ""
|
|
|
|
#: rpmdevtools
|
|
#. homepage: https://pagure.io/rpmdevtools
|
|
#. description
|
|
msgid ""
|
|
"This package contains scripts and (X)Emacs support files to aid in\n"
|
|
"development of RPM packages.\n"
|
|
"rpmdev-setuptree Create RPM build tree within user's home directory\n"
|
|
"rpmdev-diff Diff contents of two archives\n"
|
|
"rpmdev-newspec Creates new .spec from template\n"
|
|
"rpmdev-rmdevelrpms Find (and optionally remove) \"development\" RPMs\n"
|
|
"rpmdev-checksig Check package signatures using alternate RPM keyring\n"
|
|
"rpminfo Print information about executables and libraries\n"
|
|
"rpmdev-md5/sha* Display checksums of all files in an archive file\n"
|
|
"rpmdev-vercmp RPM version comparison checker\n"
|
|
"rpmdev-wipetree Erase all files within dirs created by rpmdev-setuptree\n"
|
|
"rpmdev-extract Extract various archives, \"tar xvf\" style\n"
|
|
"rpmdev-bumpspec Bump revision in specfile\n"
|
|
"...and many more."
|
|
msgstr ""
|
|
|
|
#: rpmdiagram
|
|
#. homepage: http://software.amiga-hardware.com
|
|
#. summary
|
|
msgid "Draws diagrams of RPM dependencies"
|
|
msgstr ""
|
|
|
|
#: rpmdiagram
|
|
#. homepage: http://software.amiga-hardware.com
|
|
#. description
|
|
msgid ""
|
|
"Draws diagrams of installed RPM dependencies using GraphViz and outputs the\n"
|
|
"diagram into an image file such as PNG or JPG."
|
|
msgstr ""
|
|
|
|
#: rpmfile2
|
|
#. homepage: https://github.com/svpv/rpmfile2
|
|
#. summary
|
|
msgid "List files and their magic types in .rpm packages"
|
|
msgstr ""
|
|
|
|
#: rpmfile2
|
|
#. homepage: https://github.com/svpv/rpmfile2
|
|
#. description
|
|
msgid ""
|
|
"The rpmfile2 program lists filenames, along with their magic types,\n"
|
|
"as determined by file(1), in .rpm packages. This is a reimplementation\n"
|
|
"of the original rpmfile(1) script written many years ago."
|
|
msgstr ""
|
|
|
|
#: libqacache
|
|
#. homepage: http://git.altlinux.org/gears/r/rpmhdrcache.git
|
|
#. summary
|
|
msgid "NoSQL solution for data caching"
|
|
msgstr ""
|
|
|
|
#: libqacache
|
|
#. homepage: http://git.altlinux.org/gears/r/rpmhdrcache.git
|
|
#. description
|
|
msgid ""
|
|
"This library implements simple key-value cache API with limited support\n"
|
|
"for concurrent reads, atomic writes, data integrity, and atime cleanup.\n"
|
|
"Small- to medium-sized cache entries (up to 32K compressed with snappy)\n"
|
|
"are stored in a Berkeley DB, larger entries are backed by filesystem."
|
|
msgstr ""
|
|
|
|
#: rpmhdrcache
|
|
#. homepage: http://git.altlinux.org/gears/r/rpmhdrcache.git
|
|
#. summary
|
|
msgid "Cached reading of rpm package headers"
|
|
msgstr ""
|
|
|
|
#: rpmhdrcache
|
|
#. homepage: http://git.altlinux.org/gears/r/rpmhdrcache.git
|
|
#. description
|
|
msgid ""
|
|
"Sisyphus repository currently has more than 10K source packages (which is\n"
|
|
"more than 60K rpm files with subpackages). To assist repeated repo scanning\n"
|
|
"(which is required for each repo update), this package provides rpmhdrcache.so\n"
|
|
"perloadable module. This module intercepts rpmReadPackageHeader calls and\n"
|
|
"caches the result using libqacache library."
|
|
msgstr ""
|
|
|
|
#: rpmidentity
|
|
#. homepage: http://git.altlinux.org/gears/r/rpmidentity.git
|
|
#. summary
|
|
msgid "Calculate rpm package identity"
|
|
msgstr ""
|
|
|
|
#: rpmidentity
|
|
#. homepage: http://git.altlinux.org/gears/r/rpmidentity.git
|
|
#. description
|
|
msgid "This package contains utility that is used to calculate rpm package identity."
|
|
msgstr ""
|
|
|
|
#: rpminstall
|
|
#. homepage: http://www.altlinux.org/Rpminstall
|
|
#. summary
|
|
msgid "Graphical application for install RPM packages using apt-get"
|
|
msgstr ""
|
|
|
|
#: rpminstall
|
|
#. homepage: http://www.altlinux.org/Rpminstall
|
|
#. description
|
|
msgid "Graphical application for install RPM packages using apt-get."
|
|
msgstr ""
|
|
|
|
#: rpminstall-tests
|
|
#. homepage: http://git.altlinux.org/people/imz/packages/rpminstall-tests.git
|
|
#. summary
|
|
msgid "Tests for rpm: how it interprets packages when installing"
|
|
msgstr ""
|
|
|
|
#: rpminstall-tests
|
|
#. homepage: http://git.altlinux.org/people/imz/packages/rpminstall-tests.git
|
|
#. description
|
|
msgid ""
|
|
"Tests for rpm: how it interprets packages when installing.\n"
|
|
"\n"
|
|
"Now, it tests how various forms of constraints (Requires, Conflicts, Obsoletes)\n"
|
|
"are interpreted when they are installed together with packages with\n"
|
|
"various forms of matching Provides.\n"
|
|
"\n"
|
|
"More tests can appear."
|
|
msgstr ""
|
|
|
|
#: rpminstall-tests-archcompat-checkinstall
|
|
#. homepage: http://git.altlinux.org/people/imz/packages/rpminstall-tests.git
|
|
#. summary
|
|
msgid "Immediately run arch_compat rpminstall-tests when installing this package"
|
|
msgstr ""
|
|
|
|
#: rpminstall-tests-archcompat-checkinstall
|
|
#. homepage: http://git.altlinux.org/people/imz/packages/rpminstall-tests.git
|
|
#. description
|
|
msgid ""
|
|
"Immediately run a few arch_compat RPM tests when installing this package.\n"
|
|
"\n"
|
|
"They test rpm -i, applied to the results of rpmbuild, which is used\n"
|
|
"to build packages without explicitly specifying the architecture, so\n"
|
|
"that their architecture is derived automatically based on `uname -m`."
|
|
msgstr ""
|
|
|
|
#: rpminstall-tests-archcompat-with-proc-checkinstall
|
|
#. homepage: http://git.altlinux.org/people/imz/packages/rpminstall-tests.git
|
|
#. summary
|
|
msgid "Immediately run arch_compat rpminstall-tests when installing this package (with /proc)"
|
|
msgstr ""
|
|
|
|
#: rpminstall-tests-archcompat-with-proc-checkinstall
|
|
#. homepage: http://git.altlinux.org/people/imz/packages/rpminstall-tests.git
|
|
#. description
|
|
msgid ""
|
|
"Immediately run a few arch_compat RPM tests when installing this package\n"
|
|
"(with /proc).\n"
|
|
"\n"
|
|
"They test rpm -i, applied to the results of rpmbuild, which is used\n"
|
|
"to build packages without explicitly specifying the architecture, so\n"
|
|
"that their architecture is derived automatically based on `uname -m`."
|
|
msgstr ""
|
|
|
|
#: rpminstall-tests-checkinstall
|
|
#. homepage: http://git.altlinux.org/people/imz/packages/rpminstall-tests.git
|
|
#. summary
|
|
msgid "Immediately run rpminstall-tests when installing this package"
|
|
msgstr ""
|
|
|
|
#: rpminstall-tests-checkinstall
|
|
#. homepage: http://git.altlinux.org/people/imz/packages/rpminstall-tests.git
|
|
#. description
|
|
msgid ""
|
|
"Immediately run rpminstall-tests when installing this package.\n"
|
|
"\n"
|
|
"They test rpm (applied to the results of rpm-build)."
|
|
msgstr ""
|
|
|
|
#: rpmlint
|
|
#. homepage: https://github.com/rpm-software-management/rpmlint
|
|
#. summary
|
|
msgid "Tool for checking common errors in RPM packages"
|
|
msgstr ""
|
|
|
|
#: rpmlint
|
|
#. homepage: https://github.com/rpm-software-management/rpmlint
|
|
#. description
|
|
msgid ""
|
|
"Rpmlint is a tool to check common errors on rpm packages.\n"
|
|
"Binary and source packages can be checked."
|
|
msgstr ""
|
|
|
|
#: rpmorphan
|
|
#. homepage: http://rpmorphan.sourceforge.net/
|
|
#. summary
|
|
msgid "Find orphaned RPM packages"
|
|
msgstr ""
|
|
|
|
#: rpmorphan
|
|
#. homepage: http://rpmorphan.sourceforge.net/
|
|
#. description
|
|
msgid ""
|
|
"rpmorphan finds \"orphaned\" packages on your system. It determines\n"
|
|
"which packages have no other packages depending on their installation,\n"
|
|
"and shows you a list of these packages.\n"
|
|
"It intends to be clone of deborphan debian tools for rpm packages.\n"
|
|
"\n"
|
|
"It will try to help you to remove unused packages, for exemple :\n"
|
|
"- after a distribution upgrade\n"
|
|
"- when you want to suppress packages after some tests\n"
|
|
"\n"
|
|
"several tools are also provided :\n"
|
|
"- rpmusage : display rpm packages last use date\n"
|
|
"- rpmdep : display the full dependency of an installed rpm package\n"
|
|
"- rpmduplicates : find programs with several version installed"
|
|
msgstr ""
|
|
|
|
#: rpmquery-strictdep
|
|
#. homepage: http://git.altlinux.org/gears/r/rpmquery-strictdep.git
|
|
#. summary
|
|
msgid "Query an RPM and output the corresponding strict dependency"
|
|
msgstr ""
|
|
|
|
#: rpmquery-strictdep
|
|
#. homepage: http://git.altlinux.org/gears/r/rpmquery-strictdep.git
|
|
#. description
|
|
msgid ""
|
|
"Query an RPM and output the corresponding strict dependency.\n"
|
|
"\n"
|
|
"The output can be used as a Requires in another package.\n"
|
|
"\n"
|
|
"The most strict dependency is looked for via rpmquery --provides.\n"
|
|
"Usually, the result would include the disttag.\n"
|
|
"\n"
|
|
"%_allow_deps_with_beginning_dot and $allow_deps_with_beginning_dot control\n"
|
|
"whether the deprecated format (with a dot) is allowed in the output."
|
|
msgstr ""
|
|
|
|
#: rpmrebuild
|
|
#. homepage: http://rpmrebuild.sourceforge.net/
|
|
#. summary
|
|
msgid "A tool to build rpm file from rpm database"
|
|
msgstr ""
|
|
|
|
#: rpmrebuild
|
|
#. homepage: http://rpmrebuild.sourceforge.net/
|
|
#. description
|
|
msgid ""
|
|
"Rpmrebuild is a tool to build an RPM file from a package that has\n"
|
|
"already been installed in a basic use, rpmrebuild use do not require any\n"
|
|
"rpm building knowledge (On debian, the equivalent product is\n"
|
|
"dpkg-repack)"
|
|
msgstr ""
|
|
|
|
#: rpmrebuild-un_prelink
|
|
#. homepage: http://rpmrebuild.sourceforge.net/
|
|
#. summary
|
|
msgid "An prelink -u plugin for rpmrebuild"
|
|
msgstr ""
|
|
|
|
#: rpmrebuild-un_prelink
|
|
#. homepage: http://rpmrebuild.sourceforge.net/
|
|
#. description
|
|
msgid "Rpmrebuild plugin for automatically un-prelinking package content."
|
|
msgstr ""
|
|
|
|
#: rpmrebuild-arepo
|
|
#. homepage:
|
|
#. summary
|
|
msgid "biarch repackager for Sisyphus packages"
|
|
msgstr ""
|
|
|
|
#: rpmrebuild-arepo
|
|
#. homepage:
|
|
#. description
|
|
msgid ""
|
|
"Arepo repackages i586 files (mostly libraries) in i586-* packages suitable\n"
|
|
"for installation on an x86_64 system. Installing these packages allows you\n"
|
|
"to emulate a biarch environment."
|
|
msgstr ""
|
|
|
|
#: rpmrebuild-kmodsign
|
|
#. homepage:
|
|
#. summary
|
|
msgid "Signer for packages containing linux kernel modules"
|
|
msgstr ""
|
|
|
|
#: rpmrebuild-kmodsign
|
|
#. homepage:
|
|
#. description
|
|
msgid "Signer for packages containing linux kernel modules."
|
|
msgstr ""
|
|
|
|
#: rpmrebuild-pesign
|
|
#. homepage:
|
|
#. summary
|
|
msgid "Signer for packages containing PE format files"
|
|
msgstr ""
|
|
|
|
#: rpmrebuild-pesign
|
|
#. homepage:
|
|
#. description
|
|
msgid "Signer for packages containing PE format files."
|
|
msgstr ""
|
|
|
|
#: rpmrepair
|
|
#. homepage: https://www.altlinux.org/RPM-repair
|
|
#. summary
|
|
msgid "Bash script for repair broken RPM's"
|
|
msgstr ""
|
|
|
|
#: rpmrepair
|
|
#. homepage: https://www.altlinux.org/RPM-repair
|
|
#. description
|
|
msgid "This script repacks broken RPM's for ALT-specific repo."
|
|
msgstr ""
|
|
|
|
#: rr
|
|
#. homepage: https://rr-project.org/
|
|
#. summary
|
|
msgid "Record and Replay Framework"
|
|
msgstr ""
|
|
|
|
#: rr
|
|
#. homepage: https://rr-project.org/
|
|
#. description
|
|
msgid ""
|
|
"rr is a lightweight tool for recording, replaying and debugging execution of\n"
|
|
"applications (trees of processes and threads). Debugging extends gdb with very\n"
|
|
"efficient reverse-execution, which in combination with standard gdb/x86\n"
|
|
"features like hardware data watchpoints, makes debugging much more fun.\n"
|
|
"\n"
|
|
"Supported microarchitectures are Intel Nehalem (2010) or later."
|
|
msgstr ""
|
|
|
|
#: librrd-devel
|
|
#. homepage: http://oss.oetiker.ch/rrdtool
|
|
#. summary
|
|
msgid "Round Robin Database development files and documentation"
|
|
msgstr ""
|
|
|
|
#: librrd-devel
|
|
#. homepage: http://oss.oetiker.ch/rrdtool
|
|
#. description
|
|
msgid ""
|
|
"RRD is the Acronym for Round Robin Database. RRD is a system to store and\n"
|
|
"display time-series data (i.e. network bandwidth, machine-room temperature,\n"
|
|
"server load average).\n"
|
|
"\n"
|
|
"This package contains development files and documentation required for\n"
|
|
"development of RRD-based software."
|
|
msgstr ""
|
|
|
|
#: librrd8
|
|
#. homepage: http://oss.oetiker.ch/rrdtool
|
|
#. summary
|
|
msgid "Round Robin Database shared library"
|
|
msgstr ""
|
|
|
|
#: librrd8
|
|
#. homepage: http://oss.oetiker.ch/rrdtool
|
|
#. description
|
|
msgid ""
|
|
"RRD is the Acronym for Round Robin Database. RRD is a system to store and\n"
|
|
"display time-series data (i.e. network bandwidth, machine-room temperature,\n"
|
|
"server load average).\n"
|
|
"\n"
|
|
"This package contains shared library required for running RRD-based software."
|
|
msgstr ""
|
|
|
|
#: perl-RRD
|
|
#. homepage: http://oss.oetiker.ch/rrdtool
|
|
#. summary
|
|
msgid "Round Robin Database perl modules"
|
|
msgstr ""
|
|
|
|
#: perl-RRD
|
|
#. homepage: http://oss.oetiker.ch/rrdtool
|
|
#. description
|
|
msgid ""
|
|
"RRD is the Acronym for Round Robin Database. RRD is a system to store and\n"
|
|
"display time-series data (i.e. network bandwidth, machine-room temperature,\n"
|
|
"server load average). It stores the data in a very compact way that will not\n"
|
|
"expand over time, and it presents useful graphs by processing the data to\n"
|
|
"enforce a certain data density. It can be used either via simple wrapper\n"
|
|
"scripts (from shell or Perl) or via frontends that poll network devices and\n"
|
|
"put a friendly user interface on it.\n"
|
|
"\n"
|
|
"This package contains perl modules for access the Round Robin Databases."
|
|
msgstr ""
|
|
|
|
#: python3-module-rrdtool
|
|
#. homepage: http://oss.oetiker.ch/rrdtool
|
|
#. summary
|
|
msgid "Round Robin Database python modules"
|
|
msgstr ""
|
|
|
|
#: python3-module-rrdtool
|
|
#. homepage: http://oss.oetiker.ch/rrdtool
|
|
#. description
|
|
msgid ""
|
|
"RRD is the Acronym for Round Robin Database. RRD is a system to store and\n"
|
|
"display time-series data (i.e. network bandwidth, machine-room temperature,\n"
|
|
"server load average). It stores the data in a very compact way that will not\n"
|
|
"expand over time, and it presents useful graphs by processing the data to\n"
|
|
"enforce a certain data density. It can be used either via simple wrapper\n"
|
|
"scripts (from shell or Perl) or via frontends that poll network devices and\n"
|
|
"put a friendly user interface on it.\n"
|
|
"\n"
|
|
"This package contains python modules for access the Round Robin Databases."
|
|
msgstr ""
|
|
|
|
#: rrd
|
|
#. homepage: http://oss.oetiker.ch/rrdtool
|
|
#. summary
|
|
msgid "RRD - round robin database"
|
|
msgstr ""
|
|
|
|
#: rrd
|
|
#. homepage: http://oss.oetiker.ch/rrdtool
|
|
#. description
|
|
msgid ""
|
|
"RRD is the Acronym for Round Robin Database. RRD is a system to store and\n"
|
|
"display time-series data (i.e. network bandwidth, machine-room temperature,\n"
|
|
"server load average). It stores the data in a very compact way that will not\n"
|
|
"expand over time, and it presents useful graphs by processing the data to\n"
|
|
"enforce a certain data density. It can be used either via simple wrapper\n"
|
|
"scripts (from shell or Perl) or via frontends that poll network devices and\n"
|
|
"put a friendly user interface on it."
|
|
msgstr ""
|
|
|
|
#: rrd-cached
|
|
#. homepage: http://oss.oetiker.ch/rrdtool
|
|
#. summary
|
|
msgid "Data caching daemon for RRDtool"
|
|
msgstr ""
|
|
|
|
#: rrd-cached
|
|
#. homepage: http://oss.oetiker.ch/rrdtool
|
|
#. description
|
|
msgid ""
|
|
"rrdcached is a daemon that receives updates to existing RRD files,\n"
|
|
"accumulates them and, if enough have been received or a defined time has\n"
|
|
"passed, writes the updates to the RRD file. The daemon was written with\n"
|
|
"big setups in mind which usually runs into I/O related problems. This\n"
|
|
"daemon was written to alleviate these problems."
|
|
msgstr ""
|
|
|
|
#: rrd-doc
|
|
#. homepage: http://oss.oetiker.ch/rrdtool
|
|
#. summary
|
|
msgid "Round Robin Database documentation/examples"
|
|
msgstr ""
|
|
|
|
#: rrd-doc
|
|
#. homepage: http://oss.oetiker.ch/rrdtool
|
|
#. description
|
|
msgid ""
|
|
"RRD is the Acronym for Round Robin Database. RRD is a system to store and\n"
|
|
"display time-series data (i.e. network bandwidth, machine-room temperature,\n"
|
|
"server load average). It stores the data in a very compact way that will not\n"
|
|
"expand over time, and it presents useful graphs by processing the data to\n"
|
|
"enforce a certain data density. It can be used either via simple wrapper\n"
|
|
"scripts (from shell or Perl) or via frontends that poll network devices and\n"
|
|
"put a friendly user interface on it.\n"
|
|
"\n"
|
|
"This package contains documentations for manipulating Round Robin Databases.\n"
|
|
"Some examples included too."
|
|
msgstr ""
|
|
|
|
#: rrd-man
|
|
#. homepage: http://oss.oetiker.ch/rrdtool
|
|
#. summary
|
|
msgid "Round Robin Database man pages"
|
|
msgstr ""
|
|
|
|
#: rrd-man
|
|
#. homepage: http://oss.oetiker.ch/rrdtool
|
|
#. description
|
|
msgid ""
|
|
"RRD is the Acronym for Round Robin Database. RRD is a system to store and\n"
|
|
"display time-series data (i.e. network bandwidth, machine-room temperature,\n"
|
|
"server load average). It stores the data in a very compact way that will not\n"
|
|
"expand over time, and it presents useful graphs by processing the data to\n"
|
|
"enforce a certain data density. It can be used either via simple wrapper\n"
|
|
"scripts (from shell or Perl) or via frontends that poll network devices and\n"
|
|
"put a friendly user interface on it.\n"
|
|
"\n"
|
|
"This package contains man pages for Round Robin Databases."
|
|
msgstr ""
|
|
|
|
#: rrd-tcl
|
|
#. homepage: http://oss.oetiker.ch/rrdtool
|
|
#. summary
|
|
msgid "Round Robin Database tcl extension"
|
|
msgstr ""
|
|
|
|
#: rrd-tcl
|
|
#. homepage: http://oss.oetiker.ch/rrdtool
|
|
#. description
|
|
msgid ""
|
|
"RRD is the Acronym for Round Robin Database. RRD is a system to store and\n"
|
|
"display time-series data (i.e. network bandwidth, machine-room temperature,\n"
|
|
"server load average). It stores the data in a very compact way that will not\n"
|
|
"expand over time, and it presents useful graphs by processing the data to\n"
|
|
"enforce a certain data density. It can be used either via simple wrapper\n"
|
|
"scripts (from shell or Perl) or via frontends that poll network devices and\n"
|
|
"put a friendly user interface on it.\n"
|
|
"\n"
|
|
"This package contains tcl extension for access the Round Robin Databases."
|
|
msgstr ""
|
|
|
|
#: rrd-utils
|
|
#. homepage: http://oss.oetiker.ch/rrdtool
|
|
#. summary
|
|
msgid "Round Robin Database utilities"
|
|
msgstr ""
|
|
|
|
#: rrd-utils
|
|
#. homepage: http://oss.oetiker.ch/rrdtool
|
|
#. description
|
|
msgid ""
|
|
"RRD is the Acronym for Round Robin Database. RRD is a system to store and\n"
|
|
"display time-series data (i.e. network bandwidth, machine-room temperature,\n"
|
|
"server load average). It stores the data in a very compact way that will not\n"
|
|
"expand over time, and it presents useful graphs by processing the data to\n"
|
|
"enforce a certain data density. It can be used either via simple wrapper\n"
|
|
"scripts (from shell or Perl) or via frontends that poll network devices and\n"
|
|
"put a friendly user interface on it.\n"
|
|
"\n"
|
|
"This package contains utilities for manipulating Round Robin Databases."
|
|
msgstr ""
|
|
|
|
#: rs
|
|
#. homepage: http://www.freebsd.org/cgi/cvsweb.cgi/src/usr.bin/rs
|
|
#. summary
|
|
msgid "Reshape a data array"
|
|
msgstr ""
|
|
|
|
#: rs
|
|
#. homepage: http://www.freebsd.org/cgi/cvsweb.cgi/src/usr.bin/rs
|
|
#. description
|
|
msgid ""
|
|
"The rs utility reads the standard input, interpreting each line as a row\n"
|
|
"of blank-separated entries in an array, transforms the array according\n"
|
|
"to the options, and writes it on the standard output. With no arguments\n"
|
|
"it transforms stream input into a columnar format convenient for\n"
|
|
"terminal viewing."
|
|
msgstr ""
|
|
|
|
#: rsh
|
|
#. homepage: ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/
|
|
#. summary
|
|
msgid "Clients for remote access commands (rsh, rlogin, rcp)"
|
|
msgstr ""
|
|
|
|
#: rsh
|
|
#. homepage: ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/
|
|
#. description
|
|
msgid ""
|
|
"The rsh package contains a set of programs which allow users to run\n"
|
|
"commmands on remote machines, login to other machines and copy files\n"
|
|
"between machines (rsh, rlogin and rcp). All three of these commands\n"
|
|
"use rhosts style authentication. This package contains the clients\n"
|
|
"needed for all of these services.\n"
|
|
"\n"
|
|
"The rsh package might be installed to enable remote access to some\n"
|
|
"legacy network eqipment lacking encrypted access means (so make sure\n"
|
|
"you have at least considered crypto approach like openssh implements).\n"
|
|
"\n"
|
|
"*** PLEASE NOTE ***\n"
|
|
"\n"
|
|
"Due to the binaries installed SUID root the access to those\n"
|
|
"is limited to \"netadmin\" group by default; use control(8)\n"
|
|
"when amending accordinging to the site policy."
|
|
msgstr ""
|
|
|
|
#: rsh-server
|
|
#. homepage: ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/
|
|
#. summary
|
|
msgid "Servers for remote access commands (rsh, rlogin, rcp)"
|
|
msgstr ""
|
|
|
|
#: rsh-server
|
|
#. homepage: ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/
|
|
#. description
|
|
msgid ""
|
|
"The rsh-server package contains a set of programs which allow users\n"
|
|
"to run commmands on remote machines, login to other machines and copy\n"
|
|
"files between machines (rsh, rlogin and rcp). All three of these\n"
|
|
"commands use rhosts style authentication. This package contains the\n"
|
|
"servers needed for all of these services. It also contains a server\n"
|
|
"for rexec, an alternate method of executing remote commands.\n"
|
|
"All of these servers are run by xinetd and configured using\n"
|
|
"/etc/xinetd.d/ and PAM (but are disabled by default).\n"
|
|
"\n"
|
|
"*** PLEASE NOTE ***\n"
|
|
"\n"
|
|
"Most probably you don't want this package installed,\n"
|
|
"it's pretty hard to use it securely enough (or to provide\n"
|
|
"a trusted enough environment so it's not an issue).\n"
|
|
"\n"
|
|
"One might be way better off using OpenSSH (probably with\n"
|
|
"shared connections configured to lower the new connection\n"
|
|
"setup latency) or maybe HPN-SSH.\n"
|
|
"\n"
|
|
"To (hopefully) ensure that the sysadmin understands this,\n"
|
|
"the binaries are shipped with no execute permissions;\n"
|
|
"control(8) facility is provided to regulate those."
|
|
msgstr ""
|
|
|
|
#: rsibreak
|
|
#. homepage: https://projects.kde.org/projects/unmaintained/rsibreak
|
|
#. summary
|
|
msgid "A small utility which bothers you at certain intervals"
|
|
msgstr ""
|
|
|
|
#: rsibreak
|
|
#. homepage: https://projects.kde.org/projects/unmaintained/rsibreak
|
|
#. description
|
|
msgid ""
|
|
"RSIBreak is a small utility which bothers you at certain intervals. The\n"
|
|
"interval and duration of two different timers can be configured. You can\n"
|
|
"use the breaks to stretch out or do the dishes. The aim of this utility\n"
|
|
"is to let you know when it is time to have a break from your computer.\n"
|
|
"This can help people to prevent Repetive Strain Injury."
|
|
msgstr ""
|
|
|
|
#: rsnapshot
|
|
#. homepage: http://rsnapshot.org/
|
|
#. summary
|
|
msgid "local and remote filesystem snapshot utility"
|
|
msgstr ""
|
|
|
|
#: rsnapshot
|
|
#. homepage: http://rsnapshot.org/
|
|
#. description
|
|
msgid ""
|
|
"rsnapshot is an rsync-based filesystem snapshot utility. It can take\n"
|
|
"incremental backups of local and remote filesystems for any number of\n"
|
|
"machines. rsnapshot makes extensive use of hard links, so disk space\n"
|
|
"required is just a little more than the space of one full backup,\n"
|
|
"plus incrementals.\n"
|
|
"\n"
|
|
"Depending on your configuration, it is quite possible to set up in\n"
|
|
"just a few minutes. Files can be restored by the users who own them,\n"
|
|
"without the root user getting involved."
|
|
msgstr ""
|
|
|
|
#: rspamd
|
|
#. homepage: https://rspamd.com/
|
|
#. summary
|
|
msgid "Fast and modular antispam system written in C"
|
|
msgstr ""
|
|
|
|
#: rspamd
|
|
#. homepage: https://rspamd.com/
|
|
#. description
|
|
msgid ""
|
|
"Rspamd filtering system is created as a replacement of popular\n"
|
|
"spamassassin spamd and is designed to be fast, modular and easily\n"
|
|
"extendable system. Rspamd core is written in C language using event\n"
|
|
"driven paradigma. Plugins for rspamd can be written in lua. Rspamd is\n"
|
|
"designed to process connections completely asynchronous and do not block\n"
|
|
"anywhere in code."
|
|
msgstr ""
|
|
|
|
#: python3-module-rss2email
|
|
#. homepage: https://github.com/rss2email/rss2email
|
|
#. summary
|
|
msgid "rss2email python3 module"
|
|
msgstr ""
|
|
|
|
#: python3-module-rss2email
|
|
#. homepage: https://github.com/rss2email/rss2email
|
|
#. description
|
|
msgid "This package contains rss2email python3 module."
|
|
msgstr ""
|
|
|
|
#: rss2email
|
|
#. homepage: https://github.com/rss2email/rss2email
|
|
#. summary
|
|
msgid "Receive RSS or Atom feeds by email"
|
|
msgstr ""
|
|
|
|
#: rss2email
|
|
#. homepage: https://github.com/rss2email/rss2email
|
|
#. description
|
|
msgid ""
|
|
"rss2email is a simple program which you can run in your crontab.\n"
|
|
"It watches RSS (or Atom) feeds and sends you a nicely formatted\n"
|
|
"email message for each new item."
|
|
msgstr ""
|
|
|
|
#: rss2mail2
|
|
#. homepage: http://exo.org.uk/code/rss2mail/
|
|
#. summary
|
|
msgid "An RSS aggregator that delivers feeds as plain text email"
|
|
msgstr ""
|
|
|
|
#: rss2mail2
|
|
#. homepage: http://exo.org.uk/code/rss2mail/
|
|
#. description
|
|
msgid ""
|
|
"rss2mail2 is an RSS aggregator for those that like to get all their\n"
|
|
"information delivered to their inbox. It runs through your list of feeds\n"
|
|
"and sends you one mail per updated feed containing all the new and\n"
|
|
"updated items in that feed. Optionally it will provide you with a\n"
|
|
"universal style diff of the updated feeds."
|
|
msgstr ""
|
|
|
|
#: rss_glx
|
|
#. homepage: http://rss-glx.sourceforge.net
|
|
#. summary
|
|
msgid "Really Slick Screensavers"
|
|
msgstr ""
|
|
|
|
#: rss_glx
|
|
#. homepage: http://rss-glx.sourceforge.net
|
|
#. description
|
|
msgid ""
|
|
"The Really Slick Screensavers GLX port.\n"
|
|
"A collection of fancy OpenGL screensavers ported from Windows to X\n"
|
|
"for use with xscreensaver."
|
|
msgstr ""
|
|
|
|
#: rss_glx-kde
|
|
#. homepage: http://rss-glx.sourceforge.net
|
|
#. summary
|
|
msgid "Really Slick Screensavers - KDE modules"
|
|
msgstr ""
|
|
|
|
#: rss_glx-kde
|
|
#. homepage: http://rss-glx.sourceforge.net
|
|
#. description
|
|
msgid ""
|
|
"The Really Slick Screensavers GLX port.\n"
|
|
"A collection of fancy OpenGL screensavers ported from Windows to X\n"
|
|
"for use with xscreensaver.\n"
|
|
"\n"
|
|
"This package contains KDE menu entries."
|
|
msgstr ""
|
|
|
|
#: xscreensaver-hacks-rss_glx
|
|
#. homepage: http://rss-glx.sourceforge.net
|
|
#. summary
|
|
msgid "Really Slick Screensavers - xscreensaver modules"
|
|
msgstr ""
|
|
|
|
#: xscreensaver-hacks-rss_glx
|
|
#. homepage: http://rss-glx.sourceforge.net
|
|
#. description
|
|
msgid ""
|
|
"The Really Slick Screensavers GLX port.\n"
|
|
"A collection of fancy OpenGL screensavers ported from Windows to X\n"
|
|
"for use with xscreensaver.\n"
|
|
"\n"
|
|
"This package contains xscreensaver modules configs."
|
|
msgstr ""
|
|
|
|
#: rssh
|
|
#. homepage: http://www.pizzashack.org/rssh/
|
|
#. summary
|
|
msgid "Restricted shell for scp or sftp"
|
|
msgstr ""
|
|
|
|
#: rssh
|
|
#. homepage: http://www.pizzashack.org/rssh/
|
|
#. description
|
|
msgid ""
|
|
"rssh is a restricted shell for use with ssh, which allows the system\n"
|
|
"administrator to restrict a user's access to a system via scp or sftp, or\n"
|
|
"both."
|
|
msgstr ""
|
|
|
|
#: rsstail
|
|
#. homepage: http://www.vanheusden.com/rsstail/
|
|
#. summary
|
|
msgid "RSS reader"
|
|
msgstr ""
|
|
|
|
#: rsstail
|
|
#. homepage: http://www.vanheusden.com/rsstail/
|
|
#. description
|
|
msgid ""
|
|
"RSSTail is more or less an rss reader: it monitors an rss-feed and if\n"
|
|
"it detects a new entry it'll emit only that new entry."
|
|
msgstr ""
|
|
|
|
#: rstart
|
|
#. homepage: http://xorg.freedesktop.org
|
|
#. summary
|
|
msgid "a sample implementation of a Remote Start client"
|
|
msgstr ""
|
|
|
|
#: rstart
|
|
#. homepage: http://xorg.freedesktop.org
|
|
#. description
|
|
msgid ""
|
|
"Rstart is a simple implementation of a Remote Start client as defined\n"
|
|
"in \"A Flexible Remote Execution Protocol Based on rsh\". It uses rsh as\n"
|
|
"its underlying remote execution mechanism."
|
|
msgstr ""
|
|
|
|
#: rsync
|
|
#. homepage: http://rsync.samba.org
|
|
#. summary
|
|
msgid "A program for synchronizing files over a network"
|
|
msgstr ""
|
|
|
|
#: rsync
|
|
#. homepage: http://rsync.samba.org
|
|
#. description
|
|
msgid ""
|
|
"Rsync uses a quick and reliable algorithm to very quickly bring\n"
|
|
"remote and host files into sync. Rsync is fast because it just\n"
|
|
"sends the differences in the files over the network (instead of\n"
|
|
"sending the complete files). Rsync is often used as a very powerful\n"
|
|
"mirroring process or just as a more capable replacement for the\n"
|
|
"rcp command. A technical report which describes the rsync algorithm\n"
|
|
"is included in this package."
|
|
msgstr ""
|
|
|
|
#: rsync-server
|
|
#. homepage: http://rsync.samba.org
|
|
#. summary
|
|
msgid "Server environment for the rsync program"
|
|
msgstr ""
|
|
|
|
#: rsync-server
|
|
#. homepage: http://rsync.samba.org
|
|
#. description
|
|
msgid ""
|
|
"Rsync uses a quick and reliable algorithm to very quickly bring\n"
|
|
"remote and host files into sync. Rsync is fast because it just\n"
|
|
"sends the differences in the files over the network (instead of\n"
|
|
"sending the complete files). Rsync is often used as a very powerful\n"
|
|
"mirroring process or just as a more capable replacement for the\n"
|
|
"rcp command. A technical report which describes the rsync algorithm\n"
|
|
"is included in this package.\n"
|
|
"\n"
|
|
"This package includes rsyncd daemon functionality."
|
|
msgstr ""
|
|
|
|
#: rsyntaxtextarea
|
|
#. homepage: https://github.com/bobbylight/RSyntaxTextArea
|
|
#. summary
|
|
msgid "A syntax highlighting, code folding text editor for Java Swing applications"
|
|
msgstr ""
|
|
|
|
#: rsyntaxtextarea
|
|
#. homepage: https://github.com/bobbylight/RSyntaxTextArea
|
|
#. description
|
|
msgid ""
|
|
"RSyntaxTextArea is a customizable, syntax highlighting text component for Java\n"
|
|
"Swing applications. Out of the box, it supports syntax highlighting for 40+\n"
|
|
"programming languages, code folding, search and replace, and has add-on\n"
|
|
"libraries for code completion and spell checking. Syntax highlighting for\n"
|
|
"additional languages can be added via tools such as JFlex."
|
|
msgstr ""
|
|
|
|
#: rsyslog
|
|
#. homepage: http://www.rsyslog.com
|
|
#. summary
|
|
msgid "Enhanced system logging and kernel message trapping daemon"
|
|
msgstr ""
|
|
|
|
#: rsyslog
|
|
#. homepage: http://www.rsyslog.com
|
|
#. description
|
|
msgid ""
|
|
"Rsyslog is an enhanced multi-threaded syslogd supporting, among others, MySQL,\n"
|
|
"PostgreSQL, syslog/tcp, RFC 3195, permitted sender lists, filtering on any\n"
|
|
"message part, and fine grain output format control. It is quite compatible to\n"
|
|
"stock sysklogd and can be used as a drop-in replacement. Its advanced features\n"
|
|
"make it suitable for enterprise-class, encryption protected syslog relay chains\n"
|
|
"while at the same time being very easy to setup for the novice user.\n"
|
|
"\n"
|
|
" o lmnet.so - Implementation of network related stuff.\n"
|
|
" o lmregexp.so - Implementation of regexp related stuff.\n"
|
|
" o lmtcpclt.so - This is the implementation of TCP-based syslog clients.\n"
|
|
" o lmtcpsrv.so - Common code for plain TCP based servers.\n"
|
|
" o imtcp.so - This is the implementation of the TCP input module.\n"
|
|
" o imudp.so - This is the implementation of the UDP input module.\n"
|
|
" o imuxsock.so - This is the implementation of the Unix sockets input module.\n"
|
|
" o imklog.so - The kernel log input module for Linux.\n"
|
|
" o imkmsg.so - /dev/kmsg Log Input Module\n"
|
|
" o immark.so - This is the implementation of the build-in mark message input\n"
|
|
" module.\n"
|
|
" o imfile.so - This is the input module for reading text file data."
|
|
msgstr ""
|
|
|
|
#: rsyslog-classic
|
|
#. homepage: http://www.rsyslog.com
|
|
#. summary
|
|
msgid "Classic configuration"
|
|
msgstr ""
|
|
|
|
#: rsyslog-classic
|
|
#. homepage: http://www.rsyslog.com
|
|
#. description
|
|
msgid "This package containes a classic syslog configuration with logging to /var/log."
|
|
msgstr ""
|
|
|
|
#: rsyslog-clickhouse
|
|
#. homepage: http://www.rsyslog.com
|
|
#. summary
|
|
msgid "clickhouse output module for rsyslog"
|
|
msgstr ""
|
|
|
|
#: rsyslog-clickhouse
|
|
#. homepage: http://www.rsyslog.com
|
|
#. description
|
|
msgid ""
|
|
"The rsyslog-clickhouse package contains a dynamic shared object that will add\n"
|
|
"feed logs directly into clickhouse.\n"
|
|
"\n"
|
|
" o clickhouse.so - This is the https://clickhouse.yandex/ output module."
|
|
msgstr ""
|
|
|
|
#: rsyslog-crypto
|
|
#. homepage: http://www.rsyslog.com
|
|
#. summary
|
|
msgid "Encryption support"
|
|
msgstr ""
|
|
|
|
#: rsyslog-crypto
|
|
#. homepage: http://www.rsyslog.com
|
|
#. description
|
|
msgid ""
|
|
"This package containes a module providing log file encryption and a\n"
|
|
"command line tool to process encrypted logs."
|
|
msgstr ""
|
|
|
|
#: rsyslog-dbi
|
|
#. homepage: http://www.rsyslog.com
|
|
#. summary
|
|
msgid "Dbi support for rsyslog"
|
|
msgstr ""
|
|
|
|
#: rsyslog-dbi
|
|
#. homepage: http://www.rsyslog.com
|
|
#. description
|
|
msgid ""
|
|
"The rsyslog-dbi package contains a dynamic shared object that will add\n"
|
|
"dbi driver support to rsyslog.\n"
|
|
"\n"
|
|
" o omlibdbi.so - This is the implementation of the dbi output module."
|
|
msgstr ""
|
|
|
|
#: rsyslog-elasticsearch
|
|
#. homepage: http://www.rsyslog.com
|
|
#. summary
|
|
msgid "ElasticSearch output module for rsyslog"
|
|
msgstr ""
|
|
|
|
#: rsyslog-elasticsearch
|
|
#. homepage: http://www.rsyslog.com
|
|
#. description
|
|
msgid ""
|
|
"The rsyslog-elasticsearch package contains a dynamic shared object that will add\n"
|
|
"feed logs directly into Elasticsearch.\n"
|
|
"\n"
|
|
" o omelasticsearch.so - This module provides the capability for rsyslog to feed logs directly into\n"
|
|
"Elasticsearch."
|
|
msgstr ""
|
|
|
|
#: rsyslog-extra
|
|
#. homepage: http://www.rsyslog.com
|
|
#. summary
|
|
msgid "Extra support for rsyslog"
|
|
msgstr ""
|
|
|
|
#: rsyslog-extra
|
|
#. homepage: http://www.rsyslog.com
|
|
#. description
|
|
msgid ""
|
|
"The rsyslog-extra package contains a dynamic shared object that will add\n"
|
|
"all other functions:\n"
|
|
"\n"
|
|
" o imptcp.so - This is a native implementation of plain tcp input module with epool.\n"
|
|
" o omprog.so - This output plugin enables rsyslog to execute a program and\n"
|
|
" feed it the message stream as standard input.\n"
|
|
" o omuxsock.so - This is the implementation of datgram unix domain socket forwarding.\n"
|
|
" o pmaixforwardedfrom.so - This detects logs sent by AIX.\n"
|
|
" o pmcisconames.so - This detects logs sent by Cisco devices.\n"
|
|
" o pmciscoios.so - Parser supporting various Cisco IOS formats\n"
|
|
" o pmlastmsg.so - This is a parser module specifically for those horrible\n"
|
|
" \"<PRI>last message repeated n times\" messages notoriously\n"
|
|
" generated by some syslog implementations.\n"
|
|
" o pmsnare.so - This detects logs sent by Snare.\n"
|
|
" o pmpanngfw - Module to detect and transform PAN-OS NGFW logs into a format compatible with mmnormalize\n"
|
|
" o mmsnmptrapd.so - This is a message modification module. It takes messages generated\n"
|
|
" from snmptrapd and modifies them so that the look like they\n"
|
|
" originated from the real originator.\n"
|
|
" o imdiag.so - The testing module, which enables to talk to the rsyslog core at runtime\n"
|
|
" o impstats.so - Input Module to Generate Periodic Statistics of Internal Counters\n"
|
|
" o omstdout.so - stdout output module (stdout)\n"
|
|
" o mmexternal.so - external message modification modules\n"
|
|
" o fmhttp.so"
|
|
msgstr ""
|
|
|
|
#: rsyslog-gnutls
|
|
#. homepage: http://www.rsyslog.com
|
|
#. summary
|
|
msgid "GNUTLS support for rsyslog"
|
|
msgstr ""
|
|
|
|
#: rsyslog-gnutls
|
|
#. homepage: http://www.rsyslog.com
|
|
#. description
|
|
msgid ""
|
|
"The rsyslog-gnutls package contains dynamic shared objects that will add\n"
|
|
"GNUTLS support to rsyslog.\n"
|
|
"\n"
|
|
" o lmnsd_gtls.so - This is a miscellaneous helper class for gnutls features."
|
|
msgstr ""
|
|
|
|
#: rsyslog-gssapi
|
|
#. homepage: http://www.rsyslog.com
|
|
#. summary
|
|
msgid "GSS-API support for rsyslog"
|
|
msgstr ""
|
|
|
|
#: rsyslog-gssapi
|
|
#. homepage: http://www.rsyslog.com
|
|
#. description
|
|
msgid ""
|
|
"The rsyslog-gssapi package contains dynamic shared objects that will add\n"
|
|
"GSS-API support to rsyslog.\n"
|
|
"\n"
|
|
" o lmgssutil.so - This is a miscellaneous helper class for gss-api features.\n"
|
|
" o imgssapi.so - This is the implementation of the GSSAPI input module.\n"
|
|
" o omgssapi.so - This is the implementation of the build-in forwarding output\n"
|
|
" module."
|
|
msgstr ""
|
|
|
|
#: rsyslog-hiredis
|
|
#. homepage: http://www.rsyslog.com
|
|
#. summary
|
|
msgid "Redis support for rsyslog"
|
|
msgstr ""
|
|
|
|
#: rsyslog-hiredis
|
|
#. homepage: http://www.rsyslog.com
|
|
#. description
|
|
msgid ""
|
|
"The rsyslog-hiredis package contains a dynamic shared object that will add\n"
|
|
"feed logs directly into hiredis.\n"
|
|
"\n"
|
|
" o omhiredis.so - This module provides output to Redis.\n"
|
|
" o imhiredis.so - This module provides input from Redis."
|
|
msgstr ""
|
|
|
|
#: rsyslog-journal
|
|
#. homepage: http://www.rsyslog.com
|
|
#. summary
|
|
msgid "Systemd journal support for rsyslog"
|
|
msgstr ""
|
|
|
|
#: rsyslog-journal
|
|
#. homepage: http://www.rsyslog.com
|
|
#. description
|
|
msgid ""
|
|
"The rsyslog-journal package contains a dynamic shared object that will add\n"
|
|
"systemd journal support to rsyslog.\n"
|
|
"\n"
|
|
" o imjournal.so - This is the implementation of the systemd journal input module.\n"
|
|
" o omjournal.so - This is the implementation of the systemd journal output module."
|
|
msgstr ""
|
|
|
|
#: rsyslog-mmanon
|
|
#. homepage: http://www.rsyslog.com
|
|
#. summary
|
|
msgid "mmanon output module for rsyslog"
|
|
msgstr ""
|
|
|
|
#: rsyslog-mmanon
|
|
#. homepage: http://www.rsyslog.com
|
|
#. description
|
|
msgid ""
|
|
"IP Address Anonimization Module (mmanon).\n"
|
|
"It is a message modification module that actually changes the IP address\n"
|
|
"inside the message, so after calling mmanon, the original message can\n"
|
|
"no longer be obtained. Note that anonymization will break digital\n"
|
|
"signatures on the message, if they exist."
|
|
msgstr ""
|
|
|
|
#: rsyslog-mmaudit
|
|
#. homepage: http://www.rsyslog.com
|
|
#. summary
|
|
msgid "Message modification module supporting Linux audit format"
|
|
msgstr ""
|
|
|
|
#: rsyslog-mmaudit
|
|
#. homepage: http://www.rsyslog.com
|
|
#. description
|
|
msgid ""
|
|
"The rsyslog-mmaudit package contains a dynamic shared object that will add\n"
|
|
"message modification supporting Linux audit format in various settings.\n"
|
|
"\n"
|
|
" o mmaudit.so - This module provides message modification supporting Linux audit format."
|
|
msgstr ""
|
|
|
|
#: rsyslog-mmcount
|
|
#. homepage: http://www.rsyslog.com
|
|
#. summary
|
|
msgid "Message counting support for rsyslog"
|
|
msgstr ""
|
|
|
|
#: rsyslog-mmcount
|
|
#. homepage: http://www.rsyslog.com
|
|
#. description
|
|
msgid ""
|
|
"This module provides the capability to count log messages by severity\n"
|
|
"or json property of given app-name. The count value is added into the\n"
|
|
"log message in json property named 'mmcount'"
|
|
msgstr ""
|
|
|
|
#: rsyslog-mmjsonparse
|
|
#. homepage: http://www.rsyslog.com
|
|
#. summary
|
|
msgid "JSON enhanced logging support"
|
|
msgstr ""
|
|
|
|
#: rsyslog-mmjsonparse
|
|
#. homepage: http://www.rsyslog.com
|
|
#. description
|
|
msgid ""
|
|
"The rsyslog-mmjsonparse package contains a dynamic shared object that will add\n"
|
|
"capability to recognize and parse JSON enhanced syslog messages.\n"
|
|
"\n"
|
|
" o mmjsonparse.so - This module provides the capability to recognize and parse JSON enhanced\n"
|
|
"syslog messages."
|
|
msgstr ""
|
|
|
|
#: rsyslog-mmkubernetes
|
|
#. homepage: http://www.rsyslog.com
|
|
#. summary
|
|
msgid "Provides the mmkubernetes module"
|
|
msgstr ""
|
|
|
|
#: rsyslog-mmkubernetes
|
|
#. homepage: http://www.rsyslog.com
|
|
#. description
|
|
msgid ""
|
|
"The rsyslog-mmkubernetes package provides module for adding kubernetes\n"
|
|
"container metadata."
|
|
msgstr ""
|
|
|
|
#: rsyslog-mmnormalize
|
|
#. homepage: http://www.rsyslog.com
|
|
#. summary
|
|
msgid "Log normalization support for rsyslog"
|
|
msgstr ""
|
|
|
|
#: rsyslog-mmnormalize
|
|
#. homepage: http://www.rsyslog.com
|
|
#. description
|
|
msgid ""
|
|
"The rsyslog-mmnormalize package contains a dynamic shared object that will add\n"
|
|
"normalize log messages via liblognorm.\n"
|
|
"\n"
|
|
" o mmnormalize.so - This module provides the capability to normalize log messages via liblognorm.\n"
|
|
" o pmnormalize.so - Parser module that uses liblognorm to parse incoming messages."
|
|
msgstr ""
|
|
|
|
#: rsyslog-mongo
|
|
#. homepage: http://www.rsyslog.com
|
|
#. summary
|
|
msgid "MongoDB support for rsyslog"
|
|
msgstr ""
|
|
|
|
#: rsyslog-mongo
|
|
#. homepage: http://www.rsyslog.com
|
|
#. description
|
|
msgid ""
|
|
"The rsyslog-mongo package contains a dynamic shared object that will add\n"
|
|
"mongo database support to rsyslog.\n"
|
|
"\n"
|
|
" o ommongodb.so - This is the implementation of the build-in output module for\n"
|
|
" MongoDB."
|
|
msgstr ""
|
|
|
|
#: rsyslog-mysql
|
|
#. homepage: http://www.rsyslog.com
|
|
#. summary
|
|
msgid "MySQL support for rsyslog"
|
|
msgstr ""
|
|
|
|
#: rsyslog-mysql
|
|
#. homepage: http://www.rsyslog.com
|
|
#. description
|
|
msgid ""
|
|
"The rsyslog-mysql package contains a dynamic shared object that will add\n"
|
|
"MySQL database support to rsyslog.\n"
|
|
"\n"
|
|
" o ommysql.so - This is the implementation of the build-in output module for\n"
|
|
" MySQL."
|
|
msgstr ""
|
|
|
|
#: rsyslog-openssl
|
|
#. homepage: http://www.rsyslog.com
|
|
#. summary
|
|
msgid "Openssl support for rsyslog"
|
|
msgstr ""
|
|
|
|
#: rsyslog-openssl
|
|
#. homepage: http://www.rsyslog.com
|
|
#. description
|
|
msgid ""
|
|
"The rsyslog-openssl package contains dynamic shared objects that will add\n"
|
|
"openssl support to rsyslog.\n"
|
|
"\n"
|
|
" o lmnsd_ossl.so - This is a miscellaneous helper class for openssl features."
|
|
msgstr ""
|
|
|
|
#: rsyslog-pgsql
|
|
#. homepage: http://www.rsyslog.com
|
|
#. summary
|
|
msgid "PostgreSQL support for rsyslog"
|
|
msgstr ""
|
|
|
|
#: rsyslog-pgsql
|
|
#. homepage: http://www.rsyslog.com
|
|
#. description
|
|
msgid ""
|
|
"The rsyslog-pgsql package contains a dynamic shared object that will add\n"
|
|
"PostgreSQL database support to rsyslog.\n"
|
|
"\n"
|
|
" o ompgsql.so - This is the implementation of the build-in output module for\n"
|
|
" PgSQL."
|
|
msgstr ""
|
|
|
|
#: rsyslog-relp
|
|
#. homepage: http://www.rsyslog.com
|
|
#. summary
|
|
msgid "RELP support for rsyslog"
|
|
msgstr ""
|
|
|
|
#: rsyslog-relp
|
|
#. homepage: http://www.rsyslog.com
|
|
#. description
|
|
msgid ""
|
|
"The rsyslog-relp package contains a dynamic shared object that will add\n"
|
|
"RELP support to rsyslog.\n"
|
|
"\n"
|
|
" o imrelp.so - This is the implementation of the RELP input module.\n"
|
|
" o omrelp.so - This is the implementation of the RELP output module."
|
|
msgstr ""
|
|
|
|
#: rsyslog-snmp
|
|
#. homepage: http://www.rsyslog.com
|
|
#. summary
|
|
msgid "SNMP support for rsyslog"
|
|
msgstr ""
|
|
|
|
#: rsyslog-snmp
|
|
#. homepage: http://www.rsyslog.com
|
|
#. description
|
|
msgid ""
|
|
"The rsyslog-snmp package contains a dynamic shared object that will add\n"
|
|
"SNMP support to rsyslog.\n"
|
|
"\n"
|
|
" o omsnmp.so - This module sends an snmp trap."
|
|
msgstr ""
|
|
|
|
#: rsyslog-udpspoof
|
|
#. homepage: http://www.rsyslog.com
|
|
#. summary
|
|
msgid "UDP forwarder with spoof the sender address for rsyslog"
|
|
msgstr ""
|
|
|
|
#: rsyslog-udpspoof
|
|
#. homepage: http://www.rsyslog.com
|
|
#. description
|
|
msgid ""
|
|
"The rsyslog-udpspoof package contains a dynamic shared object that will add\n"
|
|
"UDP forwarder, but permits to spoof the sender address.\n"
|
|
"\n"
|
|
" o omudpspoof.so - This module permits to spoof the sender address."
|
|
msgstr ""
|
|
|
|
#: rsyslog-client-spool
|
|
#. homepage: http://www.rsyslog.com/doc/rsyslog_reliable_forwarding.html
|
|
#. summary
|
|
msgid "provide rsyslog configuration for spooling"
|
|
msgstr ""
|
|
|
|
#: rsyslog-server-listen
|
|
#. homepage: http://www.rsyslog.com/using-the-syslog-receiver-module/
|
|
#. summary
|
|
msgid "provide rsyslog configuration for listening"
|
|
msgstr ""
|
|
|
|
#: perl-RT-Test
|
|
#. homepage: http://bestpractical.com/request-tracker
|
|
#. summary
|
|
msgid "rt's test utility module"
|
|
msgstr ""
|
|
|
|
#: rt
|
|
#. homepage: http://bestpractical.com/request-tracker
|
|
#. summary
|
|
msgid "Request tracker"
|
|
msgstr ""
|
|
|
|
#: rt
|
|
#. homepage: http://bestpractical.com/request-tracker
|
|
#. description
|
|
msgid ""
|
|
"RT is an enterprise-grade ticketing system which enables a group of people\n"
|
|
"to intelligently and efficiently manage tasks, issues, and requests submitted\n"
|
|
"by a community of users."
|
|
msgstr ""
|
|
|
|
#: rt-mailgate
|
|
#. homepage: http://bestpractical.com/request-tracker
|
|
#. summary
|
|
msgid "rt's mailgate utility"
|
|
msgstr ""
|
|
|
|
#: rt-tests
|
|
#. homepage: http://bestpractical.com/request-tracker
|
|
#. summary
|
|
msgid "Test suite for package rt"
|
|
msgstr ""
|
|
|
|
#: rtadmin
|
|
#. homepage: https://dev.rutoken.ru/pages/viewpage.action?pageId=7995615
|
|
#. summary
|
|
msgid "Utility for format and administration Rutoken devices"
|
|
msgstr ""
|
|
|
|
#: rtadmin
|
|
#. homepage: https://dev.rutoken.ru/pages/viewpage.action?pageId=7995615
|
|
#. description
|
|
msgid ""
|
|
"Utility for format and administration of Rutoken devices: change label, PIN\n"
|
|
"codes, manage Flash partitions."
|
|
msgstr ""
|
|
|
|
#: rtadmin
|
|
#. homepage: https://dev.rutoken.ru/pages/viewpage.action?pageId=7995615
|
|
#. description
|
|
msgid ""
|
|
"Utility for format and administration of Rutoken devices: change label,\n"
|
|
"PIN codes, manage Flash partitions."
|
|
msgstr ""
|
|
|
|
#: rtcheck
|
|
#. homepage:
|
|
#. summary
|
|
msgid "Test the running system for real-time capabilities"
|
|
msgstr ""
|
|
|
|
#: rtcheck
|
|
#. homepage:
|
|
#. description
|
|
msgid ""
|
|
"The rtcheck program is an application that tests the running system for\n"
|
|
"real-time capabilities. If it identifies all capabilities, it will return an\n"
|
|
"exit code of 0. If some capabilities are not present, it will return with a\n"
|
|
"non-zero exit code. This program can be used by real-time-enabled programs\n"
|
|
"to determine if the environment they are in is suitable for them to run\n"
|
|
"correctly."
|
|
msgstr ""
|
|
|
|
#: rteval
|
|
#. homepage: https://wiki.linuxfoundation.org/realtime/documentation/howto/tools/rteval
|
|
#. summary
|
|
msgid "Evaluate the performance of a realtime Linux kernel"
|
|
msgstr ""
|
|
|
|
#: rteval
|
|
#. homepage: https://wiki.linuxfoundation.org/realtime/documentation/howto/tools/rteval
|
|
#. description
|
|
msgid ""
|
|
"Rteval is a python program written to evaluate the performance of a\n"
|
|
"realtime Linux kernel on a particular hardware platform. The program\n"
|
|
"unpacks source code for two loads: hackbench and a Linux kernel\n"
|
|
"compile, then loops running hackbench and a parallel build of the\n"
|
|
"Linux kernel. While the loads are running, the cyclictest program is\n"
|
|
"run to measure realtime performance under load. When the specified run\n"
|
|
"duration is met, the loads are stopped and cyclictest outputs measured\n"
|
|
"timer latency values in histogram format, which is analyzed by\n"
|
|
"rteval. Rteval then writes an XML file to disk with information about\n"
|
|
"the system (gotten through DMI tables), the raw histogram data\n"
|
|
"collected during the run and the statistical analysis of the run."
|
|
msgstr ""
|
|
|
|
#: rtfm
|
|
#. homepage: ftp://ftp.altlinux.ru
|
|
#. summary
|
|
msgid "Misc documentation for new users"
|
|
msgstr ""
|
|
|
|
#: rtfm
|
|
#. homepage: ftp://ftp.altlinux.ru
|
|
#. description
|
|
msgid ""
|
|
"R.T.F.M. - misc documentation for new users\n"
|
|
"make easy use of man. run rtfm <command> or\n"
|
|
"rtfm <command path>."
|
|
msgstr ""
|
|
|
|
#: rtkit
|
|
#. homepage: https://github.com/heftig/rtkit
|
|
#. summary
|
|
msgid "Realtime Policy and Watchdog Daemon"
|
|
msgstr ""
|
|
|
|
#: rtkit
|
|
#. homepage: https://github.com/heftig/rtkit
|
|
#. description
|
|
msgid ""
|
|
"RealtimeKit is a D-Bus system service that changes the\n"
|
|
"scheduling policy of user processes/threads to SCHED_RR (i.e. realtime\n"
|
|
"scheduling mode) on request. It is intended to be used as a secure\n"
|
|
"mechanism to allow real-time scheduling to be used by normal user\n"
|
|
"processes."
|
|
msgstr ""
|
|
|
|
#: rtl-sdr
|
|
#. homepage: http://sdr.osmocom.org/trac/wiki/rtl-sdr
|
|
#. summary
|
|
msgid "SDR utilities for Realtek RTL2832 based DVB-T dongles"
|
|
msgstr ""
|
|
|
|
#: rtl-sdr
|
|
#. homepage: http://sdr.osmocom.org/trac/wiki/rtl-sdr
|
|
#. description
|
|
msgid "This package can turn your RTL2832 based DVB-T dongle into a SDR receiver."
|
|
msgstr ""
|
|
|
|
#: rtl-sdr-devel
|
|
#. homepage: http://sdr.osmocom.org/trac/wiki/rtl-sdr
|
|
#. summary
|
|
msgid "Development files for rtl-sdr"
|
|
msgstr ""
|
|
|
|
#: rtl-sdr-devel
|
|
#. homepage: http://sdr.osmocom.org/trac/wiki/rtl-sdr
|
|
#. description
|
|
msgid "Development files for rtl-sdr."
|
|
msgstr ""
|
|
|
|
#: rtl_433
|
|
#. homepage: https://github.com/merbanan/rtl_433
|
|
#. summary
|
|
msgid "Generic radio data receiver"
|
|
msgstr ""
|
|
|
|
#: rtl_433
|
|
#. homepage: https://github.com/merbanan/rtl_433
|
|
#. description
|
|
msgid ""
|
|
"rtl_433 (despite the name) is a generic data receiver, mainly\n"
|
|
"for the 433.92 MHz, 868 MHz (SRD), 315 MHz, and 915 MHz ISM bands."
|
|
msgstr ""
|
|
|
|
#: rtl_433-devel
|
|
#. homepage: https://github.com/merbanan/rtl_433
|
|
#. description
|
|
msgid ""
|
|
"rtl_433 (despite the name) is a generic data receiver, mainly\n"
|
|
"for the 433.92 MHz, 868 MHz (SRD), 315 MHz, and 915 MHz ISM bands.\n"
|
|
"This package contains development part of rtl_433"
|
|
msgstr ""
|
|
|
|
#: rtlsdr-scanner
|
|
#. homepage: https://github.com/EarToEarOak/RTLSDR-Scanner
|
|
#. summary
|
|
msgid "A cross platform Python frequency scanning GUI for the OsmoSDR rtl-sdr library"
|
|
msgstr ""
|
|
|
|
#: rtorrent
|
|
#. homepage: https://github.com/rakshasa/rtorrent/wiki
|
|
#. summary
|
|
msgid "rTorrent - rakshasa's ncurses BitTorrent client using librTorrent"
|
|
msgstr ""
|
|
|
|
#: rtorrent
|
|
#. homepage: https://github.com/rakshasa/rtorrent/wiki
|
|
#. description
|
|
msgid ""
|
|
"rTorrent is a ncurses based client and is therefor ideal to use with\n"
|
|
"screen. rTorrent features:\n"
|
|
"\n"
|
|
"* Use an URL or file path to add torrents at runtime.\n"
|
|
"* Emacs'ish find-file support for opening torrents.\n"
|
|
"* Stop/delete/resume torrents.\n"
|
|
"* Optionally loads/saves/deletes torrents automatically in a session\n"
|
|
" directory.\n"
|
|
"* Safe fast resume support.\n"
|
|
"* Shows lots of information about peers and the torrent.\n"
|
|
"* Only one torrent at a time is checked."
|
|
msgstr ""
|
|
|
|
#: ru_tts
|
|
#. homepage: ftp://ftp.rakurs.spb.ru:/pub/Goga/projects/speech-interface/
|
|
#. summary
|
|
msgid "ru_tts is a russian text-to-speech tool"
|
|
msgstr ""
|
|
|
|
#: ru_tts
|
|
#. homepage: ftp://ftp.rakurs.spb.ru:/pub/Goga/projects/speech-interface/
|
|
#. description
|
|
msgid ""
|
|
"ru_tts is a speech synthesizer for russian language written by Igor B. Poretsky.\n"
|
|
"It produces speech output with stress processing. Lexicon file is stored as /usr/share/ru_tts/lexicon.\n"
|
|
"Text input should be sent to the stdin of ru_tts in koi8-r encoding. The format of the output is 10000, 8but mono."
|
|
msgstr ""
|
|
|
|
#: ru_tts-data
|
|
#. homepage: ftp://ftp.rakurs.spb.ru:/pub/Goga/projects/speech-interface/
|
|
#. summary
|
|
msgid "Lexicon file for ru_tts speech synthesizer"
|
|
msgstr ""
|
|
|
|
#: ru_tts-data
|
|
#. homepage: ftp://ftp.rakurs.spb.ru:/pub/Goga/projects/speech-interface/
|
|
#. description
|
|
msgid "This package contains dictionary for stress processing."
|
|
msgstr ""
|
|
|
|
#: erb
|
|
#. homepage: http://www.ruby-lang.org/
|
|
#. summary
|
|
msgid "ERB template library"
|
|
msgstr ""
|
|
|
|
#: erb
|
|
#. homepage: http://www.ruby-lang.org/
|
|
#. description
|
|
msgid "ERB template library executable and manual."
|
|
msgstr ""
|
|
|
|
#: gem
|
|
#. homepage: http://www.ruby-lang.org/
|
|
#. summary
|
|
msgid "Ruby gem executable and framefork"
|
|
msgstr ""
|
|
|
|
#: gem
|
|
#. homepage: http://www.ruby-lang.org/
|
|
#. description
|
|
msgid "Ruby gem executable and framework."
|
|
msgstr ""
|
|
|
|
#: irb
|
|
#. homepage: http://www.ruby-lang.org/
|
|
#. summary
|
|
msgid "Interactive Ruby Shell"
|
|
msgstr ""
|
|
|
|
#: irb
|
|
#. homepage: http://www.ruby-lang.org/
|
|
#. description
|
|
msgid "irb is the REPL(read-eval&print loop) environment for Ruby programs."
|
|
msgstr ""
|
|
|
|
#: libruby
|
|
#. homepage: http://www.ruby-lang.org/
|
|
#. summary
|
|
msgid "Ruby shared libraries"
|
|
msgstr ""
|
|
|
|
#: libruby
|
|
#. homepage: http://www.ruby-lang.org/
|
|
#. description
|
|
msgid ""
|
|
"Ruby is an interpreted scripting language for quick and easy object-oriented\n"
|
|
"programming. It has many features for processing text files and performing system\n"
|
|
"management tasks (as in Perl). It is simple, straight-forward, and extensible.\n"
|
|
"\n"
|
|
"This package contains Ruby shared libraries."
|
|
msgstr ""
|
|
|
|
#: libruby-devel
|
|
#. homepage: http://www.ruby-lang.org/
|
|
#. summary
|
|
msgid "Files for compiling extension modules for Ruby"
|
|
msgstr ""
|
|
|
|
#: libruby-devel
|
|
#. homepage: http://www.ruby-lang.org/
|
|
#. description
|
|
msgid ""
|
|
"Ruby is an interpreted scripting language for quick and easy object-oriented\n"
|
|
"programming. It has many features for processing text files and performing system\n"
|
|
"management tasks (as in Perl). It is simple, straight-forward, and extensible.\n"
|
|
"\n"
|
|
"This package contains files, necessary to make extension library for Ruby."
|
|
msgstr ""
|
|
|
|
#: libruby-devel-static
|
|
#. homepage: http://www.ruby-lang.org/
|
|
#. description
|
|
msgid ""
|
|
"Ruby is an interpreted scripting language for quick and easy object-oriented\n"
|
|
"programming. It has many features for processing text files and performing system\n"
|
|
"management tasks (as in Perl). It is simple, straight-forward, and extensible.\n"
|
|
"\n"
|
|
"This package contains static Ruby library needed for embedding Ruby."
|
|
msgstr ""
|
|
|
|
#: ri-doc
|
|
#. homepage: http://www.ruby-lang.org/
|
|
#. summary
|
|
msgid "Ruby ri executable man page"
|
|
msgstr ""
|
|
|
|
#: ruby
|
|
#. homepage: http://www.ruby-lang.org/
|
|
#. summary
|
|
msgid "An Interpreted Object-Oriented Scripting Language"
|
|
msgstr ""
|
|
|
|
#: ruby
|
|
#. homepage: http://www.ruby-lang.org/
|
|
#. description
|
|
msgid ""
|
|
"Ruby is an interpreted scripting language for quick and easy object-oriented\n"
|
|
"programming. It has many features for processing text files and performing\n"
|
|
"system management tasks (as in Perl). It is simple, straight-forward, and\n"
|
|
"extensible.\n"
|
|
"\n"
|
|
"This package contains interpreter of object-oriented scripting language Ruby."
|
|
msgstr ""
|
|
|
|
#: ruby-doc
|
|
#. homepage: http://www.ruby-lang.org/
|
|
#. summary
|
|
msgid "Ruby ri documentation"
|
|
msgstr ""
|
|
|
|
#: ruby-doc
|
|
#. homepage: http://www.ruby-lang.org/
|
|
#. description
|
|
msgid ""
|
|
"Ruby is an interpreted scripting language for quick and easy object-oriented\n"
|
|
"programming. It has many features for processing text files and performing\n"
|
|
"system management tasks (as in Perl). It is simple, straight-forward, and\n"
|
|
"extensible.\n"
|
|
"\n"
|
|
"This package contains Ruby documentation in ri format."
|
|
msgstr ""
|
|
|
|
#: ruby-miniruby-src
|
|
#. homepage: http://www.ruby-lang.org/
|
|
#. summary
|
|
msgid "Preprocessed miniruby sources"
|
|
msgstr ""
|
|
|
|
#: ruby-miniruby-src
|
|
#. homepage: http://www.ruby-lang.org/
|
|
#. description
|
|
msgid ""
|
|
"Contains generated files for preprocessed miniruby sources in patch\n"
|
|
"format. This files are required for ruby bootstrapping, especially\n"
|
|
"on different arches."
|
|
msgstr ""
|
|
|
|
#: ruby-mspec
|
|
#. homepage: http://www.ruby-lang.org/
|
|
#. summary
|
|
msgid "RSpec-like test runner for the Ruby Spec Suite"
|
|
msgstr ""
|
|
|
|
#: ruby-stdlibs
|
|
#. homepage: http://www.ruby-lang.org/
|
|
#. summary
|
|
msgid "Standard Ruby libraries"
|
|
msgstr ""
|
|
|
|
#: ruby-stdlibs
|
|
#. homepage: http://www.ruby-lang.org/
|
|
#. description
|
|
msgid ""
|
|
"Ruby is an interpreted scripting language for quick and easy object-oriented\n"
|
|
"programming. It has many features for processing text files and performing\n"
|
|
"system management tasks (as in Perl). It is simple, straight-forward, and\n"
|
|
"extensible.\n"
|
|
"\n"
|
|
"This package contains standard Ruby runtime libraries."
|
|
msgstr ""
|
|
|
|
#: ruby-activerecord-session_store
|
|
#. homepage: https://github.com/rails/activerecord-session_store
|
|
#. summary
|
|
msgid "Active Record's Session Store extracted from Rails"
|
|
msgstr ""
|
|
|
|
#: ruby-activerecord-session_store
|
|
#. homepage: https://github.com/rails/activerecord-session_store
|
|
#. description
|
|
msgid ""
|
|
"A session store backed by an Active Record class. A default class is provided,\n"
|
|
"but any object duck-typing to an Active Record Session class with text\n"
|
|
"session_id and data attributes is sufficient."
|
|
msgstr ""
|
|
|
|
#: ruby-activerecord-session_store-doc
|
|
#. homepage: https://github.com/rails/activerecord-session_store
|
|
#. summary
|
|
msgid "Documentation files for activerecord-session_store gem"
|
|
msgstr ""
|
|
|
|
#: ruby-activerecord-session_store-doc
|
|
#. homepage: https://github.com/rails/activerecord-session_store
|
|
#. description
|
|
msgid "Documentation files for activerecord-session_store gem."
|
|
msgstr ""
|
|
|
|
#: ruby-addressable
|
|
#. homepage: http://addressable.rubyforge.org/
|
|
#. summary
|
|
msgid "Addressable is a replacement for the URI implementation that is part of Ruby's standard library"
|
|
msgstr ""
|
|
|
|
#: ruby-addressable
|
|
#. homepage: http://addressable.rubyforge.org/
|
|
#. description
|
|
msgid ""
|
|
"Addressable is a replacement for the URI implementation that is part of\n"
|
|
"Ruby's standard library. It more closely conforms to RFC 3986, RFC 3987,\n"
|
|
"and RFC 6570 (level 4), providing support for IRIs and URI templates."
|
|
msgstr ""
|
|
|
|
#: ruby-addressable-doc
|
|
#. homepage: http://addressable.rubyforge.org/
|
|
#. summary
|
|
msgid "Documentation for ruby-addressable"
|
|
msgstr ""
|
|
|
|
#: ruby-addressable-doc
|
|
#. homepage: http://addressable.rubyforge.org/
|
|
#. description
|
|
msgid "Documentation for ruby-addressable."
|
|
msgstr ""
|
|
|
|
#: ruby-amazon-ec2
|
|
#. homepage: https://github.com/grempe/amazon-ec2
|
|
#. summary
|
|
msgid "A Ruby Gem that gives you full access to several of the Amazon Web Services API from your Ruby/Ruby on Rails apps"
|
|
msgstr ""
|
|
|
|
#: ruby-amazon-ec2-doc
|
|
#. homepage: https://github.com/grempe/amazon-ec2
|
|
#. summary
|
|
msgid "Documentation files for ruby-amazon-ec2"
|
|
msgstr ""
|
|
|
|
#: ruby-amazon-ec2-doc
|
|
#. homepage: https://github.com/grempe/amazon-ec2
|
|
#. description
|
|
msgid "Documentation files for ruby-amazon-ec2."
|
|
msgstr ""
|
|
|
|
#: ruby-ancestry
|
|
#. homepage: https://github.com/stefankroes/ancestry
|
|
#. summary
|
|
msgid "Organise ActiveRecord model into a tree structure"
|
|
msgstr ""
|
|
|
|
#: ruby-ancestry-doc
|
|
#. homepage: https://github.com/stefankroes/ancestry
|
|
#. summary
|
|
msgid "Documentation files for ancestry gem"
|
|
msgstr ""
|
|
|
|
#: ruby-ancestry-doc
|
|
#. homepage: https://github.com/stefankroes/ancestry
|
|
#. description
|
|
msgid "Documentation files for ancestry gem."
|
|
msgstr ""
|
|
|
|
#: ruby-apipie-rails
|
|
#. homepage: https://github.com/Apipie/apipie-rails
|
|
#. summary
|
|
msgid "Ruby on Rails API documentation tool"
|
|
msgstr ""
|
|
|
|
#: ruby-apipie-rails
|
|
#. homepage: https://github.com/Apipie/apipie-rails
|
|
#. description
|
|
msgid ""
|
|
"Apipie-rails is a DSL and Rails engine for documenting your RESTful API. Instead\n"
|
|
"of traditional use of #comments, Apipie lets you describe the code, through\n"
|
|
"the code. This brings advantages like:\n"
|
|
"\n"
|
|
"* No need to learn yet another syntax, you already know Ruby, right?\n"
|
|
"* Possibility of reusing the docs for other purposes (such as validation)\n"
|
|
"* Easier to extend and maintain (no string parsing involved)\n"
|
|
"* Possibility of reusing other sources for documentation purposes (such as\n"
|
|
" routes etc.)\n"
|
|
"\n"
|
|
"The documentation is available from within your app (by default under\n"
|
|
"the /apipie path.) In development mode, you can see the changes as you go. It's\n"
|
|
"markup language agnostic, and even provides an API for reusing the documentation\n"
|
|
"data in JSON."
|
|
msgstr ""
|
|
|
|
#: ruby-apipie-rails-doc
|
|
#. homepage: https://github.com/Apipie/apipie-rails
|
|
#. summary
|
|
msgid "Documentation files for apipie-rails gem"
|
|
msgstr ""
|
|
|
|
#: ruby-apipie-rails-doc
|
|
#. homepage: https://github.com/Apipie/apipie-rails
|
|
#. description
|
|
msgid "Documentation files for apipie-rails gem."
|
|
msgstr ""
|
|
|
|
#: ruby-artifactory-client
|
|
#. homepage: https://github.com/chef/artifactory-client
|
|
#. summary
|
|
msgid "A simple, lightweight Ruby client for interacting with the Artifactory API."
|
|
msgstr ""
|
|
|
|
#: ruby-artifactory-client
|
|
#. homepage: https://github.com/chef/artifactory-client
|
|
#. description
|
|
msgid ""
|
|
"A Ruby client and interface to the Artifactory API. The majority of API\n"
|
|
"endpoints are only exposed for Artifactory Pro customers! As such, many of\n"
|
|
"the resources and actions exposed by this gem also require Artifactory Pro.\n"
|
|
"\n"
|
|
"The Artifactory gem offers a convienent interface for managing various parts of\n"
|
|
"the Artifactory API."
|
|
msgstr ""
|
|
|
|
#: ruby-artifactory-client-doc
|
|
#. homepage: https://github.com/chef/artifactory-client
|
|
#. summary
|
|
msgid "Documentation files for artifactory gem"
|
|
msgstr ""
|
|
|
|
#: ruby-artifactory-client-doc
|
|
#. homepage: https://github.com/chef/artifactory-client
|
|
#. description
|
|
msgid "Documentation files for artifactory."
|
|
msgstr ""
|
|
|
|
#: ruby-audited
|
|
#. homepage: https://github.com/collectiveidea/audited
|
|
#. summary
|
|
msgid "Audited (formerly acts_as_audited) is an ORM extension that logs all changes to your Rails models."
|
|
msgstr ""
|
|
|
|
#: ruby-audited
|
|
#. homepage: https://github.com/collectiveidea/audited
|
|
#. description
|
|
msgid ""
|
|
"Audited (previously acts_as_audited) is an ORM extension that logs all changes\n"
|
|
"to your models. Audited can also record who made those changes, save comments\n"
|
|
"and associate models related to the changes.\n"
|
|
"\n"
|
|
"Audited currently (4.x) works with Rails 6.0, 5.2, 5.1, 5.0 and 4.2."
|
|
msgstr ""
|
|
|
|
#: ruby-audited-doc
|
|
#. homepage: https://github.com/collectiveidea/audited
|
|
#. summary
|
|
msgid "Documentation files for audited gem"
|
|
msgstr ""
|
|
|
|
#: ruby-audited-doc
|
|
#. homepage: https://github.com/collectiveidea/audited
|
|
#. description
|
|
msgid "Documentation files for audited gem."
|
|
msgstr ""
|
|
|
|
#: ruby-awesome-print
|
|
#. homepage: https://github.com/awesome-print/awesome_print
|
|
#. summary
|
|
msgid "Pretty print your Ruby objects with style -- in full color and with proper indentation"
|
|
msgstr ""
|
|
|
|
#: ruby-awesome-print-doc
|
|
#. homepage: https://github.com/awesome-print/awesome_print
|
|
#. summary
|
|
msgid "Documentation files for ruby-awesome-print"
|
|
msgstr ""
|
|
|
|
#: ruby-awesome-print-doc
|
|
#. homepage: https://github.com/awesome-print/awesome_print
|
|
#. description
|
|
msgid "Documentation files for ruby-awesome-print."
|
|
msgstr ""
|
|
|
|
#: aws-v3-rb
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Resources executable(s)"
|
|
msgstr ""
|
|
|
|
#: aws-v3-rb
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Resources executable(s).\n"
|
|
"\n"
|
|
"Provides resource oriented interfaces and other higher-level abstractions for\n"
|
|
"many AWS services. This gem is part of the official AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-eventstream
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS Event Stream Library"
|
|
msgstr ""
|
|
|
|
#: gem-aws-eventstream
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Amazon Web Services event stream library. Decodes and encodes binary stream\n"
|
|
"under `vnd.amazon.event-stream` content-type"
|
|
msgstr ""
|
|
|
|
#: gem-aws-eventstream-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS Event Stream Library documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-eventstream-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS Event Stream Library documentation files.\n"
|
|
"\n"
|
|
"Amazon Web Services event stream library. Decodes and encodes binary stream\n"
|
|
"under `vnd.amazon.event-stream` content-type"
|
|
msgstr ""
|
|
|
|
#: gem-aws-partitions
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "Provides information about AWS partitions, regions, and services"
|
|
msgstr ""
|
|
|
|
#: gem-aws-partitions
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid "Provides interfaces to enumerate AWS partitions, regions, and services."
|
|
msgstr ""
|
|
|
|
#: gem-aws-partitions-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "Provides information about AWS partitions, regions, and services documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-partitions-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Provides information about AWS partitions, regions, and services documentation\n"
|
|
"files.\n"
|
|
"\n"
|
|
"Provides interfaces to enumerate AWS partitions, regions, and services."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Core"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"The official AWS SDK for Ruby. Provides both resource oriented\n"
|
|
"interfaces and API clients for AWS services."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"The official AWS SDK for Ruby. Provides both resource oriented interfaces and\n"
|
|
"API clients for AWS services."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-accessanalyzer
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Access Analyzer"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-accessanalyzer
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Access Analyzer. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-accessanalyzer-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Access Analyzer development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-accessanalyzer-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Access Analyzer development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Access Analyzer. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-accessanalyzer-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Access Analyzer documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-accessanalyzer-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Access Analyzer documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Access Analyzer. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-acm
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - ACM"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-acm
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Certificate Manager (ACM). This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-acm-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - ACM development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-acm-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - ACM development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Certificate Manager (ACM). This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-acm-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - ACM documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-acm-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - ACM documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Certificate Manager (ACM). This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-acmpca
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - ACM-PCA"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-acmpca
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Certificate Manager Private Certificate Authority\n"
|
|
"(ACM-PCA). This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-acmpca-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - ACM-PCA development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-acmpca-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - ACM-PCA development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Certificate Manager Private Certificate Authority\n"
|
|
"(ACM-PCA). This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-acmpca-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - ACM-PCA documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-acmpca-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - ACM-PCA documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Certificate Manager Private Certificate Authority\n"
|
|
"(ACM-PCA). This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-alexaforbusiness
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Alexa For Business"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-alexaforbusiness
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Alexa For Business. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-alexaforbusiness-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Alexa For Business development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-alexaforbusiness-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Alexa For Business development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Alexa For Business. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-alexaforbusiness-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Alexa For Business documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-alexaforbusiness-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Alexa For Business documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Alexa For Business. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-amplify
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amplify"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-amplify
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Amplify (Amplify). This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-amplify-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amplify development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-amplify-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amplify development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Amplify (Amplify). This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-amplify-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amplify documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-amplify-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amplify documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Amplify (Amplify). This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-amplifybackend
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AmplifyBackend"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-amplifybackend
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AmplifyBackend. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-amplifybackend-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AmplifyBackend development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-amplifybackend-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AmplifyBackend development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AmplifyBackend. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-amplifybackend-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AmplifyBackend documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-amplifybackend-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AmplifyBackend documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AmplifyBackend. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-apigateway
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon API Gateway"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-apigateway
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon API Gateway. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-apigateway-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon API Gateway development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-apigateway-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon API Gateway development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon API Gateway. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-apigateway-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon API Gateway documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-apigateway-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon API Gateway documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon API Gateway. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-apigatewaymanagementapi
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AmazonApiGatewayManagementApi"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-apigatewaymanagementapi
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AmazonApiGatewayManagementApi. This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-apigatewaymanagementapi-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AmazonApiGatewayManagementApi development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-apigatewaymanagementapi-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AmazonApiGatewayManagementApi development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AmazonApiGatewayManagementApi. This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-apigatewaymanagementapi-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AmazonApiGatewayManagementApi documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-apigatewaymanagementapi-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AmazonApiGatewayManagementApi documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AmazonApiGatewayManagementApi. This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-apigatewayv2
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AmazonApiGatewayV2"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-apigatewayv2
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AmazonApiGatewayV2. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-apigatewayv2-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AmazonApiGatewayV2 development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-apigatewayv2-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AmazonApiGatewayV2 development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AmazonApiGatewayV2. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-apigatewayv2-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AmazonApiGatewayV2 documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-apigatewayv2-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AmazonApiGatewayV2 documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AmazonApiGatewayV2. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-appconfig
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AppConfig"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-appconfig
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon AppConfig (AppConfig). This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-appconfig-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AppConfig development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-appconfig-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AppConfig development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon AppConfig (AppConfig). This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-appconfig-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AppConfig documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-appconfig-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AppConfig documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon AppConfig (AppConfig). This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-appflow
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Appflow"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-appflow
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Appflow. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-appflow-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Appflow development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-appflow-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Appflow development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Appflow. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-appflow-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Appflow documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-appflow-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Appflow documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Appflow. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-appintegrationsservice
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon AppIntegrations Service"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-appintegrationsservice
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon AppIntegrations Service. This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-appintegrationsservice-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon AppIntegrations Service development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-appintegrationsservice-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon AppIntegrations Service development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon AppIntegrations Service. This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-appintegrationsservice-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon AppIntegrations Service documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-appintegrationsservice-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon AppIntegrations Service documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon AppIntegrations Service. This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-applicationautoscaling
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Application Auto Scaling"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-applicationautoscaling
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Application Auto Scaling. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-applicationautoscaling-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Application Auto Scaling development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-applicationautoscaling-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Application Auto Scaling development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Application Auto Scaling. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-applicationautoscaling-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Application Auto Scaling documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-applicationautoscaling-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Application Auto Scaling documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Application Auto Scaling. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-applicationcostprofiler
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Application Cost Profiler"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-applicationcostprofiler
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Application Cost Profiler. This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-applicationcostprofiler-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Application Cost Profiler development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-applicationcostprofiler-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Application Cost Profiler development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Application Cost Profiler. This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-applicationcostprofiler-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Application Cost Profiler documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-applicationcostprofiler-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Application Cost Profiler documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Application Cost Profiler. This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-applicationdiscoveryservice
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Application Discovery Service"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-applicationdiscoveryservice
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Application Discovery Service. This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-applicationdiscoveryservice-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Application Discovery Service development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-applicationdiscoveryservice-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Application Discovery Service development\n"
|
|
"package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Application Discovery Service. This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-applicationdiscoveryservice-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Application Discovery Service documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-applicationdiscoveryservice-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Application Discovery Service documentation\n"
|
|
"files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Application Discovery Service. This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-applicationinsights
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Application Insights"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-applicationinsights
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon CloudWatch Application Insights (Application\n"
|
|
"Insights). This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-applicationinsights-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Application Insights development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-applicationinsights-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Application Insights development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon CloudWatch Application Insights (Application\n"
|
|
"Insights). This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-applicationinsights-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Application Insights documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-applicationinsights-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Application Insights documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon CloudWatch Application Insights (Application\n"
|
|
"Insights). This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-appmesh
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS App Mesh"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-appmesh
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS App Mesh. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-appmesh-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS App Mesh development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-appmesh-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS App Mesh development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS App Mesh. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-appmesh-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS App Mesh documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-appmesh-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS App Mesh documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS App Mesh. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-appregistry
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AppRegistry"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-appregistry
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Service Catalog App Registry (AppRegistry). This\n"
|
|
"gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-appregistry-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AppRegistry development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-appregistry-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AppRegistry development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Service Catalog App Registry (AppRegistry). This\n"
|
|
"gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-appregistry-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AppRegistry documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-appregistry-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AppRegistry documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Service Catalog App Registry (AppRegistry). This\n"
|
|
"gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-apprunner
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS App Runner"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-apprunner
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS App Runner. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-apprunner-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS App Runner development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-apprunner-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS App Runner development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS App Runner. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-apprunner-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS App Runner documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-apprunner-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS App Runner documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS App Runner. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-appstream
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon AppStream"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-appstream
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon AppStream. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-appstream-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon AppStream development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-appstream-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon AppStream development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon AppStream. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-appstream-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon AppStream documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-appstream-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon AppStream documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon AppStream. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-appsync
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWSAppSync"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-appsync
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS AppSync (AWSAppSync). This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-appsync-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWSAppSync development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-appsync-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWSAppSync development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS AppSync (AWSAppSync). This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-appsync-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWSAppSync documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-appsync-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWSAppSync documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS AppSync (AWSAppSync). This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-athena
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Athena"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-athena
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Athena. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-athena-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Athena development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-athena-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Athena development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Athena. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-athena-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Athena documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-athena-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Athena documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Athena. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-auditmanager
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Audit Manager"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-auditmanager
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Audit Manager. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-auditmanager-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Audit Manager development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-auditmanager-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Audit Manager development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Audit Manager. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-auditmanager-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Audit Manager documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-auditmanager-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Audit Manager documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Audit Manager. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-augmentedairuntime
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Augmented AI Runtime"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-augmentedairuntime
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Augmented AI Runtime. This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-augmentedairuntime-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Augmented AI Runtime development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-augmentedairuntime-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Augmented AI Runtime development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Augmented AI Runtime. This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-augmentedairuntime-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Augmented AI Runtime documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-augmentedairuntime-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Augmented AI Runtime documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Augmented AI Runtime. This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-autoscaling
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Auto Scaling"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-autoscaling
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Auto Scaling. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-autoscaling-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Auto Scaling development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-autoscaling-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Auto Scaling development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Auto Scaling. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-autoscaling-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Auto Scaling documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-autoscaling-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Auto Scaling documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Auto Scaling. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-autoscalingplans
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Auto Scaling Plans"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-autoscalingplans
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Auto Scaling Plans. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-autoscalingplans-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Auto Scaling Plans development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-autoscalingplans-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Auto Scaling Plans development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Auto Scaling Plans. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-autoscalingplans-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Auto Scaling Plans documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-autoscalingplans-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Auto Scaling Plans documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Auto Scaling Plans. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-backup
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Backup"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-backup
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid "Official AWS Ruby gem for AWS Backup. This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-backup-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Backup development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-backup-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Backup development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Backup. This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-backup-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Backup documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-backup-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Backup documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Backup. This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-batch
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Batch"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-batch
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid "Official AWS Ruby gem for AWS Batch. This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-batch-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Batch development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-batch-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Batch development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Batch. This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-batch-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Batch documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-batch-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Batch documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Batch. This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-braket
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Braket"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-braket
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid "Official AWS Ruby gem for Braket. This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-braket-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Braket development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-braket-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Braket development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Braket. This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-braket-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Braket documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-braket-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Braket documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Braket. This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-budgets
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWSBudgets"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-budgets
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Budgets (AWSBudgets). This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-budgets-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWSBudgets development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-budgets-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWSBudgets development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Budgets (AWSBudgets). This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-budgets-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWSBudgets documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-budgets-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWSBudgets documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Budgets (AWSBudgets). This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-chime
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Chime"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-chime
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Chime. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-chime-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Chime development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-chime-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Chime development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Chime. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-chime-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Chime documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-chime-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Chime documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Chime. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloud9
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Cloud9"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloud9
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid "Official AWS Ruby gem for AWS Cloud9. This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloud9-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Cloud9 development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloud9-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Cloud9 development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Cloud9. This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloud9-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Cloud9 documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloud9-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Cloud9 documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Cloud9. This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-clouddirectory
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon CloudDirectory"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-clouddirectory
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon CloudDirectory. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-clouddirectory-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon CloudDirectory development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-clouddirectory-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon CloudDirectory development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon CloudDirectory. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-clouddirectory-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon CloudDirectory documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-clouddirectory-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon CloudDirectory documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon CloudDirectory. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudformation
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS CloudFormation"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudformation
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS CloudFormation. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudformation-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS CloudFormation development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudformation-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS CloudFormation development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS CloudFormation. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudformation-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS CloudFormation documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudformation-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS CloudFormation documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS CloudFormation. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudfront
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - CloudFront"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudfront
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon CloudFront (CloudFront). This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudfront-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - CloudFront development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudfront-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - CloudFront development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon CloudFront (CloudFront). This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudfront-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - CloudFront documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudfront-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - CloudFront documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon CloudFront (CloudFront). This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudhsm
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - CloudHSM"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudhsm
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon CloudHSM (CloudHSM). This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudhsm-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - CloudHSM development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudhsm-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - CloudHSM development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon CloudHSM (CloudHSM). This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudhsm-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - CloudHSM documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudhsm-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - CloudHSM documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon CloudHSM (CloudHSM). This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudhsmv2
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - CloudHSM V2"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudhsmv2
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS CloudHSM V2 (CloudHSM V2). This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudhsmv2-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - CloudHSM V2 development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudhsmv2-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - CloudHSM V2 development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS CloudHSM V2 (CloudHSM V2). This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudhsmv2-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - CloudHSM V2 documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudhsmv2-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - CloudHSM V2 documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS CloudHSM V2 (CloudHSM V2). This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudsearch
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon CloudSearch"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudsearch
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon CloudSearch. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudsearch-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon CloudSearch development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudsearch-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon CloudSearch development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon CloudSearch. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudsearch-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon CloudSearch documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudsearch-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon CloudSearch documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon CloudSearch. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudsearchdomain
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon CloudSearch Domain"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudsearchdomain
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon CloudSearch Domain. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudsearchdomain-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon CloudSearch Domain development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudsearchdomain-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon CloudSearch Domain development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon CloudSearch Domain. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudsearchdomain-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon CloudSearch Domain documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudsearchdomain-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon CloudSearch Domain documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon CloudSearch Domain. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudtrail
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - CloudTrail"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudtrail
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS CloudTrail (CloudTrail). This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudtrail-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - CloudTrail development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudtrail-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - CloudTrail development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS CloudTrail (CloudTrail). This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudtrail-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - CloudTrail documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudtrail-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - CloudTrail documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS CloudTrail (CloudTrail). This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudwatch
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - CloudWatch"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudwatch
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon CloudWatch (CloudWatch). This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudwatch-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - CloudWatch development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudwatch-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - CloudWatch development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon CloudWatch (CloudWatch). This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudwatch-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - CloudWatch documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudwatch-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - CloudWatch documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon CloudWatch (CloudWatch). This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudwatchevents
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon CloudWatch Events"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudwatchevents
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon CloudWatch Events. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudwatchevents-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon CloudWatch Events development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudwatchevents-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon CloudWatch Events development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon CloudWatch Events. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudwatchevents-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon CloudWatch Events documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudwatchevents-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon CloudWatch Events documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon CloudWatch Events. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudwatchlogs
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon CloudWatch Logs"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudwatchlogs
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon CloudWatch Logs. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudwatchlogs-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon CloudWatch Logs development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudwatchlogs-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon CloudWatch Logs development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon CloudWatch Logs. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudwatchlogs-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon CloudWatch Logs documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cloudwatchlogs-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon CloudWatch Logs documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon CloudWatch Logs. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-code-generator
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Code Generator"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-code-generator
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid "Generates the service code for the AWS SDK for Ruby"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-code-generator-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Code Generator development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-code-generator-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Code Generator development package.\n"
|
|
"\n"
|
|
"Generates the service code for the AWS SDK for Ruby"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-code-generator-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Code Generator documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-code-generator-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Code Generator documentation files.\n"
|
|
"\n"
|
|
"Generates the service code for the AWS SDK for Ruby"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codeartifact
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - CodeArtifact"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codeartifact
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for CodeArtifact. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codeartifact-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - CodeArtifact development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codeartifact-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - CodeArtifact development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for CodeArtifact. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codeartifact-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - CodeArtifact documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codeartifact-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - CodeArtifact documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for CodeArtifact. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codebuild
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS CodeBuild"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codebuild
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS CodeBuild. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codebuild-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS CodeBuild development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codebuild-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS CodeBuild development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS CodeBuild. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codebuild-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS CodeBuild documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codebuild-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS CodeBuild documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS CodeBuild. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codecommit
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - CodeCommit"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codecommit
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS CodeCommit (CodeCommit). This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codecommit-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - CodeCommit development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codecommit-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - CodeCommit development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS CodeCommit (CodeCommit). This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codecommit-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - CodeCommit documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codecommit-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - CodeCommit documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS CodeCommit (CodeCommit). This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codedeploy
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - CodeDeploy"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codedeploy
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS CodeDeploy (CodeDeploy). This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codedeploy-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - CodeDeploy development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codedeploy-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - CodeDeploy development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS CodeDeploy (CodeDeploy). This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codedeploy-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - CodeDeploy documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codedeploy-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - CodeDeploy documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS CodeDeploy (CodeDeploy). This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codeguruprofiler
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon CodeGuru Profiler"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codeguruprofiler
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon CodeGuru Profiler. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codeguruprofiler-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon CodeGuru Profiler development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codeguruprofiler-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon CodeGuru Profiler development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon CodeGuru Profiler. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codeguruprofiler-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon CodeGuru Profiler documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codeguruprofiler-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon CodeGuru Profiler documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon CodeGuru Profiler. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codegurureviewer
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - CodeGuruReviewer"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codegurureviewer
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon CodeGuru Reviewer (CodeGuruReviewer). This gem\n"
|
|
"is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codegurureviewer-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - CodeGuruReviewer development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codegurureviewer-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - CodeGuruReviewer development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon CodeGuru Reviewer (CodeGuruReviewer). This gem\n"
|
|
"is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codegurureviewer-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - CodeGuruReviewer documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codegurureviewer-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - CodeGuruReviewer documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon CodeGuru Reviewer (CodeGuruReviewer). This gem\n"
|
|
"is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codepipeline
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - CodePipeline"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codepipeline
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS CodePipeline (CodePipeline). This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codepipeline-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - CodePipeline development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codepipeline-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - CodePipeline development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS CodePipeline (CodePipeline). This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codepipeline-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - CodePipeline documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codepipeline-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - CodePipeline documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS CodePipeline (CodePipeline). This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codestar
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - CodeStar"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codestar
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS CodeStar (CodeStar). This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codestar-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - CodeStar development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codestar-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - CodeStar development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS CodeStar (CodeStar). This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codestar-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - CodeStar documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codestar-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - CodeStar documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS CodeStar (CodeStar). This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codestarconnections
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS CodeStar connections"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codestarconnections
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS CodeStar connections. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codestarconnections-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS CodeStar connections development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codestarconnections-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS CodeStar connections development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS CodeStar connections. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codestarconnections-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS CodeStar connections documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codestarconnections-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS CodeStar connections documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS CodeStar connections. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codestarnotifications
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS CodeStar Notifications"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codestarnotifications
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS CodeStar Notifications. This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codestarnotifications-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS CodeStar Notifications development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codestarnotifications-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS CodeStar Notifications development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS CodeStar Notifications. This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codestarnotifications-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS CodeStar Notifications documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-codestarnotifications-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS CodeStar Notifications documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS CodeStar Notifications. This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cognitoidentity
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Cognito Identity"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cognitoidentity
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Cognito Identity. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cognitoidentity-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Cognito Identity development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cognitoidentity-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Cognito Identity development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Cognito Identity. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cognitoidentity-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Cognito Identity documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cognitoidentity-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Cognito Identity documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Cognito Identity. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cognitoidentityprovider
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Cognito Identity Provider"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cognitoidentityprovider
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Cognito Identity Provider. This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cognitoidentityprovider-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Cognito Identity Provider development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cognitoidentityprovider-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Cognito Identity Provider development\n"
|
|
"package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Cognito Identity Provider. This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cognitoidentityprovider-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Cognito Identity Provider documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cognitoidentityprovider-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Cognito Identity Provider documentation\n"
|
|
"files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Cognito Identity Provider. This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cognitosync
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Cognito Sync"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cognitosync
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Cognito Sync. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cognitosync-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Cognito Sync development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cognitosync-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Cognito Sync development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Cognito Sync. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cognitosync-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Cognito Sync documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-cognitosync-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Cognito Sync documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Cognito Sync. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-comprehend
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Comprehend"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-comprehend
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Comprehend. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-comprehend-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Comprehend development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-comprehend-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Comprehend development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Comprehend. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-comprehend-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Comprehend documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-comprehend-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Comprehend documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Comprehend. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-comprehendmedical
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - ComprehendMedical"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-comprehendmedical
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Comprehend Medical (ComprehendMedical). This gem\n"
|
|
"is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-comprehendmedical-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - ComprehendMedical development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-comprehendmedical-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - ComprehendMedical development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Comprehend Medical (ComprehendMedical). This gem\n"
|
|
"is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-comprehendmedical-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - ComprehendMedical documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-comprehendmedical-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - ComprehendMedical documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Comprehend Medical (ComprehendMedical). This gem\n"
|
|
"is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-computeoptimizer
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Compute Optimizer"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-computeoptimizer
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Compute Optimizer. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-computeoptimizer-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Compute Optimizer development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-computeoptimizer-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Compute Optimizer development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Compute Optimizer. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-computeoptimizer-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Compute Optimizer documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-computeoptimizer-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Compute Optimizer documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Compute Optimizer. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-configservice
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Config Service"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-configservice
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Config (Config Service). This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-configservice-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Config Service development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-configservice-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Config Service development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Config (Config Service). This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-configservice-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Config Service documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-configservice-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Config Service documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Config (Config Service). This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-connect
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Connect"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-connect
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Connect Service (Amazon Connect). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-connect-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Connect development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-connect-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Connect development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Connect Service (Amazon Connect). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-connect-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Connect documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-connect-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Connect documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Connect Service (Amazon Connect). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-connectcontactlens
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Connect Contact Lens"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-connectcontactlens
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Connect Contact Lens. This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-connectcontactlens-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Connect Contact Lens development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-connectcontactlens-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Connect Contact Lens development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Connect Contact Lens. This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-connectcontactlens-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Connect Contact Lens documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-connectcontactlens-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Connect Contact Lens documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Connect Contact Lens. This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-connectparticipant
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Connect Participant"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-connectparticipant
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Connect Participant Service (Amazon Connect\n"
|
|
"Participant). This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-connectparticipant-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Connect Participant development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-connectparticipant-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Connect Participant development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Connect Participant Service (Amazon Connect\n"
|
|
"Participant). This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-connectparticipant-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Connect Participant documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-connectparticipant-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Connect Participant documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Connect Participant Service (Amazon Connect\n"
|
|
"Participant). This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-core
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Provides API clients for AWS. This gem is part of the official AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-core
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid "Provides API clients for AWS. This gem is part of the official AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-core-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Core development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-core-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Core development package.\n"
|
|
"\n"
|
|
"Provides API clients for AWS. This gem is part of the official AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-core-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "Documentation files for aws-sdk gem"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-core-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid "Documentation files for aws-sdk gem."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-core-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Core documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-core-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Core documentation files.\n"
|
|
"\n"
|
|
"Provides API clients for AWS. This gem is part of the official AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-costandusagereportservice
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Cost and Usage Report Service"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-costandusagereportservice
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Cost and Usage Report Service. This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-costandusagereportservice-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Cost and Usage Report Service development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-costandusagereportservice-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Cost and Usage Report Service development\n"
|
|
"package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Cost and Usage Report Service. This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-costandusagereportservice-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Cost and Usage Report Service documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-costandusagereportservice-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Cost and Usage Report Service documentation\n"
|
|
"files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Cost and Usage Report Service. This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-costexplorer
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Cost Explorer"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-costexplorer
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Cost Explorer Service (AWS Cost Explorer). This\n"
|
|
"gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-costexplorer-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Cost Explorer development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-costexplorer-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Cost Explorer development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Cost Explorer Service (AWS Cost Explorer). This\n"
|
|
"gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-costexplorer-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Cost Explorer documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-costexplorer-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Cost Explorer documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Cost Explorer Service (AWS Cost Explorer). This\n"
|
|
"gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-customerprofiles
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Customer Profiles"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-customerprofiles
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Connect Customer Profiles (Customer Profiles).\n"
|
|
"This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-customerprofiles-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Customer Profiles development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-customerprofiles-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Customer Profiles development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Connect Customer Profiles (Customer Profiles).\n"
|
|
"This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-customerprofiles-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Customer Profiles documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-customerprofiles-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Customer Profiles documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Connect Customer Profiles (Customer Profiles).\n"
|
|
"This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-databasemigrationservice
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Database Migration Service"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-databasemigrationservice
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Database Migration Service. This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-databasemigrationservice-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Database Migration Service development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-databasemigrationservice-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Database Migration Service development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Database Migration Service. This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-databasemigrationservice-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Database Migration Service documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-databasemigrationservice-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Database Migration Service documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Database Migration Service. This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-dataexchange
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Data Exchange"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-dataexchange
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Data Exchange. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-dataexchange-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Data Exchange development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-dataexchange-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Data Exchange development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Data Exchange. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-dataexchange-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Data Exchange documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-dataexchange-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Data Exchange documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Data Exchange. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-datapipeline
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Data Pipeline"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-datapipeline
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Data Pipeline. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-datapipeline-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Data Pipeline development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-datapipeline-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Data Pipeline development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Data Pipeline. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-datapipeline-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Data Pipeline documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-datapipeline-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Data Pipeline documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Data Pipeline. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-datasync
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - DataSync"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-datasync
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS DataSync (DataSync). This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-datasync-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - DataSync development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-datasync-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - DataSync development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS DataSync (DataSync). This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-datasync-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - DataSync documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-datasync-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - DataSync documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS DataSync (DataSync). This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-dax
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon DAX"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-dax
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon DynamoDB Accelerator (DAX) (Amazon DAX). This\n"
|
|
"gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-dax-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon DAX development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-dax-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon DAX development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon DynamoDB Accelerator (DAX) (Amazon DAX). This\n"
|
|
"gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-dax-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon DAX documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-dax-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon DAX documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon DynamoDB Accelerator (DAX) (Amazon DAX). This\n"
|
|
"gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-detective
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Detective"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-detective
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Detective. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-detective-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Detective development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-detective-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Detective development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Detective. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-detective-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Detective documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-detective-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Detective documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Detective. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Core development package.\n"
|
|
"\n"
|
|
"The official AWS SDK for Ruby. Provides both resource oriented interfaces and\n"
|
|
"API clients for AWS services."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-devicefarm
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Device Farm"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-devicefarm
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Device Farm. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-devicefarm-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Device Farm development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-devicefarm-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Device Farm development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Device Farm. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-devicefarm-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Device Farm documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-devicefarm-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Device Farm documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Device Farm. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-devopsguru
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon DevOps Guru"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-devopsguru
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon DevOps Guru. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-devopsguru-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon DevOps Guru development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-devopsguru-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon DevOps Guru development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon DevOps Guru. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-devopsguru-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon DevOps Guru documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-devopsguru-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon DevOps Guru documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon DevOps Guru. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-directconnect
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Direct Connect"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-directconnect
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Direct Connect. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-directconnect-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Direct Connect development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-directconnect-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Direct Connect development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Direct Connect. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-directconnect-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Direct Connect documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-directconnect-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Direct Connect documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Direct Connect. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-directoryservice
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Directory Service"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-directoryservice
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Directory Service (Directory Service). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-directoryservice-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Directory Service development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-directoryservice-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Directory Service development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Directory Service (Directory Service). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-directoryservice-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Directory Service documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-directoryservice-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Directory Service documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Directory Service (Directory Service). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-dlm
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon DLM"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-dlm
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Data Lifecycle Manager (Amazon DLM). This gem\n"
|
|
"is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-dlm-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon DLM development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-dlm-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon DLM development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Data Lifecycle Manager (Amazon DLM). This gem\n"
|
|
"is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-dlm-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon DLM documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-dlm-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon DLM documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Data Lifecycle Manager (Amazon DLM). This gem\n"
|
|
"is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Core documentation files.\n"
|
|
"\n"
|
|
"The official AWS SDK for Ruby. Provides both resource oriented interfaces and\n"
|
|
"API clients for AWS services."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-docdb
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon DocDB"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-docdb
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon DocumentDB with MongoDB compatibility (Amazon\n"
|
|
"DocDB). This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-docdb-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon DocDB development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-docdb-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon DocDB development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon DocumentDB with MongoDB compatibility (Amazon\n"
|
|
"DocDB). This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-docdb-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon DocDB documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-docdb-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon DocDB documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon DocumentDB with MongoDB compatibility (Amazon\n"
|
|
"DocDB). This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-dynamodb
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - DynamoDB"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-dynamodb
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon DynamoDB (DynamoDB). This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-dynamodb-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - DynamoDB development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-dynamodb-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - DynamoDB development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon DynamoDB (DynamoDB). This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-dynamodb-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - DynamoDB documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-dynamodb-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - DynamoDB documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon DynamoDB (DynamoDB). This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-dynamodbstreams
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon DynamoDB Streams"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-dynamodbstreams
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon DynamoDB Streams. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-dynamodbstreams-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon DynamoDB Streams development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-dynamodbstreams-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon DynamoDB Streams development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon DynamoDB Streams. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-dynamodbstreams-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon DynamoDB Streams documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-dynamodbstreams-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon DynamoDB Streams documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon DynamoDB Streams. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ebs
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon EBS"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ebs
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Elastic Block Store (Amazon EBS). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ebs-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon EBS development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ebs-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon EBS development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Elastic Block Store (Amazon EBS). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ebs-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon EBS documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ebs-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon EBS documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Elastic Block Store (Amazon EBS). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ec2
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon EC2"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ec2
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Elastic Compute Cloud (Amazon EC2). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ec2-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon EC2 development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ec2-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon EC2 development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Elastic Compute Cloud (Amazon EC2). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ec2-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon EC2 documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ec2-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon EC2 documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Elastic Compute Cloud (Amazon EC2). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ec2instanceconnect
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - EC2 Instance Connect"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ec2instanceconnect
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS EC2 Instance Connect (EC2 Instance Connect). This\n"
|
|
"gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ec2instanceconnect-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - EC2 Instance Connect development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ec2instanceconnect-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - EC2 Instance Connect development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS EC2 Instance Connect (EC2 Instance Connect). This\n"
|
|
"gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ec2instanceconnect-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - EC2 Instance Connect documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ec2instanceconnect-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - EC2 Instance Connect documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS EC2 Instance Connect (EC2 Instance Connect). This\n"
|
|
"gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ecr
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon ECR"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ecr
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon EC2 Container Registry (Amazon ECR). This gem\n"
|
|
"is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ecr-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon ECR development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ecr-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon ECR development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon EC2 Container Registry (Amazon ECR). This gem\n"
|
|
"is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ecr-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon ECR documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ecr-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon ECR documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon EC2 Container Registry (Amazon ECR). This gem\n"
|
|
"is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ecrpublic
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon ECR Public"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ecrpublic
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Elastic Container Registry Public (Amazon ECR\n"
|
|
"Public). This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ecrpublic-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon ECR Public development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ecrpublic-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon ECR Public development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Elastic Container Registry Public (Amazon ECR\n"
|
|
"Public). This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ecrpublic-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon ECR Public documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ecrpublic-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon ECR Public documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Elastic Container Registry Public (Amazon ECR\n"
|
|
"Public). This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ecs
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon ECS"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ecs
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon EC2 Container Service (Amazon ECS). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ecs-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon ECS development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ecs-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon ECS development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon EC2 Container Service (Amazon ECS). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ecs-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon ECS documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ecs-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon ECS documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon EC2 Container Service (Amazon ECS). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-efs
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - EFS"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-efs
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Elastic File System (EFS). This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-efs-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - EFS development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-efs-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - EFS development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Elastic File System (EFS). This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-efs-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - EFS documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-efs-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - EFS documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Elastic File System (EFS). This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-eks
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon EKS"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-eks
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Elastic Kubernetes Service (Amazon EKS). This\n"
|
|
"gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-eks-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon EKS development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-eks-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon EKS development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Elastic Kubernetes Service (Amazon EKS). This\n"
|
|
"gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-eks-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon EKS documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-eks-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon EKS documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Elastic Kubernetes Service (Amazon EKS). This\n"
|
|
"gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-elasticache
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon ElastiCache"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-elasticache
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon ElastiCache. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-elasticache-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon ElastiCache development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-elasticache-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon ElastiCache development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon ElastiCache. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-elasticache-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon ElastiCache documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-elasticache-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon ElastiCache documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon ElastiCache. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-elasticbeanstalk
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Elastic Beanstalk"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-elasticbeanstalk
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Elastic Beanstalk (Elastic Beanstalk). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-elasticbeanstalk-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Elastic Beanstalk development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-elasticbeanstalk-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Elastic Beanstalk development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Elastic Beanstalk (Elastic Beanstalk). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-elasticbeanstalk-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Elastic Beanstalk documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-elasticbeanstalk-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Elastic Beanstalk documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Elastic Beanstalk (Elastic Beanstalk). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-elasticinference
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Elastic Inference"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-elasticinference
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Elastic Inference (Amazon Elastic Inference).\n"
|
|
"This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-elasticinference-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Elastic Inference development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-elasticinference-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Elastic Inference development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Elastic Inference (Amazon Elastic Inference).\n"
|
|
"This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-elasticinference-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Elastic Inference documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-elasticinference-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Elastic Inference documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Elastic Inference (Amazon Elastic Inference).\n"
|
|
"This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-elasticloadbalancing
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Elastic Load Balancing"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-elasticloadbalancing
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Elastic Load Balancing. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-elasticloadbalancing-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Elastic Load Balancing development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-elasticloadbalancing-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Elastic Load Balancing development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Elastic Load Balancing. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-elasticloadbalancing-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Elastic Load Balancing documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-elasticloadbalancing-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Elastic Load Balancing documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Elastic Load Balancing. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-elasticloadbalancingv2
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Elastic Load Balancing v2"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-elasticloadbalancingv2
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Elastic Load Balancing (Elastic Load Balancing v2).\n"
|
|
"This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-elasticloadbalancingv2-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Elastic Load Balancing v2 development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-elasticloadbalancingv2-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Elastic Load Balancing v2 development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Elastic Load Balancing (Elastic Load Balancing v2).\n"
|
|
"This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-elasticloadbalancingv2-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Elastic Load Balancing v2 documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-elasticloadbalancingv2-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Elastic Load Balancing v2 documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Elastic Load Balancing (Elastic Load Balancing v2).\n"
|
|
"This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-elasticsearchservice
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Elasticsearch Service"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-elasticsearchservice
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Elasticsearch Service. This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-elasticsearchservice-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Elasticsearch Service development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-elasticsearchservice-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Elasticsearch Service development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Elasticsearch Service. This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-elasticsearchservice-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Elasticsearch Service documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-elasticsearchservice-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Elasticsearch Service documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Elasticsearch Service. This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-elastictranscoder
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Elastic Transcoder"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-elastictranscoder
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Elastic Transcoder. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-elastictranscoder-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Elastic Transcoder development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-elastictranscoder-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Elastic Transcoder development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Elastic Transcoder. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-elastictranscoder-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Elastic Transcoder documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-elastictranscoder-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Elastic Transcoder documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Elastic Transcoder. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-emr
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon EMR"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-emr
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Elastic MapReduce (Amazon EMR). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-emr-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon EMR development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-emr-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon EMR development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Elastic MapReduce (Amazon EMR). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-emr-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon EMR documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-emr-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon EMR documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Elastic MapReduce (Amazon EMR). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-emrcontainers
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon EMR Containers"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-emrcontainers
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon EMR Containers. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-emrcontainers-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon EMR Containers development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-emrcontainers-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon EMR Containers development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon EMR Containers. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-emrcontainers-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon EMR Containers documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-emrcontainers-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon EMR Containers documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon EMR Containers. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-eventbridge
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon EventBridge"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-eventbridge
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon EventBridge. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-eventbridge-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon EventBridge development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-eventbridge-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon EventBridge development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon EventBridge. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-eventbridge-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon EventBridge documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-eventbridge-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon EventBridge documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon EventBridge. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-finspace
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - finspace"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-finspace
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for FinSpace User Environment Management service\n"
|
|
"(finspace). This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-finspace-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - finspace development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-finspace-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - finspace development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for FinSpace User Environment Management service\n"
|
|
"(finspace). This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-finspace-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - finspace documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-finspace-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - finspace documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for FinSpace User Environment Management service\n"
|
|
"(finspace). This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-finspacedata
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - FinSpace Data"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-finspacedata
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for FinSpace Public API (FinSpace Data). This gem is part\n"
|
|
"of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-finspacedata-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - FinSpace Data development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-finspacedata-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - FinSpace Data development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for FinSpace Public API (FinSpace Data). This gem is part\n"
|
|
"of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-finspacedata-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - FinSpace Data documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-finspacedata-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - FinSpace Data documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for FinSpace Public API (FinSpace Data). This gem is part\n"
|
|
"of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-firehose
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Firehose"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-firehose
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Kinesis Firehose (Firehose). This gem is part\n"
|
|
"of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-firehose-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Firehose development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-firehose-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Firehose development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Kinesis Firehose (Firehose). This gem is part\n"
|
|
"of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-firehose-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Firehose documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-firehose-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Firehose documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Kinesis Firehose (Firehose). This gem is part\n"
|
|
"of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-fis
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - FIS"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-fis
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Fault Injection Simulator (FIS). This gem is part\n"
|
|
"of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-fis-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - FIS development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-fis-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - FIS development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Fault Injection Simulator (FIS). This gem is part\n"
|
|
"of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-fis-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - FIS documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-fis-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - FIS documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Fault Injection Simulator (FIS). This gem is part\n"
|
|
"of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-fms
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - FMS"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-fms
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Firewall Management Service (FMS). This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-fms-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - FMS development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-fms-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - FMS development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Firewall Management Service (FMS). This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-fms-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - FMS documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-fms-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - FMS documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Firewall Management Service (FMS). This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-forecastqueryservice
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Forecast Query Service"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-forecastqueryservice
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Forecast Query Service. This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-forecastqueryservice-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Forecast Query Service development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-forecastqueryservice-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Forecast Query Service development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Forecast Query Service. This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-forecastqueryservice-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Forecast Query Service documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-forecastqueryservice-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Forecast Query Service documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Forecast Query Service. This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-forecastservice
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Forecast Service"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-forecastservice
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Forecast Service. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-forecastservice-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Forecast Service development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-forecastservice-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Forecast Service development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Forecast Service. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-forecastservice-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Forecast Service documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-forecastservice-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Forecast Service documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Forecast Service. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-frauddetector
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Fraud Detector"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-frauddetector
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Fraud Detector. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-frauddetector-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Fraud Detector development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-frauddetector-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Fraud Detector development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Fraud Detector. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-frauddetector-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Fraud Detector documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-frauddetector-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Fraud Detector documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Fraud Detector. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-fsx
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon FSx"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-fsx
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid "Official AWS Ruby gem for Amazon FSx. This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-fsx-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon FSx development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-fsx-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon FSx development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon FSx. This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-fsx-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon FSx documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-fsx-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon FSx documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon FSx. This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-gamelift
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon GameLift"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-gamelift
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon GameLift. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-gamelift-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon GameLift development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-gamelift-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon GameLift development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon GameLift. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-gamelift-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon GameLift documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-gamelift-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon GameLift documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon GameLift. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-glacier
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Glacier"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-glacier
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Glacier. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-glacier-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Glacier development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-glacier-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Glacier development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Glacier. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-glacier-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Glacier documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-glacier-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Glacier documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Glacier. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-globalaccelerator
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Global Accelerator"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-globalaccelerator
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Global Accelerator. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-globalaccelerator-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Global Accelerator development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-globalaccelerator-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Global Accelerator development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Global Accelerator. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-globalaccelerator-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Global Accelerator documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-globalaccelerator-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Global Accelerator documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Global Accelerator. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-glue
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Glue"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-glue
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid "Official AWS Ruby gem for AWS Glue. This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-glue-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Glue development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-glue-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Glue development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Glue. This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-glue-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Glue documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-glue-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Glue documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Glue. This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-gluedatabrew
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Glue DataBrew"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-gluedatabrew
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Glue DataBrew. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-gluedatabrew-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Glue DataBrew development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-gluedatabrew-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Glue DataBrew development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Glue DataBrew. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-gluedatabrew-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Glue DataBrew documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-gluedatabrew-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Glue DataBrew documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Glue DataBrew. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-greengrass
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Greengrass"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-greengrass
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Greengrass. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-greengrass-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Greengrass development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-greengrass-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Greengrass development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Greengrass. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-greengrass-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Greengrass documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-greengrass-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Greengrass documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Greengrass. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-greengrassv2
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS GreengrassV2"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-greengrassv2
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS IoT Greengrass V2 (AWS GreengrassV2). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-greengrassv2-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS GreengrassV2 development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-greengrassv2-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS GreengrassV2 development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS IoT Greengrass V2 (AWS GreengrassV2). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-greengrassv2-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS GreengrassV2 documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-greengrassv2-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS GreengrassV2 documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS IoT Greengrass V2 (AWS GreengrassV2). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-groundstation
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Ground Station"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-groundstation
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Ground Station. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-groundstation-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Ground Station development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-groundstation-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Ground Station development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Ground Station. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-groundstation-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Ground Station documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-groundstation-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Ground Station documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Ground Station. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-guardduty
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon GuardDuty"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-guardduty
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon GuardDuty. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-guardduty-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon GuardDuty development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-guardduty-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon GuardDuty development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon GuardDuty. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-guardduty-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon GuardDuty documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-guardduty-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon GuardDuty documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon GuardDuty. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-health
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWSHealth"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-health
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Health APIs and Notifications (AWSHealth). This\n"
|
|
"gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-health-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWSHealth development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-health-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWSHealth development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Health APIs and Notifications (AWSHealth). This\n"
|
|
"gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-health-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWSHealth documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-health-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWSHealth documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Health APIs and Notifications (AWSHealth). This\n"
|
|
"gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-healthlake
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - HealthLake"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-healthlake
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon HealthLake (HealthLake). This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-healthlake-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - HealthLake development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-healthlake-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - HealthLake development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon HealthLake (HealthLake). This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-healthlake-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - HealthLake documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-healthlake-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - HealthLake documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon HealthLake (HealthLake). This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-honeycode
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Honeycode"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-honeycode
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Honeycode (Honeycode). This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-honeycode-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Honeycode development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-honeycode-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Honeycode development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Honeycode (Honeycode). This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-honeycode-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Honeycode documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-honeycode-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Honeycode documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Honeycode (Honeycode). This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iam
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - IAM"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iam
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Identity and Access Management (IAM). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iam-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - IAM development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iam-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - IAM development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Identity and Access Management (IAM). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iam-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - IAM documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iam-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - IAM documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Identity and Access Management (IAM). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-identitystore
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - IdentityStore"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-identitystore
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS SSO Identity Store (IdentityStore). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-identitystore-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - IdentityStore development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-identitystore-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - IdentityStore development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS SSO Identity Store (IdentityStore). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-identitystore-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - IdentityStore documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-identitystore-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - IdentityStore documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS SSO Identity Store (IdentityStore). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-imagebuilder
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - imagebuilder"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-imagebuilder
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for EC2 Image Builder (imagebuilder). This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-imagebuilder-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - imagebuilder development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-imagebuilder-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - imagebuilder development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for EC2 Image Builder (imagebuilder). This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-imagebuilder-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - imagebuilder documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-imagebuilder-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - imagebuilder documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for EC2 Image Builder (imagebuilder). This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-importexport
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Import/Export"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-importexport
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Import/Export. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-importexport-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Import/Export development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-importexport-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Import/Export development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Import/Export. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-importexport-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Import/Export documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-importexport-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Import/Export documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Import/Export. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-inspector
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Inspector"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-inspector
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Inspector. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-inspector-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Inspector development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-inspector-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Inspector development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Inspector. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-inspector-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Inspector documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-inspector-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Inspector documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Inspector. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iot
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS IoT"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iot
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid "Official AWS Ruby gem for AWS IoT. This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iot-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS IoT development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iot-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS IoT development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS IoT. This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iot-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS IoT documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iot-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS IoT documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS IoT. This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iot1clickdevicesservice
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS IoT 1-Click Devices Service"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iot1clickdevicesservice
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS IoT 1-Click Devices Service. This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iot1clickdevicesservice-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS IoT 1-Click Devices Service development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iot1clickdevicesservice-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS IoT 1-Click Devices Service development\n"
|
|
"package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS IoT 1-Click Devices Service. This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iot1clickdevicesservice-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS IoT 1-Click Devices Service documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iot1clickdevicesservice-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS IoT 1-Click Devices Service documentation\n"
|
|
"files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS IoT 1-Click Devices Service. This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iot1clickprojects
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS IoT 1-Click Projects"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iot1clickprojects
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS IoT 1-Click Projects Service (AWS IoT 1-Click\n"
|
|
"Projects). This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iot1clickprojects-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS IoT 1-Click Projects development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iot1clickprojects-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS IoT 1-Click Projects development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS IoT 1-Click Projects Service (AWS IoT 1-Click\n"
|
|
"Projects). This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iot1clickprojects-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS IoT 1-Click Projects documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iot1clickprojects-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS IoT 1-Click Projects documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS IoT 1-Click Projects Service (AWS IoT 1-Click\n"
|
|
"Projects). This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotanalytics
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS IoT Analytics"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotanalytics
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS IoT Analytics. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotanalytics-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS IoT Analytics development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotanalytics-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS IoT Analytics development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS IoT Analytics. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotanalytics-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS IoT Analytics documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotanalytics-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS IoT Analytics documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS IoT Analytics. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotdataplane
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS IoT Data Plane"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotdataplane
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS IoT Data Plane. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotdataplane-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS IoT Data Plane development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotdataplane-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS IoT Data Plane development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS IoT Data Plane. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotdataplane-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS IoT Data Plane documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotdataplane-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS IoT Data Plane documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS IoT Data Plane. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotdeviceadvisor
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWSIoTDeviceAdvisor"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotdeviceadvisor
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS IoT Core Device Advisor (AWSIoTDeviceAdvisor).\n"
|
|
"This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotdeviceadvisor-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWSIoTDeviceAdvisor development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotdeviceadvisor-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWSIoTDeviceAdvisor development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS IoT Core Device Advisor (AWSIoTDeviceAdvisor).\n"
|
|
"This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotdeviceadvisor-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWSIoTDeviceAdvisor documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotdeviceadvisor-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWSIoTDeviceAdvisor documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS IoT Core Device Advisor (AWSIoTDeviceAdvisor).\n"
|
|
"This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotevents
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS IoT Events"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotevents
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS IoT Events. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotevents-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS IoT Events development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotevents-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS IoT Events development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS IoT Events. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotevents-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS IoT Events documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotevents-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS IoT Events documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS IoT Events. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ioteventsdata
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS IoT Events Data"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ioteventsdata
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS IoT Events Data. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ioteventsdata-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS IoT Events Data development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ioteventsdata-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS IoT Events Data development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS IoT Events Data. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ioteventsdata-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS IoT Events Data documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ioteventsdata-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS IoT Events Data documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS IoT Events Data. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotfleethub
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS IoT Fleet Hub"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotfleethub
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS IoT Fleet Hub. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotfleethub-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS IoT Fleet Hub development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotfleethub-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS IoT Fleet Hub development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS IoT Fleet Hub. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotfleethub-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS IoT Fleet Hub documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotfleethub-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS IoT Fleet Hub documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS IoT Fleet Hub. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotjobsdataplane
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS IoT Jobs Data Plane"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotjobsdataplane
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS IoT Jobs Data Plane. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotjobsdataplane-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS IoT Jobs Data Plane development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotjobsdataplane-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS IoT Jobs Data Plane development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS IoT Jobs Data Plane. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotjobsdataplane-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS IoT Jobs Data Plane documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotjobsdataplane-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS IoT Jobs Data Plane documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS IoT Jobs Data Plane. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotsecuretunneling
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS IoT Secure Tunneling"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotsecuretunneling
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS IoT Secure Tunneling. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotsecuretunneling-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS IoT Secure Tunneling development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotsecuretunneling-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS IoT Secure Tunneling development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS IoT Secure Tunneling. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotsecuretunneling-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS IoT Secure Tunneling documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotsecuretunneling-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS IoT Secure Tunneling documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS IoT Secure Tunneling. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotsitewise
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS IoT SiteWise"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotsitewise
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS IoT SiteWise. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotsitewise-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS IoT SiteWise development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotsitewise-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS IoT SiteWise development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS IoT SiteWise. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotsitewise-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS IoT SiteWise documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotsitewise-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS IoT SiteWise documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS IoT SiteWise. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotthingsgraph
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS IoT Things Graph"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotthingsgraph
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS IoT Things Graph. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotthingsgraph-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS IoT Things Graph development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotthingsgraph-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS IoT Things Graph development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS IoT Things Graph. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotthingsgraph-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS IoT Things Graph documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotthingsgraph-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS IoT Things Graph documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS IoT Things Graph. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotwireless
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS IoT Wireless"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotwireless
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS IoT Wireless. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotwireless-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS IoT Wireless development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotwireless-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS IoT Wireless development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS IoT Wireless. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotwireless-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS IoT Wireless documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-iotwireless-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS IoT Wireless documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS IoT Wireless. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ivs
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon IVS"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ivs
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Interactive Video Service (Amazon IVS). This\n"
|
|
"gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ivs-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon IVS development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ivs-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon IVS development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Interactive Video Service (Amazon IVS). This\n"
|
|
"gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ivs-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon IVS documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ivs-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon IVS documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Interactive Video Service (Amazon IVS). This\n"
|
|
"gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kafka
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Kafka"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kafka
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Managed Streaming for Kafka (Kafka). This gem is part\n"
|
|
"of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kafka-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Kafka development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kafka-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Kafka development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Managed Streaming for Kafka (Kafka). This gem is part\n"
|
|
"of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kafka-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Kafka documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kafka-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Kafka documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Managed Streaming for Kafka (Kafka). This gem is part\n"
|
|
"of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kendra
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - kendra"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kendra
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWSKendraFrontendService (kendra). This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kendra-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - kendra development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kendra-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - kendra development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWSKendraFrontendService (kendra). This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kendra-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - kendra documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kendra-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - kendra documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWSKendraFrontendService (kendra). This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kinesis
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Kinesis"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kinesis
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Kinesis (Kinesis). This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kinesis-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Kinesis development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kinesis-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Kinesis development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Kinesis (Kinesis). This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kinesis-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Kinesis documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kinesis-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Kinesis documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Kinesis (Kinesis). This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kinesisanalytics
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Kinesis Analytics"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kinesisanalytics
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Kinesis Analytics (Kinesis Analytics). This gem\n"
|
|
"is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kinesisanalytics-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Kinesis Analytics development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kinesisanalytics-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Kinesis Analytics development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Kinesis Analytics (Kinesis Analytics). This gem\n"
|
|
"is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kinesisanalytics-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Kinesis Analytics documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kinesisanalytics-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Kinesis Analytics documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Kinesis Analytics (Kinesis Analytics). This gem\n"
|
|
"is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kinesisanalyticsv2
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Kinesis Analytics V2"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kinesisanalyticsv2
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Kinesis Analytics (Kinesis Analytics V2). This\n"
|
|
"gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kinesisanalyticsv2-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Kinesis Analytics V2 development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kinesisanalyticsv2-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Kinesis Analytics V2 development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Kinesis Analytics (Kinesis Analytics V2). This\n"
|
|
"gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kinesisanalyticsv2-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Kinesis Analytics V2 documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kinesisanalyticsv2-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Kinesis Analytics V2 documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Kinesis Analytics (Kinesis Analytics V2). This\n"
|
|
"gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kinesisvideo
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Kinesis Video"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kinesisvideo
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Kinesis Video Streams (Kinesis Video). This gem\n"
|
|
"is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kinesisvideo-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Kinesis Video development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kinesisvideo-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Kinesis Video development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Kinesis Video Streams (Kinesis Video). This gem\n"
|
|
"is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kinesisvideo-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Kinesis Video documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kinesisvideo-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Kinesis Video documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Kinesis Video Streams (Kinesis Video). This gem\n"
|
|
"is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kinesisvideoarchivedmedia
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Kinesis Video Archived Media"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kinesisvideoarchivedmedia
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Kinesis Video Streams Archived Media (Kinesis\n"
|
|
"Video Archived Media). This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kinesisvideoarchivedmedia-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Kinesis Video Archived Media development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kinesisvideoarchivedmedia-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Kinesis Video Archived Media development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Kinesis Video Streams Archived Media (Kinesis\n"
|
|
"Video Archived Media). This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kinesisvideoarchivedmedia-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Kinesis Video Archived Media documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kinesisvideoarchivedmedia-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Kinesis Video Archived Media documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Kinesis Video Streams Archived Media (Kinesis\n"
|
|
"Video Archived Media). This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kinesisvideomedia
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Kinesis Video Media"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kinesisvideomedia
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Kinesis Video Streams Media (Kinesis Video\n"
|
|
"Media). This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kinesisvideomedia-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Kinesis Video Media development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kinesisvideomedia-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Kinesis Video Media development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Kinesis Video Streams Media (Kinesis Video\n"
|
|
"Media). This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kinesisvideomedia-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Kinesis Video Media documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kinesisvideomedia-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Kinesis Video Media documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Kinesis Video Streams Media (Kinesis Video\n"
|
|
"Media). This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kinesisvideosignalingchannels
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Kinesis Video Signaling Channels"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kinesisvideosignalingchannels
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Kinesis Video Signaling Channels. This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kinesisvideosignalingchannels-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Kinesis Video Signaling Channels development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kinesisvideosignalingchannels-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Kinesis Video Signaling Channels development\n"
|
|
"package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Kinesis Video Signaling Channels. This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kinesisvideosignalingchannels-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Kinesis Video Signaling Channels documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kinesisvideosignalingchannels-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Kinesis Video Signaling Channels documentation\n"
|
|
"files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Kinesis Video Signaling Channels. This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kms
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - KMS"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kms
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Key Management Service (KMS). This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kms-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - KMS development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kms-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - KMS development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Key Management Service (KMS). This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kms-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - KMS documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-kms-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - KMS documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Key Management Service (KMS). This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lakeformation
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Lake Formation"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lakeformation
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Lake Formation. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lakeformation-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Lake Formation development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lakeformation-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Lake Formation development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Lake Formation. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lakeformation-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Lake Formation documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lakeformation-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Lake Formation documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Lake Formation. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lambda
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Lambda"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lambda
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid "Official AWS Ruby gem for AWS Lambda. This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lambda-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Lambda development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lambda-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Lambda development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Lambda. This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lambda-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Lambda documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lambda-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Lambda documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Lambda. This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lex
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Lex Runtime Service"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lex
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Lex Runtime Service. This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lex-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Lex Runtime Service development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lex-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Lex Runtime Service development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Lex Runtime Service. This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lex-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Lex Runtime Service documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lex-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Lex Runtime Service documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Lex Runtime Service. This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lexmodelbuildingservice
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Lex Model Building Service"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lexmodelbuildingservice
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Lex Model Building Service. This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lexmodelbuildingservice-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Lex Model Building Service development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lexmodelbuildingservice-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Lex Model Building Service development\n"
|
|
"package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Lex Model Building Service. This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lexmodelbuildingservice-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Lex Model Building Service documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lexmodelbuildingservice-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Lex Model Building Service documentation\n"
|
|
"files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Lex Model Building Service. This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lexmodelsv2
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Lex Models V2"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lexmodelsv2
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Lex Model Building V2 (Lex Models V2). This gem\n"
|
|
"is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lexmodelsv2-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Lex Models V2 development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lexmodelsv2-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Lex Models V2 development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Lex Model Building V2 (Lex Models V2). This gem\n"
|
|
"is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lexmodelsv2-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Lex Models V2 documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lexmodelsv2-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Lex Models V2 documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Lex Model Building V2 (Lex Models V2). This gem\n"
|
|
"is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lexruntimev2
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Lex Runtime V2"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lexruntimev2
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Lex Runtime V2 (Lex Runtime V2). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lexruntimev2-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Lex Runtime V2 development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lexruntimev2-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Lex Runtime V2 development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Lex Runtime V2 (Lex Runtime V2). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lexruntimev2-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Lex Runtime V2 documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lexruntimev2-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Lex Runtime V2 documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Lex Runtime V2 (Lex Runtime V2). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-licensemanager
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS License Manager"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-licensemanager
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS License Manager. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-licensemanager-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS License Manager development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-licensemanager-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS License Manager development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS License Manager. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-licensemanager-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS License Manager documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-licensemanager-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS License Manager documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS License Manager. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lightsail
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Lightsail"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lightsail
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Lightsail. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lightsail-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Lightsail development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lightsail-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Lightsail development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Lightsail. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lightsail-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Lightsail documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lightsail-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Lightsail documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Lightsail. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-locationservice
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Location Service"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-locationservice
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Location Service. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-locationservice-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Location Service development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-locationservice-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Location Service development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Location Service. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-locationservice-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Location Service documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-locationservice-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Location Service documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Location Service. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lookoutequipment
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - LookoutEquipment"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lookoutequipment
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Lookout for Equipment (LookoutEquipment). This\n"
|
|
"gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lookoutequipment-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - LookoutEquipment development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lookoutequipment-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - LookoutEquipment development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Lookout for Equipment (LookoutEquipment). This\n"
|
|
"gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lookoutequipment-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - LookoutEquipment documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lookoutequipment-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - LookoutEquipment documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Lookout for Equipment (LookoutEquipment). This\n"
|
|
"gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lookoutforvision
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Lookout for Vision"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lookoutforvision
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Lookout for Vision. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lookoutforvision-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Lookout for Vision development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lookoutforvision-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Lookout for Vision development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Lookout for Vision. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lookoutforvision-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Lookout for Vision documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lookoutforvision-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Lookout for Vision documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Lookout for Vision. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lookoutmetrics
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - LookoutMetrics"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lookoutmetrics
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Lookout for Metrics (LookoutMetrics). This gem\n"
|
|
"is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lookoutmetrics-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - LookoutMetrics development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lookoutmetrics-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - LookoutMetrics development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Lookout for Metrics (LookoutMetrics). This gem\n"
|
|
"is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lookoutmetrics-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - LookoutMetrics documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-lookoutmetrics-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - LookoutMetrics documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Lookout for Metrics (LookoutMetrics). This gem\n"
|
|
"is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-machinelearning
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Machine Learning"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-machinelearning
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Machine Learning. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-machinelearning-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Machine Learning development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-machinelearning-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Machine Learning development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Machine Learning. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-machinelearning-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Machine Learning documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-machinelearning-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Machine Learning documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Machine Learning. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-macie
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Macie"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-macie
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Macie. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-macie-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Macie development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-macie-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Macie development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Macie. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-macie-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Macie documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-macie-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Macie documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Macie. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-macie2
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Macie 2"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-macie2
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Macie 2. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-macie2-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Macie 2 development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-macie2-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Macie 2 development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Macie 2. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-macie2-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Macie 2 documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-macie2-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Macie 2 documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Macie 2. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-managedblockchain
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - ManagedBlockchain"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-managedblockchain
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Managed Blockchain (ManagedBlockchain). This\n"
|
|
"gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-managedblockchain-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - ManagedBlockchain development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-managedblockchain-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - ManagedBlockchain development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Managed Blockchain (ManagedBlockchain). This\n"
|
|
"gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-managedblockchain-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - ManagedBlockchain documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-managedblockchain-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - ManagedBlockchain documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Managed Blockchain (ManagedBlockchain). This\n"
|
|
"gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-marketplacecatalog
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Marketplace Catalog"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-marketplacecatalog
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Marketplace Catalog Service (AWS Marketplace\n"
|
|
"Catalog). This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-marketplacecatalog-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Marketplace Catalog development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-marketplacecatalog-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Marketplace Catalog development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Marketplace Catalog Service (AWS Marketplace\n"
|
|
"Catalog). This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-marketplacecatalog-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Marketplace Catalog documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-marketplacecatalog-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Marketplace Catalog documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Marketplace Catalog Service (AWS Marketplace\n"
|
|
"Catalog). This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-marketplacecommerceanalytics
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Marketplace Commerce Analytics"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-marketplacecommerceanalytics
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Marketplace Commerce Analytics. This gem is part\n"
|
|
"of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-marketplacecommerceanalytics-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Marketplace Commerce Analytics development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-marketplacecommerceanalytics-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Marketplace Commerce Analytics development\n"
|
|
"package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Marketplace Commerce Analytics. This gem is part\n"
|
|
"of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-marketplacecommerceanalytics-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Marketplace Commerce Analytics documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-marketplacecommerceanalytics-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Marketplace Commerce Analytics documentation\n"
|
|
"files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Marketplace Commerce Analytics. This gem is part\n"
|
|
"of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-marketplaceentitlementservice
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Marketplace Entitlement Service"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-marketplaceentitlementservice
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Marketplace Entitlement Service. This gem is part\n"
|
|
"of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-marketplaceentitlementservice-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Marketplace Entitlement Service development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-marketplaceentitlementservice-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Marketplace Entitlement Service development\n"
|
|
"package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Marketplace Entitlement Service. This gem is part\n"
|
|
"of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-marketplaceentitlementservice-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Marketplace Entitlement Service documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-marketplaceentitlementservice-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Marketplace Entitlement Service documentation\n"
|
|
"files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Marketplace Entitlement Service. This gem is part\n"
|
|
"of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-marketplacemetering
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWSMarketplace Metering"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-marketplacemetering
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWSMarketplace Metering. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-marketplacemetering-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWSMarketplace Metering development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-marketplacemetering-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWSMarketplace Metering development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWSMarketplace Metering. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-marketplacemetering-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWSMarketplace Metering documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-marketplacemetering-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWSMarketplace Metering documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWSMarketplace Metering. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mediaconnect
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS MediaConnect"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mediaconnect
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS MediaConnect. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mediaconnect-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS MediaConnect development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mediaconnect-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS MediaConnect development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS MediaConnect. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mediaconnect-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS MediaConnect documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mediaconnect-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS MediaConnect documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS MediaConnect. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mediaconvert
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - MediaConvert"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mediaconvert
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Elemental MediaConvert (MediaConvert). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mediaconvert-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - MediaConvert development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mediaconvert-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - MediaConvert development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Elemental MediaConvert (MediaConvert). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mediaconvert-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - MediaConvert documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mediaconvert-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - MediaConvert documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Elemental MediaConvert (MediaConvert). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-medialive
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - MediaLive"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-medialive
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Elemental MediaLive (MediaLive). This gem is part\n"
|
|
"of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-medialive-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - MediaLive development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-medialive-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - MediaLive development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Elemental MediaLive (MediaLive). This gem is part\n"
|
|
"of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-medialive-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - MediaLive documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-medialive-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - MediaLive documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Elemental MediaLive (MediaLive). This gem is part\n"
|
|
"of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mediapackage
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - MediaPackage"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mediapackage
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Elemental MediaPackage (MediaPackage). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mediapackage-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - MediaPackage development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mediapackage-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - MediaPackage development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Elemental MediaPackage (MediaPackage). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mediapackage-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - MediaPackage documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mediapackage-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - MediaPackage documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Elemental MediaPackage (MediaPackage). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mediapackagevod
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - MediaPackage Vod"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mediapackagevod
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Elemental MediaPackage VOD (MediaPackage Vod).\n"
|
|
"This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mediapackagevod-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - MediaPackage Vod development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mediapackagevod-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - MediaPackage Vod development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Elemental MediaPackage VOD (MediaPackage Vod).\n"
|
|
"This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mediapackagevod-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - MediaPackage Vod documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mediapackagevod-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - MediaPackage Vod documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Elemental MediaPackage VOD (MediaPackage Vod).\n"
|
|
"This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mediastore
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - MediaStore"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mediastore
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Elemental MediaStore (MediaStore). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mediastore-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - MediaStore development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mediastore-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - MediaStore development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Elemental MediaStore (MediaStore). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mediastore-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - MediaStore documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mediastore-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - MediaStore documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Elemental MediaStore (MediaStore). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mediastoredata
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - MediaStore Data"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mediastoredata
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Elemental MediaStore Data Plane (MediaStore Data).\n"
|
|
"This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mediastoredata-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - MediaStore Data development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mediastoredata-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - MediaStore Data development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Elemental MediaStore Data Plane (MediaStore Data).\n"
|
|
"This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mediastoredata-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - MediaStore Data documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mediastoredata-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - MediaStore Data documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Elemental MediaStore Data Plane (MediaStore Data).\n"
|
|
"This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mediatailor
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - MediaTailor"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mediatailor
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS MediaTailor (MediaTailor). This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mediatailor-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - MediaTailor development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mediatailor-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - MediaTailor development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS MediaTailor (MediaTailor). This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mediatailor-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - MediaTailor documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mediatailor-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - MediaTailor documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS MediaTailor (MediaTailor). This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mgn
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - mgn"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mgn
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Application Migration Service (mgn). This gem is part\n"
|
|
"of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mgn-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - mgn development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mgn-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - mgn development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Application Migration Service (mgn). This gem is part\n"
|
|
"of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mgn-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - mgn documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mgn-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - mgn documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Application Migration Service (mgn). This gem is part\n"
|
|
"of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-migrationhub
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Migration Hub"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-migrationhub
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Migration Hub. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-migrationhub-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Migration Hub development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-migrationhub-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Migration Hub development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Migration Hub. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-migrationhub-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Migration Hub documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-migrationhub-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Migration Hub documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Migration Hub. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-migrationhubconfig
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Migration Hub Config"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-migrationhubconfig
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Migration Hub Config. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-migrationhubconfig-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Migration Hub Config development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-migrationhubconfig-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Migration Hub Config development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Migration Hub Config. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-migrationhubconfig-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Migration Hub Config documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-migrationhubconfig-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Migration Hub Config documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Migration Hub Config. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mobile
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Mobile"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mobile
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid "Official AWS Ruby gem for AWS Mobile. This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mobile-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Mobile development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mobile-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Mobile development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Mobile. This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mobile-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Mobile documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mobile-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Mobile documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Mobile. This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mq
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AmazonMQ"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mq
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid "Official AWS Ruby gem for AmazonMQ. This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mq-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AmazonMQ development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mq-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AmazonMQ development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AmazonMQ. This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mq-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AmazonMQ documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mq-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AmazonMQ documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AmazonMQ. This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mturk
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon MTurk"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mturk
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Mechanical Turk (Amazon MTurk). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mturk-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon MTurk development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mturk-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon MTurk development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Mechanical Turk (Amazon MTurk). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mturk-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon MTurk documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mturk-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon MTurk documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Mechanical Turk (Amazon MTurk). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mwaa
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AmazonMWAA"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mwaa
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid "Official AWS Ruby gem for AmazonMWAA. This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mwaa-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AmazonMWAA development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mwaa-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AmazonMWAA development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AmazonMWAA. This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mwaa-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AmazonMWAA documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-mwaa-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AmazonMWAA documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AmazonMWAA. This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-neptune
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Neptune"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-neptune
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Neptune. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-neptune-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Neptune development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-neptune-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Neptune development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Neptune. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-neptune-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Neptune documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-neptune-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Neptune documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Neptune. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-networkfirewall
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Network Firewall"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-networkfirewall
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Network Firewall (Network Firewall). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-networkfirewall-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Network Firewall development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-networkfirewall-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Network Firewall development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Network Firewall (Network Firewall). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-networkfirewall-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Network Firewall documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-networkfirewall-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Network Firewall documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Network Firewall (Network Firewall). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-networkmanager
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - NetworkManager"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-networkmanager
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Network Manager (NetworkManager). This gem is part\n"
|
|
"of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-networkmanager-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - NetworkManager development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-networkmanager-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - NetworkManager development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Network Manager (NetworkManager). This gem is part\n"
|
|
"of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-networkmanager-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - NetworkManager documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-networkmanager-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - NetworkManager documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Network Manager (NetworkManager). This gem is part\n"
|
|
"of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-nimblestudio
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AmazonNimbleStudio"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-nimblestudio
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AmazonNimbleStudio. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-nimblestudio-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AmazonNimbleStudio development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-nimblestudio-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AmazonNimbleStudio development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AmazonNimbleStudio. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-nimblestudio-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AmazonNimbleStudio documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-nimblestudio-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AmazonNimbleStudio documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AmazonNimbleStudio. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-opsworks
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS OpsWorks"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-opsworks
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS OpsWorks. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-opsworks-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS OpsWorks development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-opsworks-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS OpsWorks development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS OpsWorks. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-opsworks-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS OpsWorks documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-opsworks-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS OpsWorks documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS OpsWorks. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-opsworkscm
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - OpsWorksCM"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-opsworkscm
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS OpsWorks CM (OpsWorksCM). This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-opsworkscm-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - OpsWorksCM development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-opsworkscm-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - OpsWorksCM development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS OpsWorks CM (OpsWorksCM). This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-opsworkscm-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - OpsWorksCM documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-opsworkscm-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - OpsWorksCM documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS OpsWorks CM (OpsWorksCM). This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-organizations
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Organizations"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-organizations
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Organizations (Organizations). This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-organizations-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Organizations development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-organizations-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Organizations development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Organizations (Organizations). This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-organizations-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Organizations documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-organizations-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Organizations documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Organizations (Organizations). This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-outposts
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Outposts"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-outposts
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Outposts (Outposts). This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-outposts-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Outposts development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-outposts-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Outposts development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Outposts (Outposts). This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-outposts-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Outposts documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-outposts-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Outposts documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Outposts (Outposts). This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-personalize
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Personalize"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-personalize
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Personalize. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-personalize-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Personalize development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-personalize-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Personalize development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Personalize. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-personalize-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Personalize documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-personalize-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Personalize documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Personalize. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-personalizeevents
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Personalize Events"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-personalizeevents
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Personalize Events. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-personalizeevents-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Personalize Events development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-personalizeevents-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Personalize Events development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Personalize Events. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-personalizeevents-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Personalize Events documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-personalizeevents-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Personalize Events documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Personalize Events. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-personalizeruntime
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Personalize Runtime"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-personalizeruntime
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Personalize Runtime. This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-personalizeruntime-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Personalize Runtime development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-personalizeruntime-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Personalize Runtime development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Personalize Runtime. This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-personalizeruntime-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Personalize Runtime documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-personalizeruntime-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Personalize Runtime documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Personalize Runtime. This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-pi
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS PI"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-pi
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Performance Insights (AWS PI). This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-pi-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS PI development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-pi-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS PI development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Performance Insights (AWS PI). This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-pi-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS PI documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-pi-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS PI documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Performance Insights (AWS PI). This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-pinpoint
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Pinpoint"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-pinpoint
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Pinpoint. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-pinpoint-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Pinpoint development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-pinpoint-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Pinpoint development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Pinpoint. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-pinpoint-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Pinpoint documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-pinpoint-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Pinpoint documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Pinpoint. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-pinpointemail
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Pinpoint Email"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-pinpointemail
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Pinpoint Email Service (Pinpoint Email). This\n"
|
|
"gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-pinpointemail-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Pinpoint Email development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-pinpointemail-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Pinpoint Email development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Pinpoint Email Service (Pinpoint Email). This\n"
|
|
"gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-pinpointemail-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Pinpoint Email documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-pinpointemail-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Pinpoint Email documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Pinpoint Email Service (Pinpoint Email). This\n"
|
|
"gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-pinpointsmsvoice
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Pinpoint SMS Voice"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-pinpointsmsvoice
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Pinpoint SMS and Voice Service (Pinpoint SMS\n"
|
|
"Voice). This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-pinpointsmsvoice-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Pinpoint SMS Voice development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-pinpointsmsvoice-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Pinpoint SMS Voice development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Pinpoint SMS and Voice Service (Pinpoint SMS\n"
|
|
"Voice). This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-pinpointsmsvoice-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Pinpoint SMS Voice documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-pinpointsmsvoice-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Pinpoint SMS Voice documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Pinpoint SMS and Voice Service (Pinpoint SMS\n"
|
|
"Voice). This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-polly
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Polly"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-polly
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Polly. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-polly-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Polly development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-polly-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Polly development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Polly. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-polly-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Polly documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-polly-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Polly documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Polly. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-pricing
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Pricing"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-pricing
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Price List Service (AWS Pricing). This gem is part\n"
|
|
"of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-pricing-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Pricing development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-pricing-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Pricing development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Price List Service (AWS Pricing). This gem is part\n"
|
|
"of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-pricing-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Pricing documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-pricing-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Pricing documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Price List Service (AWS Pricing). This gem is part\n"
|
|
"of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-prometheusservice
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Prometheus Service"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-prometheusservice
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Prometheus Service. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-prometheusservice-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Prometheus Service development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-prometheusservice-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Prometheus Service development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Prometheus Service. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-prometheusservice-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Prometheus Service documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-prometheusservice-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Prometheus Service documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Prometheus Service. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-qldb
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - QLDB"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-qldb
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon QLDB (QLDB). This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-qldb-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - QLDB development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-qldb-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - QLDB development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon QLDB (QLDB). This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-qldb-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - QLDB documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-qldb-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - QLDB documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon QLDB (QLDB). This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-qldbsession
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - QLDB Session"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-qldbsession
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon QLDB Session (QLDB Session). This gem is part\n"
|
|
"of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-qldbsession-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - QLDB Session development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-qldbsession-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - QLDB Session development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon QLDB Session (QLDB Session). This gem is part\n"
|
|
"of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-qldbsession-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - QLDB Session documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-qldbsession-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - QLDB Session documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon QLDB Session (QLDB Session). This gem is part\n"
|
|
"of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-quicksight
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon QuickSight"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-quicksight
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon QuickSight. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-quicksight-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon QuickSight development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-quicksight-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon QuickSight development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon QuickSight. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-quicksight-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon QuickSight documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-quicksight-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon QuickSight documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon QuickSight. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ram
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - RAM"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ram
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Resource Access Manager (RAM). This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ram-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - RAM development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ram-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - RAM development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Resource Access Manager (RAM). This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ram-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - RAM documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ram-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - RAM documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Resource Access Manager (RAM). This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-rds
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon RDS"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-rds
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Relational Database Service (Amazon RDS). This\n"
|
|
"gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-rds-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon RDS development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-rds-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon RDS development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Relational Database Service (Amazon RDS). This\n"
|
|
"gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-rds-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon RDS documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-rds-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon RDS documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Relational Database Service (Amazon RDS). This\n"
|
|
"gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-rdsdataservice
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS RDS DataService"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-rdsdataservice
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS RDS DataService. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-rdsdataservice-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS RDS DataService development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-rdsdataservice-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS RDS DataService development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS RDS DataService. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-rdsdataservice-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS RDS DataService documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-rdsdataservice-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS RDS DataService documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS RDS DataService. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-redshift
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Redshift"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-redshift
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Redshift. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-redshift-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Redshift development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-redshift-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Redshift development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Redshift. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-redshift-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Redshift documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-redshift-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Redshift documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Redshift. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-redshiftdataapiservice
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Redshift Data API Service"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-redshiftdataapiservice
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Redshift Data API Service. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-redshiftdataapiservice-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Redshift Data API Service development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-redshiftdataapiservice-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Redshift Data API Service development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Redshift Data API Service. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-redshiftdataapiservice-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Redshift Data API Service documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-redshiftdataapiservice-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Redshift Data API Service documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Redshift Data API Service. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-rekognition
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Rekognition"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-rekognition
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Rekognition. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-rekognition-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Rekognition development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-rekognition-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Rekognition development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Rekognition. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-rekognition-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Rekognition documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-rekognition-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Rekognition documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Rekognition. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-resourcegroups
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Resource Groups"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-resourcegroups
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Resource Groups (Resource Groups). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-resourcegroups-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Resource Groups development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-resourcegroups-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Resource Groups development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Resource Groups (Resource Groups). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-resourcegroups-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Resource Groups documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-resourcegroups-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Resource Groups documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Resource Groups (Resource Groups). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-resourcegroupstaggingapi
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Resource Groups Tagging API"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-resourcegroupstaggingapi
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Resource Groups Tagging API. This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-resourcegroupstaggingapi-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Resource Groups Tagging API development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-resourcegroupstaggingapi-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Resource Groups Tagging API development\n"
|
|
"package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Resource Groups Tagging API. This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-resourcegroupstaggingapi-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Resource Groups Tagging API documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-resourcegroupstaggingapi-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Resource Groups Tagging API documentation\n"
|
|
"files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Resource Groups Tagging API. This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-resources
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Resources"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-resources
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Provides resource oriented interfaces and other higher-level\n"
|
|
"abstractions for many AWS services. This gem is part of the official AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-resources
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Provides resource oriented interfaces and other higher-level abstractions for\n"
|
|
"many AWS services. This gem is part of the official AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-resources-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Resources development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-resources-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Resources development package.\n"
|
|
"\n"
|
|
"Provides resource oriented interfaces and other higher-level abstractions for\n"
|
|
"many AWS services. This gem is part of the official AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-resources-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Resources documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-resources-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Resources documentation files.\n"
|
|
"\n"
|
|
"Provides resource oriented interfaces and other higher-level abstractions for\n"
|
|
"many AWS services. This gem is part of the official AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-robomaker
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - RoboMaker"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-robomaker
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS RoboMaker (RoboMaker). This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-robomaker-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - RoboMaker development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-robomaker-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - RoboMaker development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS RoboMaker (RoboMaker). This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-robomaker-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - RoboMaker documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-robomaker-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - RoboMaker documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS RoboMaker (RoboMaker). This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-route53
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Route 53"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-route53
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Route 53 (Route 53). This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-route53-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Route 53 development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-route53-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Route 53 development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Route 53 (Route 53). This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-route53-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Route 53 documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-route53-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Route 53 documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Route 53 (Route 53). This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-route53domains
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Route 53 Domains"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-route53domains
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Route 53 Domains. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-route53domains-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Route 53 Domains development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-route53domains-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Route 53 Domains development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Route 53 Domains. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-route53domains-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Route 53 Domains documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-route53domains-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Route 53 Domains documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Route 53 Domains. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-route53resolver
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Route53Resolver"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-route53resolver
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Route 53 Resolver (Route53Resolver). This gem\n"
|
|
"is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-route53resolver-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Route53Resolver development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-route53resolver-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Route53Resolver development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Route 53 Resolver (Route53Resolver). This gem\n"
|
|
"is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-route53resolver-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Route53Resolver documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-route53resolver-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Route53Resolver documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Route 53 Resolver (Route53Resolver). This gem\n"
|
|
"is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-s3
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon S3"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-s3
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Simple Storage Service (Amazon S3). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-s3-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon S3 development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-s3-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon S3 development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Simple Storage Service (Amazon S3). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-s3-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon S3 documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-s3-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon S3 documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Simple Storage Service (Amazon S3). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-s3control
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS S3 Control"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-s3control
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS S3 Control. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-s3control-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS S3 Control development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-s3control-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS S3 Control development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS S3 Control. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-s3control-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS S3 Control documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-s3control-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS S3 Control documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS S3 Control. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-s3outposts
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon S3 Outposts"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-s3outposts
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon S3 on Outposts (Amazon S3 Outposts). This gem\n"
|
|
"is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-s3outposts-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon S3 Outposts development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-s3outposts-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon S3 Outposts development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon S3 on Outposts (Amazon S3 Outposts). This gem\n"
|
|
"is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-s3outposts-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon S3 Outposts documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-s3outposts-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon S3 Outposts documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon S3 on Outposts (Amazon S3 Outposts). This gem\n"
|
|
"is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sagemaker
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - SageMaker"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sagemaker
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon SageMaker Service (SageMaker). This gem is part\n"
|
|
"of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sagemaker-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - SageMaker development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sagemaker-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - SageMaker development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon SageMaker Service (SageMaker). This gem is part\n"
|
|
"of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sagemaker-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - SageMaker documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sagemaker-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - SageMaker documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon SageMaker Service (SageMaker). This gem is part\n"
|
|
"of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sagemakeredgemanager
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Sagemaker Edge Manager"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sagemakeredgemanager
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Sagemaker Edge Manager. This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sagemakeredgemanager-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Sagemaker Edge Manager development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sagemakeredgemanager-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Sagemaker Edge Manager development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Sagemaker Edge Manager. This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sagemakeredgemanager-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Sagemaker Edge Manager documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sagemakeredgemanager-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Sagemaker Edge Manager documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Sagemaker Edge Manager. This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sagemakerfeaturestoreruntime
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon SageMaker Feature Store Runtime"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sagemakerfeaturestoreruntime
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon SageMaker Feature Store Runtime. This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sagemakerfeaturestoreruntime-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon SageMaker Feature Store Runtime development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sagemakerfeaturestoreruntime-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon SageMaker Feature Store Runtime development\n"
|
|
"package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon SageMaker Feature Store Runtime. This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sagemakerfeaturestoreruntime-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon SageMaker Feature Store Runtime documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sagemakerfeaturestoreruntime-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon SageMaker Feature Store Runtime documentation\n"
|
|
"files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon SageMaker Feature Store Runtime. This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sagemakerruntime
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon SageMaker Runtime"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sagemakerruntime
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon SageMaker Runtime. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sagemakerruntime-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon SageMaker Runtime development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sagemakerruntime-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon SageMaker Runtime development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon SageMaker Runtime. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sagemakerruntime-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon SageMaker Runtime documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sagemakerruntime-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon SageMaker Runtime documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon SageMaker Runtime. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-savingsplans
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWSSavingsPlans"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-savingsplans
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Savings Plans (AWSSavingsPlans). This gem is part\n"
|
|
"of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-savingsplans-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWSSavingsPlans development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-savingsplans-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWSSavingsPlans development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Savings Plans (AWSSavingsPlans). This gem is part\n"
|
|
"of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-savingsplans-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWSSavingsPlans documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-savingsplans-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWSSavingsPlans documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Savings Plans (AWSSavingsPlans). This gem is part\n"
|
|
"of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-schemas
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Schemas"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-schemas
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid "Official AWS Ruby gem for Schemas. This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-schemas-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Schemas development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-schemas-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Schemas development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Schemas. This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-schemas-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Schemas documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-schemas-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Schemas documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Schemas. This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-secretsmanager
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Secrets Manager"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-secretsmanager
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Secrets Manager. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-secretsmanager-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Secrets Manager development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-secretsmanager-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Secrets Manager development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Secrets Manager. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-secretsmanager-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Secrets Manager documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-secretsmanager-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Secrets Manager documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Secrets Manager. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-securityhub
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS SecurityHub"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-securityhub
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS SecurityHub. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-securityhub-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS SecurityHub development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-securityhub-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS SecurityHub development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS SecurityHub. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-securityhub-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS SecurityHub documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-securityhub-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS SecurityHub documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS SecurityHub. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-serverlessapplicationrepository
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWSServerlessApplicationRepository"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-serverlessapplicationrepository
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWSServerlessApplicationRepository. This gem is part\n"
|
|
"of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-serverlessapplicationrepository-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWSServerlessApplicationRepository development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-serverlessapplicationrepository-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWSServerlessApplicationRepository development\n"
|
|
"package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWSServerlessApplicationRepository. This gem is part\n"
|
|
"of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-serverlessapplicationrepository-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWSServerlessApplicationRepository documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-serverlessapplicationrepository-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWSServerlessApplicationRepository documentation\n"
|
|
"files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWSServerlessApplicationRepository. This gem is part\n"
|
|
"of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-servicecatalog
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Service Catalog"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-servicecatalog
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Service Catalog. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-servicecatalog-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Service Catalog development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-servicecatalog-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Service Catalog development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Service Catalog. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-servicecatalog-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Service Catalog documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-servicecatalog-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Service Catalog documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Service Catalog. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-servicediscovery
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - ServiceDiscovery"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-servicediscovery
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Cloud Map (ServiceDiscovery). This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-servicediscovery-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - ServiceDiscovery development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-servicediscovery-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - ServiceDiscovery development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Cloud Map (ServiceDiscovery). This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-servicediscovery-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - ServiceDiscovery documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-servicediscovery-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - ServiceDiscovery documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Cloud Map (ServiceDiscovery). This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-servicequotas
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Service Quotas"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-servicequotas
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Service Quotas. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-servicequotas-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Service Quotas development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-servicequotas-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Service Quotas development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Service Quotas. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-servicequotas-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Service Quotas documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-servicequotas-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Service Quotas documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Service Quotas. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ses
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon SES"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ses
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Simple Email Service (Amazon SES). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ses-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon SES development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ses-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon SES development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Simple Email Service (Amazon SES). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ses-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon SES documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ses-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon SES documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Simple Email Service (Amazon SES). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sesv2
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon SES V2"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sesv2
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Simple Email Service (Amazon SES V2). This gem\n"
|
|
"is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sesv2-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon SES V2 development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sesv2-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon SES V2 development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Simple Email Service (Amazon SES V2). This gem\n"
|
|
"is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sesv2-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon SES V2 documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sesv2-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon SES V2 documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Simple Email Service (Amazon SES V2). This gem\n"
|
|
"is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-shield
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Shield"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-shield
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid "Official AWS Ruby gem for AWS Shield. This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-shield-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Shield development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-shield-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Shield development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Shield. This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-shield-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Shield documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-shield-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Shield documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Shield. This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-signer
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - signer"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-signer
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Signer (signer). This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-signer-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - signer development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-signer-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - signer development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Signer (signer). This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-signer-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - signer documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-signer-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - signer documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Signer (signer). This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-simpledb
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon SimpleDB"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-simpledb
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon SimpleDB. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-simpledb-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon SimpleDB development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-simpledb-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon SimpleDB development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon SimpleDB. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-simpledb-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon SimpleDB documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-simpledb-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon SimpleDB documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon SimpleDB. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sms
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - SMS"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sms
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Server Migration Service (SMS). This gem is part\n"
|
|
"of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sms-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - SMS development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sms-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - SMS development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Server Migration Service (SMS). This gem is part\n"
|
|
"of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sms-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - SMS documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sms-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - SMS documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Server Migration Service (SMS). This gem is part\n"
|
|
"of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-snowball
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Snowball"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-snowball
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Import/Export Snowball (Amazon Snowball). This\n"
|
|
"gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-snowball-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Snowball development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-snowball-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Snowball development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Import/Export Snowball (Amazon Snowball). This\n"
|
|
"gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-snowball-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Snowball documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-snowball-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Snowball documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Import/Export Snowball (Amazon Snowball). This\n"
|
|
"gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sns
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon SNS"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sns
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Simple Notification Service (Amazon SNS). This\n"
|
|
"gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sns-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon SNS development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sns-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon SNS development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Simple Notification Service (Amazon SNS). This\n"
|
|
"gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sns-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon SNS documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sns-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon SNS documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Simple Notification Service (Amazon SNS). This\n"
|
|
"gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sqs
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon SQS"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sqs
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Simple Queue Service (Amazon SQS). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sqs-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon SQS development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sqs-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon SQS development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Simple Queue Service (Amazon SQS). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sqs-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon SQS documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sqs-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon SQS documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Simple Queue Service (Amazon SQS). This gem is\n"
|
|
"part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ssm
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon SSM"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ssm
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Simple Systems Manager (SSM) (Amazon SSM). This\n"
|
|
"gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ssm-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon SSM development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ssm-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon SSM development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Simple Systems Manager (SSM) (Amazon SSM). This\n"
|
|
"gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ssm-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon SSM documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ssm-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon SSM documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Simple Systems Manager (SSM) (Amazon SSM). This\n"
|
|
"gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ssmcontacts
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - SSM Contacts"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ssmcontacts
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Systems Manager Incident Manager Contacts (SSM\n"
|
|
"Contacts). This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ssmcontacts-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - SSM Contacts development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ssmcontacts-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - SSM Contacts development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Systems Manager Incident Manager Contacts (SSM\n"
|
|
"Contacts). This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ssmcontacts-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - SSM Contacts documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ssmcontacts-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - SSM Contacts documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Systems Manager Incident Manager Contacts (SSM\n"
|
|
"Contacts). This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ssmincidents
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - SSM Incidents"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ssmincidents
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Systems Manager Incident Manager (SSM Incidents).\n"
|
|
"This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ssmincidents-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - SSM Incidents development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ssmincidents-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - SSM Incidents development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Systems Manager Incident Manager (SSM Incidents).\n"
|
|
"This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ssmincidents-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - SSM Incidents documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ssmincidents-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - SSM Incidents documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Systems Manager Incident Manager (SSM Incidents).\n"
|
|
"This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sso
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - SSO"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sso
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Single Sign-On (SSO). SSO is included as part of\n"
|
|
"aws-sdk-core - this gem is an alias for loading aws-sdk-core."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sso-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - SSO development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sso-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - SSO development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Single Sign-On (SSO). SSO is included as part of\n"
|
|
"aws-sdk-core - this gem is an alias for loading aws-sdk-core."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sso-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - SSO documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sso-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - SSO documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Single Sign-On (SSO). SSO is included as part of\n"
|
|
"aws-sdk-core - this gem is an alias for loading aws-sdk-core."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ssoadmin
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - SSO Admin"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ssoadmin
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Single Sign-On Admin (SSO Admin). This gem is part\n"
|
|
"of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ssoadmin-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - SSO Admin development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ssoadmin-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - SSO Admin development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Single Sign-On Admin (SSO Admin). This gem is part\n"
|
|
"of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ssoadmin-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - SSO Admin documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ssoadmin-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - SSO Admin documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Single Sign-On Admin (SSO Admin). This gem is part\n"
|
|
"of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ssooidc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - SSO OIDC"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ssooidc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS SSO OIDC (SSO OIDC). This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ssooidc-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - SSO OIDC development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ssooidc-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - SSO OIDC development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS SSO OIDC (SSO OIDC). This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ssooidc-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - SSO OIDC documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-ssooidc-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - SSO OIDC documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS SSO OIDC (SSO OIDC). This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-states
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS SFN"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-states
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Step Functions (AWS SFN). This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-states-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS SFN development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-states-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS SFN development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Step Functions (AWS SFN). This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-states-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS SFN documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-states-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS SFN documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Step Functions (AWS SFN). This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-storagegateway
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Storage Gateway"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-storagegateway
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Storage Gateway. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-storagegateway-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Storage Gateway development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-storagegateway-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Storage Gateway development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Storage Gateway. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-storagegateway-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Storage Gateway documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-storagegateway-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Storage Gateway documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Storage Gateway. This gem is part of the AWS SDK\n"
|
|
"for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sts
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - STS"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sts
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Security Token Service (STS). STS is included as\n"
|
|
"part of aws-sdk-core - this gem is an alias for loading aws-sdk-core."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sts-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - STS development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sts-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - STS development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Security Token Service (STS). STS is included as\n"
|
|
"part of aws-sdk-core - this gem is an alias for loading aws-sdk-core."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sts-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - STS documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-sts-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - STS documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Security Token Service (STS). STS is included as\n"
|
|
"part of aws-sdk-core - this gem is an alias for loading aws-sdk-core."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-support
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Support"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-support
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid "Official AWS Ruby gem for AWS Support. This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-support-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Support development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-support-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Support development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Support. This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-support-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Support documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-support-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Support documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Support. This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-swf
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon SWF"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-swf
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Simple Workflow Service (Amazon SWF). This gem\n"
|
|
"is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-swf-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon SWF development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-swf-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon SWF development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Simple Workflow Service (Amazon SWF). This gem\n"
|
|
"is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-swf-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon SWF documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-swf-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon SWF documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Simple Workflow Service (Amazon SWF). This gem\n"
|
|
"is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-synthetics
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Synthetics"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-synthetics
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid "Official AWS Ruby gem for Synthetics. This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-synthetics-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Synthetics development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-synthetics-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Synthetics development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Synthetics. This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-synthetics-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Synthetics documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-synthetics-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Synthetics documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Synthetics. This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-textract
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Textract"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-textract
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Textract. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-textract-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Textract development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-textract-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Textract development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Textract. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-textract-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Textract documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-textract-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Textract documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Textract. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-timestreamquery
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Timestream Query"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-timestreamquery
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Timestream Query (Timestream Query). This gem\n"
|
|
"is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-timestreamquery-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Timestream Query development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-timestreamquery-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Timestream Query development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Timestream Query (Timestream Query). This gem\n"
|
|
"is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-timestreamquery-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Timestream Query documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-timestreamquery-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Timestream Query documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Timestream Query (Timestream Query). This gem\n"
|
|
"is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-timestreamwrite
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Timestream Write"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-timestreamwrite
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Timestream Write (Timestream Write). This gem\n"
|
|
"is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-timestreamwrite-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Timestream Write development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-timestreamwrite-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Timestream Write development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Timestream Write (Timestream Write). This gem\n"
|
|
"is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-timestreamwrite-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Timestream Write documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-timestreamwrite-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Timestream Write documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Timestream Write (Timestream Write). This gem\n"
|
|
"is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-transcribeservice
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Transcribe Service"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-transcribeservice
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Transcribe Service. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-transcribeservice-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Transcribe Service development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-transcribeservice-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Transcribe Service development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Transcribe Service. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-transcribeservice-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Transcribe Service documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-transcribeservice-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Transcribe Service documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Transcribe Service. This gem is part of the AWS\n"
|
|
"SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-transcribestreamingservice
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Transcribe Streaming Service"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-transcribestreamingservice
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Transcribe Streaming Service. This gem is part\n"
|
|
"of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-transcribestreamingservice-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Transcribe Streaming Service development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-transcribestreamingservice-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Transcribe Streaming Service development\n"
|
|
"package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Transcribe Streaming Service. This gem is part\n"
|
|
"of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-transcribestreamingservice-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Transcribe Streaming Service documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-transcribestreamingservice-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Transcribe Streaming Service documentation\n"
|
|
"files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Transcribe Streaming Service. This gem is part\n"
|
|
"of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-transfer
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Transfer"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-transfer
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Transfer Family (AWS Transfer). This gem is part\n"
|
|
"of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-transfer-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Transfer development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-transfer-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Transfer development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Transfer Family (AWS Transfer). This gem is part\n"
|
|
"of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-transfer-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS Transfer documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-transfer-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS Transfer documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Transfer Family (AWS Transfer). This gem is part\n"
|
|
"of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-translate
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Translate"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-translate
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon Translate. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-translate-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Translate development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-translate-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Translate development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Translate. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-translate-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon Translate documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-translate-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon Translate documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon Translate. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-waf
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - WAF"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-waf
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS WAF (WAF). This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-waf-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - WAF development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-waf-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - WAF development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS WAF (WAF). This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-waf-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - WAF documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-waf-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - WAF documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS WAF (WAF). This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-wafregional
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - WAF Regional"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-wafregional
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS WAF Regional (WAF Regional). This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-wafregional-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - WAF Regional development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-wafregional-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - WAF Regional development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS WAF Regional (WAF Regional). This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-wafregional-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - WAF Regional documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-wafregional-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - WAF Regional documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS WAF Regional (WAF Regional). This gem is part of\n"
|
|
"the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-wafv2
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - WAFV2"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-wafv2
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS WAFV2 (WAFV2). This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-wafv2-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - WAFV2 development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-wafv2-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - WAFV2 development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS WAFV2 (WAFV2). This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-wafv2-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - WAFV2 documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-wafv2-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - WAFV2 documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS WAFV2 (WAFV2). This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-wellarchitected
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Well-Architected"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-wellarchitected
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for AWS Well-Architected Tool (Well-Architected). This gem\n"
|
|
"is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-wellarchitected-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Well-Architected development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-wellarchitected-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Well-Architected development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Well-Architected Tool (Well-Architected). This gem\n"
|
|
"is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-wellarchitected-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Well-Architected documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-wellarchitected-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Well-Architected documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS Well-Architected Tool (Well-Architected). This gem\n"
|
|
"is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-workdocs
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon WorkDocs"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-workdocs
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon WorkDocs. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-workdocs-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon WorkDocs development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-workdocs-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon WorkDocs development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon WorkDocs. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-workdocs-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon WorkDocs documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-workdocs-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon WorkDocs documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon WorkDocs. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-worklink
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - WorkLink"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-worklink
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon WorkLink (WorkLink). This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-worklink-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - WorkLink development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-worklink-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - WorkLink development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon WorkLink (WorkLink). This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-worklink-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - WorkLink documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-worklink-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - WorkLink documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon WorkLink (WorkLink). This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-workmail
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon WorkMail"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-workmail
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon WorkMail. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-workmail-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon WorkMail development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-workmail-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon WorkMail development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon WorkMail. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-workmail-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon WorkMail documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-workmail-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon WorkMail documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon WorkMail. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-workmailmessageflow
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon WorkMail Message Flow"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-workmailmessageflow
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon WorkMail Message Flow. This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-workmailmessageflow-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon WorkMail Message Flow development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-workmailmessageflow-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon WorkMail Message Flow development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon WorkMail Message Flow. This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-workmailmessageflow-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon WorkMail Message Flow documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-workmailmessageflow-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon WorkMail Message Flow documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon WorkMail Message Flow. This gem is part of the\n"
|
|
"AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-workspaces
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon WorkSpaces"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-workspaces
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Official AWS Ruby gem for Amazon WorkSpaces. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-workspaces-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon WorkSpaces development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-workspaces-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon WorkSpaces development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon WorkSpaces. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-workspaces-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - Amazon WorkSpaces documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-workspaces-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - Amazon WorkSpaces documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for Amazon WorkSpaces. This gem is part of the AWS SDK for\n"
|
|
"Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-xray
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS X-Ray"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-xray
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid "Official AWS Ruby gem for AWS X-Ray. This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-xray-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS X-Ray development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-xray-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS X-Ray development package.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS X-Ray. This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-xray-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS SDK for Ruby - AWS X-Ray documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sdk-xray-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS SDK for Ruby - AWS X-Ray documentation files.\n"
|
|
"\n"
|
|
"Official AWS Ruby gem for AWS X-Ray. This gem is part of the AWS SDK for Ruby."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sigv2
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS Signature Version 2 library"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sigv2
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Amazon Web Services Signature Version 2 signing library. Generates sigv2\n"
|
|
"signature for HTTP requests."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sigv2-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS Signature Version 2 library documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sigv2-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS Signature Version 2 library documentation files.\n"
|
|
"\n"
|
|
"Amazon Web Services Signature Version 2 signing library. Generates sigv2\n"
|
|
"signature for HTTP requests."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sigv4
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS Signature Version 4 library"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sigv4
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"Amazon Web Services Signature Version 4 signing library. Generates sigv4\n"
|
|
"signature for HTTP requests."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sigv4-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS Signature Version 4 library development package"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sigv4-devel
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS Signature Version 4 library development package.\n"
|
|
"\n"
|
|
"Amazon Web Services Signature Version 4 signing library. Generates sigv4\n"
|
|
"signature for HTTP requests."
|
|
msgstr ""
|
|
|
|
#: gem-aws-sigv4-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "AWS Signature Version 4 library documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-aws-sigv4-doc
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. description
|
|
msgid ""
|
|
"AWS Signature Version 4 library documentation files.\n"
|
|
"\n"
|
|
"Amazon Web Services Signature Version 4 signing library. Generates sigv4\n"
|
|
"signature for HTTP requests."
|
|
msgstr ""
|
|
|
|
#: ruby-aws-sdk
|
|
#. homepage: https://aws.amazon.com/ru/sdk-for-ruby/
|
|
#. summary
|
|
msgid "The official AWS SDK for Ruby"
|
|
msgstr ""
|
|
|
|
#: ruby-aws-sigv4
|
|
#. homepage: http://github.com/aws/aws-sdk-ruby
|
|
#. description
|
|
msgid ""
|
|
"Amazon Web Services Signature Version 4 signing ligrary. Generates sigv4\n"
|
|
"signature for HTTP requests."
|
|
msgstr ""
|
|
|
|
#: ruby-aws-sigv4-doc
|
|
#. homepage: http://github.com/aws/aws-sdk-ruby
|
|
#. summary
|
|
msgid "Documentation for ruby-aws-sigv4"
|
|
msgstr ""
|
|
|
|
#: ruby-aws-sigv4-doc
|
|
#. homepage: http://github.com/aws/aws-sdk-ruby
|
|
#. description
|
|
msgid "Documentation for ruby-aws-sigv4."
|
|
msgstr ""
|
|
|
|
#: ruby-azure
|
|
#. homepage: https://github.com/azure/azure-sdk-for-ruby
|
|
#. summary
|
|
msgid "Microsoft Azure Client Library for Ruby"
|
|
msgstr ""
|
|
|
|
#: ruby-azure
|
|
#. homepage: https://github.com/azure/azure-sdk-for-ruby
|
|
#. description
|
|
msgid "Official Ruby client library to consume Microsoft Azure services."
|
|
msgstr ""
|
|
|
|
#: ruby-azure-doc
|
|
#. homepage: https://github.com/azure/azure-sdk-for-ruby
|
|
#. summary
|
|
msgid "Documentation files for azure gem"
|
|
msgstr ""
|
|
|
|
#: ruby-azure-doc
|
|
#. homepage: https://github.com/azure/azure-sdk-for-ruby
|
|
#. description
|
|
msgid "Documentation files for azure gem."
|
|
msgstr ""
|
|
|
|
#: ruby-azure-core
|
|
#. homepage: https://github.com/Azure/azure-ruby-asm-core
|
|
#. summary
|
|
msgid "Azure Ruby SDK Service Management Core HTTP"
|
|
msgstr ""
|
|
|
|
#: ruby-azure-core
|
|
#. homepage: https://github.com/Azure/azure-ruby-asm-core
|
|
#. description
|
|
msgid ""
|
|
"This project provides a Ruby package with core functionality consumed by\n"
|
|
"Azure SDK gems."
|
|
msgstr ""
|
|
|
|
#: ruby-azure-core-doc
|
|
#. homepage: https://github.com/Azure/azure-ruby-asm-core
|
|
#. summary
|
|
msgid "Documentation files for ruby-azure-core"
|
|
msgstr ""
|
|
|
|
#: ruby-azure-core-doc
|
|
#. homepage: https://github.com/Azure/azure-ruby-asm-core
|
|
#. description
|
|
msgid "Documentation files for ruby-azure-core."
|
|
msgstr ""
|
|
|
|
#: ruby-azure-storage
|
|
#. homepage: https://github.com/azure/azure-storage-ruby
|
|
#. summary
|
|
msgid "Microsoft Azure Storage Library for Ruby"
|
|
msgstr ""
|
|
|
|
#: ruby-azure-storage-doc
|
|
#. homepage: https://github.com/azure/azure-storage-ruby
|
|
#. summary
|
|
msgid "Documentation files for ruby-azure-storage"
|
|
msgstr ""
|
|
|
|
#: ruby-azure-storage-doc
|
|
#. homepage: https://github.com/azure/azure-storage-ruby
|
|
#. description
|
|
msgid "Documentation files for ruby-azure-storage."
|
|
msgstr ""
|
|
|
|
#: ruby-benchmark-ips
|
|
#. homepage: https://github.com/evanphx/benchmark-ips
|
|
#. summary
|
|
msgid "A iterations per second enhancement to Benchmark"
|
|
msgstr ""
|
|
|
|
#: ruby-benchmark-ips
|
|
#. homepage: https://github.com/evanphx/benchmark-ips
|
|
#. description
|
|
msgid ""
|
|
"Benchmark/ips benchmarks a blocks iterations/second. For short snippets\n"
|
|
"of code, ips automatically figures out how many times to run the code to\n"
|
|
"get interesting data. No more guessing at random iteration counts."
|
|
msgstr ""
|
|
|
|
#: ruby-benchmark-ips-doc
|
|
#. homepage: https://github.com/evanphx/benchmark-ips
|
|
#. summary
|
|
msgid "Documentation files for benchmark-ips gem"
|
|
msgstr ""
|
|
|
|
#: ruby-benchmark-ips-doc
|
|
#. homepage: https://github.com/evanphx/benchmark-ips
|
|
#. description
|
|
msgid "Documentation files for benchmark-ips gem."
|
|
msgstr ""
|
|
|
|
#: ruby-builder
|
|
#. homepage: https://github.com/tenderlove/builder
|
|
#. summary
|
|
msgid "Provide a simple way to create XML markup and data structures"
|
|
msgstr ""
|
|
|
|
#: ruby-builder
|
|
#. homepage: https://github.com/tenderlove/builder
|
|
#. description
|
|
msgid ""
|
|
"Provide a simple way to create XML markup and data structures.\n"
|
|
"Builder::XmlMarkup:: Generate XML markup notiation\n"
|
|
"Builder::XmlEvents:: Generate XML events (i.e. SAX-like)"
|
|
msgstr ""
|
|
|
|
#: ruby-builder-doc
|
|
#. homepage: https://github.com/tenderlove/builder
|
|
#. summary
|
|
msgid "Documentation files for builder gem"
|
|
msgstr ""
|
|
|
|
#: ruby-builder-doc
|
|
#. homepage: https://github.com/tenderlove/builder
|
|
#. description
|
|
msgid "Documentation files for builder gem."
|
|
msgstr ""
|
|
|
|
#: cap
|
|
#. homepage: https://capistranorb.com/
|
|
#. summary
|
|
msgid "Executable file for capistrano gem"
|
|
msgstr ""
|
|
|
|
#: cap
|
|
#. homepage: https://capistranorb.com/
|
|
#. description
|
|
msgid "Executable file for capistrano gem."
|
|
msgstr ""
|
|
|
|
#: ruby-capistrano
|
|
#. homepage: https://capistranorb.com/
|
|
#. summary
|
|
msgid "Capistrano -- Welcome to easy deployment with Ruby over SSH"
|
|
msgstr ""
|
|
|
|
#: ruby-capistrano
|
|
#. homepage: https://capistranorb.com/
|
|
#. description
|
|
msgid ""
|
|
"Capistrano is a framework for building automated deployment scripts. Although\n"
|
|
"Capistrano itself is written in Ruby, it can easily be used to deploy projects\n"
|
|
"of any language or framework, be it Rails, Java, or PHP."
|
|
msgstr ""
|
|
|
|
#: ruby-capistrano-doc
|
|
#. homepage: https://capistranorb.com/
|
|
#. summary
|
|
msgid "Documentation files for capistrano gem"
|
|
msgstr ""
|
|
|
|
#: ruby-capistrano-doc
|
|
#. homepage: https://capistranorb.com/
|
|
#. description
|
|
msgid "Documentation files for capistrano gem."
|
|
msgstr ""
|
|
|
|
#: ruby-capybara
|
|
#. homepage: https://github.com/teamcapybara/capybara
|
|
#. summary
|
|
msgid "Acceptance test framework for web applications"
|
|
msgstr ""
|
|
|
|
#: ruby-capybara-doc
|
|
#. homepage: https://github.com/teamcapybara/capybara
|
|
#. summary
|
|
msgid "Documentation files for capybara gem"
|
|
msgstr ""
|
|
|
|
#: ruby-capybara-doc
|
|
#. homepage: https://github.com/teamcapybara/capybara
|
|
#. description
|
|
msgid "Documentation files for capybara gem."
|
|
msgstr ""
|
|
|
|
#: ruby-cconfig
|
|
#. homepage: https://github.com/mssola/cconfig
|
|
#. summary
|
|
msgid "Container-aware configuration management gem"
|
|
msgstr ""
|
|
|
|
#: ruby-cconfig
|
|
#. homepage: https://github.com/mssola/cconfig
|
|
#. description
|
|
msgid ""
|
|
"\n"
|
|
"CConfig (Container Config) is a container-aware configuration management gem.\n"
|
|
"This is useful for applications that want to keep a reference configuration and\n"
|
|
"add modifications to it in two different ways:\n"
|
|
"- An alternative configuration file that lists all the modifications.\n"
|
|
"- A list of environment variables that follow a given naming policy."
|
|
msgstr ""
|
|
|
|
#: ruby-cconfig-doc
|
|
#. homepage: https://github.com/mssola/cconfig
|
|
#. summary
|
|
msgid "Documentation files for ruby-cconfig"
|
|
msgstr ""
|
|
|
|
#: ruby-cconfig-doc
|
|
#. homepage: https://github.com/mssola/cconfig
|
|
#. description
|
|
msgid "Documentation files for ruby-cconfig."
|
|
msgstr ""
|
|
|
|
#: chef-vault
|
|
#. homepage: https://github.com/chef/chef-vault
|
|
#. summary
|
|
msgid "Executable file for chef-vault gem"
|
|
msgstr ""
|
|
|
|
#: chef-vault
|
|
#. homepage: https://github.com/chef/chef-vault
|
|
#. description
|
|
msgid "Executable files for chef-vault gem."
|
|
msgstr ""
|
|
|
|
#: ruby-chef-vault
|
|
#. homepage: https://github.com/chef/chef-vault
|
|
#. summary
|
|
msgid "Securely manage passwords, certs, and other secrets in Chef"
|
|
msgstr ""
|
|
|
|
#: ruby-chef-vault
|
|
#. homepage: https://github.com/chef/chef-vault
|
|
#. description
|
|
msgid ""
|
|
"Gem that allows you to encrypt a Chef Data Bag Item using the public keys of\n"
|
|
"a list of chef nodes. This allows only those chef nodes to decrypt the encrypted\n"
|
|
"values.\n"
|
|
"\n"
|
|
"For a more detailed explanation of how chef-vault works, please refer to this\n"
|
|
"blog post Chef Vault - what is it and what can it do for you? by\n"
|
|
"Nell Shamrell-Harrington."
|
|
msgstr ""
|
|
|
|
#: ruby-chef-vault-doc
|
|
#. homepage: https://github.com/chef/chef-vault
|
|
#. summary
|
|
msgid "Documentation files for chef-vault gem"
|
|
msgstr ""
|
|
|
|
#: ruby-chef-vault-doc
|
|
#. homepage: https://github.com/chef/chef-vault
|
|
#. description
|
|
msgid "Documentation files for chef-vault gem."
|
|
msgstr ""
|
|
|
|
#: ruby-chunky_png
|
|
#. homepage: https://github.com/wvanbergen/chunky_png
|
|
#. summary
|
|
msgid "Pure ruby library for read/write, chunk-level access to PNG files"
|
|
msgstr ""
|
|
|
|
#: ruby-chunky_png
|
|
#. homepage: https://github.com/wvanbergen/chunky_png
|
|
#. description
|
|
msgid ""
|
|
"This pure Ruby library can read and write PNG images without depending on an external\n"
|
|
"image library, like RMagick. It tries to be memory efficient and reasonably fast.\n"
|
|
"\n"
|
|
"It supports reading and writing all PNG variants that are defined in the specification,\n"
|
|
"with one limitation: only 8-bit color depth is supported. It supports all transparency,\n"
|
|
"interlacing and filtering options the PNG specifications allows. It can also read and\n"
|
|
"write textual metadata from PNG files. Low-level read/write access to PNG chunks is\n"
|
|
"also possible.\n"
|
|
"\n"
|
|
"This library supports simple drawing on the image canvas and simple operations like\n"
|
|
"alpha composition and cropping. Finally, it can import from and export to RMagick for\n"
|
|
"interoperability."
|
|
msgstr ""
|
|
|
|
#: ruby-chunky_png-doc
|
|
#. homepage: https://github.com/wvanbergen/chunky_png
|
|
#. summary
|
|
msgid "Documentation files for chunky_png gem"
|
|
msgstr ""
|
|
|
|
#: ruby-chunky_png-doc
|
|
#. homepage: https://github.com/wvanbergen/chunky_png
|
|
#. description
|
|
msgid "Documentation files for chunky_png gem."
|
|
msgstr ""
|
|
|
|
#: ruby-citrus
|
|
#. homepage: https://github.com/mjackson/citrus
|
|
#. summary
|
|
msgid "Parsing Expressions for Ruby"
|
|
msgstr ""
|
|
|
|
#: ruby-citrus
|
|
#. homepage: https://github.com/mjackson/citrus
|
|
#. description
|
|
msgid ""
|
|
"Citrus is a compact and powerful parsing library for Ruby that combines\n"
|
|
"the elegance and expressiveness of the language with the simplicity and\n"
|
|
"power of parsing expressions."
|
|
msgstr ""
|
|
|
|
#: ruby-citrus-doc
|
|
#. homepage: https://github.com/mjackson/citrus
|
|
#. summary
|
|
msgid "Documentation files for ruby-citrus"
|
|
msgstr ""
|
|
|
|
#: ruby-citrus-doc
|
|
#. homepage: https://github.com/mjackson/citrus
|
|
#. description
|
|
msgid "Documentation files for ruby-citrus."
|
|
msgstr ""
|
|
|
|
#: ruby-coderay
|
|
#. homepage: https://github.com/rubychan/coderay
|
|
#. summary
|
|
msgid "Fast and easy syntax highlighting for selected languages, written in Ruby"
|
|
msgstr ""
|
|
|
|
#: ruby-coderay
|
|
#. homepage: https://github.com/rubychan/coderay
|
|
#. description
|
|
msgid ""
|
|
"CodeRay is a Ruby library for syntax highlighting.\n"
|
|
"\n"
|
|
"You put your code in, and you get it back colored; Keywords, strings, floats,\n"
|
|
"comments - all in different colors. And with line numbers."
|
|
msgstr ""
|
|
|
|
#: ruby-coderay-doc
|
|
#. homepage: https://github.com/rubychan/coderay
|
|
#. summary
|
|
msgid "Documentation files for ruby-coderay"
|
|
msgstr ""
|
|
|
|
#: ruby-coderay-doc
|
|
#. homepage: https://github.com/rubychan/coderay
|
|
#. description
|
|
msgid "Documentation files for ruby-coderay."
|
|
msgstr ""
|
|
|
|
#: ruby-coffee-script
|
|
#. homepage: https://github.com/rails/ruby-coffee-script
|
|
#. summary
|
|
msgid "Ruby CoffeeScript Compiler"
|
|
msgstr ""
|
|
|
|
#: ruby-coffee-script
|
|
#. homepage: https://github.com/rails/ruby-coffee-script
|
|
#. description
|
|
msgid "Ruby CoffeeScript Compiler."
|
|
msgstr ""
|
|
|
|
#: ruby-coffee-script-doc
|
|
#. homepage: https://github.com/rails/ruby-coffee-script
|
|
#. summary
|
|
msgid "Documentation files for coffee-script gem"
|
|
msgstr ""
|
|
|
|
#: ruby-coffee-script-doc
|
|
#. homepage: https://github.com/rails/ruby-coffee-script
|
|
#. description
|
|
msgid "Documentation files for coffee-script gem."
|
|
msgstr ""
|
|
|
|
#: commander
|
|
#. homepage: http://visionmedia.github.com/commander
|
|
#. summary
|
|
msgid "Executable file for commander gem"
|
|
msgstr ""
|
|
|
|
#: commander
|
|
#. homepage: http://visionmedia.github.com/commander
|
|
#. description
|
|
msgid "Executable file for commander gem."
|
|
msgstr ""
|
|
|
|
#: ruby-commander
|
|
#. homepage: http://visionmedia.github.com/commander
|
|
#. summary
|
|
msgid "The complete solution for Ruby command-line executable"
|
|
msgstr ""
|
|
|
|
#: ruby-commander
|
|
#. homepage: http://visionmedia.github.com/commander
|
|
#. description
|
|
msgid ""
|
|
"The complete solution for Ruby command-line executables. Commander bridges\n"
|
|
"the gap between other terminal related libraries you know and love\n"
|
|
"(OptionParser, HighLine), while providing many new features, and an elegant API."
|
|
msgstr ""
|
|
|
|
#: ruby-commander-doc
|
|
#. homepage: http://visionmedia.github.com/commander
|
|
#. summary
|
|
msgid "Documentation files for commander gem"
|
|
msgstr ""
|
|
|
|
#: ruby-commander-doc
|
|
#. homepage: http://visionmedia.github.com/commander
|
|
#. description
|
|
msgid "Documentation files for commander gem."
|
|
msgstr ""
|
|
|
|
#: ruby-concourse
|
|
#. homepage: https://github.com/flavorjones/concourse-gem
|
|
#. summary
|
|
msgid "Provide Rake tasks to ease management of Concourse pipelines. See https://concourse.ci/ to learn about Concourse."
|
|
msgstr ""
|
|
|
|
#: ruby-concourse
|
|
#. homepage: https://github.com/flavorjones/concourse-gem
|
|
#. description
|
|
msgid ""
|
|
"The concourse gem provides rake tasks to help you manage Concourse CI pipelines,\n"
|
|
"jobs, and workers, to assist in running tasks with fly execute, and even run\n"
|
|
"a local ephemeral deployment of Concourse on your development machine.\n"
|
|
"\n"
|
|
"If you're not familiar with Concourse CI, you can read up on it at\n"
|
|
"https://concourse-ci.org"
|
|
msgstr ""
|
|
|
|
#: ruby-concourse-doc
|
|
#. homepage: https://github.com/flavorjones/concourse-gem
|
|
#. summary
|
|
msgid "Documentation files for ruby-concourse"
|
|
msgstr ""
|
|
|
|
#: ruby-concourse-doc
|
|
#. homepage: https://github.com/flavorjones/concourse-gem
|
|
#. description
|
|
msgid "Documentation files for ruby-concourse."
|
|
msgstr ""
|
|
|
|
#: ruby-configparser
|
|
#. homepage: https://github.com/chrislee35/configparser
|
|
#. summary
|
|
msgid "parses configuration files compatible with Python's ConfigParser"
|
|
msgstr ""
|
|
|
|
#: ruby-configparser-doc
|
|
#. homepage: https://github.com/chrislee35/configparser
|
|
#. summary
|
|
msgid "Documentation files for ruby-configparser"
|
|
msgstr ""
|
|
|
|
#: ruby-configparser-doc
|
|
#. homepage: https://github.com/chrislee35/configparser
|
|
#. description
|
|
msgid "Documentation files for ruby-configparser."
|
|
msgstr ""
|
|
|
|
#: ruby-connection-pool
|
|
#. homepage: https://github.com/mperham/connection_pool
|
|
#. summary
|
|
msgid "Generic connection pooling for Ruby"
|
|
msgstr ""
|
|
|
|
#: ruby-connection-pool-doc
|
|
#. homepage: https://github.com/mperham/connection_pool
|
|
#. summary
|
|
msgid "Documentation files for ruby-connection-pool"
|
|
msgstr ""
|
|
|
|
#: ruby-connection-pool-doc
|
|
#. homepage: https://github.com/mperham/connection_pool
|
|
#. description
|
|
msgid "Documentation files for ruby-connection-pool."
|
|
msgstr ""
|
|
|
|
#: ruby-crass
|
|
#. homepage: https://github.com/rgrove/crass/
|
|
#. summary
|
|
msgid "A Ruby CSS parser that's fully compliant with the CSS Syntax Level 3 specification."
|
|
msgstr ""
|
|
|
|
#: ruby-crass-doc
|
|
#. homepage: https://github.com/rgrove/crass/
|
|
#. summary
|
|
msgid "Documentation files for ruby-crass"
|
|
msgstr ""
|
|
|
|
#: ruby-crass-doc
|
|
#. homepage: https://github.com/rgrove/crass/
|
|
#. description
|
|
msgid "Documentation files for ruby-crass."
|
|
msgstr ""
|
|
|
|
#: ruby-daemons
|
|
#. homepage: https://github.com/thuehlinger/daemons
|
|
#. summary
|
|
msgid "A toolkit to create and control daemons in different ways"
|
|
msgstr ""
|
|
|
|
#: ruby-daemons
|
|
#. homepage: https://github.com/thuehlinger/daemons
|
|
#. description
|
|
msgid ""
|
|
"Daemons provides an easy way to wrap existing ruby scripts (for\n"
|
|
"example a self-written server) to be run as a daemon and to be\n"
|
|
"controlled by simple start/stop/restart commands.\n"
|
|
"\n"
|
|
"You can also call blocks as daemons and control them from the\n"
|
|
"parent or just daemonize the current process.\n"
|
|
"\n"
|
|
"Besides this basic functionality, daemons offers many advanced\n"
|
|
"features like exception backtracing and logging (in case your\n"
|
|
"ruby script crashes) and monitoring and automatic restarting of\n"
|
|
"your processes if they crash."
|
|
msgstr ""
|
|
|
|
#: ruby-daemons-doc
|
|
#. homepage: https://github.com/thuehlinger/daemons
|
|
#. summary
|
|
msgid "Documentation files for daemons gem"
|
|
msgstr ""
|
|
|
|
#: ruby-daemons-doc
|
|
#. homepage: https://github.com/thuehlinger/daemons
|
|
#. description
|
|
msgid "Documentation files for daemons gem."
|
|
msgstr ""
|
|
|
|
#: ruby-dalli
|
|
#. homepage: https://github.com/petergoldstein/dalli
|
|
#. summary
|
|
msgid "High performance memcached client for Ruby"
|
|
msgstr ""
|
|
|
|
#: ruby-dalli
|
|
#. homepage: https://github.com/petergoldstein/dalli
|
|
#. description
|
|
msgid ""
|
|
"Dalli is a high performance pure Ruby client for accessing memcached servers.\n"
|
|
"It works with memcached 1.4+ only as it uses the newer binary protocol. It\n"
|
|
"should be considered a replacement for the memcache-client gem.\n"
|
|
"\n"
|
|
"The name is a variant of Salvador Dali for his famous painting The Persistence\n"
|
|
"of Memory."
|
|
msgstr ""
|
|
|
|
#: ruby-dalli-doc
|
|
#. homepage: https://github.com/petergoldstein/dalli
|
|
#. summary
|
|
msgid "Documentation files for dalli gem"
|
|
msgstr ""
|
|
|
|
#: ruby-dbus
|
|
#. homepage: https://trac.luon.net/ruby-dbus/
|
|
#. summary
|
|
msgid "Ruby D-BUS library"
|
|
msgstr ""
|
|
|
|
#: ruby-dbus
|
|
#. homepage: https://trac.luon.net/ruby-dbus/
|
|
#. description
|
|
msgid ""
|
|
"Ruby D-Bus provides an implementation of the D-Bus protocol such that\n"
|
|
"the D-Bus system can be used in the Ruby programming language."
|
|
msgstr ""
|
|
|
|
#: ruby-dbus-doc
|
|
#. homepage: https://trac.luon.net/ruby-dbus/
|
|
#. summary
|
|
msgid "Documentation files for ruby-dbus gem"
|
|
msgstr ""
|
|
|
|
#: ruby-dbus-doc
|
|
#. homepage: https://trac.luon.net/ruby-dbus/
|
|
#. description
|
|
msgid "Documentation files for ruby-dbus gem."
|
|
msgstr ""
|
|
|
|
#: ruby-deacon
|
|
#. homepage: https://github.com/lzap/deacon
|
|
#. summary
|
|
msgid "Human readable name generator plugin"
|
|
msgstr ""
|
|
|
|
#: ruby-deacon
|
|
#. homepage: https://github.com/lzap/deacon
|
|
#. description
|
|
msgid ""
|
|
"Out of ideas for incoming bare-metal host names in your cluster? This little gem\n"
|
|
"is a way out! It contains frequently occurring given names and surnames from the\n"
|
|
"1990 US Census (public domain data):\n"
|
|
"\n"
|
|
" * 256 (8 bits) unique male given names\n"
|
|
" * 256 (8 bits) unique female given names\n"
|
|
" * 65,536 (16 bits) unique surnames\n"
|
|
"\n"
|
|
"Given names were filtered to be 3-5 characters long, surnames 5-8 characters,\n"
|
|
"therefore generated names are never longer than 14 characters (5+1+8).\n"
|
|
"\n"
|
|
"This gives 33,554,432 (25 bits) total of male and female name combinations.\n"
|
|
"Built-in generator can either generate randomized succession, or generate\n"
|
|
"combinations based on MAC adresses."
|
|
msgstr ""
|
|
|
|
#: ruby-deacon-doc
|
|
#. homepage: https://github.com/lzap/deacon
|
|
#. summary
|
|
msgid "Documentation files for deacon gem"
|
|
msgstr ""
|
|
|
|
#: ruby-deacon-doc
|
|
#. homepage: https://github.com/lzap/deacon
|
|
#. description
|
|
msgid "Documentation files for deacon gem."
|
|
msgstr ""
|
|
|
|
#: ruby-declarative
|
|
#. homepage: https://github.com/apotonick/declarative
|
|
#. summary
|
|
msgid "DSL for nested schemas."
|
|
msgstr ""
|
|
|
|
#: ruby-declarative-doc
|
|
#. homepage: https://github.com/apotonick/declarative
|
|
#. summary
|
|
msgid "Documentation files for ruby-declarative"
|
|
msgstr ""
|
|
|
|
#: ruby-declarative-doc
|
|
#. homepage: https://github.com/apotonick/declarative
|
|
#. description
|
|
msgid "Documentation files for ruby-declarative."
|
|
msgstr ""
|
|
|
|
#: ruby-declarative-option
|
|
#. homepage: https://github.com/apotonick/declarative-option
|
|
#. summary
|
|
msgid "Dynamic Options to evaluate at runtime."
|
|
msgstr ""
|
|
|
|
#: ruby-declarative-option-doc
|
|
#. homepage: https://github.com/apotonick/declarative-option
|
|
#. summary
|
|
msgid "Documentation files for ruby-declarative-option"
|
|
msgstr ""
|
|
|
|
#: ruby-declarative-option-doc
|
|
#. homepage: https://github.com/apotonick/declarative-option
|
|
#. description
|
|
msgid "Documentation files for ruby-declarative-option."
|
|
msgstr ""
|
|
|
|
#: ruby-deep-cloneable
|
|
#. homepage: http://github.com/moiristo/deep_cloneable
|
|
#. summary
|
|
msgid "This gem gives every ActiveRecord::Base object the possibility to do a deep clone that includes user specified associations."
|
|
msgstr ""
|
|
|
|
#: ruby-deep-cloneable
|
|
#. homepage: http://github.com/moiristo/deep_cloneable
|
|
#. description
|
|
msgid ""
|
|
"This gem gives every ActiveRecord::Base object the possibility to do a deep\n"
|
|
"clone that includes user specified associations. It is a rails 3+ upgrade of\n"
|
|
"the deep_cloning plugin."
|
|
msgstr ""
|
|
|
|
#: ruby-deep-cloneable-doc
|
|
#. homepage: http://github.com/moiristo/deep_cloneable
|
|
#. summary
|
|
msgid "Documentation files for deep_cloneable gem"
|
|
msgstr ""
|
|
|
|
#: ruby-deep-cloneable-doc
|
|
#. homepage: http://github.com/moiristo/deep_cloneable
|
|
#. description
|
|
msgid "Documentation files for deep_cloneable gem."
|
|
msgstr ""
|
|
|
|
#: ldiff
|
|
#. homepage: http://halostatue.github.io/diff-lcs/
|
|
#. summary
|
|
msgid "Executable file for diff-lcs gem"
|
|
msgstr ""
|
|
|
|
#: ldiff
|
|
#. homepage: http://halostatue.github.io/diff-lcs/
|
|
#. description
|
|
msgid "Executable file for diff-lcs gem."
|
|
msgstr ""
|
|
|
|
#: ruby-diff-lcs
|
|
#. homepage: http://halostatue.github.io/diff-lcs/
|
|
#. summary
|
|
msgid "Port of Algorithm::Diff"
|
|
msgstr ""
|
|
|
|
#: ruby-diff-lcs
|
|
#. homepage: http://halostatue.github.io/diff-lcs/
|
|
#. description
|
|
msgid ""
|
|
"Diff::LCS is a port of Algorithm::Diff that uses the McIlroy-Hunt\n"
|
|
"longest common subsequence (LCS) algorithm to compute intelligent\n"
|
|
"differences between two sequenced enumerable containers. The\n"
|
|
"implementation is based on Mario I. Wolczko's Smalltalk version (1.2,\n"
|
|
"1993) and Ned Konz's Perl version (Algorithm::Diff)."
|
|
msgstr ""
|
|
|
|
#: ruby-diff-lcs-doc
|
|
#. homepage: http://halostatue.github.io/diff-lcs/
|
|
#. summary
|
|
msgid "Documentation files for diff-lcs gem"
|
|
msgstr ""
|
|
|
|
#: ruby-diff-lcs-doc
|
|
#. homepage: http://halostatue.github.io/diff-lcs/
|
|
#. description
|
|
msgid "Documentation files for diff-lcs gem."
|
|
msgstr ""
|
|
|
|
#: ruby-docile
|
|
#. homepage: https://ms-ati.github.io/docile/
|
|
#. summary
|
|
msgid "Docile keeps your Ruby DSLs tame and well-behaved"
|
|
msgstr ""
|
|
|
|
#: ruby-docile
|
|
#. homepage: https://ms-ati.github.io/docile/
|
|
#. description
|
|
msgid ""
|
|
"Docile is a small, self-contained Ruby library, that let's you map a DSL\n"
|
|
"(domain specific language) to your Ruby objects in a snap."
|
|
msgstr ""
|
|
|
|
#: ruby-docile-doc
|
|
#. homepage: https://ms-ati.github.io/docile/
|
|
#. summary
|
|
msgid "Documentation files for ruby-docile"
|
|
msgstr ""
|
|
|
|
#: ruby-docile-doc
|
|
#. homepage: https://ms-ati.github.io/docile/
|
|
#. description
|
|
msgid "Documentation files for ruby-docile."
|
|
msgstr ""
|
|
|
|
#: ruby-domain_name
|
|
#. homepage: https://github.com/knu/ruby-domain_name
|
|
#. summary
|
|
msgid "Domain Name manipulation library for Ruby"
|
|
msgstr ""
|
|
|
|
#: ruby-domain_name
|
|
#. homepage: https://github.com/knu/ruby-domain_name
|
|
#. description
|
|
msgid "Domain Name manipulation library for Ruby."
|
|
msgstr ""
|
|
|
|
#: ruby-domain_name-doc
|
|
#. homepage: https://github.com/knu/ruby-domain_name
|
|
#. summary
|
|
msgid "Documentation files for domain_name gem"
|
|
msgstr ""
|
|
|
|
#: ruby-domain_name-doc
|
|
#. homepage: https://github.com/knu/ruby-domain_name
|
|
#. description
|
|
msgid "Documentation files for domain_name gem."
|
|
msgstr ""
|
|
|
|
#: ruby-erubi
|
|
#. homepage: https://github.com/jeremyevans/erubi
|
|
#. summary
|
|
msgid "Small ERB Implementation"
|
|
msgstr ""
|
|
|
|
#: ruby-erubi
|
|
#. homepage: https://github.com/jeremyevans/erubi
|
|
#. description
|
|
msgid ""
|
|
"Erubi is a ERB template engine for ruby. It is a simplified fork of Erubis,\n"
|
|
"using the same basic algorithm, with the following differences:\n"
|
|
"\n"
|
|
"* Handles postfix conditionals when using escaping\n"
|
|
"* Supports frozen_string_literal: true in templates via :freeze option\n"
|
|
"* Works with ruby's -enable-frozen-string-literal option\n"
|
|
"* Automatically freezes strings for template text when ruby optimizes it (on\n"
|
|
" ruby 2.1+)\n"
|
|
"* Escapes ' (apostrophe) when escaping for better XSS protection\n"
|
|
"* Has 6x faster escaping on ruby 2.3+ by using cgi/escape\n"
|
|
"* Has 86% smaller memory footprint\n"
|
|
"* Does no monkey patching (Erubis adds a method to Kernel)\n"
|
|
"* Uses an immutable design (all options passed to the constructor, which returns\n"
|
|
" a frozen object)\n"
|
|
"* Has simpler internals (1 file, <150 lines of code)\n"
|
|
"* Is not dead (Erubis hasn't been updated since 2011)\n"
|
|
"* It is not designed with Erubis API compatibility in mind, though most Erubis\n"
|
|
" ERB syntax works, with the following exceptions:\n"
|
|
"* No support for debug output"
|
|
msgstr ""
|
|
|
|
#: ruby-erubi-doc
|
|
#. homepage: https://github.com/jeremyevans/erubi
|
|
#. summary
|
|
msgid "Documentation files for erubi gem"
|
|
msgstr ""
|
|
|
|
#: ruby-erubi-doc
|
|
#. homepage: https://github.com/jeremyevans/erubi
|
|
#. description
|
|
msgid "Documentation files for erubi gem."
|
|
msgstr ""
|
|
|
|
#: ruby-et-orbi
|
|
#. homepage: https://github.com/floraison/et-orbi
|
|
#. summary
|
|
msgid "Time zones for fugit and rufus-scheduler. Urbi et Orbi."
|
|
msgstr ""
|
|
|
|
#: ruby-et-orbi-doc
|
|
#. homepage: https://github.com/floraison/et-orbi
|
|
#. summary
|
|
msgid "Documentation files for ruby-et-orbi"
|
|
msgstr ""
|
|
|
|
#: ruby-et-orbi-doc
|
|
#. homepage: https://github.com/floraison/et-orbi
|
|
#. description
|
|
msgid "Documentation files for ruby-et-orbi."
|
|
msgstr ""
|
|
|
|
#: ruby-ethon
|
|
#. homepage: https://github.com/typhoeus/ethon
|
|
#. summary
|
|
msgid "Very simple libcurl wrapper"
|
|
msgstr ""
|
|
|
|
#: ruby-ethon
|
|
#. homepage: https://github.com/typhoeus/ethon
|
|
#. description
|
|
msgid "In Greek mythology, Ethon, the son of Typhoeus and Echidna, is a gigantic eagle. So much for the history. In the modern world, Ethon is a very basic libcurl wrapper using ffi."
|
|
msgstr ""
|
|
|
|
#: ruby-ethon-doc
|
|
#. homepage: https://github.com/typhoeus/ethon
|
|
#. summary
|
|
msgid "Documentation files for ruby-ethon"
|
|
msgstr ""
|
|
|
|
#: ruby-ethon-doc
|
|
#. homepage: https://github.com/typhoeus/ethon
|
|
#. description
|
|
msgid "Documentation files for ruby-ethon."
|
|
msgstr ""
|
|
|
|
#: ruby-facets
|
|
#. homepage: http://github.com/rubyworks/facets
|
|
#. summary
|
|
msgid "Ruby Facets"
|
|
msgstr ""
|
|
|
|
#: ruby-facets
|
|
#. homepage: http://github.com/rubyworks/facets
|
|
#. description
|
|
msgid ""
|
|
"Ruby Facets is the premiere collection of general purpose method\n"
|
|
"extensions and standard additions for the Ruby programming language.\n"
|
|
"\n"
|
|
"Facets houses the largest single collection of methods available for\n"
|
|
"extending the core capabilities of Ruby's built-in classes and modules.\n"
|
|
"This collection of extension methods are unique by virtue of their\n"
|
|
"atomicity. The methods are stored in individual files so that each can\n"
|
|
"be required independently. This gives developers the potential for much\n"
|
|
"finer control over which extra methods to bring into their code.\n"
|
|
"\n"
|
|
"In addition Facets provides a collection of extensions to Ruby standard\n"
|
|
"library plus a small collection of add-on classes and modules. Together\n"
|
|
"these libraries constitute an reliable source of reusable components,\n"
|
|
"suitable to a wide variety of usecases."
|
|
msgstr ""
|
|
|
|
#: ruby-facets-doc
|
|
#. homepage: http://github.com/rubyworks/facets
|
|
#. summary
|
|
msgid "Documentation files for facets gem"
|
|
msgstr ""
|
|
|
|
#: ruby-facets-doc
|
|
#. homepage: http://github.com/rubyworks/facets
|
|
#. description
|
|
msgid "Documentation files for facets gem."
|
|
msgstr ""
|
|
|
|
#: ruby-ffi-rzmq
|
|
#. homepage: https://github.com/chuckremes/ffi-rzmq-core.git
|
|
#. summary
|
|
msgid "Wraps the ZeroMQ networking library using Ruby FFI"
|
|
msgstr ""
|
|
|
|
#: ruby-ffi-rzmq
|
|
#. homepage: https://github.com/chuckremes/ffi-rzmq-core.git
|
|
#. description
|
|
msgid ""
|
|
"This gem wraps the ZeroMQ networking library using the ruby FFI (foreign\n"
|
|
"function interface). It's a pure ruby wrapper so this gem can be loaded\n"
|
|
"and run by any ruby runtime that supports FFI.\n"
|
|
"That's all of the major ones - MRI, Rubinius and JRuby."
|
|
msgstr ""
|
|
|
|
#: ruby-ffi-rzmq-doc
|
|
#. homepage: https://github.com/chuckremes/ffi-rzmq-core.git
|
|
#. summary
|
|
msgid "Documentation files for ffi-rzmq gem"
|
|
msgstr ""
|
|
|
|
#: ruby-ffi-rzmq-doc
|
|
#. homepage: https://github.com/chuckremes/ffi-rzmq-core.git
|
|
#. description
|
|
msgid "Documentation files for ffi-rzmq gem."
|
|
msgstr ""
|
|
|
|
#: ruby-ffi-rzmq-core
|
|
#. homepage: https://github.com/chuckremes/ffi-rzmq-core.git
|
|
#. summary
|
|
msgid "FFI wrapper for the ZeroMQ networking library"
|
|
msgstr ""
|
|
|
|
#: ruby-ffi-rzmq-core
|
|
#. homepage: https://github.com/chuckremes/ffi-rzmq-core.git
|
|
#. description
|
|
msgid ""
|
|
"This gem provides only the FFI wrapper for the ZeroMQ (0mq) networking library.\n"
|
|
"Project can be used by any other zeromq gems that want to provide their own high-level Ruby API."
|
|
msgstr ""
|
|
|
|
#: ruby-ffi-rzmq-core-doc
|
|
#. homepage: https://github.com/chuckremes/ffi-rzmq-core.git
|
|
#. summary
|
|
msgid "Documentation files for ffi-rzmq-core gem"
|
|
msgstr ""
|
|
|
|
#: ruby-ffi-rzmq-core-doc
|
|
#. homepage: https://github.com/chuckremes/ffi-rzmq-core.git
|
|
#. description
|
|
msgid "Documentation files for ffi-rzmq-core gem."
|
|
msgstr ""
|
|
|
|
#: ruby-fission
|
|
#. homepage: https://github.com/thbishop/fission
|
|
#. summary
|
|
msgid "command line tool to manage vmware fusion vms"
|
|
msgstr ""
|
|
|
|
#: ruby-fission-doc
|
|
#. homepage: https://github.com/thbishop/fission
|
|
#. summary
|
|
msgid "Documentation files for ruby-fission"
|
|
msgstr ""
|
|
|
|
#: ruby-fission-doc
|
|
#. homepage: https://github.com/thbishop/fission
|
|
#. description
|
|
msgid "Documentation files for ruby-fission."
|
|
msgstr ""
|
|
|
|
#: fluentd
|
|
#. homepage: https://github.com/fluent/fluentd
|
|
#. summary
|
|
msgid "Documentation files for ruby-fluentd"
|
|
msgstr ""
|
|
|
|
#: ruby-fluentd
|
|
#. homepage: https://github.com/fluent/fluentd
|
|
#. summary
|
|
msgid "Fluentd: Unified Logging Layer (project under CNCF)"
|
|
msgstr ""
|
|
|
|
#: ruby-fluentd-doc
|
|
#. homepage: https://github.com/fluent/fluentd
|
|
#. description
|
|
msgid "Documentation files for ruby-fluentd."
|
|
msgstr ""
|
|
|
|
#: ruby-fog-aws
|
|
#. homepage: https://github.com/fog/fog-aws
|
|
#. summary
|
|
msgid "Module for the 'fog' gem to support Amazon Web Services"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-aws
|
|
#. homepage: https://github.com/fog/fog-aws
|
|
#. description
|
|
msgid "Module for the 'fog' gem to support Amazon Web Services http://aws.amazon.com/."
|
|
msgstr ""
|
|
|
|
#: ruby-fog-aws-doc
|
|
#. homepage: https://github.com/fog/fog-aws
|
|
#. summary
|
|
msgid "Documentation files for fog-aws gem"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-aws-doc
|
|
#. homepage: https://github.com/fog/fog-aws
|
|
#. description
|
|
msgid "Documentation files for fog-aws gem."
|
|
msgstr ""
|
|
|
|
#: ruby-fog-brightbox
|
|
#. homepage: https://github.com/fog/fog-brightbox
|
|
#. summary
|
|
msgid "Brightbox Cloud support for the fog gem"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-brightbox
|
|
#. homepage: https://github.com/fog/fog-brightbox
|
|
#. description
|
|
msgid "Brightbox Cloud support for the fog gem. Officially supported."
|
|
msgstr ""
|
|
|
|
#: ruby-fog-brightbox-doc
|
|
#. homepage: https://github.com/fog/fog-brightbox
|
|
#. summary
|
|
msgid "Documentation files for fog-brightbox gem"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-brightbox-doc
|
|
#. homepage: https://github.com/fog/fog-brightbox
|
|
#. description
|
|
msgid "Documentation files for fog-brightbox gem."
|
|
msgstr ""
|
|
|
|
#: ruby-fog-cloudatcost
|
|
#. homepage: http://panel.cloudatcost.com/
|
|
#. summary
|
|
msgid "Module for the 'fog' gem to support CloudAtCost Services"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-cloudatcost
|
|
#. homepage: http://panel.cloudatcost.com/
|
|
#. description
|
|
msgid "Module for the 'fog' gem to support CloudAtCost Services http://panel.cloudatcost.com/"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-cloudatcost-doc
|
|
#. homepage: http://panel.cloudatcost.com/
|
|
#. summary
|
|
msgid "Documentation files for fog-cloudatcost gem"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-cloudatcost-doc
|
|
#. homepage: http://panel.cloudatcost.com/
|
|
#. description
|
|
msgid "Documentation files for fog-cloudatcost gem."
|
|
msgstr ""
|
|
|
|
#: ruby-fog-core
|
|
#. homepage: https://github.com/fog/fog-core
|
|
#. summary
|
|
msgid "fog's core, shared behaviors without API and provider specifics"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-core
|
|
#. homepage: https://github.com/fog/fog-core
|
|
#. description
|
|
msgid "Shared classes and tests for fog providers and services."
|
|
msgstr ""
|
|
|
|
#: ruby-fog-core-doc
|
|
#. homepage: https://github.com/fog/fog-core
|
|
#. summary
|
|
msgid "Documentation files for fog-core gem"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-core-doc
|
|
#. homepage: https://github.com/fog/fog-core
|
|
#. description
|
|
msgid "Documentation files for fog-core gem."
|
|
msgstr ""
|
|
|
|
#: ruby-fog-digitalocean
|
|
#. homepage: https://github.com/fog/fog-digitalocean
|
|
#. summary
|
|
msgid "Fog for DigitalOcean Platform"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-digitalocean-doc
|
|
#. homepage: https://github.com/fog/fog-digitalocean
|
|
#. summary
|
|
msgid "Documentation files for fog-digitalocean gem"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-digitalocean-doc
|
|
#. homepage: https://github.com/fog/fog-digitalocean
|
|
#. description
|
|
msgid "Documentation files for fog-digitalocean gem."
|
|
msgstr ""
|
|
|
|
#: ruby-fog-dnsimple
|
|
#. homepage: https://developer.dnsimple.com/
|
|
#. summary
|
|
msgid "Module for the 'fog' gem to support DNSimple."
|
|
msgstr ""
|
|
|
|
#: ruby-fog-dnsimple-doc
|
|
#. homepage: https://developer.dnsimple.com/
|
|
#. summary
|
|
msgid "Documentation files for fog-dnsimple gem"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-dnsimple-doc
|
|
#. homepage: https://developer.dnsimple.com/
|
|
#. description
|
|
msgid "Documentation files for fog-dnsimple gem."
|
|
msgstr ""
|
|
|
|
#: ruby-fog-dynect
|
|
#. homepage: https://github.com/fog/fog-dynect
|
|
#. summary
|
|
msgid "Module for the 'fog' gem to support Dyn Managed DNS http://dyn.com/"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-dynect-doc
|
|
#. homepage: https://github.com/fog/fog-dynect
|
|
#. summary
|
|
msgid "Documentation files for ruby-fog-dynect"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-dynect-doc
|
|
#. homepage: https://github.com/fog/fog-dynect
|
|
#. description
|
|
msgid "Documentation files for ruby-fog-dynect."
|
|
msgstr ""
|
|
|
|
#: ruby-fog-ecloud
|
|
#. homepage: https://github.com/fog/fog-ecloud
|
|
#. summary
|
|
msgid "Module for the 'fog' gem to support Terremark Enterprise Cloud"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-ecloud-doc
|
|
#. homepage: https://github.com/fog/fog-ecloud
|
|
#. summary
|
|
msgid "Documentation files for ruby-fog-ecloud"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-ecloud-doc
|
|
#. homepage: https://github.com/fog/fog-ecloud
|
|
#. description
|
|
msgid "Documentation files for ruby-fog-ecloud."
|
|
msgstr ""
|
|
|
|
#: ruby-fog-google
|
|
#. homepage: https://github.com/fog/fog-google
|
|
#. summary
|
|
msgid "Fog for Google Cloud Platform"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-google
|
|
#. homepage: https://github.com/fog/fog-google
|
|
#. description
|
|
msgid ""
|
|
"Fog for Google Cloud Platform.\n"
|
|
"\n"
|
|
"There are two ways to access Google Cloud Storage. The old S3 API and the new\n"
|
|
"JSON API. Fog::Storage::Google will automatically direct you to the appropriate\n"
|
|
"API based on the credentials you provide it.\n"
|
|
"\n"
|
|
"* The XML API is almost identical to S3. Use Google's interoperability keys\n"
|
|
" to access it.\n"
|
|
"* The new JSON API is faster and uses auth similarly to the rest of the Google\n"
|
|
" Cloud APIs using a service account private key."
|
|
msgstr ""
|
|
|
|
#: ruby-fog-google-doc
|
|
#. homepage: https://github.com/fog/fog-google
|
|
#. summary
|
|
msgid "Documentation files for fog-google gem"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-google-doc
|
|
#. homepage: https://github.com/fog/fog-google
|
|
#. description
|
|
msgid "Documentation files for fog-google gem."
|
|
msgstr ""
|
|
|
|
#: ruby-fog-internet-archive
|
|
#. homepage: https://github.com/fog/fog-internet-archive
|
|
#. summary
|
|
msgid "Internet Archive Storage support for Fog"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-internet-archive-doc
|
|
#. homepage: https://github.com/fog/fog-internet-archive
|
|
#. summary
|
|
msgid "Documentation files for ruby-fog-internet-archive"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-internet-archive-doc
|
|
#. homepage: https://github.com/fog/fog-internet-archive
|
|
#. description
|
|
msgid "Documentation files for ruby-fog-internet-archive."
|
|
msgstr ""
|
|
|
|
#: ruby-fog-joyent
|
|
#. homepage: https://github.com/fog/fog-joyent
|
|
#. summary
|
|
msgid "Module for the 'fog' gem to support Joyent"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-joyent-doc
|
|
#. homepage: https://github.com/fog/fog-joyent
|
|
#. summary
|
|
msgid "Documentation files for fog-joyent gem"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-joyent-doc
|
|
#. homepage: https://github.com/fog/fog-joyent
|
|
#. description
|
|
msgid "Documentation files for fog-joyent gem."
|
|
msgstr ""
|
|
|
|
#: ruby-fog-json
|
|
#. homepage: https://github.com/fog/fog-json
|
|
#. summary
|
|
msgid "Shared JSON related functionality for fog"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-json-doc
|
|
#. homepage: https://github.com/fog/fog-json
|
|
#. summary
|
|
msgid "Documentation files for ruby-fog-json"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-json-doc
|
|
#. homepage: https://github.com/fog/fog-json
|
|
#. description
|
|
msgid "Documentation files for ruby-fog-json."
|
|
msgstr ""
|
|
|
|
#: ruby-fog-libvirt
|
|
#. homepage: https://github.com/fog/fog-libvirt
|
|
#. summary
|
|
msgid "libvirt provider for fog"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-libvirt
|
|
#. homepage: https://github.com/fog/fog-libvirt
|
|
#. description
|
|
msgid "fog-libvirt is a libvirt provider for fog."
|
|
msgstr ""
|
|
|
|
#: ruby-fog-libvirt-doc
|
|
#. homepage: https://github.com/fog/fog-libvirt
|
|
#. summary
|
|
msgid "Documentation files for fog-libvirt gem"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-libvirt-doc
|
|
#. homepage: https://github.com/fog/fog-libvirt
|
|
#. description
|
|
msgid "Documentation files for fog-libvirt gem."
|
|
msgstr ""
|
|
|
|
#: ruby-fog-local
|
|
#. homepage: https://github.com/fog/fog-local
|
|
#. summary
|
|
msgid "Module for the 'fog' gem to support local filesystem storage"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-local-doc
|
|
#. homepage: https://github.com/fog/fog-local
|
|
#. summary
|
|
msgid "Documentation files for ruby-fog-local"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-local-doc
|
|
#. homepage: https://github.com/fog/fog-local
|
|
#. description
|
|
msgid "Documentation files for ruby-fog-local."
|
|
msgstr ""
|
|
|
|
#: ruby-fog-openstack
|
|
#. homepage: https://github.com/fog/fog-openstack
|
|
#. summary
|
|
msgid "Fog for OpenStack Platform"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-openstack
|
|
#. homepage: https://github.com/fog/fog-openstack
|
|
#. description
|
|
msgid "Fog for OpenStack Platform. This is the plugin Gem to talk to OpenStack clouds via fog."
|
|
msgstr ""
|
|
|
|
#: ruby-fog-openstack-doc
|
|
#. homepage: https://github.com/fog/fog-openstack
|
|
#. summary
|
|
msgid "Documentation files for fog-openstack gem"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-openstack-doc
|
|
#. homepage: https://github.com/fog/fog-openstack
|
|
#. description
|
|
msgid "Documentation files for fog-openstack gem."
|
|
msgstr ""
|
|
|
|
#: ruby-fog-ovirt
|
|
#. homepage: https://github.com/fog/fog-ovirt
|
|
#. summary
|
|
msgid "fog-ovirt is an ovirt provider for fog"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-ovirt
|
|
#. homepage: https://github.com/fog/fog-ovirt
|
|
#. description
|
|
msgid "fog-ovirt is an ovirt provider for fog."
|
|
msgstr ""
|
|
|
|
#: ruby-fog-ovirt-doc
|
|
#. homepage: https://github.com/fog/fog-ovirt
|
|
#. summary
|
|
msgid "Documentation files for fog-ovirt gem"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-ovirt-doc
|
|
#. homepage: https://github.com/fog/fog-ovirt
|
|
#. description
|
|
msgid "Documentation files for fog-ovirt gem."
|
|
msgstr ""
|
|
|
|
#: ruby-fog-powerdns
|
|
#. homepage: https://github.com/fog/fog-powerdns
|
|
#. summary
|
|
msgid "Module for the 'fog' gem to support PowerDNS"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-powerdns-doc
|
|
#. homepage: https://github.com/fog/fog-powerdns
|
|
#. summary
|
|
msgid "Documentation files for ruby-fog-powerdns"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-powerdns-doc
|
|
#. homepage: https://github.com/fog/fog-powerdns
|
|
#. description
|
|
msgid "Documentation files for ruby-fog-powerdns."
|
|
msgstr ""
|
|
|
|
#: ruby-fog-profitbricks
|
|
#. homepage: https://github.com/fog/fog-profitbricks
|
|
#. summary
|
|
msgid "Module for the 'fog' gem to support ProfitBricks"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-profitbricks
|
|
#. homepage: https://github.com/fog/fog-profitbricks
|
|
#. description
|
|
msgid ""
|
|
"This library can be used as a module for 'fog' or as standalone ProfitBricks\n"
|
|
"provider."
|
|
msgstr ""
|
|
|
|
#: ruby-fog-profitbricks-doc
|
|
#. homepage: https://github.com/fog/fog-profitbricks
|
|
#. summary
|
|
msgid "Documentation files for ruby-fog-profitbricks"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-profitbricks-doc
|
|
#. homepage: https://github.com/fog/fog-profitbricks
|
|
#. description
|
|
msgid "Documentation files for fog-profitbricks gem."
|
|
msgstr ""
|
|
|
|
#: ruby-fog-rackspace
|
|
#. homepage: https://github.com/fog/fog-rackspace
|
|
#. summary
|
|
msgid "Rackspace provider gem for Fog ecosystem"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-rackspace
|
|
#. homepage: https://github.com/fog/fog-rackspace
|
|
#. description
|
|
msgid "Rackspace provider gem for Fog ecosystem."
|
|
msgstr ""
|
|
|
|
#: ruby-fog-rackspace-doc
|
|
#. homepage: https://github.com/fog/fog-rackspace
|
|
#. summary
|
|
msgid "Documentation files for fog-rackspace gem"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-rackspace-doc
|
|
#. homepage: https://github.com/fog/fog-rackspace
|
|
#. description
|
|
msgid "Documentation files for fog-rackspace gem."
|
|
msgstr ""
|
|
|
|
#: ruby-fog-radosgw
|
|
#. homepage: https://github.com/fog/fog-radosgw
|
|
#. summary
|
|
msgid "Fog backend for provisioning Ceph Radosgw - the Swift and S3 compatible REST API for Ceph."
|
|
msgstr ""
|
|
|
|
#: ruby-fog-radosgw
|
|
#. homepage: https://github.com/fog/fog-radosgw
|
|
#. description
|
|
msgid ""
|
|
"Fog backend for provisioning Ceph Radosgw - the Swift and S3 compatible REST API\n"
|
|
"for Ceph. Currently, the gem only supports the S3 API, not Swift. Based on the\n"
|
|
"Riak CS backend."
|
|
msgstr ""
|
|
|
|
#: ruby-fog-radosgw-doc
|
|
#. homepage: https://github.com/fog/fog-radosgw
|
|
#. summary
|
|
msgid "Documentation files for ruby-fog-radosgw"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-radosgw-doc
|
|
#. homepage: https://github.com/fog/fog-radosgw
|
|
#. description
|
|
msgid "Documentation files for ruby-fog-radosgw."
|
|
msgstr ""
|
|
|
|
#: ruby-fog-riakcs
|
|
#. homepage: https://github.com/fog/fog-riakcs
|
|
#. summary
|
|
msgid "Module for the 'fog' gem to support RiakCS"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-riakcs-doc
|
|
#. homepage: https://github.com/fog/fog-riakcs
|
|
#. summary
|
|
msgid "Documentation files for ruby-fog-riakcs"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-riakcs-doc
|
|
#. homepage: https://github.com/fog/fog-riakcs
|
|
#. description
|
|
msgid "Documentation files for ruby-fog-riakcs."
|
|
msgstr ""
|
|
|
|
#: ruby-fog-sakuracloud
|
|
#. homepage: https://github.com/fog/fog-sakuracloud
|
|
#. summary
|
|
msgid "Module for the 'fog' gem to support Sakura no Cloud"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-sakuracloud-doc
|
|
#. homepage: https://github.com/fog/fog-sakuracloud
|
|
#. summary
|
|
msgid "Documentation files for ruby-fog-sakuracloud"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-sakuracloud-doc
|
|
#. homepage: https://github.com/fog/fog-sakuracloud
|
|
#. description
|
|
msgid "Documentation files for ruby-fog-sakuracloud."
|
|
msgstr ""
|
|
|
|
#: ruby-fog-serverlove
|
|
#. homepage: https://github.com/fog/fog-serverlove
|
|
#. summary
|
|
msgid "Module for the 'fog' gem to support ServerLove"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-serverlove-doc
|
|
#. homepage: https://github.com/fog/fog-serverlove
|
|
#. summary
|
|
msgid "Documentation files for ruby-fog-serverlove"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-serverlove-doc
|
|
#. homepage: https://github.com/fog/fog-serverlove
|
|
#. description
|
|
msgid "Documentation files for ruby-fog-serverlove."
|
|
msgstr ""
|
|
|
|
#: ruby-fog-softlayer
|
|
#. homepage: https://github.com/fog/fog-softlayer
|
|
#. summary
|
|
msgid "SoftLayer module for fog"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-softlayer-doc
|
|
#. homepage: https://github.com/fog/fog-softlayer
|
|
#. summary
|
|
msgid "Documentation files for ruby-fog-softlayer"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-softlayer-doc
|
|
#. homepage: https://github.com/fog/fog-softlayer
|
|
#. description
|
|
msgid "Documentation files for ruby-fog-softlayer."
|
|
msgstr ""
|
|
|
|
#: ruby-fog-storm_on_demand
|
|
#. homepage: https://github.com/fog/fog-storm_on_demand
|
|
#. summary
|
|
msgid "Module for the 'fog' gem to support StormOnDemand"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-storm_on_demand-doc
|
|
#. homepage: https://github.com/fog/fog-storm_on_demand
|
|
#. summary
|
|
msgid "Documentation files for ruby-fog-storm_on_demand"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-storm_on_demand-doc
|
|
#. homepage: https://github.com/fog/fog-storm_on_demand
|
|
#. description
|
|
msgid "Documentation files for ruby-fog-storm_on_demand."
|
|
msgstr ""
|
|
|
|
#: ruby-fog-terremark
|
|
#. homepage: https://github.com/fog/fog-terremark
|
|
#. summary
|
|
msgid "Module for the 'fog' gem to support Terremark vCloud"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-terremark-doc
|
|
#. homepage: https://github.com/fog/fog-terremark
|
|
#. summary
|
|
msgid "Documentation files for ruby-fog-terremark"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-terremark-doc
|
|
#. homepage: https://github.com/fog/fog-terremark
|
|
#. description
|
|
msgid "Documentation files for ruby-fog-terremark."
|
|
msgstr ""
|
|
|
|
#: ruby-fog-vmfusion
|
|
#. homepage: https://github.com/fog/fog-vmfusion
|
|
#. summary
|
|
msgid "Module for the 'fog' gem to support VMWARE Fusion"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-vmfusion-doc
|
|
#. homepage: https://github.com/fog/fog-vmfusion
|
|
#. summary
|
|
msgid "Documentation files for ruby-fog-vmfusion"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-vmfusion-doc
|
|
#. homepage: https://github.com/fog/fog-vmfusion
|
|
#. description
|
|
msgid "Documentation files for ruby-fog-vmfusion."
|
|
msgstr ""
|
|
|
|
#: ruby-fog-voxel
|
|
#. homepage: https://github.com/fog/fog-voxel
|
|
#. summary
|
|
msgid "Module for the 'fog' gem to support Voxel"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-voxel-doc
|
|
#. homepage: https://github.com/fog/fog-voxel
|
|
#. summary
|
|
msgid "Documentation files for ruby-fog-voxel"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-voxel-doc
|
|
#. homepage: https://github.com/fog/fog-voxel
|
|
#. description
|
|
msgid "Documentation files for ruby-fog-voxel."
|
|
msgstr ""
|
|
|
|
#: ruby-fog-xenserver
|
|
#. homepage: https://github.com/fog/fog-xenserver
|
|
#. summary
|
|
msgid "Module for the 'fog' gem to support XENSERVER"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-xenserver-doc
|
|
#. homepage: https://github.com/fog/fog-xenserver
|
|
#. summary
|
|
msgid "Documentation files for ruby-fog-xenserver"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-xenserver-doc
|
|
#. homepage: https://github.com/fog/fog-xenserver
|
|
#. description
|
|
msgid "Documentation files for ruby-fog-xenserver."
|
|
msgstr ""
|
|
|
|
#: ruby-fog-xml
|
|
#. homepage: https://github.com/fog/fog-xml
|
|
#. summary
|
|
msgid "Shared XML related functionality for fog"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-xml-doc
|
|
#. homepage: https://github.com/fog/fog-xml
|
|
#. summary
|
|
msgid "Documentation files for ruby-fog-xml"
|
|
msgstr ""
|
|
|
|
#: ruby-fog-xml-doc
|
|
#. homepage: https://github.com/fog/fog-xml
|
|
#. description
|
|
msgid "Documentation files for ruby-fog-xml."
|
|
msgstr ""
|
|
|
|
#: ruby-font-awesome-rails
|
|
#. homepage: https://github.com/bokmann/font-awesome-rails
|
|
#. summary
|
|
msgid "the font-awesome font bundled as an asset for the rails asset pipeline"
|
|
msgstr ""
|
|
|
|
#: ruby-font-awesome-rails-doc
|
|
#. homepage: https://github.com/bokmann/font-awesome-rails
|
|
#. summary
|
|
msgid "Documentation files for ruby-font-awesome-rails"
|
|
msgstr ""
|
|
|
|
#: ruby-font-awesome-rails-doc
|
|
#. homepage: https://github.com/bokmann/font-awesome-rails
|
|
#. description
|
|
msgid "Documentation files for ruby-font-awesome-rails."
|
|
msgstr ""
|
|
|
|
#: ruby-fugit
|
|
#. homepage: https://github.com/floraison/fugit
|
|
#. summary
|
|
msgid "time tools (cron, parsing, durations, ...) for Ruby and flor"
|
|
msgstr ""
|
|
|
|
#: ruby-fugit-doc
|
|
#. homepage: https://github.com/floraison/fugit
|
|
#. summary
|
|
msgid "Documentation files for ruby-fugit"
|
|
msgstr ""
|
|
|
|
#: ruby-fugit-doc
|
|
#. homepage: https://github.com/floraison/fugit
|
|
#. description
|
|
msgid "Documentation files for ruby-fugit."
|
|
msgstr ""
|
|
|
|
#: ruby-fuzzyurl
|
|
#. homepage: https://github.com/gamache/fuzzyurl.rb
|
|
#. summary
|
|
msgid "A Ruby Gem for non-strict parsing, manipulation, and wildcard matching of URLs."
|
|
msgstr ""
|
|
|
|
#: ruby-fuzzyurl-doc
|
|
#. homepage: https://github.com/gamache/fuzzyurl.rb
|
|
#. summary
|
|
msgid "Documentation files for ruby-fuzzyurl"
|
|
msgstr ""
|
|
|
|
#: ruby-fuzzyurl-doc
|
|
#. homepage: https://github.com/gamache/fuzzyurl.rb
|
|
#. description
|
|
msgid "Documentation files for ruby-fuzzyurl."
|
|
msgstr ""
|
|
|
|
#: ruby-get-process-mem
|
|
#. homepage: https://github.com/schneems/get_process_mem
|
|
#. summary
|
|
msgid "Get memory usage of a process in Ruby"
|
|
msgstr ""
|
|
|
|
#: ruby-get-process-mem
|
|
#. homepage: https://github.com/schneems/get_process_mem
|
|
#. description
|
|
msgid "Get memory usage of a process in Ruby."
|
|
msgstr ""
|
|
|
|
#: ruby-get-process-mem-doc
|
|
#. homepage: https://github.com/schneems/get_process_mem
|
|
#. summary
|
|
msgid "Documentation files for get_process_mem gem"
|
|
msgstr ""
|
|
|
|
#: ruby-get-process-mem-doc
|
|
#. homepage: https://github.com/schneems/get_process_mem
|
|
#. description
|
|
msgid "Documentation files for get_process_mem gem."
|
|
msgstr ""
|
|
|
|
#: ruby-globalid
|
|
#. homepage: https://github.com/rails/globalid
|
|
#. summary
|
|
msgid "Identify app models with a URI"
|
|
msgstr ""
|
|
|
|
#: ruby-globalid-doc
|
|
#. homepage: https://github.com/rails/globalid
|
|
#. summary
|
|
msgid "Documentation files for ruby-globalid"
|
|
msgstr ""
|
|
|
|
#: ruby-globalid-doc
|
|
#. homepage: https://github.com/rails/globalid
|
|
#. description
|
|
msgid "Documentation files for ruby-globalid."
|
|
msgstr ""
|
|
|
|
#: gem-atk
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/ATK is a Ruby binding of ATK-1.12.x or later based on GObject-Introspection"
|
|
msgstr ""
|
|
|
|
#: gem-atk
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/ATK is a Ruby binding of ATK-1.12.x or later based on GObject-Introspection."
|
|
msgstr ""
|
|
|
|
#: gem-atk-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Headers for gem-atk"
|
|
msgstr ""
|
|
|
|
#: gem-atk-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Headers for gem-atk."
|
|
msgstr ""
|
|
|
|
#: gem-atk-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/ATK is a Ruby binding of ATK-1.12.x or later based on GObject-Introspection development package"
|
|
msgstr ""
|
|
|
|
#: gem-atk-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid ""
|
|
"Ruby/ATK is a Ruby binding of ATK-1.12.x or later based on GObject-Introspection\n"
|
|
"development package."
|
|
msgstr ""
|
|
|
|
#: gem-atk-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Documentation files for ruby-gnome2"
|
|
msgstr ""
|
|
|
|
#: gem-atk-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Documentation files for ruby-gnome2."
|
|
msgstr ""
|
|
|
|
#: gem-atk-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/ATK is a Ruby binding of ATK-1.12.x or later based on GObject-Introspection documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-atk-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid ""
|
|
"Ruby/ATK is a Ruby binding of ATK-1.12.x or later based on GObject-Introspection\n"
|
|
"documentation files."
|
|
msgstr ""
|
|
|
|
#: gem-atk-no-gi
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/ATK is a Ruby binding of ATK-1.12.x or later based on GObject-Introspection with no Graphic Interface"
|
|
msgstr ""
|
|
|
|
#: gem-atk-no-gi
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/ATK is a Ruby binding of ATK-1.12.x or later based on GObject-Introspection with no Graphic Interface."
|
|
msgstr ""
|
|
|
|
#: gem-cairo-gobject
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/CairoGObject is a Ruby binding of cairo-gobject."
|
|
msgstr ""
|
|
|
|
#: gem-cairo-gobject
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/CairoGObject is a Ruby binding of cairo-gobject.."
|
|
msgstr ""
|
|
|
|
#: gem-cairo-gobject
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/CairoGObject is a Ruby binding of cairo-gobject"
|
|
msgstr ""
|
|
|
|
#: gem-cairo-gobject-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Headers for gem-cairo-gobject"
|
|
msgstr ""
|
|
|
|
#: gem-cairo-gobject-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Headers for gem-cairo-gobject."
|
|
msgstr ""
|
|
|
|
#: gem-cairo-gobject-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/CairoGObject is a Ruby binding of cairo-gobject development package"
|
|
msgstr ""
|
|
|
|
#: gem-cairo-gobject-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid ""
|
|
"Ruby/CairoGObject is a Ruby binding of cairo-gobject development\n"
|
|
"package."
|
|
msgstr ""
|
|
|
|
#: gem-cairo-gobject-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/CairoGObject is a Ruby binding of cairo-gobject documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-cairo-gobject-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid ""
|
|
"Ruby/CairoGObject is a Ruby binding of cairo-gobject documentation\n"
|
|
"files."
|
|
msgstr ""
|
|
|
|
#: gem-clutter
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/Clutter is a Ruby binding of Clutter."
|
|
msgstr ""
|
|
|
|
#: gem-clutter
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/Clutter is a Ruby binding of Clutter.."
|
|
msgstr ""
|
|
|
|
#: gem-clutter
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/Clutter is a Ruby binding of Clutter"
|
|
msgstr ""
|
|
|
|
#: gem-clutter-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/Clutter is a Ruby binding of Clutter development package"
|
|
msgstr ""
|
|
|
|
#: gem-clutter-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/Clutter is a Ruby binding of Clutter development package."
|
|
msgstr ""
|
|
|
|
#: gem-clutter-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/Clutter is a Ruby binding of Clutter documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-clutter-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/Clutter is a Ruby binding of Clutter documentation files."
|
|
msgstr ""
|
|
|
|
#: gem-clutter-gdk
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/ClutterGDK is a Ruby binding of GDK specific API of Clutter."
|
|
msgstr ""
|
|
|
|
#: gem-clutter-gdk
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/ClutterGDK is a Ruby binding of GDK specific API of Clutter.."
|
|
msgstr ""
|
|
|
|
#: gem-clutter-gdk
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/ClutterGDK is a Ruby binding of GDK specific API of Clutter"
|
|
msgstr ""
|
|
|
|
#: gem-clutter-gdk-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/ClutterGDK is a Ruby binding of GDK specific API of Clutter development package"
|
|
msgstr ""
|
|
|
|
#: gem-clutter-gdk-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid ""
|
|
"Ruby/ClutterGDK is a Ruby binding of GDK specific API of Clutter development\n"
|
|
"package."
|
|
msgstr ""
|
|
|
|
#: gem-clutter-gdk-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/ClutterGDK is a Ruby binding of GDK specific API of Clutter documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-clutter-gdk-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid ""
|
|
"Ruby/ClutterGDK is a Ruby binding of GDK specific API of Clutter documentation\n"
|
|
"files."
|
|
msgstr ""
|
|
|
|
#: gem-clutter-gstreamer
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/ClutterGStreamer is a Ruby binding of Clutter-GStreamer."
|
|
msgstr ""
|
|
|
|
#: gem-clutter-gstreamer
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/ClutterGStreamer is a Ruby binding of Clutter-GStreamer.."
|
|
msgstr ""
|
|
|
|
#: gem-clutter-gstreamer
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/ClutterGStreamer is a Ruby binding of Clutter-GStreamer"
|
|
msgstr ""
|
|
|
|
#: gem-clutter-gstreamer-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/ClutterGStreamer is a Ruby binding of Clutter-GStreamer development package"
|
|
msgstr ""
|
|
|
|
#: gem-clutter-gstreamer-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid ""
|
|
"Ruby/ClutterGStreamer is a Ruby binding of Clutter-GStreamer development\n"
|
|
"package."
|
|
msgstr ""
|
|
|
|
#: gem-clutter-gstreamer-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/ClutterGStreamer is a Ruby binding of Clutter-GStreamer documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-clutter-gstreamer-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid ""
|
|
"Ruby/ClutterGStreamer is a Ruby binding of Clutter-GStreamer documentation\n"
|
|
"files."
|
|
msgstr ""
|
|
|
|
#: gem-clutter-gtk
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/ClutterGTK is a Ruby binding of Clutter-GTK."
|
|
msgstr ""
|
|
|
|
#: gem-clutter-gtk
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/ClutterGTK is a Ruby binding of Clutter-GTK.."
|
|
msgstr ""
|
|
|
|
#: gem-clutter-gtk
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/ClutterGTK is a Ruby binding of Clutter-GTK"
|
|
msgstr ""
|
|
|
|
#: gem-clutter-gtk-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/ClutterGTK is a Ruby binding of Clutter-GTK development package"
|
|
msgstr ""
|
|
|
|
#: gem-clutter-gtk-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/ClutterGTK is a Ruby binding of Clutter-GTK development package."
|
|
msgstr ""
|
|
|
|
#: gem-clutter-gtk-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/ClutterGTK is a Ruby binding of Clutter-GTK documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-clutter-gtk-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/ClutterGTK is a Ruby binding of Clutter-GTK documentation files."
|
|
msgstr ""
|
|
|
|
#: gem-gdk-pixbuf2
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x"
|
|
msgstr ""
|
|
|
|
#: gem-gdk-pixbuf2
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x."
|
|
msgstr ""
|
|
|
|
#: gem-gdk-pixbuf2-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Headers for gem-gdk-pixbuf2"
|
|
msgstr ""
|
|
|
|
#: gem-gdk-pixbuf2-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Headers for gem-gdk-pixbuf2."
|
|
msgstr ""
|
|
|
|
#: gem-gdk-pixbuf2-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x development package"
|
|
msgstr ""
|
|
|
|
#: gem-gdk-pixbuf2-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid ""
|
|
"Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x development\n"
|
|
"package."
|
|
msgstr ""
|
|
|
|
#: gem-gdk-pixbuf2-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-gdk-pixbuf2-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid ""
|
|
"Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x documentation\n"
|
|
"files."
|
|
msgstr ""
|
|
|
|
#: gem-gdk-pixbuf2-no-gi
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x with no Graphic Interface"
|
|
msgstr ""
|
|
|
|
#: gem-gdk-pixbuf2-no-gi
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x with no Graphic Interface."
|
|
msgstr ""
|
|
|
|
#: gem-gdk3
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/GDK3 is a Ruby binding of GDK 3"
|
|
msgstr ""
|
|
|
|
#: gem-gdk3
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/GDK3 is a Ruby binding of GDK 3."
|
|
msgstr ""
|
|
|
|
#: gem-gdk3-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/GDK3 is a Ruby binding of GDK 3 development package"
|
|
msgstr ""
|
|
|
|
#: gem-gdk3-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/GDK3 is a Ruby binding of GDK 3 development package."
|
|
msgstr ""
|
|
|
|
#: gem-gdk3-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/GDK3 is a Ruby binding of GDK 3 documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-gdk3-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/GDK3 is a Ruby binding of GDK 3 documentation files."
|
|
msgstr ""
|
|
|
|
#: gem-gdk4
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/GDK4 is a Ruby binding of GDK 4."
|
|
msgstr ""
|
|
|
|
#: gem-gdk4
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/GDK4 is a Ruby binding of GDK 4.. https://developer.gnome.org/gdk4/3.90/"
|
|
msgstr ""
|
|
|
|
#: gem-gdk4
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/GDK4 is a Ruby binding of GDK 4"
|
|
msgstr ""
|
|
|
|
#: gem-gdk4-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/GDK4 is a Ruby binding of GDK 4 development package"
|
|
msgstr ""
|
|
|
|
#: gem-gdk4-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/GDK4 is a Ruby binding of GDK 4 development package."
|
|
msgstr ""
|
|
|
|
#: gem-gdk4-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/GDK4 is a Ruby binding of GDK 4 documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-gdk4-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/GDK4 is a Ruby binding of GDK 4 documentation files."
|
|
msgstr ""
|
|
|
|
#: gem-gegl
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/GEGL is a Ruby binding of GEGL"
|
|
msgstr ""
|
|
|
|
#: gem-gegl
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/GEGL is a Ruby binding of GEGL."
|
|
msgstr ""
|
|
|
|
#: gem-gegl-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/GEGL is a Ruby binding of GEGL development package"
|
|
msgstr ""
|
|
|
|
#: gem-gegl-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/GEGL is a Ruby binding of GEGL development package."
|
|
msgstr ""
|
|
|
|
#: gem-gegl-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/GEGL is a Ruby binding of GEGL documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-gegl-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/GEGL is a Ruby binding of GEGL documentation files."
|
|
msgstr ""
|
|
|
|
#: gem-gio2
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/Graphic InterfaceO2 is a Ruby binding of gio-2.0.x"
|
|
msgstr ""
|
|
|
|
#: gem-gio2
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/Graphic InterfaceO2 is a Ruby binding of gio-2.0.x."
|
|
msgstr ""
|
|
|
|
#: gem-gio2-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Headers for ruby-gnome2"
|
|
msgstr ""
|
|
|
|
#: gem-gio2-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Headers for ruby-gnome2."
|
|
msgstr ""
|
|
|
|
#: gem-gio2-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/Graphic InterfaceO2 is a Ruby binding of gio-2.0.x development package"
|
|
msgstr ""
|
|
|
|
#: gem-gio2-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid ""
|
|
"Ruby/Graphic InterfaceO2 is a Ruby binding of gio-2.0.x development\n"
|
|
"package."
|
|
msgstr ""
|
|
|
|
#: gem-gio2-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/Graphic InterfaceO2 is a Ruby binding of gio-2.0.x documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-gio2-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid ""
|
|
"Ruby/Graphic InterfaceO2 is a Ruby binding of gio-2.0.x documentation\n"
|
|
"files."
|
|
msgstr ""
|
|
|
|
#: gem-glib2
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "GLib 2 bindings for the Ruby language"
|
|
msgstr ""
|
|
|
|
#: gem-glib2
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid ""
|
|
"GLib is a useful general-purpose C library, notably used by GTK+ and\n"
|
|
"GNOME. This package contains libraries for using GLib 2 with the Ruby\n"
|
|
"programming language. It is most likely useful in conjunction with Ruby\n"
|
|
"bindings for other libraries such as GTK+."
|
|
msgstr ""
|
|
|
|
#: gem-glib2
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid ""
|
|
"GLib is a useful general-purpose C library, notably used by GTK+ and GNOME. This\n"
|
|
"package contains libraries for using GLib 2 with the Ruby programming language.\n"
|
|
"It is most likely useful in conjunction with Ruby bindings for other libraries\n"
|
|
"such as GTK+."
|
|
msgstr ""
|
|
|
|
#: gem-glib2-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Development files for GLib 2 bindings for the Ruby language"
|
|
msgstr ""
|
|
|
|
#: gem-glib2-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "This packages contains header files for gem-glib2 gem package."
|
|
msgstr ""
|
|
|
|
#: gem-glib2-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "GLib 2 bindings for the Ruby language development package"
|
|
msgstr ""
|
|
|
|
#: gem-glib2-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid ""
|
|
"GLib 2 bindings for the Ruby language development package.\n"
|
|
"\n"
|
|
"GLib is a useful general-purpose C library, notably used by GTK+ and GNOME. This\n"
|
|
"package contains libraries for using GLib 2 with the Ruby programming language.\n"
|
|
"It is most likely useful in conjunction with Ruby bindings for other libraries\n"
|
|
"such as GTK+."
|
|
msgstr ""
|
|
|
|
#: gem-glib2-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "GLib 2 bindings for the Ruby language documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-glib2-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid ""
|
|
"GLib 2 bindings for the Ruby language documentation files.\n"
|
|
"\n"
|
|
"GLib is a useful general-purpose C library, notably used by GTK+ and GNOME. This\n"
|
|
"package contains libraries for using GLib 2 with the Ruby programming language.\n"
|
|
"It is most likely useful in conjunction with Ruby bindings for other libraries\n"
|
|
"such as GTK+."
|
|
msgstr ""
|
|
|
|
#: gem-gnumeric
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/Gnumeric is a Ruby binding of Gnumeric"
|
|
msgstr ""
|
|
|
|
#: gem-gnumeric
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/Gnumeric is a Ruby binding of Gnumeric."
|
|
msgstr ""
|
|
|
|
#: gem-gnumeric-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/Gnumeric is a Ruby binding of Gnumeric development package"
|
|
msgstr ""
|
|
|
|
#: gem-gnumeric-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/Gnumeric is a Ruby binding of Gnumeric development package."
|
|
msgstr ""
|
|
|
|
#: gem-gnumeric-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/Gnumeric is a Ruby binding of Gnumeric documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-gnumeric-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/Gnumeric is a Ruby binding of Gnumeric documentation files."
|
|
msgstr ""
|
|
|
|
#: gem-gobject-introspection
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/GObjectIntrospection is a Ruby binding of GObject Introspect"
|
|
msgstr ""
|
|
|
|
#: gem-gobject-introspection
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/GObjectIntrospection is a Ruby binding of GObject Introspect."
|
|
msgstr ""
|
|
|
|
#: gem-gobject-introspection-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/GObjectIntrospection is a Ruby binding of GObject Introspect development package"
|
|
msgstr ""
|
|
|
|
#: gem-gobject-introspection-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid ""
|
|
"Ruby/GObjectIntrospection is a Ruby binding of GObject Introspect development\n"
|
|
"package."
|
|
msgstr ""
|
|
|
|
#: gem-gobject-introspection-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/GObjectIntrospection is a Ruby binding of GObject Introspect documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-gobject-introspection-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid ""
|
|
"Ruby/GObjectIntrospection is a Ruby binding of GObject Introspect documentation\n"
|
|
"files."
|
|
msgstr ""
|
|
|
|
#: gem-goffice
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/GOffice is a Ruby binding of GOffice"
|
|
msgstr ""
|
|
|
|
#: gem-goffice
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/GOffice is a Ruby binding of GOffice."
|
|
msgstr ""
|
|
|
|
#: gem-goffice-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/GOffice is a Ruby binding of GOffice development package"
|
|
msgstr ""
|
|
|
|
#: gem-goffice-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/GOffice is a Ruby binding of GOffice development package."
|
|
msgstr ""
|
|
|
|
#: gem-goffice-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/GOffice is a Ruby binding of GOffice documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-goffice-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/GOffice is a Ruby binding of GOffice documentation files."
|
|
msgstr ""
|
|
|
|
#: gem-gsf
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/GSF is a Ruby binding of GSF which is needed by GOffice"
|
|
msgstr ""
|
|
|
|
#: gem-gsf
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/GSF is a Ruby binding of GSF which is needed by GOffice."
|
|
msgstr ""
|
|
|
|
#: gem-gsf-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/GSF is a Ruby binding of GSF which is needed by GOffice development package"
|
|
msgstr ""
|
|
|
|
#: gem-gsf-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid ""
|
|
"Ruby/GSF is a Ruby binding of GSF which is needed by GOffice development\n"
|
|
"package."
|
|
msgstr ""
|
|
|
|
#: gem-gsf-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/GSF is a Ruby binding of GSF which is needed by GOffice documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-gsf-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid ""
|
|
"Ruby/GSF is a Ruby binding of GSF which is needed by GOffice documentation\n"
|
|
"files."
|
|
msgstr ""
|
|
|
|
#: gem-gstreamer
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/GStreamer is a Ruby binding for GStreamer"
|
|
msgstr ""
|
|
|
|
#: gem-gstreamer
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/GStreamer is a Ruby binding for GStreamer."
|
|
msgstr ""
|
|
|
|
#: gem-gstreamer-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/GStreamer is a Ruby binding for GStreamer development package"
|
|
msgstr ""
|
|
|
|
#: gem-gstreamer-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/GStreamer is a Ruby binding for GStreamer development package."
|
|
msgstr ""
|
|
|
|
#: gem-gstreamer-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/GStreamer is a Ruby binding for GStreamer documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-gstreamer-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/GStreamer is a Ruby binding for GStreamer documentation files."
|
|
msgstr ""
|
|
|
|
#: gem-gtk2
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/GTK2 is a Ruby binding of GTK+-2.10.x"
|
|
msgstr ""
|
|
|
|
#: gem-gtk2
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/GTK2 is a Ruby binding of GTK+-2.10.x."
|
|
msgstr ""
|
|
|
|
#: gem-gtk3
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/GTK3 is a Ruby binding of GTK+ 3"
|
|
msgstr ""
|
|
|
|
#: gem-gtk3
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/GTK3 is a Ruby binding of GTK+ 3."
|
|
msgstr ""
|
|
|
|
#: gem-gtk3-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/GTK3 is a Ruby binding of GTK+ 3 development package"
|
|
msgstr ""
|
|
|
|
#: gem-gtk3-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/GTK3 is a Ruby binding of GTK+ 3 development package."
|
|
msgstr ""
|
|
|
|
#: gem-gtk3-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/GTK3 is a Ruby binding of GTK+ 3 documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-gtk3-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/GTK3 is a Ruby binding of GTK+ 3 documentation files."
|
|
msgstr ""
|
|
|
|
#: gem-gtk3-no-gi
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/GTK3 is a Ruby binding of GTK+ 3 with no Graphic Interface"
|
|
msgstr ""
|
|
|
|
#: gem-gtk3-no-gi
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/GTK3 is a Ruby binding of GTK+ 3 with no Graphic Interface."
|
|
msgstr ""
|
|
|
|
#: gem-gtk4
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/GTK4 is a Ruby binding of GTK+ 4"
|
|
msgstr ""
|
|
|
|
#: gem-gtk4
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/GTK4 is a Ruby binding of GTK+ 4."
|
|
msgstr ""
|
|
|
|
#: gem-gtk4-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/GTK4 is a Ruby binding of GTK+ 4 development package"
|
|
msgstr ""
|
|
|
|
#: gem-gtk4-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/GTK4 is a Ruby binding of GTK+ 4 development package."
|
|
msgstr ""
|
|
|
|
#: gem-gtk4-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/GTK4 is a Ruby binding of GTK+ 4 documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-gtk4-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/GTK4 is a Ruby binding of GTK+ 4 documentation files."
|
|
msgstr ""
|
|
|
|
#: gem-gtksourceview2
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/GtkSourceView2 is a Ruby binding of gtksourceview-2.x"
|
|
msgstr ""
|
|
|
|
#: gem-gtksourceview2
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/GtkSourceView2 is a Ruby binding of gtksourceview-2.x."
|
|
msgstr ""
|
|
|
|
#: gem-gtksourceview3
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/GtkSourceView3 is a Ruby binding of gtksourceview-3.x"
|
|
msgstr ""
|
|
|
|
#: gem-gtksourceview3
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/GtkSourceView3 is a Ruby binding of gtksourceview-3.x."
|
|
msgstr ""
|
|
|
|
#: gem-gtksourceview3-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/GtkSourceView3 is a Ruby binding of gtksourceview-3.x development package"
|
|
msgstr ""
|
|
|
|
#: gem-gtksourceview3-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid ""
|
|
"Ruby/GtkSourceView3 is a Ruby binding of gtksourceview-3.x development\n"
|
|
"package."
|
|
msgstr ""
|
|
|
|
#: gem-gtksourceview3-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/GtkSourceView3 is a Ruby binding of gtksourceview-3.x documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-gtksourceview3-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid ""
|
|
"Ruby/GtkSourceView3 is a Ruby binding of gtksourceview-3.x documentation\n"
|
|
"files."
|
|
msgstr ""
|
|
|
|
#: gem-gtksourceview3-no-gi
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/GtkSourceView3 is a Ruby binding of gtksourceview-3.x with no Graphic Interface"
|
|
msgstr ""
|
|
|
|
#: gem-gtksourceview3-no-gi
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/GtkSourceView3 is a Ruby binding of gtksourceview-3.x with no Graphic Interface."
|
|
msgstr ""
|
|
|
|
#: gem-gtksourceview4
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/GtkSourceView4 is a Ruby binding of gtksourceview-4.x"
|
|
msgstr ""
|
|
|
|
#: gem-gtksourceview4
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/GtkSourceView4 is a Ruby binding of gtksourceview-4.x."
|
|
msgstr ""
|
|
|
|
#: gem-gtksourceview4-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/GtkSourceView4 is a Ruby binding of gtksourceview-4.x development package"
|
|
msgstr ""
|
|
|
|
#: gem-gtksourceview4-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid ""
|
|
"Ruby/GtkSourceView4 is a Ruby binding of gtksourceview-4.x development\n"
|
|
"package."
|
|
msgstr ""
|
|
|
|
#: gem-gtksourceview4-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/GtkSourceView4 is a Ruby binding of gtksourceview-4.x documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-gtksourceview4-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid ""
|
|
"Ruby/GtkSourceView4 is a Ruby binding of gtksourceview-4.x documentation\n"
|
|
"files."
|
|
msgstr ""
|
|
|
|
#: gem-gvlc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/VLC is a Ruby binding of libVLC for Ruby/GTK"
|
|
msgstr ""
|
|
|
|
#: gem-gvlc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/VLC is a Ruby binding of libVLC for Ruby/GTK."
|
|
msgstr ""
|
|
|
|
#: gem-gvlc-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/VLC is a Ruby binding of libVLC for Ruby/GTK development package"
|
|
msgstr ""
|
|
|
|
#: gem-gvlc-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid ""
|
|
"Ruby/VLC is a Ruby binding of libVLC for Ruby/GTK development\n"
|
|
"package."
|
|
msgstr ""
|
|
|
|
#: gem-gvlc-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/VLC is a Ruby binding of libVLC for Ruby/GTK documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-gvlc-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid ""
|
|
"Ruby/VLC is a Ruby binding of libVLC for Ruby/GTK documentation\n"
|
|
"files."
|
|
msgstr ""
|
|
|
|
#: gem-libsecret
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Executable file for libsecret gem"
|
|
msgstr ""
|
|
|
|
#: gem-libsecret
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Executable file for libsecret gem."
|
|
msgstr ""
|
|
|
|
#: gem-libsecret-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Executable file for libsecret gem development package"
|
|
msgstr ""
|
|
|
|
#: gem-libsecret-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Executable file for libsecret gem development package."
|
|
msgstr ""
|
|
|
|
#: gem-libsecret-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Documentation files for libsecret gem"
|
|
msgstr ""
|
|
|
|
#: gem-libsecret-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Documentation files for libsecret gem."
|
|
msgstr ""
|
|
|
|
#: gem-libsecret-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Executable file for libsecret gem documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-libsecret-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Executable file for libsecret gem documentation files."
|
|
msgstr ""
|
|
|
|
#: gem-pango
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/Pango is a Ruby binding of pango based on GObject-Introspection"
|
|
msgstr ""
|
|
|
|
#: gem-pango
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/Pango is a Ruby binding of pango based on GObject-Introspection."
|
|
msgstr ""
|
|
|
|
#: gem-pango-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/Pango is a Ruby binding of pango based on GObject-Introspection development package"
|
|
msgstr ""
|
|
|
|
#: gem-pango-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid ""
|
|
"Ruby/Pango is a Ruby binding of pango based on GObject-Introspection development\n"
|
|
"package."
|
|
msgstr ""
|
|
|
|
#: gem-pango-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/Pango is a Ruby binding of pango based on GObject-Introspection documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-pango-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid ""
|
|
"Ruby/Pango is a Ruby binding of pango based on GObject-Introspection\n"
|
|
"documentation files."
|
|
msgstr ""
|
|
|
|
#: gem-pango-no-gi
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/Pango is a Ruby binding of pango based on GObject-Introspection with no Graphic Interface"
|
|
msgstr ""
|
|
|
|
#: gem-pango-no-gi
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/Pango is a Ruby binding of pango based on GObject-Introspection with no Graphic Interface."
|
|
msgstr ""
|
|
|
|
#: gem-poppler
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/Poppler is a Ruby binding of poppler-glib"
|
|
msgstr ""
|
|
|
|
#: gem-poppler
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/Poppler is a Ruby binding of poppler-glib."
|
|
msgstr ""
|
|
|
|
#: gem-poppler-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/Poppler is a Ruby binding of poppler-glib development package"
|
|
msgstr ""
|
|
|
|
#: gem-poppler-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/Poppler is a Ruby binding of poppler-glib development package."
|
|
msgstr ""
|
|
|
|
#: gem-poppler-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/Poppler is a Ruby binding of poppler-glib documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-poppler-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/Poppler is a Ruby binding of poppler-glib documentation files."
|
|
msgstr ""
|
|
|
|
#: gem-poppler-no-gi
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/Poppler is a Ruby binding of poppler-glib with no Graphic Interface"
|
|
msgstr ""
|
|
|
|
#: gem-poppler-no-gi
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/Poppler is a Ruby binding of poppler-glib with no Graphic Interface."
|
|
msgstr ""
|
|
|
|
#: gem-rsvg2
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/RSVG2 is a Ruby binding of librsvg based on GObject-Introspection"
|
|
msgstr ""
|
|
|
|
#: gem-rsvg2
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/RSVG2 is a Ruby binding of librsvg based on GObject-Introspection."
|
|
msgstr ""
|
|
|
|
#: gem-rsvg2-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/RSVG2 is a Ruby binding of librsvg based on GObject-Introspection development package"
|
|
msgstr ""
|
|
|
|
#: gem-rsvg2-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid ""
|
|
"Ruby/RSVG2 is a Ruby binding of librsvg based on GObject-Introspection\n"
|
|
"development package."
|
|
msgstr ""
|
|
|
|
#: gem-rsvg2-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/RSVG2 is a Ruby binding of librsvg based on GObject-Introspection documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-rsvg2-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid ""
|
|
"Ruby/RSVG2 is a Ruby binding of librsvg based on GObject-Introspection\n"
|
|
"documentation files."
|
|
msgstr ""
|
|
|
|
#: gem-rsvg2-no-gi
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/RSVG2 is a Ruby binding of librsvg based on GObject-Introspection with no Graphic Interface"
|
|
msgstr ""
|
|
|
|
#: gem-rsvg2-no-gi
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/RSVG2 is a Ruby binding of librsvg based on GObject-Introspection with no Graphic Interface."
|
|
msgstr ""
|
|
|
|
#: gem-vte
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/VTE is a Ruby binding of VTE"
|
|
msgstr ""
|
|
|
|
#: gem-vte
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/VTE is a Ruby binding of VTE."
|
|
msgstr ""
|
|
|
|
#: gem-vte3
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/VTE3 is a Ruby binding of VTE for use with GTK3"
|
|
msgstr ""
|
|
|
|
#: gem-vte3
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/VTE3 is a Ruby binding of VTE for use with GTK3."
|
|
msgstr ""
|
|
|
|
#: gem-vte3-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/VTE3 is a Ruby binding of VTE for use with GTK3 development package"
|
|
msgstr ""
|
|
|
|
#: gem-vte3-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid ""
|
|
"Ruby/VTE3 is a Ruby binding of VTE for use with GTK3 development\n"
|
|
"package."
|
|
msgstr ""
|
|
|
|
#: gem-vte3-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/VTE3 is a Ruby binding of VTE for use with GTK3 documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-vte3-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid ""
|
|
"Ruby/VTE3 is a Ruby binding of VTE for use with GTK3 documentation\n"
|
|
"files."
|
|
msgstr ""
|
|
|
|
#: gem-vte3-no-gi
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/VTE3 is a Ruby binding of VTE for use with GTK3 with no Graphic Interface"
|
|
msgstr ""
|
|
|
|
#: gem-vte3-no-gi
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/VTE3 is a Ruby binding of VTE for use with GTK3 with no Graphic Interface."
|
|
msgstr ""
|
|
|
|
#: gem-webkit-gtk
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/WebKitGTK is a Ruby binding of WebKitGTK+"
|
|
msgstr ""
|
|
|
|
#: gem-webkit-gtk
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/WebKitGTK is a Ruby binding of WebKitGTK+."
|
|
msgstr ""
|
|
|
|
#: gem-webkit-gtk-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/WebKitGTK is a Ruby binding of WebKitGTK+ development package"
|
|
msgstr ""
|
|
|
|
#: gem-webkit-gtk-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/WebKitGTK is a Ruby binding of WebKitGTK+ development package."
|
|
msgstr ""
|
|
|
|
#: gem-webkit-gtk-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/WebKitGTK is a Ruby binding of WebKitGTK+ documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-webkit-gtk-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/WebKitGTK is a Ruby binding of WebKitGTK+ documentation files."
|
|
msgstr ""
|
|
|
|
#: gem-webkit-gtk2
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/WebKitGTK2 is a Ruby binding of WebKitGTK+ for GTK+ 2"
|
|
msgstr ""
|
|
|
|
#: gem-webkit-gtk2
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/WebKitGTK2 is a Ruby binding of WebKitGTK+ for GTK+ 2."
|
|
msgstr ""
|
|
|
|
#: gem-webkit2-gtk
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/WebKit2GTK is a Ruby binding of WebKit2GTK+"
|
|
msgstr ""
|
|
|
|
#: gem-webkit2-gtk
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/WebKit2GTK is a Ruby binding of WebKit2GTK+."
|
|
msgstr ""
|
|
|
|
#: gem-webkit2-gtk-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/WebKit2GTK is a Ruby binding of WebKit2GTK+ development package"
|
|
msgstr ""
|
|
|
|
#: gem-webkit2-gtk-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/WebKit2GTK is a Ruby binding of WebKit2GTK+ development package."
|
|
msgstr ""
|
|
|
|
#: gem-webkit2-gtk-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby/WebKit2GTK is a Ruby binding of WebKit2GTK+ documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-webkit2-gtk-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Ruby/WebKit2GTK is a Ruby binding of WebKit2GTK+ documentation files."
|
|
msgstr ""
|
|
|
|
#: gem-wnck3
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Executable file for wnck3 gem"
|
|
msgstr ""
|
|
|
|
#: gem-wnck3
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Executable file for wnck3 gem."
|
|
msgstr ""
|
|
|
|
#: gem-wnck3-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Executable file for wnck3 gem development package"
|
|
msgstr ""
|
|
|
|
#: gem-wnck3-devel
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Executable file for wnck3 gem development package."
|
|
msgstr ""
|
|
|
|
#: gem-wnck3-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Documentation files for wnck3 gem"
|
|
msgstr ""
|
|
|
|
#: gem-wnck3-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Documentation files for wnck3 gem."
|
|
msgstr ""
|
|
|
|
#: gem-wnck3-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Executable file for wnck3 gem documentation files"
|
|
msgstr ""
|
|
|
|
#: gem-wnck3-doc
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid "Executable file for wnck3 gem documentation files."
|
|
msgstr ""
|
|
|
|
#: ruby-gnome2
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. summary
|
|
msgid "Ruby bindings for GNOME"
|
|
msgstr ""
|
|
|
|
#: ruby-gnome2
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid ""
|
|
"This is a set of bindings for the GNOME 2.x and 3.x libraries to use from Ruby\n"
|
|
"2.1, 2.2, 2.3 and 2.4."
|
|
msgstr ""
|
|
|
|
#: ruby-gnome2
|
|
#. homepage: https://ruby-gnome2.osdn.jp/
|
|
#. description
|
|
msgid ""
|
|
"This is a set of bindings for the GNOME 2.x and 3.x libraries to use\n"
|
|
"from Ruby 2.1, 2.2, 2.3 and 2.4."
|
|
msgstr ""
|
|
|
|
#: ruby-google-api
|
|
#. homepage: https://developers.google.com/api-client-library/ruby/
|
|
#. summary
|
|
msgid "Google API Client for Ruby"
|
|
msgstr ""
|
|
|
|
#: ruby-google-api
|
|
#. homepage: https://developers.google.com/api-client-library/ruby/
|
|
#. description
|
|
msgid ""
|
|
"These client libraries are officially supported by Google. However,\n"
|
|
"the libraries are considered complete and are in maintenance mode. This means\n"
|
|
"that we will address critical bugs and security issues but will not add any new\n"
|
|
"features."
|
|
msgstr ""
|
|
|
|
#: ruby-google-api-doc
|
|
#. homepage: https://developers.google.com/api-client-library/ruby/
|
|
#. summary
|
|
msgid "Documentation files for google-api-client gem"
|
|
msgstr ""
|
|
|
|
#: ruby-google-api-doc
|
|
#. homepage: https://developers.google.com/api-client-library/ruby/
|
|
#. description
|
|
msgid "Documentation files for google-api-client gem."
|
|
msgstr ""
|
|
|
|
#: ruby-google-auth
|
|
#. homepage: https://github.com/googleapis/google-auth-library-ruby
|
|
#. summary
|
|
msgid "Google Auth Library for Ruby"
|
|
msgstr ""
|
|
|
|
#: ruby-google-auth-doc
|
|
#. homepage: https://github.com/googleapis/google-auth-library-ruby
|
|
#. summary
|
|
msgid "Documentation files for googleauth gem"
|
|
msgstr ""
|
|
|
|
#: ruby-google-auth-doc
|
|
#. homepage: https://github.com/googleapis/google-auth-library-ruby
|
|
#. description
|
|
msgid "Documentation files for googleauth gem."
|
|
msgstr ""
|
|
|
|
#: haml
|
|
#. homepage: https://github.com/haml/haml
|
|
#. summary
|
|
msgid "Executable file for haml gem"
|
|
msgstr ""
|
|
|
|
#: haml
|
|
#. homepage: https://github.com/haml/haml
|
|
#. description
|
|
msgid "Executable file for haml gem."
|
|
msgstr ""
|
|
|
|
#: ruby-haml
|
|
#. homepage: https://github.com/haml/haml
|
|
#. summary
|
|
msgid "HTML Abstraction Markup Language - A Markup Haiku"
|
|
msgstr ""
|
|
|
|
#: ruby-haml
|
|
#. homepage: https://github.com/haml/haml
|
|
#. description
|
|
msgid ""
|
|
"Haml is a templating engine for HTML. It's designed to make it both easier and\n"
|
|
"more pleasant to write HTML documents, by eliminating redundancy, reflecting\n"
|
|
"the underlying structure that the document represents, and providing an elegant\n"
|
|
"syntax that's both powerful and easy to understand."
|
|
msgstr ""
|
|
|
|
#: ruby-haml-doc
|
|
#. homepage: https://github.com/haml/haml
|
|
#. summary
|
|
msgid "Documentation files for haml gem"
|
|
msgstr ""
|
|
|
|
#: ruby-haml-doc
|
|
#. homepage: https://github.com/haml/haml
|
|
#. description
|
|
msgid "Documentation files for haml gem."
|
|
msgstr ""
|
|
|
|
#: ruby-hashie
|
|
#. homepage: https://github.com/intridea/hashie
|
|
#. summary
|
|
msgid "Hashie is a simple collection of useful Hash extensions"
|
|
msgstr ""
|
|
|
|
#: ruby-hashie
|
|
#. homepage: https://github.com/intridea/hashie
|
|
#. description
|
|
msgid ""
|
|
"Hashie is a growing collection of tools that extend Hashes and make them\n"
|
|
"more useful."
|
|
msgstr ""
|
|
|
|
#: ruby-hashie-doc
|
|
#. homepage: https://github.com/intridea/hashie
|
|
#. summary
|
|
msgid "Documentation for ruby-hashie"
|
|
msgstr ""
|
|
|
|
#: ruby-hashie-doc
|
|
#. homepage: https://github.com/intridea/hashie
|
|
#. description
|
|
msgid "Documentation for ruby-hashie."
|
|
msgstr ""
|
|
|
|
#: ruby-highline
|
|
#. homepage: https://github.com/JEG2/highline
|
|
#. summary
|
|
msgid "HighLine is a high-level command-line IO Ruby library"
|
|
msgstr ""
|
|
|
|
#: ruby-highline
|
|
#. homepage: https://github.com/JEG2/highline
|
|
#. description
|
|
msgid ""
|
|
"A high-level IO library that provides validation, type conversion, and\n"
|
|
"more for command-line interfaces. HighLine also includes a complete menu\n"
|
|
"system that can crank out anything from simple list selection to\n"
|
|
"complete shells with just minutes of work."
|
|
msgstr ""
|
|
|
|
#: ruby-highline-doc
|
|
#. homepage: https://github.com/JEG2/highline
|
|
#. summary
|
|
msgid "Documentation files for highline gem"
|
|
msgstr ""
|
|
|
|
#: ruby-highline-doc
|
|
#. homepage: https://github.com/JEG2/highline
|
|
#. description
|
|
msgid "Documentation files for highline gem."
|
|
msgstr ""
|
|
|
|
#: ruby-hirb
|
|
#. homepage: https://github.com/cldwalker/hirb
|
|
#. summary
|
|
msgid "A mini view framework for console/irb that's easy to use"
|
|
msgstr ""
|
|
|
|
#: ruby-hirb
|
|
#. homepage: https://github.com/cldwalker/hirb
|
|
#. description
|
|
msgid ""
|
|
"A mini view framework for console/irb that's easy to use, even while under its\n"
|
|
"influence. Console goodies include a no-wrap table, auto-pager, tree and menu."
|
|
msgstr ""
|
|
|
|
#: ruby-hirb-doc
|
|
#. homepage: https://github.com/cldwalker/hirb
|
|
#. summary
|
|
msgid "Documentation files for hirb gem"
|
|
msgstr ""
|
|
|
|
#: ruby-hirb-doc
|
|
#. homepage: https://github.com/cldwalker/hirb
|
|
#. description
|
|
msgid "Documentation files for hirb gem."
|
|
msgstr ""
|
|
|
|
#: ruby-inflection
|
|
#. homepage: https://github.com/reactormonk/extlib/tree/inflection
|
|
#. summary
|
|
msgid "Provides english inflection"
|
|
msgstr ""
|
|
|
|
#: ruby-inflection
|
|
#. homepage: https://github.com/reactormonk/extlib/tree/inflection
|
|
#. description
|
|
msgid "Support library for inflections."
|
|
msgstr ""
|
|
|
|
#: ruby-inflection-doc
|
|
#. homepage: https://github.com/reactormonk/extlib/tree/inflection
|
|
#. summary
|
|
msgid "Documentation files for ruby-inflection"
|
|
msgstr ""
|
|
|
|
#: ruby-inflection-doc
|
|
#. homepage: https://github.com/reactormonk/extlib/tree/inflection
|
|
#. description
|
|
msgid "Documentation files for ruby-inflection."
|
|
msgstr ""
|
|
|
|
#: ruby-iostruct
|
|
#. homepage: http://github.com/zed-0xff/iostruct
|
|
#. summary
|
|
msgid "A Struct that can read/write itself from/to IO-like objects"
|
|
msgstr ""
|
|
|
|
#: ruby-iostruct-doc
|
|
#. homepage: http://github.com/zed-0xff/iostruct
|
|
#. summary
|
|
msgid "Documentation files for ruby-iostruct"
|
|
msgstr ""
|
|
|
|
#: ruby-iostruct-doc
|
|
#. homepage: http://github.com/zed-0xff/iostruct
|
|
#. description
|
|
msgid "Documentation files for ruby-iostruct."
|
|
msgstr ""
|
|
|
|
#: ruby-ipaddress
|
|
#. homepage: https://github.com/bluemonk/ipaddress
|
|
#. summary
|
|
msgid "A library to handle IP (both IPv4 and IPv6) addresses for Ruby"
|
|
msgstr ""
|
|
|
|
#: ruby-ipaddress
|
|
#. homepage: https://github.com/bluemonk/ipaddress
|
|
#. description
|
|
msgid ""
|
|
"IPAddress is a Ruby library designed to make the use of IPv4 and IPv6\n"
|
|
"addresses simple, powerful and enjoyable. It provides a complete set of\n"
|
|
"methods to handle IP addresses for any need, from simple scripting to\n"
|
|
"full network design."
|
|
msgstr ""
|
|
|
|
#: ruby-ipaddress-doc
|
|
#. homepage: https://github.com/bluemonk/ipaddress
|
|
#. summary
|
|
msgid "Documentation files for ruby-ipaddress"
|
|
msgstr ""
|
|
|
|
#: ruby-ipaddress-doc
|
|
#. homepage: https://github.com/bluemonk/ipaddress
|
|
#. description
|
|
msgid "Documentation files for ruby-ipaddress."
|
|
msgstr ""
|
|
|
|
#: ruby-iso8601
|
|
#. homepage: https://github.com/arnau/ISO8601
|
|
#. summary
|
|
msgid "Ruby parser to work with ISO8601 dateTimes and durations (http://en.wikipedia.org/wiki/ISO_8601)"
|
|
msgstr ""
|
|
|
|
#: ruby-iso8601-doc
|
|
#. homepage: https://github.com/arnau/ISO8601
|
|
#. summary
|
|
msgid "Documentation files for ruby-iso8601"
|
|
msgstr ""
|
|
|
|
#: ruby-iso8601-doc
|
|
#. homepage: https://github.com/arnau/ISO8601
|
|
#. description
|
|
msgid "Documentation files for ruby-iso8601."
|
|
msgstr ""
|
|
|
|
#: ruby-java
|
|
#. homepage: https://github.com/vanruby/java
|
|
#. summary
|
|
msgid "The caffeine boost you need for your late-night coding sprints."
|
|
msgstr ""
|
|
|
|
#: ruby-java-doc
|
|
#. homepage: https://github.com/vanruby/java
|
|
#. summary
|
|
msgid "Documentation files for ruby-java"
|
|
msgstr ""
|
|
|
|
#: ruby-java-doc
|
|
#. homepage: https://github.com/vanruby/java
|
|
#. description
|
|
msgid "Documentation files for ruby-java."
|
|
msgstr ""
|
|
|
|
#: ruby-launchy
|
|
#. homepage: https://github.com/copiousfreetime/launchy
|
|
#. summary
|
|
msgid "A helper for launching cross-platform applications in a fire and forget manner."
|
|
msgstr ""
|
|
|
|
#: ruby-launchy
|
|
#. homepage: https://github.com/copiousfreetime/launchy
|
|
#. description
|
|
msgid ""
|
|
"Launchy is helper class for launching cross-platform applications in a fire and\n"
|
|
"forget manner.\n"
|
|
"\n"
|
|
"There are application concepts (browser, email client, etc) that are common\n"
|
|
"across all platforms, and they may be launched differently on each platform.\n"
|
|
"Launchy is here to make a common approach to launching external application from\n"
|
|
"within ruby programs."
|
|
msgstr ""
|
|
|
|
#: ruby-launchy-app
|
|
#. homepage: https://github.com/copiousfreetime/launchy
|
|
#. summary
|
|
msgid "Executable file for launchy gem"
|
|
msgstr ""
|
|
|
|
#: ruby-launchy-app
|
|
#. homepage: https://github.com/copiousfreetime/launchy
|
|
#. description
|
|
msgid "Executable file for launchy gem."
|
|
msgstr ""
|
|
|
|
#: ruby-launchy-doc
|
|
#. homepage: https://github.com/copiousfreetime/launchy
|
|
#. summary
|
|
msgid "Documentation files for launchy gem"
|
|
msgstr ""
|
|
|
|
#: ruby-launchy-doc
|
|
#. homepage: https://github.com/copiousfreetime/launchy
|
|
#. description
|
|
msgid "Documentation files for launchy gem."
|
|
msgstr ""
|
|
|
|
#: gem-ruby-libvirt-devel
|
|
#. homepage: http://libvirt.org/ruby/
|
|
#. summary
|
|
msgid "Development files for ruby-libvirt gem"
|
|
msgstr ""
|
|
|
|
#: gem-ruby-libvirt-devel
|
|
#. homepage: http://libvirt.org/ruby/
|
|
#. description
|
|
msgid "Development files for ruby-libvirt gem."
|
|
msgstr ""
|
|
|
|
#: gem-ruby-libvirt-doc
|
|
#. homepage: http://libvirt.org/ruby/
|
|
#. summary
|
|
msgid "Documentation files for ruby-libvirt gem"
|
|
msgstr ""
|
|
|
|
#: gem-ruby-libvirt-doc
|
|
#. homepage: http://libvirt.org/ruby/
|
|
#. description
|
|
msgid "Documentation files for ruby-libvirt gem."
|
|
msgstr ""
|
|
|
|
#: ruby-libvirt
|
|
#. homepage: http://libvirt.org/ruby/
|
|
#. summary
|
|
msgid "Ruby bindings for libvirt"
|
|
msgstr ""
|
|
|
|
#: ruby-libvirt
|
|
#. homepage: http://libvirt.org/ruby/
|
|
#. description
|
|
msgid "The module Libvirt provides bindings to libvirt."
|
|
msgstr ""
|
|
|
|
#: ruby-listen
|
|
#. homepage: https://github.com/guard/listen
|
|
#. summary
|
|
msgid "The Listen gem listens to file modifications and notifies you about the changes."
|
|
msgstr ""
|
|
|
|
#: ruby-listen-doc
|
|
#. homepage: https://github.com/guard/listen
|
|
#. summary
|
|
msgid "Documentation files for ruby-listen"
|
|
msgstr ""
|
|
|
|
#: ruby-listen-doc
|
|
#. homepage: https://github.com/guard/listen
|
|
#. description
|
|
msgid "Documentation files for ruby-listen."
|
|
msgstr ""
|
|
|
|
#: ruby-logging
|
|
#. homepage: https://github.com/TwP/logging
|
|
#. summary
|
|
msgid "A flexible logging library for use in Ruby programs based on the design of Java's log4j library"
|
|
msgstr ""
|
|
|
|
#: ruby-logging
|
|
#. homepage: https://github.com/TwP/logging
|
|
#. description
|
|
msgid ""
|
|
"Logging is a flexible logging library for use in Ruby programs based on\n"
|
|
"the design of Java's log4j library. It features a hierarchical logging system,\n"
|
|
"custom level names, multiple output destinations per log event, custom\n"
|
|
"formatting, and more."
|
|
msgstr ""
|
|
|
|
#: ruby-logging-doc
|
|
#. homepage: https://github.com/TwP/logging
|
|
#. summary
|
|
msgid "Documentation files for logging gem"
|
|
msgstr ""
|
|
|
|
#: ruby-logging-doc
|
|
#. homepage: https://github.com/TwP/logging
|
|
#. description
|
|
msgid "Documentation files for logging gem."
|
|
msgstr ""
|
|
|
|
#: ruby-loofah
|
|
#. homepage: https://github.com/flavorjones/loofah
|
|
#. summary
|
|
msgid "HTML/XML manipulation and sanitization based on Nokogiri"
|
|
msgstr ""
|
|
|
|
#: ruby-loofah-doc
|
|
#. homepage: https://github.com/flavorjones/loofah
|
|
#. summary
|
|
msgid "Documentation files for ruby-loofah"
|
|
msgstr ""
|
|
|
|
#: ruby-loofah-doc
|
|
#. homepage: https://github.com/flavorjones/loofah
|
|
#. description
|
|
msgid "Documentation files for ruby-loofah."
|
|
msgstr ""
|
|
|
|
#: ruby-makeconf
|
|
#. homepage: https://sourceforge.net/projects/makeconf/
|
|
#. summary
|
|
msgid "Build system for C programs"
|
|
msgstr ""
|
|
|
|
#: ruby-makeconf
|
|
#. homepage: https://sourceforge.net/projects/makeconf/
|
|
#. description
|
|
msgid ""
|
|
"Makeconf is a build system for C programs. It was inspired by GNU\n"
|
|
"Autoconf, and tries to be backwards compatible from an end-user\n"
|
|
"perspective. Makeconf allows you to specify information that you need to\n"
|
|
"build software, and then it generates a configure script for you. This\n"
|
|
"script takes care of generating a makefile that can build your software\n"
|
|
"package."
|
|
msgstr ""
|
|
|
|
#: ruby-makeconf-doc
|
|
#. homepage: https://sourceforge.net/projects/makeconf/
|
|
#. summary
|
|
msgid "Documentation for Makeconf"
|
|
msgstr ""
|
|
|
|
#: ruby-makeconf-doc
|
|
#. homepage: https://sourceforge.net/projects/makeconf/
|
|
#. description
|
|
msgid ""
|
|
"Makeconf is a build system for C programs. It was inspired by GNU\n"
|
|
"Autoconf, and tries to be backwards compatible from an end-user\n"
|
|
"perspective. Makeconf allows you to specify information that you need to\n"
|
|
"build software, and then it generates a configure script for you. This\n"
|
|
"script takes care of generating a makefile that can build your software\n"
|
|
"package.\n"
|
|
"\n"
|
|
"This package contains documentation for Makeconf."
|
|
msgstr ""
|
|
|
|
#: ruby-marc
|
|
#. homepage: http://rubyforge.org/projects/marc/
|
|
#. summary
|
|
msgid "Ruby library for processing Machine Readable Cataloging (MARC) bibliographic data"
|
|
msgstr ""
|
|
|
|
#: ruby-marc
|
|
#. homepage: http://rubyforge.org/projects/marc/
|
|
#. description
|
|
msgid ""
|
|
"marc is a ruby library for reading and writing MAchine Readable Cataloging\n"
|
|
"(MARC). More information about MARC can be found at <http://www.loc.gov/marc>."
|
|
msgstr ""
|
|
|
|
#: ruby-marc-doc
|
|
#. homepage: http://rubyforge.org/projects/marc/
|
|
#. summary
|
|
msgid "Documentation files for ruby-marc"
|
|
msgstr ""
|
|
|
|
#: ruby-marcel
|
|
#. homepage: https://github.com/basecamp/marcel
|
|
#. summary
|
|
msgid "Find the mime type of files, examining file, filename and declared type"
|
|
msgstr ""
|
|
|
|
#: ruby-marcel-doc
|
|
#. homepage: https://github.com/basecamp/marcel
|
|
#. summary
|
|
msgid "Documentation files for ruby-marcel"
|
|
msgstr ""
|
|
|
|
#: ruby-marcel-doc
|
|
#. homepage: https://github.com/basecamp/marcel
|
|
#. description
|
|
msgid "Documentation files for ruby-marcel."
|
|
msgstr ""
|
|
|
|
#: ruby-memcache-client
|
|
#. homepage: http://rubyforge.org/projects/seattlerb/
|
|
#. summary
|
|
msgid "Ruby client for Danga Interactive's memcached"
|
|
msgstr ""
|
|
|
|
#: ruby-memcache-client
|
|
#. homepage: http://rubyforge.org/projects/seattlerb/
|
|
#. description
|
|
msgid "memcache-client is a client for Danga Interactive's memcached."
|
|
msgstr ""
|
|
|
|
#: ruby-memcache-client-doc
|
|
#. homepage: http://rubyforge.org/projects/seattlerb/
|
|
#. summary
|
|
msgid "Documentation files for memcache-client"
|
|
msgstr ""
|
|
|
|
#: ruby-memoist
|
|
#. homepage: https://github.com/matthewrudy/memoist
|
|
#. summary
|
|
msgid "ActiveSupport::Memoizable with a few enhancements"
|
|
msgstr ""
|
|
|
|
#: ruby-memoist-doc
|
|
#. homepage: https://github.com/matthewrudy/memoist
|
|
#. summary
|
|
msgid "Documentation files for ruby-memoist"
|
|
msgstr ""
|
|
|
|
#: ruby-memoist-doc
|
|
#. homepage: https://github.com/matthewrudy/memoist
|
|
#. description
|
|
msgid "Documentation files for ruby-memoist."
|
|
msgstr ""
|
|
|
|
#: ruby-mime-types
|
|
#. homepage: https://github.com/mime-types/ruby-mime-types
|
|
#. summary
|
|
msgid "Manages a MIME Content-Type database"
|
|
msgstr ""
|
|
|
|
#: ruby-mime-types
|
|
#. homepage: https://github.com/mime-types/ruby-mime-types
|
|
#. description
|
|
msgid ""
|
|
"Manages a MIME Content-Type database.\n"
|
|
"Manages a MIME Content-Type database that will return the Content-Type for\n"
|
|
"a given filename.\n"
|
|
"\n"
|
|
"MIME::Types for Ruby originally based on and synchronized with\n"
|
|
"MIME::Types for Perl by Mark Overmeer, copy right 2001 - 2009. As of\n"
|
|
"version 1.15, the data format for the MIME::Type list has changed and\n"
|
|
"the synchronization will no longer happen."
|
|
msgstr ""
|
|
|
|
#: ruby-mime-types-doc
|
|
#. homepage: https://github.com/mime-types/ruby-mime-types
|
|
#. summary
|
|
msgid "Documentation files for mime-types gem"
|
|
msgstr ""
|
|
|
|
#: ruby-mime-types-doc
|
|
#. homepage: https://github.com/mime-types/ruby-mime-types
|
|
#. description
|
|
msgid "Documentation files for mime-types gem."
|
|
msgstr ""
|
|
|
|
#: ruby-mime-types-data
|
|
#. homepage: https://github.com/mime-types/mime-types-data
|
|
#. summary
|
|
msgid "MIME Type registry data"
|
|
msgstr ""
|
|
|
|
#: ruby-mime-types-data
|
|
#. homepage: https://github.com/mime-types/mime-types-data
|
|
#. description
|
|
msgid ""
|
|
"mime-types-data provides a registry for information about MIME media\n"
|
|
"type definitions. It can be used with the Ruby mime-types library or\n"
|
|
"other software to determine defined filename extensions for MIME types,\n"
|
|
"or to use filename extensions to look up the likely MIME type\n"
|
|
"definitions."
|
|
msgstr ""
|
|
|
|
#: ruby-mime-types-data-doc
|
|
#. homepage: https://github.com/mime-types/mime-types-data
|
|
#. summary
|
|
msgid "Documentation files for mime-types-data gem"
|
|
msgstr ""
|
|
|
|
#: ruby-mime-types-data-doc
|
|
#. homepage: https://github.com/mime-types/mime-types-data
|
|
#. description
|
|
msgid "Documentation files for mime-types-data gem."
|
|
msgstr ""
|
|
|
|
#: gem-minitar-doc
|
|
#. homepage: https://github.com/halostatue/minitar/
|
|
#. summary
|
|
msgid "Documentation files for minitar gem"
|
|
msgstr ""
|
|
|
|
#: gem-minitar-doc
|
|
#. homepage: https://github.com/halostatue/minitar/
|
|
#. description
|
|
msgid "Documentation files for minitar gem."
|
|
msgstr ""
|
|
|
|
#: ruby-minitar
|
|
#. homepage: https://github.com/halostatue/minitar/
|
|
#. summary
|
|
msgid "Minimal pure-ruby support for POSIX tar(1) archives."
|
|
msgstr ""
|
|
|
|
#: ruby-minitar
|
|
#. homepage: https://github.com/halostatue/minitar/
|
|
#. description
|
|
msgid ""
|
|
"The minitar library is a pure-Ruby library that provides the ability to deal\n"
|
|
"with POSIX tar(1) archive files.\n"
|
|
"\n"
|
|
"This is release 0.6, providing a number of bug fixes including a directory\n"
|
|
"traversal vulnerability, CVE-2016-10173. This release starts the migration and\n"
|
|
"modernization of the code:\n"
|
|
"\n"
|
|
"* the licence has been changed to match the modern Ruby licensing scheme (Ruby\n"
|
|
" and Simplified BSD instead of Ruby and GNU GPL);\n"
|
|
"* the minitar command-line program has been separated into the minitar-cli gem;\n"
|
|
"* the archive-tar-minitar gem now points to the minitar and minitar-cli gems\n"
|
|
" and discourages its installation.\n"
|
|
"\n"
|
|
"Some of these changes may break existing programs that depend on the internal\n"
|
|
"structure of the minitar library, but every effort has been made to ensure\n"
|
|
"compatibility; inasmuch as is possible, this compatibility will be maintained\n"
|
|
"through the release of minitar 1.0 (which will have strong breaking changes).\n"
|
|
"\n"
|
|
"minitar (previously called Archive::Tar::Minitar) is based heavily on code\n"
|
|
"originally written by Mauricio Julio Fernandez Pradier for the rpa-base project."
|
|
msgstr ""
|
|
|
|
#: ruby-mixlib-archive
|
|
#. homepage: https://github.com/chef/mixlib-archive
|
|
#. summary
|
|
msgid "A very simple gem to create and extract archives."
|
|
msgstr ""
|
|
|
|
#: ruby-mixlib-archive-doc
|
|
#. homepage: https://github.com/chef/mixlib-archive
|
|
#. summary
|
|
msgid "Documentation files for ruby-mixlib-archive"
|
|
msgstr ""
|
|
|
|
#: ruby-mixlib-archive-doc
|
|
#. homepage: https://github.com/chef/mixlib-archive
|
|
#. description
|
|
msgid "Documentation files for ruby-mixlib-archive."
|
|
msgstr ""
|
|
|
|
#: ruby-mixlib-authentication
|
|
#. homepage: https://github.com/chef/mixlib-authentication
|
|
#. summary
|
|
msgid "AuthN signing and verification. Appears in both the client and server"
|
|
msgstr ""
|
|
|
|
#: ruby-mixlib-authentication
|
|
#. homepage: https://github.com/chef/mixlib-authentication
|
|
#. description
|
|
msgid ""
|
|
"Mixlib::Authentication provides a class-based header signing\n"
|
|
"authentication object, like the one used in Chef."
|
|
msgstr ""
|
|
|
|
#: ruby-mixlib-authentication-doc
|
|
#. homepage: https://github.com/chef/mixlib-authentication
|
|
#. summary
|
|
msgid "Documentation files for ruby-mixlib-authentication"
|
|
msgstr ""
|
|
|
|
#: ruby-mixlib-authentication-doc
|
|
#. homepage: https://github.com/chef/mixlib-authentication
|
|
#. description
|
|
msgid "Documentation files for ruby-mixlib-authentication."
|
|
msgstr ""
|
|
|
|
#: mixlib-install
|
|
#. homepage: https://github.com/chef/mixlib-install
|
|
#. summary
|
|
msgid "Executable file for mixlib-install gem"
|
|
msgstr ""
|
|
|
|
#: mixlib-install
|
|
#. homepage: https://github.com/chef/mixlib-install
|
|
#. description
|
|
msgid "Executable file for mixlib-install gem."
|
|
msgstr ""
|
|
|
|
#: ruby-mixlib-install
|
|
#. homepage: https://github.com/chef/mixlib-install
|
|
#. summary
|
|
msgid "A library for interacting with Chef Software Inc's software distribution systems"
|
|
msgstr ""
|
|
|
|
#: ruby-mixlib-install
|
|
#. homepage: https://github.com/chef/mixlib-install
|
|
#. description
|
|
msgid "A library for interacting with Chef Software Inc's software distribution systems."
|
|
msgstr ""
|
|
|
|
#: ruby-mixlib-install-doc
|
|
#. homepage: https://github.com/chef/mixlib-install
|
|
#. summary
|
|
msgid "Documentation files for mixlib-install gem"
|
|
msgstr ""
|
|
|
|
#: ruby-mixlib-install-doc
|
|
#. homepage: https://github.com/chef/mixlib-install
|
|
#. description
|
|
msgid "Documentation files for mixlib-install gem."
|
|
msgstr ""
|
|
|
|
#: ruby-mixlib-versioning
|
|
#. homepage: https://github.com/chef/mixlib-versioning
|
|
#. summary
|
|
msgid "General purpose Ruby library that allows you to parse, compare, and manipulate version strings in multiple formats."
|
|
msgstr ""
|
|
|
|
#: ruby-mixlib-versioning-doc
|
|
#. homepage: https://github.com/chef/mixlib-versioning
|
|
#. summary
|
|
msgid "Documentation files for ruby-mixlib-versioning"
|
|
msgstr ""
|
|
|
|
#: ruby-mixlib-versioning-doc
|
|
#. homepage: https://github.com/chef/mixlib-versioning
|
|
#. description
|
|
msgid "Documentation files for ruby-mixlib-versioning."
|
|
msgstr ""
|
|
|
|
#: ruby-mono-logger
|
|
#. homepage: https://github.com/steveklabnik/mono_logger
|
|
#. summary
|
|
msgid "A lock-free logger for Ruby 2.0"
|
|
msgstr ""
|
|
|
|
#: ruby-mono-logger-doc
|
|
#. homepage: https://github.com/steveklabnik/mono_logger
|
|
#. summary
|
|
msgid "Documentation files for ruby-mono-logger"
|
|
msgstr ""
|
|
|
|
#: ruby-mono-logger-doc
|
|
#. homepage: https://github.com/steveklabnik/mono_logger
|
|
#. description
|
|
msgid "Documentation files for ruby-mono-logger."
|
|
msgstr ""
|
|
|
|
#: ruby-multi_xml
|
|
#. homepage: https://github.com/sferik/multi_xml
|
|
#. summary
|
|
msgid "A generic swappable back-end for XML parsing"
|
|
msgstr ""
|
|
|
|
#: ruby-multi_xml
|
|
#. homepage: https://github.com/sferik/multi_xml
|
|
#. description
|
|
msgid ""
|
|
"RMagick is an interface between the Ruby programming language and the\n"
|
|
"ImageMagick image processing library."
|
|
msgstr ""
|
|
|
|
#: ruby-multi_xml-doc
|
|
#. homepage: https://github.com/sferik/multi_xml
|
|
#. summary
|
|
msgid "Documentation files for multi_xml gem"
|
|
msgstr ""
|
|
|
|
#: ruby-multi_xml-doc
|
|
#. homepage: https://github.com/sferik/multi_xml
|
|
#. description
|
|
msgid "Documentation files for multi_xml gem."
|
|
msgstr ""
|
|
|
|
#: ruby-multipart-post
|
|
#. homepage: https://github.com/nicksieger/multipart-post
|
|
#. summary
|
|
msgid "Adds multipart POST capability to net/http"
|
|
msgstr ""
|
|
|
|
#: ruby-multipart-post
|
|
#. homepage: https://github.com/nicksieger/multipart-post
|
|
#. description
|
|
msgid ""
|
|
"Adds a streamy multipart form post capability to Net::HTTP. Also supports other\n"
|
|
"methods besides POST."
|
|
msgstr ""
|
|
|
|
#: ruby-multipart-post-doc
|
|
#. homepage: https://github.com/nicksieger/multipart-post
|
|
#. summary
|
|
msgid "Documentation files for multipart-post gem"
|
|
msgstr ""
|
|
|
|
#: ruby-multipart-post-doc
|
|
#. homepage: https://github.com/nicksieger/multipart-post
|
|
#. description
|
|
msgid "Documentation files for multipart-post gem."
|
|
msgstr ""
|
|
|
|
#: gem-mustermann
|
|
#. homepage: http://sinatrarb.com/mustermann/
|
|
#. summary
|
|
msgid "Your personal string matching expert"
|
|
msgstr ""
|
|
|
|
#: gem-mustermann
|
|
#. homepage: http://sinatrarb.com/mustermann/
|
|
#. description
|
|
msgid ""
|
|
"Your personal string matching expert.\n"
|
|
"\n"
|
|
"A library implementing patterns that behave like regular expressions."
|
|
msgstr ""
|
|
|
|
#: gem-mustermann-contrib
|
|
#. homepage: http://sinatrarb.com/mustermann/
|
|
#. summary
|
|
msgid "A meta gem depending on all other official mustermann gems"
|
|
msgstr ""
|
|
|
|
#: gem-mustermann-contrib
|
|
#. homepage: http://sinatrarb.com/mustermann/
|
|
#. description
|
|
msgid "A meta gem depending on all other official mustermann gems."
|
|
msgstr ""
|
|
|
|
#: gem-mustermann-contrib-doc
|
|
#. homepage: http://sinatrarb.com/mustermann/
|
|
#. summary
|
|
msgid "Documentation files for mustermann-contrib gem"
|
|
msgstr ""
|
|
|
|
#: gem-mustermann-contrib-doc
|
|
#. homepage: http://sinatrarb.com/mustermann/
|
|
#. description
|
|
msgid "Documentation files for mustermann-contrib gem."
|
|
msgstr ""
|
|
|
|
#: gem-mustermann-doc
|
|
#. homepage: http://sinatrarb.com/mustermann/
|
|
#. summary
|
|
msgid "Documentation files for mustermann gem"
|
|
msgstr ""
|
|
|
|
#: gem-mustermann-doc
|
|
#. homepage: http://sinatrarb.com/mustermann/
|
|
#. description
|
|
msgid "Documentation files for mustermann gem."
|
|
msgstr ""
|
|
|
|
#: ruby-mustermann
|
|
#. homepage: http://sinatrarb.com/mustermann/
|
|
#. summary
|
|
msgid "The Amazing Mustermann"
|
|
msgstr ""
|
|
|
|
#: ruby-mustermann
|
|
#. homepage: http://sinatrarb.com/mustermann/
|
|
#. description
|
|
msgid "The Amazing Mustermann."
|
|
msgstr ""
|
|
|
|
#: ruby-native-package-installer
|
|
#. homepage: https://github.com/ruby-gnome2/native-package-installer
|
|
#. summary
|
|
msgid "It helps to install native packages on \"gem install\""
|
|
msgstr ""
|
|
|
|
#: ruby-native-package-installer
|
|
#. homepage: https://github.com/ruby-gnome2/native-package-installer
|
|
#. description
|
|
msgid ""
|
|
"Users need to install native packages to install an extension library\n"
|
|
"that depends on native packages. It bores users because users need to\n"
|
|
"install native packages and an extension library separately.\n"
|
|
"native-package-installer helps to install native packages on \"gem install\".\n"
|
|
"Users can install both native packages and an extension library by one action,\n"
|
|
"\"gem install\"."
|
|
msgstr ""
|
|
|
|
#: ruby-native-package-installer-doc
|
|
#. homepage: https://github.com/ruby-gnome2/native-package-installer
|
|
#. summary
|
|
msgid "Documentation files for native-package-installer gem"
|
|
msgstr ""
|
|
|
|
#: ruby-net-ping
|
|
#. homepage: https://github.com/chernesk/net-ping
|
|
#. summary
|
|
msgid "A collection of classes that provide different ways to ping computers."
|
|
msgstr ""
|
|
|
|
#: ruby-net-ping
|
|
#. homepage: https://github.com/chernesk/net-ping
|
|
#. description
|
|
msgid "A collection of classes that provide different ways to ping computers.."
|
|
msgstr ""
|
|
|
|
#: ruby-net-ping-doc
|
|
#. homepage: https://github.com/chernesk/net-ping
|
|
#. summary
|
|
msgid "Documentation files for net-ping gem"
|
|
msgstr ""
|
|
|
|
#: ruby-net-ping-doc
|
|
#. homepage: https://github.com/chernesk/net-ping
|
|
#. description
|
|
msgid "Documentation files for net-ping gem."
|
|
msgstr ""
|
|
|
|
#: ruby-net-ssh-gateway
|
|
#. homepage: https://github.com/net-ssh/net-ssh-gateway
|
|
#. summary
|
|
msgid "A simple library to assist in establishing tunneled Net::SSH connections"
|
|
msgstr ""
|
|
|
|
#: ruby-net-ssh-gateway
|
|
#. homepage: https://github.com/net-ssh/net-ssh-gateway
|
|
#. description
|
|
msgid "A simple library to assist in establishing tunneled Net::SSH connections."
|
|
msgstr ""
|
|
|
|
#: ruby-net-ssh-gateway-doc
|
|
#. homepage: https://github.com/net-ssh/net-ssh-gateway
|
|
#. summary
|
|
msgid "Documentation files for ruby-net-ssh-gateway"
|
|
msgstr ""
|
|
|
|
#: ruby-net-telnet
|
|
#. homepage: https://github.com/ruby/net-telnet.git
|
|
#. summary
|
|
msgid "Provides telnet client functionality."
|
|
msgstr ""
|
|
|
|
#: ruby-net-telnet
|
|
#. homepage: https://github.com/ruby/net-telnet.git
|
|
#. description
|
|
msgid ""
|
|
"Provides telnet client functionality.\n"
|
|
"\n"
|
|
"This class also has, through delegation, all the methods of a socket object\n"
|
|
"(by default, a TCPSocket, but can be set by the Proxy option to new()). This\n"
|
|
"provides methods such as close() to end the session and sysread() to read data\n"
|
|
"directly from the host, instead of via the waitfor() mechanism. Note that if you\n"
|
|
"do use sysread() directly when in telnet mode, you should probably pass the\n"
|
|
"output through preprocess() to extract telnet command sequences."
|
|
msgstr ""
|
|
|
|
#: ruby-net-telnet-doc
|
|
#. homepage: https://github.com/ruby/net-telnet.git
|
|
#. summary
|
|
msgid "Documentation files for ruby-net-telnet"
|
|
msgstr ""
|
|
|
|
#: ruby-net-telnet-doc
|
|
#. homepage: https://github.com/ruby/net-telnet.git
|
|
#. description
|
|
msgid "Documentation files for ruby-net-telnet."
|
|
msgstr ""
|
|
|
|
#: ruby-oauth
|
|
#. homepage: https://github.com/oauth-xx/oauth-ruby
|
|
#. summary
|
|
msgid "OAuth Core Ruby implementation"
|
|
msgstr ""
|
|
|
|
#: ruby-oauth
|
|
#. homepage: https://github.com/oauth-xx/oauth-ruby
|
|
#. description
|
|
msgid "OAuth Core Ruby implementation."
|
|
msgstr ""
|
|
|
|
#: ruby-oauth-doc
|
|
#. homepage: https://github.com/oauth-xx/oauth-ruby
|
|
#. summary
|
|
msgid "Documentation files for oauth gem"
|
|
msgstr ""
|
|
|
|
#: ruby-oauth-doc
|
|
#. homepage: https://github.com/oauth-xx/oauth-ruby
|
|
#. description
|
|
msgid "Documentation files for oauth gem."
|
|
msgstr ""
|
|
|
|
#: ruby-omniauth
|
|
#. homepage: https://github.com/omniauth/omniauth
|
|
#. summary
|
|
msgid "OmniAuth is a flexible authentication system utilizing Rack middleware."
|
|
msgstr ""
|
|
|
|
#: ruby-omniauth-doc
|
|
#. homepage: https://github.com/omniauth/omniauth
|
|
#. summary
|
|
msgid "Documentation files for ruby-omniauth"
|
|
msgstr ""
|
|
|
|
#: ruby-omniauth-doc
|
|
#. homepage: https://github.com/omniauth/omniauth
|
|
#. description
|
|
msgid "Documentation files for ruby-omniauth."
|
|
msgstr ""
|
|
|
|
#: ruby-omniauth-github
|
|
#. homepage: https://github.com/omniauth/omniauth-github
|
|
#. summary
|
|
msgid "GitHub strategy for OmniAuth"
|
|
msgstr ""
|
|
|
|
#: ruby-omniauth-github-doc
|
|
#. homepage: https://github.com/omniauth/omniauth-github
|
|
#. summary
|
|
msgid "Documentation files for ruby-omniauth-github"
|
|
msgstr ""
|
|
|
|
#: ruby-omniauth-github-doc
|
|
#. homepage: https://github.com/omniauth/omniauth-github
|
|
#. description
|
|
msgid "Documentation files for ruby-omniauth-github."
|
|
msgstr ""
|
|
|
|
#: ruby-omniauth-gitlab
|
|
#. homepage: https://github.com/linchus/omniauth-gitlab
|
|
#. summary
|
|
msgid "Strategy for authenticating to your GitLab service"
|
|
msgstr ""
|
|
|
|
#: ruby-omniauth-gitlab-doc
|
|
#. homepage: https://github.com/linchus/omniauth-gitlab
|
|
#. summary
|
|
msgid "Documentation files for ruby-omniauth-gitlab"
|
|
msgstr ""
|
|
|
|
#: ruby-omniauth-gitlab-doc
|
|
#. homepage: https://github.com/linchus/omniauth-gitlab
|
|
#. description
|
|
msgid "Documentation files for ruby-omniauth-gitlab."
|
|
msgstr ""
|
|
|
|
#: ruby-omniauth-google-oauth2
|
|
#. homepage: https://github.com/zquestz/omniauth-google-oauth2
|
|
#. summary
|
|
msgid "Oauth2 strategy for Google"
|
|
msgstr ""
|
|
|
|
#: ruby-omniauth-google-oauth2-doc
|
|
#. homepage: https://github.com/zquestz/omniauth-google-oauth2
|
|
#. summary
|
|
msgid "Documentation files for ruby-omniauth-google-oauth2"
|
|
msgstr ""
|
|
|
|
#: ruby-omniauth-google-oauth2-doc
|
|
#. homepage: https://github.com/zquestz/omniauth-google-oauth2
|
|
#. description
|
|
msgid "Documentation files for ruby-omniauth-google-oauth2."
|
|
msgstr ""
|
|
|
|
#: ruby-omniauth-oauth2
|
|
#. homepage: https://github.com/omniauth/omniauth-oauth2
|
|
#. summary
|
|
msgid "An abstract OAuth2 strategy for OmniAuth."
|
|
msgstr ""
|
|
|
|
#: ruby-omniauth-oauth2-doc
|
|
#. homepage: https://github.com/omniauth/omniauth-oauth2
|
|
#. summary
|
|
msgid "Documentation files for ruby-omniauth-oauth2"
|
|
msgstr ""
|
|
|
|
#: ruby-omniauth-oauth2-doc
|
|
#. homepage: https://github.com/omniauth/omniauth-oauth2
|
|
#. description
|
|
msgid "Documentation files for ruby-omniauth-oauth2."
|
|
msgstr ""
|
|
|
|
#: ruby-omniauth-openid
|
|
#. homepage: https://github.com/omniauth/omniauth-openid
|
|
#. summary
|
|
msgid "OpenID strategy for OmniAuth"
|
|
msgstr ""
|
|
|
|
#: ruby-omniauth-openid-doc
|
|
#. homepage: https://github.com/omniauth/omniauth-openid
|
|
#. summary
|
|
msgid "Documentation files for ruby-omniauth-openid"
|
|
msgstr ""
|
|
|
|
#: ruby-omniauth-openid-doc
|
|
#. homepage: https://github.com/omniauth/omniauth-openid
|
|
#. description
|
|
msgid "Documentation files for ruby-omniauth-openid."
|
|
msgstr ""
|
|
|
|
#: ruby-open4
|
|
#. homepage: http://github.com/ahoward/open4
|
|
#. summary
|
|
msgid "Manage child processes and their IO handles easily"
|
|
msgstr ""
|
|
|
|
#: ruby-open4
|
|
#. homepage: http://github.com/ahoward/open4
|
|
#. description
|
|
msgid ""
|
|
"Open child process with handles on pid, stdin, stdout, and stderr: manage\n"
|
|
"child processes and their io handles easily.\n"
|
|
"\n"
|
|
"This library can read and update netrc files, preserving formatting including\n"
|
|
"comments and whitespace."
|
|
msgstr ""
|
|
|
|
#: ruby-open4-doc
|
|
#. homepage: http://github.com/ahoward/open4
|
|
#. summary
|
|
msgid "Documentation files for open4 gem"
|
|
msgstr ""
|
|
|
|
#: ruby-open4-doc
|
|
#. homepage: http://github.com/ahoward/open4
|
|
#. description
|
|
msgid "Documentation files for open4 gem."
|
|
msgstr ""
|
|
|
|
#: gem-paint-shortcuts
|
|
#. homepage: https://github.com/janlelis/paint
|
|
#. summary
|
|
msgid "Library files for paint-shortcuts gem"
|
|
msgstr ""
|
|
|
|
#: gem-paint-shortcuts
|
|
#. homepage: https://github.com/janlelis/paint
|
|
#. description
|
|
msgid "Library files for paint gem."
|
|
msgstr ""
|
|
|
|
#: gem-paint-shortcuts-doc
|
|
#. homepage: https://github.com/janlelis/paint
|
|
#. summary
|
|
msgid "Documentation files for paint gem"
|
|
msgstr ""
|
|
|
|
#: gem-paint-shortcuts-doc
|
|
#. homepage: https://github.com/janlelis/paint
|
|
#. description
|
|
msgid "Documentation files for paint gem."
|
|
msgstr ""
|
|
|
|
#: ruby-paint
|
|
#. homepage: https://github.com/janlelis/paint
|
|
#. summary
|
|
msgid "Ruby gem for ANSI terminal colors"
|
|
msgstr ""
|
|
|
|
#: ruby-paint
|
|
#. homepage: https://github.com/janlelis/paint
|
|
#. description
|
|
msgid ""
|
|
"Paint creates terminal colors and effects for you. It combines the\n"
|
|
"strengths of term-ansicolor, rainbow, and similar projects into a simple\n"
|
|
"to use, however still flexible terminal colors gem with no core\n"
|
|
"extensions by default."
|
|
msgstr ""
|
|
|
|
#: ruby-parse-cron
|
|
#. homepage: https://github.com/siebertm/parse-cron
|
|
#. summary
|
|
msgid "Parse crontab syntax to determine scheduled run times"
|
|
msgstr ""
|
|
|
|
#: ruby-parse-cron
|
|
#. homepage: https://github.com/siebertm/parse-cron
|
|
#. description
|
|
msgid ""
|
|
"Parse crontab syntax to determine scheduled run times.\n"
|
|
"The goal of this gem is to parse a crontab timing specification\n"
|
|
"and determine when the job should be run.\n"
|
|
"It is not a scheduler, it does not run the jobs."
|
|
msgstr ""
|
|
|
|
#: ruby-parse-cron-doc
|
|
#. homepage: https://github.com/siebertm/parse-cron
|
|
#. summary
|
|
msgid "Documentation files for ruby-parse-cron"
|
|
msgstr ""
|
|
|
|
#: pathspec-rb
|
|
#. homepage: https://github.com/highb/pathspec-ruby
|
|
#. summary
|
|
msgid "Executable file for pathspec gem"
|
|
msgstr ""
|
|
|
|
#: pathspec-rb
|
|
#. homepage: https://github.com/highb/pathspec-ruby
|
|
#. description
|
|
msgid "Executable file for pathspec gem."
|
|
msgstr ""
|
|
|
|
#: ruby-pathspec
|
|
#. homepage: https://github.com/highb/pathspec-ruby
|
|
#. summary
|
|
msgid "Use to match path patterns such as gitignore"
|
|
msgstr ""
|
|
|
|
#: ruby-pathspec
|
|
#. homepage: https://github.com/highb/pathspec-ruby
|
|
#. description
|
|
msgid "Match Path Specifications, such as .gitignore, in Ruby!"
|
|
msgstr ""
|
|
|
|
#: ruby-pathspec-doc
|
|
#. homepage: https://github.com/highb/pathspec-ruby
|
|
#. summary
|
|
msgid "Documentation files for pathspec gem"
|
|
msgstr ""
|
|
|
|
#: ruby-pathspec-doc
|
|
#. homepage: https://github.com/highb/pathspec-ruby
|
|
#. description
|
|
msgid "Documentation files for pathspec gem."
|
|
msgstr ""
|
|
|
|
#: ruby-plist
|
|
#. homepage: https://github.com/bleything/plist
|
|
#. summary
|
|
msgid "All-purpose Property List manipulation library for Ruby"
|
|
msgstr ""
|
|
|
|
#: ruby-plist
|
|
#. homepage: https://github.com/bleything/plist
|
|
#. description
|
|
msgid ""
|
|
"Plist is a library to manipulate Property List files, also known as\n"
|
|
"plists. It can parse plist files into native Ruby data structures as\n"
|
|
"well as generating new plist files from your Ruby objects."
|
|
msgstr ""
|
|
|
|
#: ruby-plist-doc
|
|
#. homepage: https://github.com/bleything/plist
|
|
#. summary
|
|
msgid "Documentation files for ruby-plist"
|
|
msgstr ""
|
|
|
|
#: ruby-plist-doc
|
|
#. homepage: https://github.com/bleything/plist
|
|
#. description
|
|
msgid "Documentation files for ruby-plist."
|
|
msgstr ""
|
|
|
|
#: ruby-polyglot
|
|
#. homepage: http://polyglot.rubyforge.org/
|
|
#. summary
|
|
msgid "Augment 'require' to load non-ruby file types"
|
|
msgstr ""
|
|
|
|
#: ruby-polyglot
|
|
#. homepage: http://polyglot.rubyforge.org/
|
|
#. description
|
|
msgid ""
|
|
"The Polyglot library allows a Ruby module to register a loader\n"
|
|
"for the file type associated with a filename extension, and it\n"
|
|
"augments 'require' to find and load matching files.\n"
|
|
"\n"
|
|
"This supports the creation of DSLs having a syntax that is most\n"
|
|
"appropriate to their purpose, instead of abusing the Ruby syntax."
|
|
msgstr ""
|
|
|
|
#: ruby-polyglot-doc
|
|
#. homepage: http://polyglot.rubyforge.org/
|
|
#. summary
|
|
msgid "Documentation files for ruby-polyglot"
|
|
msgstr ""
|
|
|
|
#: ruby-polyglot-doc
|
|
#. homepage: http://polyglot.rubyforge.org/
|
|
#. description
|
|
msgid "Documentation files for ruby-polyglot."
|
|
msgstr ""
|
|
|
|
#: ruby-proxifier
|
|
#. homepage: https://github.com/samuelkadolph/ruby-proxifier
|
|
#. summary
|
|
msgid "Proxifier adds support for HTTP or SOCKS proxies and lets you force TCPSocket to use proxies"
|
|
msgstr ""
|
|
|
|
#: ruby-proxifier
|
|
#. homepage: https://github.com/samuelkadolph/ruby-proxifier
|
|
#. description
|
|
msgid ""
|
|
"This gem was created for 2 purposes.\n"
|
|
"\n"
|
|
"First is to enable ruby programmers to use HTTP or SOCKS proxies\n"
|
|
"interchangeably when using TCPSockets. Either manually with\n"
|
|
"Proxifier::Proxy#open or by require \"proxifier/env\".\n"
|
|
"\n"
|
|
"The second purpose is to use ruby code that doesn't use proxies for\n"
|
|
"users that have to use proxies. The pruby and pirb executables are\n"
|
|
"simple wrappers for their respective ruby executables that support\n"
|
|
"proxies from environment variables."
|
|
msgstr ""
|
|
|
|
#: ruby-proxifier-doc
|
|
#. homepage: https://github.com/samuelkadolph/ruby-proxifier
|
|
#. summary
|
|
msgid "Documentation files for ruby-proxifier"
|
|
msgstr ""
|
|
|
|
#: ruby-proxifier-doc
|
|
#. homepage: https://github.com/samuelkadolph/ruby-proxifier
|
|
#. description
|
|
msgid "Documentation files for ruby-proxifier."
|
|
msgstr ""
|
|
|
|
#: ruby-public_suffix
|
|
#. homepage: https://simonecarletti.com/code/publicsuffix-ruby/
|
|
#. summary
|
|
msgid "Domain name parser for Ruby based on the Public Suffix List"
|
|
msgstr ""
|
|
|
|
#: ruby-public_suffix
|
|
#. homepage: https://simonecarletti.com/code/publicsuffix-ruby/
|
|
#. description
|
|
msgid ""
|
|
"PublicSuffix can parse and decompose a domain name into top level\n"
|
|
"domain, domain and subdomains."
|
|
msgstr ""
|
|
|
|
#: ruby-public_suffix-doc
|
|
#. homepage: https://simonecarletti.com/code/publicsuffix-ruby/
|
|
#. summary
|
|
msgid "Documentation files for public_suffix gem"
|
|
msgstr ""
|
|
|
|
#: ruby-public_suffix-doc
|
|
#. homepage: https://simonecarletti.com/code/publicsuffix-ruby/
|
|
#. description
|
|
msgid "Documentation files for public_suffix gem."
|
|
msgstr ""
|
|
|
|
#: ruby-pundit
|
|
#. homepage: https://github.com/varvet/pundit
|
|
#. summary
|
|
msgid "Minimal authorization through OO design and pure Ruby classes"
|
|
msgstr ""
|
|
|
|
#: ruby-pundit
|
|
#. homepage: https://github.com/varvet/pundit
|
|
#. description
|
|
msgid ""
|
|
"Pundit provides a set of helpers which guide you in leveraging regular Ruby\n"
|
|
"classes and object oriented design patterns to build a simple, robust and\n"
|
|
"scaleable authorization system."
|
|
msgstr ""
|
|
|
|
#: ruby-pundit-doc
|
|
#. homepage: https://github.com/varvet/pundit
|
|
#. summary
|
|
msgid "Documentation files for ruby-pundit"
|
|
msgstr ""
|
|
|
|
#: ruby-pundit-doc
|
|
#. homepage: https://github.com/varvet/pundit
|
|
#. description
|
|
msgid "Documentation files for ruby-pundit."
|
|
msgstr ""
|
|
|
|
#: puppet-lint
|
|
#. homepage: https://github.com/rodjek/puppet-lint/
|
|
#. summary
|
|
msgid "Executable file for puppet-lint gem"
|
|
msgstr ""
|
|
|
|
#: puppet-lint
|
|
#. homepage: https://github.com/rodjek/puppet-lint/
|
|
#. description
|
|
msgid "Executable file for puppet-lint gem."
|
|
msgstr ""
|
|
|
|
#: ruby-puppet-lint
|
|
#. homepage: https://github.com/rodjek/puppet-lint/
|
|
#. summary
|
|
msgid "Check that your Puppet manifests conform to the style guide"
|
|
msgstr ""
|
|
|
|
#: ruby-puppet-lint
|
|
#. homepage: https://github.com/rodjek/puppet-lint/
|
|
#. description
|
|
msgid ""
|
|
"The goal of this project is to implement as many of the recommended\n"
|
|
"Puppet style guidelines from the Puppet Labs style guide as practical.\n"
|
|
"It is not meant to validate syntax. Please use \"puppet parser validate\"\n"
|
|
"for that."
|
|
msgstr ""
|
|
|
|
#: ruby-puppet-lint-doc
|
|
#. homepage: https://github.com/rodjek/puppet-lint/
|
|
#. summary
|
|
msgid "Documentation files for puppet-lint gem"
|
|
msgstr ""
|
|
|
|
#: ruby-puppet-lint-doc
|
|
#. homepage: https://github.com/rodjek/puppet-lint/
|
|
#. description
|
|
msgid "Documentation files for puppet-lint gem."
|
|
msgstr ""
|
|
|
|
#: ruby-puppet-syntax
|
|
#. homepage: https://github.com/gds-operations/puppet-syntax
|
|
#. summary
|
|
msgid "Syntax checks for Puppet manifests and templates"
|
|
msgstr ""
|
|
|
|
#: ruby-puppet-syntax
|
|
#. homepage: https://github.com/gds-operations/puppet-syntax
|
|
#. description
|
|
msgid "Syntax checks for Puppet manifests, templates, and Hiera YAML."
|
|
msgstr ""
|
|
|
|
#: ruby-puppet-syntax-doc
|
|
#. homepage: https://github.com/gds-operations/puppet-syntax
|
|
#. summary
|
|
msgid "Documentation files for ruby-puppet-syntax"
|
|
msgstr ""
|
|
|
|
#: ruby-puppet-syntax-doc
|
|
#. homepage: https://github.com/gds-operations/puppet-syntax
|
|
#. description
|
|
msgid "Documentation files for ruby-puppet-syntax."
|
|
msgstr ""
|
|
|
|
#: ruby-raabro
|
|
#. homepage: https://github.com/floraison/raabro
|
|
#. summary
|
|
msgid "a Ruby version of flon-io/aabro"
|
|
msgstr ""
|
|
|
|
#: ruby-raabro-doc
|
|
#. homepage: https://github.com/floraison/raabro
|
|
#. summary
|
|
msgid "Documentation files for ruby-raabro"
|
|
msgstr ""
|
|
|
|
#: ruby-raabro-doc
|
|
#. homepage: https://github.com/floraison/raabro
|
|
#. description
|
|
msgid "Documentation files for ruby-raabro."
|
|
msgstr ""
|
|
|
|
#: ruby-rack-accept
|
|
#. homepage: https://github.com/mjackson/rack-accept
|
|
#. summary
|
|
msgid "HTTP Accept* for Ruby/Rack"
|
|
msgstr ""
|
|
|
|
#: ruby-rack-accept-doc
|
|
#. homepage: https://github.com/mjackson/rack-accept
|
|
#. summary
|
|
msgid "Documentation files for ruby-rack-accept"
|
|
msgstr ""
|
|
|
|
#: ruby-rack-accept-doc
|
|
#. homepage: https://github.com/mjackson/rack-accept
|
|
#. description
|
|
msgid "Documentation files for ruby-rack-accept."
|
|
msgstr ""
|
|
|
|
#: ruby-rack-test
|
|
#. homepage: https://github.com/rack-test/rack-test
|
|
#. summary
|
|
msgid "Rack::Test is a layer on top of Rack's MockRequest similar to Merb's RequestHelper"
|
|
msgstr ""
|
|
|
|
#: ruby-rack-test-doc
|
|
#. homepage: https://github.com/rack-test/rack-test
|
|
#. summary
|
|
msgid "Documentation files for rack-test gem"
|
|
msgstr ""
|
|
|
|
#: ruby-rack-test-doc
|
|
#. homepage: https://github.com/rack-test/rack-test
|
|
#. description
|
|
msgid "Documentation files for rack-test gem."
|
|
msgstr ""
|
|
|
|
#: ruby-rails-i18n
|
|
#. homepage: https://github.com/svenfuchs/rails-i18n
|
|
#. summary
|
|
msgid "Central point to collect locale data for use in Ruby on Rails"
|
|
msgstr ""
|
|
|
|
#: ruby-rails-i18n
|
|
#. homepage: https://github.com/svenfuchs/rails-i18n
|
|
#. description
|
|
msgid "Central point to collect locale data for use in Ruby on Rails."
|
|
msgstr ""
|
|
|
|
#: ruby-rails-i18n-doc
|
|
#. homepage: https://github.com/svenfuchs/rails-i18n
|
|
#. summary
|
|
msgid "Documentation files for rails-i18n gem"
|
|
msgstr ""
|
|
|
|
#: ruby-rails-i18n-doc
|
|
#. homepage: https://github.com/svenfuchs/rails-i18n
|
|
#. description
|
|
msgid "Documentation files for rails-i18n gem."
|
|
msgstr ""
|
|
|
|
#: ruby-rb-inotify
|
|
#. homepage: https://github.com/guard/rb-inotify/
|
|
#. summary
|
|
msgid "A thorough inotify wrapper for Ruby using FFI."
|
|
msgstr ""
|
|
|
|
#: ruby-rb-inotify-doc
|
|
#. homepage: https://github.com/guard/rb-inotify/
|
|
#. summary
|
|
msgid "Documentation files for ruby-rb-inotify"
|
|
msgstr ""
|
|
|
|
#: ruby-rb-inotify-doc
|
|
#. homepage: https://github.com/guard/rb-inotify/
|
|
#. description
|
|
msgid "Documentation files for ruby-rb-inotify."
|
|
msgstr ""
|
|
|
|
#: ruby-rb-kqueue
|
|
#. homepage: https://github.com/mat813/rb-kqueue
|
|
#. summary
|
|
msgid "An FFI wrapper for kqueue"
|
|
msgstr ""
|
|
|
|
#: ruby-rb-kqueue-doc
|
|
#. homepage: https://github.com/mat813/rb-kqueue
|
|
#. summary
|
|
msgid "Documentation files for ruby-rb-kqueue"
|
|
msgstr ""
|
|
|
|
#: ruby-rb-kqueue-doc
|
|
#. homepage: https://github.com/mat813/rb-kqueue
|
|
#. description
|
|
msgid "Documentation files for ruby-rb-kqueue."
|
|
msgstr ""
|
|
|
|
#: ruby-rbovirt
|
|
#. homepage: https://github.com/abenari/rbovirt
|
|
#. summary
|
|
msgid "a ruby client for ovirt"
|
|
msgstr ""
|
|
|
|
#: ruby-rbovirt-doc
|
|
#. homepage: https://github.com/abenari/rbovirt
|
|
#. summary
|
|
msgid "Documentation files for ruby-rbovirt"
|
|
msgstr ""
|
|
|
|
#: ruby-rbovirt-doc
|
|
#. homepage: https://github.com/abenari/rbovirt
|
|
#. description
|
|
msgid "Documentation files for ruby-rbovirt."
|
|
msgstr ""
|
|
|
|
#: rdoc
|
|
#. homepage: https://ruby.github.io/rdoc/
|
|
#. summary
|
|
msgid "Tool for generation ruby documentation"
|
|
msgstr ""
|
|
|
|
#: rdoc
|
|
#. homepage: https://ruby.github.io/rdoc/
|
|
#. description
|
|
msgid "Tool for generation ruby documentation."
|
|
msgstr ""
|
|
|
|
#: ri
|
|
#. homepage: https://ruby.github.io/rdoc/
|
|
#. summary
|
|
msgid "Tool for display descriptions of built-in Ruby methods, classes, and modules"
|
|
msgstr ""
|
|
|
|
#: ri
|
|
#. homepage: https://ruby.github.io/rdoc/
|
|
#. description
|
|
msgid ""
|
|
"ri is a command line tool that displays descriptions of built-in Ruby methods,\n"
|
|
"classes, and modules. For methods, it shows you the calling sequence and\n"
|
|
"a description. For classes and modules, it shows a synopsis along with a list\n"
|
|
"of the methods the class or module implements."
|
|
msgstr ""
|
|
|
|
#: ruby-rdoc
|
|
#. homepage: https://ruby.github.io/rdoc/
|
|
#. summary
|
|
msgid "RDoc produces HTML and online documentation for Ruby projects."
|
|
msgstr ""
|
|
|
|
#: ruby-rdoc
|
|
#. homepage: https://ruby.github.io/rdoc/
|
|
#. description
|
|
msgid ""
|
|
"RDoc produces HTML and online documentation for Ruby projects.\n"
|
|
"RDoc includes the rdoc and ri tools for generating and displaying online\n"
|
|
"documentation."
|
|
msgstr ""
|
|
|
|
#: ruby-rdoc-doc
|
|
#. homepage: https://ruby.github.io/rdoc/
|
|
#. summary
|
|
msgid "Documentation files for rdoc gem"
|
|
msgstr ""
|
|
|
|
#: ruby-rdoc-doc
|
|
#. homepage: https://ruby.github.io/rdoc/
|
|
#. description
|
|
msgid "Documentation files for rdoc gem."
|
|
msgstr ""
|
|
|
|
#: gem-redis-doc
|
|
#. homepage: https://github.com/redis/redis-rb
|
|
#. summary
|
|
msgid "Documentation files for redis gem"
|
|
msgstr ""
|
|
|
|
#: gem-redis-doc
|
|
#. homepage: https://github.com/redis/redis-rb
|
|
#. description
|
|
msgid "Documentation files for redis gem."
|
|
msgstr ""
|
|
|
|
#: ruby-redis
|
|
#. homepage: https://github.com/redis/redis-rb
|
|
#. summary
|
|
msgid "A Ruby client library for Redis"
|
|
msgstr ""
|
|
|
|
#: ruby-redis
|
|
#. homepage: https://github.com/redis/redis-rb
|
|
#. description
|
|
msgid ""
|
|
"A Ruby client library for Redis.\n"
|
|
"\n"
|
|
"A Ruby client that tries to match Redis' API one-to-one, while still providing\n"
|
|
"an idiomatic interface."
|
|
msgstr ""
|
|
|
|
#: ruby-representable
|
|
#. homepage: https://github.com/trailblazer/representable/
|
|
#. summary
|
|
msgid "Maps representation documents from and to Ruby objects"
|
|
msgstr ""
|
|
|
|
#: ruby-representable
|
|
#. homepage: https://github.com/trailblazer/representable/
|
|
#. description
|
|
msgid ""
|
|
"Maps representation documents from and to Ruby objects. Includes JSON,\n"
|
|
"XML and YAML support, plain properties and compositions."
|
|
msgstr ""
|
|
|
|
#: ruby-representable-doc
|
|
#. homepage: https://github.com/trailblazer/representable/
|
|
#. summary
|
|
msgid "Documentation files for ruby-representable"
|
|
msgstr ""
|
|
|
|
#: ruby-representable-doc
|
|
#. homepage: https://github.com/trailblazer/representable/
|
|
#. description
|
|
msgid "Documentation files for ruby-representable."
|
|
msgstr ""
|
|
|
|
#: restclient
|
|
#. homepage: http://github.com/archiloque/rest-client
|
|
#. summary
|
|
msgid "Executable file for rest-client gem"
|
|
msgstr ""
|
|
|
|
#: restclient
|
|
#. homepage: http://github.com/archiloque/rest-client
|
|
#. description
|
|
msgid "Executable file for rest-client gem."
|
|
msgstr ""
|
|
|
|
#: ruby-rest-client
|
|
#. homepage: http://github.com/archiloque/rest-client
|
|
#. summary
|
|
msgid "Simple REST client for Ruby"
|
|
msgstr ""
|
|
|
|
#: ruby-rest-client
|
|
#. homepage: http://github.com/archiloque/rest-client
|
|
#. description
|
|
msgid ""
|
|
"A simple Simple HTTP and REST client for Ruby, inspired by the Sinatra\n"
|
|
"microframework style of specifying actions: get, put, post, delete."
|
|
msgstr ""
|
|
|
|
#: ruby-rest-client-doc
|
|
#. homepage: http://github.com/archiloque/rest-client
|
|
#. summary
|
|
msgid "Documentation files for rest-client gem"
|
|
msgstr ""
|
|
|
|
#: ruby-rest-client-doc
|
|
#. homepage: http://github.com/archiloque/rest-client
|
|
#. description
|
|
msgid "Documentation files for rest-client gem."
|
|
msgstr ""
|
|
|
|
#: ruby-retriable
|
|
#. homepage: https://github.com/kamui/retriable
|
|
#. summary
|
|
msgid "Retriable is an simple DSL to retry failed code blocks with randomized exponential backoff."
|
|
msgstr ""
|
|
|
|
#: ruby-retriable-doc
|
|
#. homepage: https://github.com/kamui/retriable
|
|
#. summary
|
|
msgid "Documentation files for ruby-retriable"
|
|
msgstr ""
|
|
|
|
#: ruby-retriable-doc
|
|
#. homepage: https://github.com/kamui/retriable
|
|
#. description
|
|
msgid "Documentation files for ruby-retriable."
|
|
msgstr ""
|
|
|
|
#: ruby-rexical
|
|
#. homepage: https://github.com/tenderlove/rexical
|
|
#. summary
|
|
msgid "Lexical scanner generator for ruby"
|
|
msgstr ""
|
|
|
|
#: ruby-rexical
|
|
#. homepage: https://github.com/tenderlove/rexical
|
|
#. description
|
|
msgid ""
|
|
"Rexical is a lexical scanner generator. It is written in Ruby itself,\n"
|
|
"and generates Ruby program. It is designed for use with Racc."
|
|
msgstr ""
|
|
|
|
#: ruby-rexical-doc
|
|
#. homepage: https://github.com/tenderlove/rexical
|
|
#. summary
|
|
msgid "Documentation files for rexical gem"
|
|
msgstr ""
|
|
|
|
#: ruby-rexical-doc
|
|
#. homepage: https://github.com/tenderlove/rexical
|
|
#. description
|
|
msgid "Documentation files for rexical gem."
|
|
msgstr ""
|
|
|
|
#: ruby-rgen
|
|
#. homepage: https://github.com/mthiede/rgen
|
|
#. summary
|
|
msgid "Ruby Modelling and Generator Framework"
|
|
msgstr ""
|
|
|
|
#: ruby-rgen
|
|
#. homepage: https://github.com/mthiede/rgen
|
|
#. description
|
|
msgid ""
|
|
"RGen is a framework for Model Driven Software Development (MDSD)in Ruby.\n"
|
|
"This means that it helps you build Metamodels, instantiate Models,\n"
|
|
"modify and transform Models and finally generate arbitrary textual\n"
|
|
"content from it.\n"
|
|
"\n"
|
|
"RGen features include:\n"
|
|
"* Supporting Ruby 1.8.6, 1.8.7 and 1.9.x\n"
|
|
"* Metamodel definition language (internal Ruby DSL)\n"
|
|
"* ECore Meta-metamodel with an ECore instance available for every\n"
|
|
" Metamodel\n"
|
|
"* Generator creating the Ruby metamodel definition from an ECore\n"
|
|
" instance\n"
|
|
"* Transformer creating Ruby metamodel classes/modules from an ECore\n"
|
|
" instance\n"
|
|
"* Instantiation of Metamodels, i.e. creation of Models (e.g. from XML)\n"
|
|
"* Model builder, internal Ruby DSL\n"
|
|
"* Model fragmentation over several several files and per-fragment\n"
|
|
" caching\n"
|
|
"* Model Transformation language (internal Ruby DSL)\n"
|
|
"* Powerful template based generator language (internal Ruby DSL inside\n"
|
|
" of ERB)\n"
|
|
"* UML 1.3 metamodel and XMI 1.1 instantiator included\n"
|
|
"* ECore XML support (XMI 2.0)\n"
|
|
"* UML-to-ECore and ECore-to-UML transformation (UML class models)\n"
|
|
"* Enterprise Architect support (UML1.3/XMI1.1)"
|
|
msgstr ""
|
|
|
|
#: ruby-rgen-doc
|
|
#. homepage: https://github.com/mthiede/rgen
|
|
#. summary
|
|
msgid "Documentation for ruby-rgen"
|
|
msgstr ""
|
|
|
|
#: ruby-rgen-doc
|
|
#. homepage: https://github.com/mthiede/rgen
|
|
#. description
|
|
msgid "Documentation for ruby-rgen."
|
|
msgstr ""
|
|
|
|
#: ruby-rotp
|
|
#. homepage: https://github.com/chuckremes/ffi-rzmq-core.git
|
|
#. summary
|
|
msgid "A Ruby library for generating and verifying one time passwords"
|
|
msgstr ""
|
|
|
|
#: ruby-rotp
|
|
#. homepage: https://github.com/chuckremes/ffi-rzmq-core.git
|
|
#. description
|
|
msgid ""
|
|
"A Ruby library for generating and verifying one time passwords.\n"
|
|
"Works for both HOTP and TOTP, and includes QR Code provisioning."
|
|
msgstr ""
|
|
|
|
#: ruby-rotp-doc
|
|
#. homepage: https://github.com/chuckremes/ffi-rzmq-core.git
|
|
#. summary
|
|
msgid "Documentation files for rotp gem"
|
|
msgstr ""
|
|
|
|
#: ruby-rotp-doc
|
|
#. homepage: https://github.com/chuckremes/ffi-rzmq-core.git
|
|
#. description
|
|
msgid "Documentation files for rotp gem."
|
|
msgstr ""
|
|
|
|
#: ruby-rqrcode
|
|
#. homepage: https://github.com/whomwah/rqrcode
|
|
#. summary
|
|
msgid "A library to encode QR Codes"
|
|
msgstr ""
|
|
|
|
#: ruby-rqrcode
|
|
#. homepage: https://github.com/whomwah/rqrcode
|
|
#. description
|
|
msgid ""
|
|
"rqrcode is a library for encoding QR Codes. The simple\n"
|
|
"interface allows you to create QR Code data structures\n"
|
|
"and then render them in the way you choose."
|
|
msgstr ""
|
|
|
|
#: ruby-rqrcode-doc
|
|
#. homepage: https://github.com/whomwah/rqrcode
|
|
#. summary
|
|
msgid "Documentation files for rqrcode gem"
|
|
msgstr ""
|
|
|
|
#: ruby-rqrcode-doc
|
|
#. homepage: https://github.com/whomwah/rqrcode
|
|
#. description
|
|
msgid "Documentation files for rqrcode gem."
|
|
msgstr ""
|
|
|
|
#: ruby-rqrcode_core
|
|
#. homepage: https://github.com/chuckremes/ffi-rzmq-core.git
|
|
#. description
|
|
msgid ""
|
|
"rqrcode_core is a Ruby library for encoding QR Codes.\n"
|
|
"The simple interface (with no runtime dependencies)\n"
|
|
"allows you to create QR Code data structures."
|
|
msgstr ""
|
|
|
|
#: ruby-rqrcode_core-doc
|
|
#. homepage: https://github.com/chuckremes/ffi-rzmq-core.git
|
|
#. summary
|
|
msgid "Documentation files for rqrcode_core gem"
|
|
msgstr ""
|
|
|
|
#: ruby-rqrcode_core-doc
|
|
#. homepage: https://github.com/chuckremes/ffi-rzmq-core.git
|
|
#. description
|
|
msgid "Documentation files for rqrcode_core gem."
|
|
msgstr ""
|
|
|
|
#: ruby-rspec
|
|
#. homepage: http://rspec.info/
|
|
#. summary
|
|
msgid "RSpec meta-gem that depends on the other components"
|
|
msgstr ""
|
|
|
|
#: ruby-rspec
|
|
#. homepage: http://rspec.info/
|
|
#. description
|
|
msgid ""
|
|
"rspec is a meta-gem, which depends on the rspec-core, rspec-expectations and\n"
|
|
"rspec-mocks gems. Each of these can be installed separately and loaded in\n"
|
|
"isolation using require. Among other benefits, this allows you to use\n"
|
|
"rspec-expectations, for example, in Test::Unit::TestCase if you happen to\n"
|
|
"prefer that style.\n"
|
|
"\n"
|
|
"Conversely, if you like RSpec's approach to declaring example groups and\n"
|
|
"examples (describe and it) but prefer Test::Unit assertions and mocha, rr or\n"
|
|
"flexmock for mocking, you'll be able to do that without having to install or\n"
|
|
"load the components of RSpec that you're not using."
|
|
msgstr ""
|
|
|
|
#: rspec
|
|
#. homepage: http://relishapp.com/rspec/rspec-core
|
|
#. summary
|
|
msgid "Executable file for rspec-core gem"
|
|
msgstr ""
|
|
|
|
#: rspec
|
|
#. homepage: http://relishapp.com/rspec/rspec-core
|
|
#. description
|
|
msgid "Executable file for rspec-core gem."
|
|
msgstr ""
|
|
|
|
#: ruby-rspec-core
|
|
#. homepage: http://relishapp.com/rspec/rspec-core
|
|
#. summary
|
|
msgid "RSpec runner and formatters"
|
|
msgstr ""
|
|
|
|
#: ruby-rspec-core
|
|
#. homepage: http://relishapp.com/rspec/rspec-core
|
|
#. description
|
|
msgid ""
|
|
"rspec-core provides the structure for writing executable examples of how\n"
|
|
"your code should behave, and an rspec command with tools to constrain\n"
|
|
"which examples get run and tailor the output."
|
|
msgstr ""
|
|
|
|
#: ruby-rspec-core-doc
|
|
#. homepage: http://relishapp.com/rspec/rspec-core
|
|
#. summary
|
|
msgid "Documentation files for rspec-core gem"
|
|
msgstr ""
|
|
|
|
#: ruby-rspec-core-doc
|
|
#. homepage: http://relishapp.com/rspec/rspec-core
|
|
#. description
|
|
msgid "Documentation files for rspec-core gem."
|
|
msgstr ""
|
|
|
|
#: ruby-rspec-expectations
|
|
#. homepage: http://relishapp.com/rspec/rspec-expectations
|
|
#. summary
|
|
msgid "Provides a readable API to express expected outcomes of a code example"
|
|
msgstr ""
|
|
|
|
#: ruby-rspec-expectations
|
|
#. homepage: http://relishapp.com/rspec/rspec-expectations
|
|
#. description
|
|
msgid ""
|
|
"RSpec::Expectations lets you express expected outcomes on an object in\n"
|
|
"an example."
|
|
msgstr ""
|
|
|
|
#: ruby-rspec-expectations-doc
|
|
#. homepage: http://relishapp.com/rspec/rspec-expectations
|
|
#. summary
|
|
msgid "Documentation files for rspec-expectations gem"
|
|
msgstr ""
|
|
|
|
#: ruby-rspec-expectations-doc
|
|
#. homepage: http://relishapp.com/rspec/rspec-expectations
|
|
#. description
|
|
msgid "Documentation files for rspec-expectations gem."
|
|
msgstr ""
|
|
|
|
#: ruby-rspec-mocks
|
|
#. homepage: http://relishapp.com/rspec/rspec-mocks
|
|
#. summary
|
|
msgid "RSpec's 'test double' framework, with support for stubbing and mocking"
|
|
msgstr ""
|
|
|
|
#: ruby-rspec-mocks
|
|
#. homepage: http://relishapp.com/rspec/rspec-mocks
|
|
#. description
|
|
msgid ""
|
|
"rspec-mocks is a test-double framework for rspec with support for method\n"
|
|
"stubs, fakes, and message expectations on generated test-doubles and\n"
|
|
"real objects alike."
|
|
msgstr ""
|
|
|
|
#: ruby-rspec-mocks-doc
|
|
#. homepage: http://relishapp.com/rspec/rspec-mocks
|
|
#. summary
|
|
msgid "Documentation files for rspec-mocks gem"
|
|
msgstr ""
|
|
|
|
#: ruby-rspec-mocks-doc
|
|
#. homepage: http://relishapp.com/rspec/rspec-mocks
|
|
#. description
|
|
msgid "Documentation files for rspec-mocks gem."
|
|
msgstr ""
|
|
|
|
#: rspec-puppet-init
|
|
#. homepage: https://github.com/rodjek/rspec-puppet/
|
|
#. summary
|
|
msgid "Executable file for rspec-puppet gem"
|
|
msgstr ""
|
|
|
|
#: rspec-puppet-init
|
|
#. homepage: https://github.com/rodjek/rspec-puppet/
|
|
#. description
|
|
msgid "Executable file for rspec-puppet gem."
|
|
msgstr ""
|
|
|
|
#: ruby-rspec-puppet
|
|
#. homepage: https://github.com/rodjek/rspec-puppet/
|
|
#. summary
|
|
msgid "RSpec tests for your Puppet manifests"
|
|
msgstr ""
|
|
|
|
#: ruby-rspec-puppet
|
|
#. homepage: https://github.com/rodjek/rspec-puppet/
|
|
#. description
|
|
msgid "RSpec tests for your Puppet manifests & modules."
|
|
msgstr ""
|
|
|
|
#: ruby-rspec-puppet-doc
|
|
#. homepage: https://github.com/rodjek/rspec-puppet/
|
|
#. summary
|
|
msgid "Documentation files for rspec-puppet gem"
|
|
msgstr ""
|
|
|
|
#: ruby-rspec-puppet-doc
|
|
#. homepage: https://github.com/rodjek/rspec-puppet/
|
|
#. description
|
|
msgid "Documentation files for rspec-puppet gem."
|
|
msgstr ""
|
|
|
|
#: ruby-rspec-support
|
|
#. homepage: https://github.com/rspec/rspec-support
|
|
#. summary
|
|
msgid "Common code needed by the other RSpec gems"
|
|
msgstr ""
|
|
|
|
#: ruby-rspec-support
|
|
#. homepage: https://github.com/rspec/rspec-support
|
|
#. description
|
|
msgid ""
|
|
"RSpec::Support provides common functionality to RSpec::Core,\n"
|
|
"RSpec::Expectations and RSpec::Mocks. It is considered suitable for\n"
|
|
"internal use only at this time."
|
|
msgstr ""
|
|
|
|
#: ruby-rspec-support-doc
|
|
#. homepage: https://github.com/rspec/rspec-support
|
|
#. summary
|
|
msgid "Documentation files for rspec-support gem"
|
|
msgstr ""
|
|
|
|
#: ruby-rspec-support-doc
|
|
#. homepage: https://github.com/rspec/rspec-support
|
|
#. description
|
|
msgid "Documentation files for rspec-support gem."
|
|
msgstr ""
|
|
|
|
#: ruby-rubygems-update
|
|
#. homepage: https://rubygems.org/
|
|
#. summary
|
|
msgid "Library packaging and distribution for Ruby"
|
|
msgstr ""
|
|
|
|
#: ruby-rubygems-update
|
|
#. homepage: https://rubygems.org/
|
|
#. description
|
|
msgid ""
|
|
"RubyGems is a package management framework for Ruby.\n"
|
|
"\n"
|
|
"A package (also known as a library) contains a set of functionality that can be\n"
|
|
"invoked by a Ruby program, such as reading and parsing an XML file. We call\n"
|
|
"these packages \"gems\" and RubyGems is a tool to install, create, manage and\n"
|
|
"load these packages in your Ruby environment.\n"
|
|
"\n"
|
|
"RubyGems is also a client for RubyGems.org, a public repository of Gems that\n"
|
|
"allows you to publish a Gem that can be shared and used by other developers.\n"
|
|
"See our guide on publishing a Gem at guides.rubygems.org"
|
|
msgstr ""
|
|
|
|
#: ruby-rubygems-update-doc
|
|
#. homepage: https://rubygems.org/
|
|
#. summary
|
|
msgid "Documentation files for rubygems-update gem"
|
|
msgstr ""
|
|
|
|
#: ruby-rubygems-update-doc
|
|
#. homepage: https://rubygems.org/
|
|
#. description
|
|
msgid "Documentation files for rubygems-update gem."
|
|
msgstr ""
|
|
|
|
#: update_rubygems
|
|
#. homepage: https://rubygems.org/
|
|
#. summary
|
|
msgid "Executable file for rubygems-update gem"
|
|
msgstr ""
|
|
|
|
#: ruby-rufus-scheduler
|
|
#. homepage: https://github.com/jmettraux/rufus-scheduler
|
|
#. summary
|
|
msgid "scheduler for Ruby (at, in, cron and every jobs)"
|
|
msgstr ""
|
|
|
|
#: ruby-rufus-scheduler-doc
|
|
#. homepage: https://github.com/jmettraux/rufus-scheduler
|
|
#. summary
|
|
msgid "Documentation files for ruby-rufus-scheduler"
|
|
msgstr ""
|
|
|
|
#: ruby-rufus-scheduler-doc
|
|
#. homepage: https://github.com/jmettraux/rufus-scheduler
|
|
#. description
|
|
msgid "Documentation files for ruby-rufus-scheduler."
|
|
msgstr ""
|
|
|
|
#: ruby-sass
|
|
#. homepage: https://github.com/sass/sass
|
|
#. summary
|
|
msgid "Sass makes CSS fun again"
|
|
msgstr ""
|
|
|
|
#: ruby-sass
|
|
#. homepage: https://github.com/sass/sass
|
|
#. description
|
|
msgid ""
|
|
"Sass makes CSS fun again. Sass is an extension of CSS, adding nested rules,\n"
|
|
"variables, mixins, selector inheritance, and more. It's translated to\n"
|
|
"well-formatted, standard CSS using the command line tool or a web-framework\n"
|
|
"plugin."
|
|
msgstr ""
|
|
|
|
#: ruby-sass-doc
|
|
#. homepage: https://github.com/sass/sass
|
|
#. summary
|
|
msgid "Documentation files for sass gem"
|
|
msgstr ""
|
|
|
|
#: ruby-sass-doc
|
|
#. homepage: https://github.com/sass/sass
|
|
#. description
|
|
msgid "Documentation files for sass gem."
|
|
msgstr ""
|
|
|
|
#: ruby-sass-listen
|
|
#. homepage: https://github.com/sass/listen
|
|
#. summary
|
|
msgid "The Listen gem listens to file modifications and notifies you about the changes"
|
|
msgstr ""
|
|
|
|
#: ruby-sass-listen-doc
|
|
#. homepage: https://github.com/sass/listen
|
|
#. summary
|
|
msgid "Documentation files for ruby-sass-listen"
|
|
msgstr ""
|
|
|
|
#: ruby-sass-listen-doc
|
|
#. homepage: https://github.com/sass/listen
|
|
#. description
|
|
msgid "Documentation files for ruby-sass-listen."
|
|
msgstr ""
|
|
|
|
#: ruby-sawyer
|
|
#. homepage: https://github.com/lostisland/sawyer
|
|
#. summary
|
|
msgid "Secret User Agent of HTTP"
|
|
msgstr ""
|
|
|
|
#: ruby-sawyer
|
|
#. homepage: https://github.com/lostisland/sawyer
|
|
#. description
|
|
msgid "Sawyer is an experimental hypermedia agent for Ruby built on top of Faraday."
|
|
msgstr ""
|
|
|
|
#: ruby-sawyer-doc
|
|
#. homepage: https://github.com/lostisland/sawyer
|
|
#. summary
|
|
msgid "Documentation files for sawyer gem"
|
|
msgstr ""
|
|
|
|
#: ruby-scrub_rb
|
|
#. homepage: https://github.com/jrochkind/scrub_rb
|
|
#. summary
|
|
msgid "Pure-ruby polyfill of MRI 2.1 String#scrub, for ruby 1.9 and 2.0 any interpreter"
|
|
msgstr ""
|
|
|
|
#: ruby-scrub_rb-doc
|
|
#. homepage: https://github.com/jrochkind/scrub_rb
|
|
#. summary
|
|
msgid "Documentation files for ruby-scrub_rb"
|
|
msgstr ""
|
|
|
|
#: ruby-scrub_rb-doc
|
|
#. homepage: https://github.com/jrochkind/scrub_rb
|
|
#. description
|
|
msgid "Documentation files for ruby-scrub_rb."
|
|
msgstr ""
|
|
|
|
#: ruby-search_cop
|
|
#. homepage: https://github.com/mrkamel/search_cop
|
|
#. summary
|
|
msgid "Search engine like fulltext query support for ActiveRecord"
|
|
msgstr ""
|
|
|
|
#: ruby-search_cop
|
|
#. homepage: https://github.com/mrkamel/search_cop
|
|
#. description
|
|
msgid ""
|
|
"SearchCop extends your ActiveRecord models to support fulltext search engine\n"
|
|
"like queries via simple query strings and hash-based queries."
|
|
msgstr ""
|
|
|
|
#: ruby-search_cop-doc
|
|
#. homepage: https://github.com/mrkamel/search_cop
|
|
#. summary
|
|
msgid "Documentation files for ruby-search_cop"
|
|
msgstr ""
|
|
|
|
#: ruby-search_cop-doc
|
|
#. homepage: https://github.com/mrkamel/search_cop
|
|
#. description
|
|
msgid "Documentation files for ruby-search_cop."
|
|
msgstr ""
|
|
|
|
#: ruby-secure-headers
|
|
#. homepage: https://github.com/twitter/secureheaders
|
|
#. summary
|
|
msgid "Manages application of security headers with many safe defaults"
|
|
msgstr ""
|
|
|
|
#: ruby-secure-headers
|
|
#. homepage: https://github.com/twitter/secureheaders
|
|
#. description
|
|
msgid "Manages application of security headers with many safe defaults."
|
|
msgstr ""
|
|
|
|
#: ruby-secure-headers-doc
|
|
#. homepage: https://github.com/twitter/secureheaders
|
|
#. summary
|
|
msgid "Documentation files for secure_headers gem"
|
|
msgstr ""
|
|
|
|
#: ruby-secure-headers-doc
|
|
#. homepage: https://github.com/twitter/secureheaders
|
|
#. description
|
|
msgid "Documentation files for secure_headers gem."
|
|
msgstr ""
|
|
|
|
#: ruby-serverengine
|
|
#. homepage: https://github.com/treasure-data/serverengine
|
|
#. summary
|
|
msgid "A framework to implement robust multiprocess servers like Unicorn"
|
|
msgstr ""
|
|
|
|
#: ruby-serverengine-doc
|
|
#. homepage: https://github.com/treasure-data/serverengine
|
|
#. summary
|
|
msgid "Documentation files for ruby-serverengine"
|
|
msgstr ""
|
|
|
|
#: ruby-serverengine-doc
|
|
#. homepage: https://github.com/treasure-data/serverengine
|
|
#. description
|
|
msgid "Documentation files for ruby-serverengine."
|
|
msgstr ""
|
|
|
|
#: ruby-sfl
|
|
#. homepage: https://github.com/ujihisa/spawn-for-legacy
|
|
#. summary
|
|
msgid "spawn! spawn! spawn! spawn! spawn! spawn!"
|
|
msgstr ""
|
|
|
|
#: ruby-sfl-doc
|
|
#. homepage: https://github.com/ujihisa/spawn-for-legacy
|
|
#. summary
|
|
msgid "Documentation files for ruby-sfl"
|
|
msgstr ""
|
|
|
|
#: ruby-sfl-doc
|
|
#. homepage: https://github.com/ujihisa/spawn-for-legacy
|
|
#. description
|
|
msgid "Documentation files for ruby-sfl."
|
|
msgstr ""
|
|
|
|
#: ruby-sigdump
|
|
#. homepage: https://github.com/frsyuki/sigdump/
|
|
#. summary
|
|
msgid "Use signal to show stacktrace of a Ruby process without restarting it"
|
|
msgstr ""
|
|
|
|
#: ruby-sigdump-doc
|
|
#. homepage: https://github.com/frsyuki/sigdump/
|
|
#. summary
|
|
msgid "Documentation files for ruby-sigdump"
|
|
msgstr ""
|
|
|
|
#: ruby-sigdump-doc
|
|
#. homepage: https://github.com/frsyuki/sigdump/
|
|
#. description
|
|
msgid "Documentation files for ruby-sigdump."
|
|
msgstr ""
|
|
|
|
#: ruby-signet
|
|
#. homepage: https://github.com/google/signet/
|
|
#. summary
|
|
msgid "Signet is an OAuth 1.0 / OAuth 2.0 implementation."
|
|
msgstr ""
|
|
|
|
#: ruby-signet-doc
|
|
#. homepage: https://github.com/google/signet/
|
|
#. summary
|
|
msgid "Documentation files for ruby-signet"
|
|
msgstr ""
|
|
|
|
#: ruby-signet-doc
|
|
#. homepage: https://github.com/google/signet/
|
|
#. description
|
|
msgid "Documentation files for ruby-signet."
|
|
msgstr ""
|
|
|
|
#: ruby-simplecov
|
|
#. homepage: https://github.com/colszowka/simplecov
|
|
#. summary
|
|
msgid "Code coverage for Ruby 1.9+ with a powerful configuration library and automatic merging of coverage across test suites"
|
|
msgstr ""
|
|
|
|
#: ruby-simplecov
|
|
#. homepage: https://github.com/colszowka/simplecov
|
|
#. description
|
|
msgid ""
|
|
"SimpleCov is a code coverage analysis tool for Ruby. It uses Ruby's\n"
|
|
"built-in Coverage library to gather code coverage data, but makes\n"
|
|
"processing its results much easier by providing a clean API to filter,\n"
|
|
"group, merge, format, and display those results, giving you a complete\n"
|
|
"code coverage suite that can be set up with just a couple lines of code."
|
|
msgstr ""
|
|
|
|
#: ruby-simplecov-doc
|
|
#. homepage: https://github.com/colszowka/simplecov
|
|
#. summary
|
|
msgid "Documentation files for simplecov gem"
|
|
msgstr ""
|
|
|
|
#: ruby-simplecov-doc
|
|
#. homepage: https://github.com/colszowka/simplecov
|
|
#. description
|
|
msgid "Documentation files for simplecov gem."
|
|
msgstr ""
|
|
|
|
#: ruby-simplecov-html
|
|
#. homepage: https://github.com/colszowka/simplecov-html
|
|
#. summary
|
|
msgid "HTML formatter for SimpleCov code coverage tool for Ruby"
|
|
msgstr ""
|
|
|
|
#: ruby-simplecov-html
|
|
#. homepage: https://github.com/colszowka/simplecov-html
|
|
#. description
|
|
msgid ""
|
|
"Generates a nice HTML report of your SimpleCov ruby code coverage\n"
|
|
"results on Ruby 1.9 using client-side Javascript quite extensively."
|
|
msgstr ""
|
|
|
|
#: ruby-simplecov-html-doc
|
|
#. homepage: https://github.com/colszowka/simplecov-html
|
|
#. summary
|
|
msgid "Documentation files for ruby-simplecov-html"
|
|
msgstr ""
|
|
|
|
#: ruby-simplecov-html-doc
|
|
#. homepage: https://github.com/colszowka/simplecov-html
|
|
#. description
|
|
msgid "Documentation files for ruby-simplecov-html."
|
|
msgstr ""
|
|
|
|
#: ruby-rack-protection
|
|
#. homepage: http://www.sinatrarb.com/
|
|
#. summary
|
|
msgid "This gem protects against typical web attacks"
|
|
msgstr ""
|
|
|
|
#: ruby-rack-protection
|
|
#. homepage: http://www.sinatrarb.com/
|
|
#. description
|
|
msgid ""
|
|
"This gem protects against typical web attacks. Should work for all Rack\n"
|
|
"apps, including Rails."
|
|
msgstr ""
|
|
|
|
#: ruby-rack-protection-doc
|
|
#. homepage: http://www.sinatrarb.com/
|
|
#. summary
|
|
msgid "Documentation files for ruby-rack-protection gem"
|
|
msgstr ""
|
|
|
|
#: ruby-rack-protection-doc
|
|
#. homepage: http://www.sinatrarb.com/
|
|
#. description
|
|
msgid "Documentation files for ruby-rack-protection gem."
|
|
msgstr ""
|
|
|
|
#: ruby-sinatra
|
|
#. homepage: http://www.sinatrarb.com/
|
|
#. summary
|
|
msgid "Classy web-development dressed in a DSL"
|
|
msgstr ""
|
|
|
|
#: ruby-sinatra
|
|
#. homepage: http://www.sinatrarb.com/
|
|
#. description
|
|
msgid ""
|
|
"Sinatra is a DSL for quickly creating web applications in Ruby with minimal\n"
|
|
"effort."
|
|
msgstr ""
|
|
|
|
#: ruby-sinatra-contrib
|
|
#. homepage: http://www.sinatrarb.com/
|
|
#. summary
|
|
msgid "Collection of common Sinatra extensions, semi-officially supported"
|
|
msgstr ""
|
|
|
|
#: ruby-sinatra-contrib
|
|
#. homepage: http://www.sinatrarb.com/
|
|
#. description
|
|
msgid ""
|
|
"Collection of common Sinatra extensions, semi-officially supported:\n"
|
|
"- sinatra/capture: Let's you capture the content of blocks in templates.\n"
|
|
"- sinatra/config_file: Allows loading configuration from yaml files.\n"
|
|
"- sinatra/content_for: Adds Rails-style content_for helpers to Haml,\n"
|
|
" Erb, Erubis and Slim.\n"
|
|
"- sinatra/cookies: A cookies helper for reading and writing cookies.\n"
|
|
"- sinatra/engine_tracking: Adds methods like haml? that allow helper\n"
|
|
" methods to check whether they are called from within a template.\n"
|
|
"- sinatra/json: Adds a #json helper method to return JSON documents.\n"
|
|
"- sinatra/link_header: Helpers for generating link HTML tags and\n"
|
|
" corresponding Link HTTP headers. Adds link, stylesheet and prefetch\n"
|
|
" helper methods.\n"
|
|
"- sinatra/multi_route: Adds ability to define one route block for\n"
|
|
" multiple routes and multiple or custom HTTP verbs.\n"
|
|
"- sinatra/namespace: Adds namespace support to Sinatra.\n"
|
|
"- sinatra/respond_with: Choose action and/or template automatically\n"
|
|
" depending on the incoming request. Adds helpers respond_to and\n"
|
|
" respond_with.\n"
|
|
"- sinatra/custom_logger: This extension allows you to define your own\n"
|
|
" logger instance using +logger+ setting. That logger then will be\n"
|
|
" available as #logger helper method in your routes and views.\n"
|
|
"- sinatra/required_params: Ensure if required query parameters exist"
|
|
msgstr ""
|
|
|
|
#: ruby-sinatra-contrib-doc
|
|
#. homepage: http://www.sinatrarb.com/
|
|
#. summary
|
|
msgid "Documentation files for sinatra-contrib gem"
|
|
msgstr ""
|
|
|
|
#: ruby-sinatra-contrib-doc
|
|
#. homepage: http://www.sinatrarb.com/
|
|
#. description
|
|
msgid "Documentation files for sinatra-contrib gem."
|
|
msgstr ""
|
|
|
|
#: ruby-sinatra-doc
|
|
#. homepage: http://www.sinatrarb.com/
|
|
#. summary
|
|
msgid "Documentation files for sinatra gem"
|
|
msgstr ""
|
|
|
|
#: ruby-sinatra-doc
|
|
#. homepage: http://www.sinatrarb.com/
|
|
#. description
|
|
msgid "Documentation files for sinatra gem."
|
|
msgstr ""
|
|
|
|
#: ruby-slim
|
|
#. homepage: https://github.com/slim-template/slim
|
|
#. summary
|
|
msgid "Slim is a template language whose goal is to reduce the syntax to the essential parts without becoming cryptic."
|
|
msgstr ""
|
|
|
|
#: ruby-slim-doc
|
|
#. homepage: https://github.com/slim-template/slim
|
|
#. summary
|
|
msgid "Documentation files for ruby-slim"
|
|
msgstr ""
|
|
|
|
#: ruby-slim-doc
|
|
#. homepage: https://github.com/slim-template/slim
|
|
#. description
|
|
msgid "Documentation files for ruby-slim."
|
|
msgstr ""
|
|
|
|
#: ruby-spec_helper
|
|
#. homepage: https://github.com/puppetlabs/puppetlabs_spec_helper
|
|
#. summary
|
|
msgid "A set of shared spec helpers specific to Puppetlabs projects"
|
|
msgstr ""
|
|
|
|
#: ruby-spec_helper
|
|
#. homepage: https://github.com/puppetlabs/puppetlabs_spec_helper
|
|
#. description
|
|
msgid ""
|
|
"This repository is meant to provide a single source of truth for how to\n"
|
|
"initialize different Puppet versions for spec testing.\n"
|
|
"\n"
|
|
"The common use case is a module such as stdlib that works with many\n"
|
|
"versions of Puppet. The stdlib module should require the spec helper in\n"
|
|
"this repository, which will in turn automatically figure out the version\n"
|
|
"of Puppet being tested against and perform version specific\n"
|
|
"initialization."
|
|
msgstr ""
|
|
|
|
#: ruby-spec_helper-doc
|
|
#. homepage: https://github.com/puppetlabs/puppetlabs_spec_helper
|
|
#. summary
|
|
msgid "Documentation files for puppetlabs_spec_helper gem"
|
|
msgstr ""
|
|
|
|
#: ruby-spec_helper-doc
|
|
#. homepage: https://github.com/puppetlabs/puppetlabs_spec_helper
|
|
#. description
|
|
msgid "Documentation files for puppetlabs_spec_helper gem."
|
|
msgstr ""
|
|
|
|
#: ruby-specinfra
|
|
#. homepage: https://serverspec.org/
|
|
#. summary
|
|
msgid "Command Execution Framework for serverspec, itamae and so on"
|
|
msgstr ""
|
|
|
|
#: ruby-specinfra
|
|
#. homepage: https://serverspec.org/
|
|
#. description
|
|
msgid ""
|
|
"With Serverspec, you can write RSpec tests for checking your servers are\n"
|
|
"configured correctly.\n"
|
|
"\n"
|
|
"Serverspec tests your servers' actual state by executing command locally, via\n"
|
|
"SSH, via WinRM, via Docker API and so on. So you don't need to install any agent\n"
|
|
"softwares on your servers and can use any configuration management tools,\n"
|
|
"Puppet, Ansible, CFEngine, Itamae and so on.\n"
|
|
"\n"
|
|
"But the true aim of Serverspec is to help refactoring infrastructure code."
|
|
msgstr ""
|
|
|
|
#: ruby-specinfra-doc
|
|
#. homepage: https://serverspec.org/
|
|
#. summary
|
|
msgid "Documentation files for ruby-specinfra"
|
|
msgstr ""
|
|
|
|
#: ruby-specinfra-doc
|
|
#. homepage: https://serverspec.org/
|
|
#. description
|
|
msgid "Documentation files for ruby-specinfra."
|
|
msgstr ""
|
|
|
|
#: ruby-sprockets-rails
|
|
#. homepage: https://github.com/rails/sprockets-rails
|
|
#. summary
|
|
msgid "Sprockets Rails integration"
|
|
msgstr ""
|
|
|
|
#: ruby-sprockets-rails
|
|
#. homepage: https://github.com/rails/sprockets-rails
|
|
#. description
|
|
msgid "Provides Sprockets implementation for Rails 4.x (and beyond) Asset Pipeline."
|
|
msgstr ""
|
|
|
|
#: ruby-sprockets-rails-doc
|
|
#. homepage: https://github.com/rails/sprockets-rails
|
|
#. summary
|
|
msgid "Documentation files for sprockets-rails gem"
|
|
msgstr ""
|
|
|
|
#: ruby-sprockets-rails-doc
|
|
#. homepage: https://github.com/rails/sprockets-rails
|
|
#. description
|
|
msgid "Documentation files for sprockets-rails gem."
|
|
msgstr ""
|
|
|
|
#: ruby-syslog-logger
|
|
#. homepage: https://github.com/ngmoco/syslog_logger
|
|
#. summary
|
|
msgid "An improved Logger replacement that logs to syslog. It is almost drop-in with a few caveats"
|
|
msgstr ""
|
|
|
|
#: ruby-syslog-logger
|
|
#. homepage: https://github.com/ngmoco/syslog_logger
|
|
#. description
|
|
msgid ""
|
|
"Logger::Syslog is a Logger replacement that logs to syslog. It is almost\n"
|
|
"drop-in with a few caveats. You can add Logger::Syslog to your Rails\n"
|
|
"production environment to aggregate logs between multiple machines."
|
|
msgstr ""
|
|
|
|
#: ruby-syslog-logger-doc
|
|
#. homepage: https://github.com/ngmoco/syslog_logger
|
|
#. summary
|
|
msgid "Documentation files for ruby-syslog-logger"
|
|
msgstr ""
|
|
|
|
#: ruby-syslog-logger-doc
|
|
#. homepage: https://github.com/ngmoco/syslog_logger
|
|
#. description
|
|
msgid "Documentation files for ruby-syslog-logger."
|
|
msgstr ""
|
|
|
|
#: ruby-temple
|
|
#. homepage: https://github.com/judofyr/temple
|
|
#. summary
|
|
msgid "Template compilation framework in Ruby"
|
|
msgstr ""
|
|
|
|
#: ruby-temple
|
|
#. homepage: https://github.com/judofyr/temple
|
|
#. description
|
|
msgid ""
|
|
"Temple is an abstraction and a framework for compiling templates to pure Ruby.\n"
|
|
"It's all about making it easier to experiment, implement and optimize template\n"
|
|
"languages. If you're interested in implementing your own template language, or\n"
|
|
"anything else related to the internals of a template engine: You've come to the\n"
|
|
"right place."
|
|
msgstr ""
|
|
|
|
#: ruby-temple-doc
|
|
#. homepage: https://github.com/judofyr/temple
|
|
#. summary
|
|
msgid "Documentation files for ruby-temple"
|
|
msgstr ""
|
|
|
|
#: ruby-temple-doc
|
|
#. homepage: https://github.com/judofyr/temple
|
|
#. description
|
|
msgid "Documentation files for ruby-temple."
|
|
msgstr ""
|
|
|
|
#: ruby-term-ansicolor
|
|
#. homepage: http://flori.github.io/term-ansicolor/
|
|
#. summary
|
|
msgid "Ruby library that colors strings using ANSI escape sequences"
|
|
msgstr ""
|
|
|
|
#: ruby-term-ansicolor
|
|
#. homepage: http://flori.github.io/term-ansicolor/
|
|
#. description
|
|
msgid "This library can be used to color/decolor strings using ANSI escape sequences."
|
|
msgstr ""
|
|
|
|
#: ruby-term-ansicolor-doc
|
|
#. homepage: http://flori.github.io/term-ansicolor/
|
|
#. summary
|
|
msgid "Documentation files for term-ansicolor"
|
|
msgstr ""
|
|
|
|
#: ruby-term-ansicolor-doc
|
|
#. homepage: http://flori.github.io/term-ansicolor/
|
|
#. description
|
|
msgid "Documentation files for term-ansicolor."
|
|
msgstr ""
|
|
|
|
#: term-ansicolor
|
|
#. homepage: http://flori.github.io/term-ansicolor/
|
|
#. summary
|
|
msgid "Executable files for term-ansicolor"
|
|
msgstr ""
|
|
|
|
#: term-ansicolor
|
|
#. homepage: http://flori.github.io/term-ansicolor/
|
|
#. description
|
|
msgid "Executable files for term-ansicolor."
|
|
msgstr ""
|
|
|
|
#: ruby-thread-safe
|
|
#. homepage: https://github.com/ruby-concurrency/thread_safe
|
|
#. summary
|
|
msgid "Thread-safe collections for Ruby"
|
|
msgstr ""
|
|
|
|
#: ruby-thread-safe-doc
|
|
#. homepage: https://github.com/ruby-concurrency/thread_safe
|
|
#. summary
|
|
msgid "Documentation files for thread_safe gem"
|
|
msgstr ""
|
|
|
|
#: ruby-thread-safe-doc
|
|
#. homepage: https://github.com/ruby-concurrency/thread_safe
|
|
#. description
|
|
msgid "Documentation files for thread_safe gem."
|
|
msgstr ""
|
|
|
|
#: ruby-tilt
|
|
#. homepage: https://github.com/rtomayko/tilt
|
|
#. summary
|
|
msgid "Generic interface to multiple Ruby template engines"
|
|
msgstr ""
|
|
|
|
#: ruby-tilt
|
|
#. homepage: https://github.com/rtomayko/tilt
|
|
#. description
|
|
msgid ""
|
|
"Tilt is a thin interface over a bunch of different Ruby template engines in an\n"
|
|
"attempt to make their usage as generic as possible. This is useful for web\n"
|
|
"frameworks, static site generators, and other systems that support multiple\n"
|
|
"template engines but don't want to code for each of them individually.\n"
|
|
"\n"
|
|
"The following features are supported for all template engines (assuming the\n"
|
|
"feature is relevant to the engine):\n"
|
|
"* Custom template evaluation scopes / bindings\n"
|
|
"* Ability to pass locals to template evaluation\n"
|
|
"* Support for passing a block to template evaluation for \"yield\"\n"
|
|
"* Backtraces with correct filenames and line numbers\n"
|
|
"* Template file caching and reloading\n"
|
|
"* Fast, method-based template source compilation"
|
|
msgstr ""
|
|
|
|
#: ruby-tilt-doc
|
|
#. homepage: https://github.com/rtomayko/tilt
|
|
#. summary
|
|
msgid "Documentation files for tilt gem"
|
|
msgstr ""
|
|
|
|
#: ruby-tilt-doc
|
|
#. homepage: https://github.com/rtomayko/tilt
|
|
#. description
|
|
msgid "Documentation files for tilt gem."
|
|
msgstr ""
|
|
|
|
#: tilt
|
|
#. homepage: https://github.com/rtomayko/tilt
|
|
#. summary
|
|
msgid "Executable file for tilt gem"
|
|
msgstr ""
|
|
|
|
#: tilt
|
|
#. homepage: https://github.com/rtomayko/tilt
|
|
#. description
|
|
msgid "Executable file for tilt gem."
|
|
msgstr ""
|
|
|
|
#: ruby-timecop
|
|
#. homepage: https://github.com/travisjeffery/timecop
|
|
#. summary
|
|
msgid "A gem providing \"time travel\" and \"time freezing\" capabilities"
|
|
msgstr ""
|
|
|
|
#: ruby-timecop
|
|
#. homepage: https://github.com/travisjeffery/timecop
|
|
#. description
|
|
msgid ""
|
|
"A gem providing \"time travel\" and \"time freezing\" capabilities,\n"
|
|
"making it dead simple to test time-dependent code.\n"
|
|
"It provides a unified method to mock Time.now, Date.today, and DateTime.now in a single call."
|
|
msgstr ""
|
|
|
|
#: ruby-timecop-doc
|
|
#. homepage: https://github.com/travisjeffery/timecop
|
|
#. summary
|
|
msgid "Documentation files for timecop gem"
|
|
msgstr ""
|
|
|
|
#: ruby-timecop-doc
|
|
#. homepage: https://github.com/travisjeffery/timecop
|
|
#. description
|
|
msgid "Documentation files for timecop gem."
|
|
msgstr ""
|
|
|
|
#: ruby-tins
|
|
#. homepage: https://github.com/flori/tins
|
|
#. summary
|
|
msgid "All the stuff that isn't good/big enough for a real library"
|
|
msgstr ""
|
|
|
|
#: ruby-tins
|
|
#. homepage: https://github.com/flori/tins
|
|
#. description
|
|
msgid "All the stuff that isn't good/big enough for a real library."
|
|
msgstr ""
|
|
|
|
#: ruby-tins-doc
|
|
#. homepage: https://github.com/flori/tins
|
|
#. summary
|
|
msgid "Documentation files for tins"
|
|
msgstr ""
|
|
|
|
#: ruby-tins-doc
|
|
#. homepage: https://github.com/flori/tins
|
|
#. description
|
|
msgid "Documentation files for tins."
|
|
msgstr ""
|
|
|
|
#: ruby-toml-rb
|
|
#. homepage: https://github.com/emancu/toml-rb
|
|
#. summary
|
|
msgid "A parser for TOML using Citrus library"
|
|
msgstr ""
|
|
|
|
#: ruby-toml-rb
|
|
#. homepage: https://github.com/emancu/toml-rb
|
|
#. description
|
|
msgid ""
|
|
"A TomlRB parser using Citrus library.\n"
|
|
"TomlRB specs supported: 0.4.0"
|
|
msgstr ""
|
|
|
|
#: ruby-toml-rb-doc
|
|
#. homepage: https://github.com/emancu/toml-rb
|
|
#. summary
|
|
msgid "Documentation files for ruby-toml-rb"
|
|
msgstr ""
|
|
|
|
#: ruby-toml-rb-doc
|
|
#. homepage: https://github.com/emancu/toml-rb
|
|
#. description
|
|
msgid "Documentation files for ruby-toml-rb."
|
|
msgstr ""
|
|
|
|
#: ruby-tomlrb
|
|
#. homepage: https://github.com/fbernier/tomlrb
|
|
#. summary
|
|
msgid "A Racc based TOML parser"
|
|
msgstr ""
|
|
|
|
#: ruby-tomlrb-doc
|
|
#. homepage: https://github.com/fbernier/tomlrb
|
|
#. summary
|
|
msgid "Documentation files for ruby-tomlrb"
|
|
msgstr ""
|
|
|
|
#: ruby-tomlrb-doc
|
|
#. homepage: https://github.com/fbernier/tomlrb
|
|
#. description
|
|
msgid "Documentation files for ruby-tomlrb."
|
|
msgstr ""
|
|
|
|
#: ruby-tool-setup
|
|
#. homepage: http://i.loveruby.net/en/projects/setup/
|
|
#. summary
|
|
msgid "Generic installer for ruby scripts and libraries"
|
|
msgstr ""
|
|
|
|
#: ruby-tool-setup
|
|
#. homepage: http://i.loveruby.net/en/projects/setup/
|
|
#. description
|
|
msgid ""
|
|
"setup-rb is a generic installer for ruby scripts and libraries.\n"
|
|
"You can use setup-rb to install your any ruby programs."
|
|
msgstr ""
|
|
|
|
#: ruby-tool-setup-doc
|
|
#. homepage: http://i.loveruby.net/en/projects/setup/
|
|
#. summary
|
|
msgid "Documentation files for ruby-tool-setup"
|
|
msgstr ""
|
|
|
|
#: ruby-treetop
|
|
#. homepage: https://github.com/cjheath/treetop
|
|
#. summary
|
|
msgid "A Ruby-based text parsing and interpretation DSL"
|
|
msgstr ""
|
|
|
|
#: ruby-treetop
|
|
#. homepage: https://github.com/cjheath/treetop
|
|
#. description
|
|
msgid ""
|
|
"Treetop is a language for describing languages. Combining the elegance\n"
|
|
"of Ruby with cutting-edge parsing expression grammars, it helps you\n"
|
|
"analyze syntax with revolutionary ease."
|
|
msgstr ""
|
|
|
|
#: ruby-treetop-doc
|
|
#. homepage: https://github.com/cjheath/treetop
|
|
#. summary
|
|
msgid "Documentation files for treetop gem"
|
|
msgstr ""
|
|
|
|
#: ruby-treetop-doc
|
|
#. homepage: https://github.com/cjheath/treetop
|
|
#. description
|
|
msgid "Documentation files for treetop gem."
|
|
msgstr ""
|
|
|
|
#: tt
|
|
#. homepage: https://github.com/cjheath/treetop
|
|
#. summary
|
|
msgid "Executable file for treetop gem"
|
|
msgstr ""
|
|
|
|
#: tt
|
|
#. homepage: https://github.com/cjheath/treetop
|
|
#. description
|
|
msgid "Executable file for treetop gem."
|
|
msgstr ""
|
|
|
|
#: ruby-trollop
|
|
#. homepage: http://manageiq.github.io/trollop/
|
|
#. summary
|
|
msgid "Trollop is a commandline option parser for Ruby that just gets out of your wa"
|
|
msgstr ""
|
|
|
|
#: ruby-trollop
|
|
#. homepage: http://manageiq.github.io/trollop/
|
|
#. description
|
|
msgid ""
|
|
"Trollop is a commandline option parser for Ruby that just gets out of\n"
|
|
"your way. One line of code per option is all you need to write. For\n"
|
|
"that, you get a nice automatically-generated help page, robust option\n"
|
|
"parsing, and sensible defaults for everything you don't specify."
|
|
msgstr ""
|
|
|
|
#: ruby-trollop-doc
|
|
#. homepage: http://manageiq.github.io/trollop/
|
|
#. summary
|
|
msgid "Documentation files for ruby-trollop"
|
|
msgstr ""
|
|
|
|
#: ruby-trollop-doc
|
|
#. homepage: http://manageiq.github.io/trollop/
|
|
#. description
|
|
msgid "Documentation files for ruby-trollop."
|
|
msgstr ""
|
|
|
|
#: ruby-turbolinks
|
|
#. homepage: https://github.com/turbolinks/turbolinks
|
|
#. summary
|
|
msgid "Turbolinks makes navigating your web application faster"
|
|
msgstr ""
|
|
|
|
#: ruby-turbolinks
|
|
#. homepage: https://github.com/turbolinks/turbolinks
|
|
#. description
|
|
msgid ""
|
|
"Turbolinks(r) makes navigating your web application faster. Get the\n"
|
|
"performance benefits of a single-page application without the added\n"
|
|
"complexity of a client-side JavaScript framework. Use HTML to render\n"
|
|
"your views on the server side and link to pages as usual. When you\n"
|
|
"follow a link, Turbolinks automatically fetches the page, swaps in its\n"
|
|
"<body>, and merges its <head>, all without incurring the cost of a full\n"
|
|
"page load."
|
|
msgstr ""
|
|
|
|
#: ruby-turbolinks-doc
|
|
#. homepage: https://github.com/turbolinks/turbolinks
|
|
#. summary
|
|
msgid "Documentation files for turbolinks gem"
|
|
msgstr ""
|
|
|
|
#: ruby-turbolinks-doc
|
|
#. homepage: https://github.com/turbolinks/turbolinks
|
|
#. description
|
|
msgid "Documentation files for turbolinks gem."
|
|
msgstr ""
|
|
|
|
#: ruby-turbolinks-source-gem
|
|
#. homepage: https://github.com/turbolinks/turbolinks-source-gem
|
|
#. summary
|
|
msgid "Turbolinks JavaScript assets, packaged as a RubyGem"
|
|
msgstr ""
|
|
|
|
#: ruby-turbolinks-source-gem-doc
|
|
#. homepage: https://github.com/turbolinks/turbolinks-source-gem
|
|
#. summary
|
|
msgid "Documentation files for turbolinks-source gem"
|
|
msgstr ""
|
|
|
|
#: ruby-turbolinks-source-gem-doc
|
|
#. homepage: https://github.com/turbolinks/turbolinks-source-gem
|
|
#. description
|
|
msgid "Documentation files for turbolinks-source gem."
|
|
msgstr ""
|
|
|
|
#: ruby-tzinfo
|
|
#. homepage: http://rubyforge.org/projects/tzinfo/
|
|
#. summary
|
|
msgid "Daylight-savings aware timezone support for Ruby"
|
|
msgstr ""
|
|
|
|
#: ruby-tzinfo
|
|
#. homepage: http://rubyforge.org/projects/tzinfo/
|
|
#. description
|
|
msgid ""
|
|
"TZInfo uses the tz database (http://www.twinsun.com/tz/tz-link.htm)\n"
|
|
"to provide daylight-savings aware transformations between times in\n"
|
|
"different timezones.\n"
|
|
"\n"
|
|
"This is the same database as used for zoneinfo on Unix machines."
|
|
msgstr ""
|
|
|
|
#: ruby-tzinfo-doc
|
|
#. homepage: http://rubyforge.org/projects/tzinfo/
|
|
#. summary
|
|
msgid "Documentation files for tzinfo"
|
|
msgstr ""
|
|
|
|
#: ruby-tzinfo-data
|
|
#. homepage: https://github.com/tzinfo/tzinfo-data/
|
|
#. summary
|
|
msgid "TZInfo::Data - Timezone Data for TZInfo"
|
|
msgstr ""
|
|
|
|
#: ruby-tzinfo-data-doc
|
|
#. homepage: https://github.com/tzinfo/tzinfo-data/
|
|
#. summary
|
|
msgid "Documentation files for ruby-tzinfo-data"
|
|
msgstr ""
|
|
|
|
#: ruby-tzinfo-data-doc
|
|
#. homepage: https://github.com/tzinfo/tzinfo-data/
|
|
#. description
|
|
msgid "Documentation files for ruby-tzinfo-data."
|
|
msgstr ""
|
|
|
|
#: ruby-uber
|
|
#. homepage: https://github.com/apotonick/uber
|
|
#. summary
|
|
msgid "Gem-authoring extensions for classes and modules."
|
|
msgstr ""
|
|
|
|
#: ruby-uber-doc
|
|
#. homepage: https://github.com/apotonick/uber
|
|
#. summary
|
|
msgid "Documentation files for ruby-uber"
|
|
msgstr ""
|
|
|
|
#: ruby-uber-doc
|
|
#. homepage: https://github.com/apotonick/uber
|
|
#. description
|
|
msgid "Documentation files for ruby-uber."
|
|
msgstr ""
|
|
|
|
#: ruby-unicode-display-width
|
|
#. homepage: https://github.com/janlelis/unicode-display_width
|
|
#. summary
|
|
msgid "Monospace Unicode character width in Ruby"
|
|
msgstr ""
|
|
|
|
#: ruby-unicode-display-width-doc
|
|
#. homepage: https://github.com/janlelis/unicode-display_width
|
|
#. summary
|
|
msgid "Documentation files for unicode-display_width gem"
|
|
msgstr ""
|
|
|
|
#: ruby-unicode-display-width-doc
|
|
#. homepage: https://github.com/janlelis/unicode-display_width
|
|
#. description
|
|
msgid "Documentation files for unicode-display_width gem."
|
|
msgstr ""
|
|
|
|
#: ruby-uuidtools
|
|
#. homepage: http://github.com/sporkmonger/uuidtools
|
|
#. summary
|
|
msgid "A simple universally unique ID generation library"
|
|
msgstr ""
|
|
|
|
#: ruby-uuidtools
|
|
#. homepage: http://github.com/sporkmonger/uuidtools
|
|
#. description
|
|
msgid ""
|
|
"UUIDTools was designed to be a simple library for generating any\n"
|
|
"of the various types of UUIDs. It conforms to RFC 4122 whenever\n"
|
|
"possible."
|
|
msgstr ""
|
|
|
|
#: ruby-uuidtools-doc
|
|
#. homepage: http://github.com/sporkmonger/uuidtools
|
|
#. summary
|
|
msgid "Documentation files for uuidtools gem"
|
|
msgstr ""
|
|
|
|
#: ruby-uuidtools-doc
|
|
#. homepage: http://github.com/sporkmonger/uuidtools
|
|
#. description
|
|
msgid "Documentation files for uuidtools gem."
|
|
msgstr ""
|
|
|
|
#: ruby-warden
|
|
#. homepage: https://github.com/wardencommunity/warden
|
|
#. summary
|
|
msgid "General Rack Authentication Framework"
|
|
msgstr ""
|
|
|
|
#: ruby-warden
|
|
#. homepage: https://github.com/wardencommunity/warden
|
|
#. description
|
|
msgid ""
|
|
"Warden is rack based middleware, designed to provide a mechanism for\n"
|
|
"authentication in Ruby web applications. It is a common mechanism that fits into\n"
|
|
"the Rack Machinery to offer powerful options for authentication."
|
|
msgstr ""
|
|
|
|
#: ruby-warden-doc
|
|
#. homepage: https://github.com/wardencommunity/warden
|
|
#. summary
|
|
msgid "Documentation files for warden gem"
|
|
msgstr ""
|
|
|
|
#: ruby-warden-doc
|
|
#. homepage: https://github.com/wardencommunity/warden
|
|
#. description
|
|
msgid "Documentation files for warden gem."
|
|
msgstr ""
|
|
|
|
#: ruby-wirb
|
|
#. homepage: https://github.com/janlelis/wirb
|
|
#. summary
|
|
msgid "Don't use an IRB without WIRB"
|
|
msgstr ""
|
|
|
|
#: ruby-wirb
|
|
#. homepage: https://github.com/janlelis/wirb
|
|
#. description
|
|
msgid "Don't use an IRB without WIRB!"
|
|
msgstr ""
|
|
|
|
#: ruby-wirb-doc
|
|
#. homepage: https://github.com/janlelis/wirb
|
|
#. summary
|
|
msgid "Documentation files for wirb gem"
|
|
msgstr ""
|
|
|
|
#: ruby-wirb-doc
|
|
#. homepage: https://github.com/janlelis/wirb
|
|
#. description
|
|
msgid "Documentation files for wirb gem."
|
|
msgstr ""
|
|
|
|
#: ruby-xml-simple
|
|
#. homepage: https://github.com/maik/xml-simple
|
|
#. summary
|
|
msgid "A very simple API for XML processing"
|
|
msgstr ""
|
|
|
|
#: ruby-xml-simple
|
|
#. homepage: https://github.com/maik/xml-simple
|
|
#. description
|
|
msgid ""
|
|
"Class XmlSimple offers an easy API to read and write XML. It is\n"
|
|
"a Ruby translation of Grant McLean's Perl module XML::Simple.\n"
|
|
"Simply put, it automatically converts XML documents into a Ruby\n"
|
|
"Hash."
|
|
msgstr ""
|
|
|
|
#: ruby-xml-simple-doc
|
|
#. homepage: https://github.com/maik/xml-simple
|
|
#. summary
|
|
msgid "Documentation files for ruby-xml-simple"
|
|
msgstr ""
|
|
|
|
#: ruby-xmlrpc
|
|
#. homepage: https://github.com/ruby/xmlrpc
|
|
#. summary
|
|
msgid "The Ruby standard library package 'xmlrpc'"
|
|
msgstr ""
|
|
|
|
#: ruby-xmlrpc
|
|
#. homepage: https://github.com/ruby/xmlrpc
|
|
#. description
|
|
msgid ""
|
|
"XMLRPC is a lightweight protocol that enables remote procedure calls over HTTP.\n"
|
|
"It is defined at http://www.xmlrpc.com.\n"
|
|
"\n"
|
|
"XMLRPC allows you to create simple distributed computing solutions that span\n"
|
|
"computer languages. Its distinctive feature is its simplicity compared to other\n"
|
|
"approaches like SOAP and CORBA.\n"
|
|
"\n"
|
|
"The Ruby standard library package 'xmlrpc' enables you to create a server that\n"
|
|
"implements remote procedures and a client that calls them. Very little code is\n"
|
|
"required to achieve either of these."
|
|
msgstr ""
|
|
|
|
#: ruby-xmlrpc-doc
|
|
#. homepage: https://github.com/ruby/xmlrpc
|
|
#. summary
|
|
msgid "Documentation files for ruby-xmlrpc"
|
|
msgstr ""
|
|
|
|
#: ruby-xmlrpc-doc
|
|
#. homepage: https://github.com/ruby/xmlrpc
|
|
#. description
|
|
msgid "Documentation files for ruby-xmlrpc."
|
|
msgstr ""
|
|
|
|
#: ruby-xmpp4r
|
|
#. homepage: http://xmpp4r.github.io/
|
|
#. summary
|
|
msgid "XMPP/Jabber library for Ruby"
|
|
msgstr ""
|
|
|
|
#: ruby-xmpp4r
|
|
#. homepage: http://xmpp4r.github.io/
|
|
#. description
|
|
msgid ""
|
|
"XMPP4R is an XMPP/Jabber library for Ruby. Its goal is to provide\n"
|
|
"a complete framework to develop Jabber-related applications or\n"
|
|
"scripts in Ruby.\n"
|
|
"\n"
|
|
" * Fully object-oriented\n"
|
|
" * Aims at being XMPP compliant\n"
|
|
" * Threaded, events-based\n"
|
|
" * Well unit-tested and documented code\n"
|
|
" * Uses well-known and well-tested software like REXML, instead\n"
|
|
" of reinventing the wheel\n"
|
|
" * Very easy to extend"
|
|
msgstr ""
|
|
|
|
#: ruby-xmpp4r-doc
|
|
#. homepage: http://xmpp4r.github.io/
|
|
#. summary
|
|
msgid "Documentation files for xmpp4r gem"
|
|
msgstr ""
|
|
|
|
#: ruby-xmpp4r-doc
|
|
#. homepage: http://xmpp4r.github.io/
|
|
#. description
|
|
msgid "Documentation files for xmpp4r gem."
|
|
msgstr ""
|
|
|
|
#: ruby-xpath
|
|
#. homepage: https://github.com/teamcapybara/xpath
|
|
#. summary
|
|
msgid "Ruby library for generating XPath expressions"
|
|
msgstr ""
|
|
|
|
#: ruby-xpath-doc
|
|
#. homepage: https://github.com/teamcapybara/xpath
|
|
#. summary
|
|
msgid "Documentation files for ruby-xpath"
|
|
msgstr ""
|
|
|
|
#: ruby-xpath-doc
|
|
#. homepage: https://github.com/teamcapybara/xpath
|
|
#. description
|
|
msgid "Documentation files for ruby-xpath."
|
|
msgstr ""
|
|
|
|
#: ruby-zendesk_api
|
|
#. homepage: https://github.com/zendesk/zendesk_api_client_rb
|
|
#. summary
|
|
msgid "Official Ruby Zendesk API Client"
|
|
msgstr ""
|
|
|
|
#: ruby-zendesk_api-doc
|
|
#. homepage: https://github.com/zendesk/zendesk_api_client_rb
|
|
#. summary
|
|
msgid "Documentation files for ruby-zendesk_api"
|
|
msgstr ""
|
|
|
|
#: ruby-zendesk_api-doc
|
|
#. homepage: https://github.com/zendesk/zendesk_api_client_rb
|
|
#. description
|
|
msgid "Documentation files for ruby-zendesk_api."
|
|
msgstr ""
|
|
|
|
#: ruby-zhexdump
|
|
#. homepage: https://github.com/zed-0xff/zhexdump
|
|
#. summary
|
|
msgid "A highly flexible hexdump implementation."
|
|
msgstr ""
|
|
|
|
#: ruby-zhexdump-doc
|
|
#. homepage: https://github.com/zed-0xff/zhexdump
|
|
#. summary
|
|
msgid "Documentation files for ruby-zhexdump"
|
|
msgstr ""
|
|
|
|
#: ruby-zhexdump-doc
|
|
#. homepage: https://github.com/zed-0xff/zhexdump
|
|
#. description
|
|
msgid "Documentation files for ruby-zhexdump."
|
|
msgstr ""
|
|
|
|
#: rubyzip
|
|
#. homepage: https://github.com/rubyzip/rubyzip
|
|
#. summary
|
|
msgid "rubyzip is a ruby module for reading and writing zip files"
|
|
msgstr ""
|
|
|
|
#: rubyzip
|
|
#. homepage: https://github.com/rubyzip/rubyzip
|
|
#. description
|
|
msgid "rubyzip is a ruby module for reading and writing zip files."
|
|
msgstr ""
|
|
|
|
#: rubyzip-doc
|
|
#. homepage: https://github.com/rubyzip/rubyzip
|
|
#. summary
|
|
msgid "Documentation files for rubyzip"
|
|
msgstr ""
|
|
|
|
#: rubyzip-doc
|
|
#. homepage: https://github.com/rubyzip/rubyzip
|
|
#. description
|
|
msgid "Documentation files for rubyzip."
|
|
msgstr ""
|
|
|
|
#: rujel
|
|
#. homepage: http://www.rujel.net
|
|
#. summary
|
|
msgid "RUJEL is a web-portal application for maintaining online markbook in schools."
|
|
msgstr ""
|
|
|
|
#: rujel
|
|
#. homepage: http://www.rujel.net
|
|
#. description
|
|
msgid ""
|
|
"RUJEL is a web-portal application for maintaining online markbook in\n"
|
|
"schools. It supports criterial evaluation for International\n"
|
|
"Baccalaureate schools.\n"
|
|
"\n"
|
|
"RUJEL has russian user interface but it can be easily localised by\n"
|
|
"rewriting *.plist files located in Resources folder of each framework"
|
|
msgstr ""
|
|
|
|
#: runawfe-jboss
|
|
#. homepage: http://sourceforge.net/projects/runawfe
|
|
#. summary
|
|
msgid "JBOSS 4.2.3.GA for RUNA WFE Workflow/BPM management system."
|
|
msgstr ""
|
|
|
|
#: runawfe-jboss
|
|
#. homepage: http://sourceforge.net/projects/runawfe
|
|
#. description
|
|
msgid ""
|
|
"RUNA WFE is a cross-platform end user solution for business process management. It provides rich web interface with tasklist, form player, graphical process designer, bots and more.\n"
|
|
"\n"
|
|
"This package provides embedded JBOSS 4.0.5.GA for RUNA WFE Workflow/BPM management system."
|
|
msgstr ""
|
|
|
|
#: runawfe4-gpd
|
|
#. homepage: http://sourceforge.net/projects/runawfe/
|
|
#. summary
|
|
msgid "Runawfe Graphic Process Designer"
|
|
msgstr ""
|
|
|
|
#: runawfe4-gpd
|
|
#. homepage: http://sourceforge.net/projects/runawfe/
|
|
#. description
|
|
msgid ""
|
|
"RunaWFE is a free OpenSource business process management system. It is delivered\n"
|
|
"under LGPL licence. RunaWFE is based on JBoss jBPM and Activiti. It provides rich\n"
|
|
"web interface with tasklist, form player, graphical process designer, bots and more."
|
|
msgstr ""
|
|
|
|
#: runawk
|
|
#. homepage: http://runawk.sourceforge.net
|
|
#. summary
|
|
msgid "Wrapper for AWK providing modules"
|
|
msgstr ""
|
|
|
|
#: runawk
|
|
#. homepage: http://runawk.sourceforge.net
|
|
#. description
|
|
msgid ""
|
|
"RUNAWK is a small wrapper for AWK interpreter that helps to write\n"
|
|
"the standalone programs in AWK. It provides MODULES for AWK\n"
|
|
"similar to PERL's \"use\" command and other powerful features.\n"
|
|
"Dozens of ready to use modules are also provided."
|
|
msgstr ""
|
|
|
|
#: runawk-examples
|
|
#. homepage: http://runawk.sourceforge.net
|
|
#. summary
|
|
msgid "Examples for RunAWK"
|
|
msgstr ""
|
|
|
|
#: runawk-examples
|
|
#. homepage: http://runawk.sourceforge.net
|
|
#. description
|
|
msgid "This package contains examples for RunAWK."
|
|
msgstr ""
|
|
|
|
#: runc
|
|
#. homepage: https://github.com/opencontainers/runc
|
|
#. summary
|
|
msgid "CLI for running Open Containers"
|
|
msgstr ""
|
|
|
|
#: runc
|
|
#. homepage: https://github.com/opencontainers/runc
|
|
#. description
|
|
msgid ""
|
|
"The runc command can be used to start containers which are packaged\n"
|
|
"in accordance with the Open Container Initiative's specifications,\n"
|
|
"and to manage containers running under runc."
|
|
msgstr ""
|
|
|
|
#: rundoc
|
|
#. homepage: http://www.martiansoftware.com/lab/rundoc/
|
|
#. summary
|
|
msgid "An Ant task designed to help with the single-sourcing of program documentation"
|
|
msgstr ""
|
|
|
|
#: rundoc
|
|
#. homepage: http://www.martiansoftware.com/lab/rundoc/
|
|
#. description
|
|
msgid "An Ant task designed to help with the single-sourcing of program documentation."
|
|
msgstr ""
|
|
|
|
#: rundoc-javadoc
|
|
#. homepage: http://www.martiansoftware.com/lab/rundoc/
|
|
#. summary
|
|
msgid "Javadocs for rundoc"
|
|
msgstr ""
|
|
|
|
#: rundoc-javadoc
|
|
#. homepage: http://www.martiansoftware.com/lab/rundoc/
|
|
#. description
|
|
msgid "This package contains the API documentation for rundoc."
|
|
msgstr ""
|
|
|
|
#: runit
|
|
#. homepage: http://smarden.org/runit/
|
|
#. summary
|
|
msgid "System-wide service supervision"
|
|
msgstr ""
|
|
|
|
#: runit
|
|
#. homepage: http://smarden.org/runit/
|
|
#. description
|
|
msgid ""
|
|
"runit is a collection of tools to provide system-wide service supervision\n"
|
|
"and to manage services. Contrary to sysv init, it not only cares about\n"
|
|
"starting and stopping services, but also supervises the service daemons\n"
|
|
"while they are running. Amongst other things, it provides a reliable\n"
|
|
"interface to send signals to service daemons without the need for pid-files,\n"
|
|
"and a log facility with automatic log file rotation and disk space limits.\n"
|
|
"\n"
|
|
"runit service supervision can run under sysv init or replace the init\n"
|
|
"system completely. Complete init replacement needs to be done by hand."
|
|
msgstr ""
|
|
|
|
#: runns
|
|
#. homepage: https://github.com/dalegr/runns
|
|
#. summary
|
|
msgid "This is a daemon and helper scripts to run program in network namespace."
|
|
msgstr ""
|
|
|
|
#: runns
|
|
#. homepage: https://github.com/dalegr/runns
|
|
#. description
|
|
msgid ""
|
|
"The RUNNS provides daemon (runns), client (runnsctl) and helper\n"
|
|
"scripts (build-net and clean-net) for GNU/Linux to easy create and\n"
|
|
"delete network namespaces, connect this network namespace to\n"
|
|
"default via veth pair and setup iptables NAT rules."
|
|
msgstr ""
|
|
|
|
#: clippy
|
|
#. homepage: http://www.rust-lang.org/
|
|
#. summary
|
|
msgid "Lints to catch common mistakes and improve your Rust code"
|
|
msgstr ""
|
|
|
|
#: clippy
|
|
#. homepage: http://www.rust-lang.org/
|
|
#. description
|
|
msgid "A collection of lints to catch common mistakes and improve your Rust code."
|
|
msgstr ""
|
|
|
|
#: rls
|
|
#. homepage: http://www.rust-lang.org/
|
|
#. summary
|
|
msgid "Rust Language Server for IDE integration"
|
|
msgstr ""
|
|
|
|
#: rls
|
|
#. homepage: http://www.rust-lang.org/
|
|
#. description
|
|
msgid ""
|
|
"The Rust Language Server provides a server that runs in the background,\n"
|
|
"providing IDEs, editors, and other tools with information about Rust programs.\n"
|
|
"It supports functionality such as 'goto definition', symbol search,\n"
|
|
"reformatting, and code completion, and enables renaming and refactorings."
|
|
msgstr ""
|
|
|
|
#: rust
|
|
#. homepage: http://www.rust-lang.org/
|
|
#. summary
|
|
msgid "The Rust Programming Language"
|
|
msgstr ""
|
|
|
|
#: rust
|
|
#. homepage: http://www.rust-lang.org/
|
|
#. description
|
|
msgid ""
|
|
"Rust is a systems programming language that runs blazingly fast, prevents\n"
|
|
"segfaults, and guarantees thread safety."
|
|
msgstr ""
|
|
|
|
#: rust-analysis
|
|
#. homepage: http://www.rust-lang.org/
|
|
#. summary
|
|
msgid "Compiler analysis data for the Rust standard library"
|
|
msgstr ""
|
|
|
|
#: rust-analysis
|
|
#. homepage: http://www.rust-lang.org/
|
|
#. description
|
|
msgid ""
|
|
"This package contains analysis data files produced with rustc's -Zsave-analysis\n"
|
|
"feature for the Rust standard library. The RLS (Rust Language Server) uses this\n"
|
|
"data to provide information about the Rust standard library."
|
|
msgstr ""
|
|
|
|
#: rust-cargo
|
|
#. homepage: http://www.rust-lang.org/
|
|
#. summary
|
|
msgid "The Rust package manager"
|
|
msgstr ""
|
|
|
|
#: rust-cargo
|
|
#. homepage: http://www.rust-lang.org/
|
|
#. description
|
|
msgid ""
|
|
"Cargo is a tool that allows Rust projects to declare their various dependencies\n"
|
|
"and ensure that you'll always get a repeatable build."
|
|
msgstr ""
|
|
|
|
#: rust-cargo-doc
|
|
#. homepage: http://www.rust-lang.org/
|
|
#. summary
|
|
msgid "Documentation for Cargo"
|
|
msgstr ""
|
|
|
|
#: rust-cargo-doc
|
|
#. homepage: http://www.rust-lang.org/
|
|
#. description
|
|
msgid "This package includes HTML documentation for Cargo."
|
|
msgstr ""
|
|
|
|
#: rust-doc
|
|
#. homepage: http://www.rust-lang.org/
|
|
#. summary
|
|
msgid "Documentation for Rust"
|
|
msgstr ""
|
|
|
|
#: rust-doc
|
|
#. homepage: http://www.rust-lang.org/
|
|
#. description
|
|
msgid ""
|
|
"This package includes HTML documentation for the Rust programming language and\n"
|
|
"its standard library."
|
|
msgstr ""
|
|
|
|
#: rust-gdb
|
|
#. homepage: http://www.rust-lang.org/
|
|
#. summary
|
|
msgid "run rust compiler under gdb"
|
|
msgstr ""
|
|
|
|
#: rust-src
|
|
#. homepage: http://www.rust-lang.org/
|
|
#. summary
|
|
msgid "Sources for the Rust standard library"
|
|
msgstr ""
|
|
|
|
#: rust-src
|
|
#. homepage: http://www.rust-lang.org/
|
|
#. description
|
|
msgid ""
|
|
"This package includes source files for the Rust standard library. It may be\n"
|
|
"useful as a reference for code completion tools in various editors."
|
|
msgstr ""
|
|
|
|
#: rustfmt
|
|
#. homepage: http://www.rust-lang.org/
|
|
#. summary
|
|
msgid "Tool to find and fix Rust formatting issues"
|
|
msgstr ""
|
|
|
|
#: rustfmt
|
|
#. homepage: http://www.rust-lang.org/
|
|
#. description
|
|
msgid "A tool for formatting Rust code according to style guidelines."
|
|
msgstr ""
|
|
|
|
#: rust-cargo-c
|
|
#. homepage: https://github.com/lu-zero/cargo-c
|
|
#. summary
|
|
msgid "Cargo applet to build and install C-ABI compatible dynamic and static libraries"
|
|
msgstr ""
|
|
|
|
#: rust-cargo-c
|
|
#. homepage: https://github.com/lu-zero/cargo-c
|
|
#. description
|
|
msgid ""
|
|
"Cargo applet to build and install C-ABI compatible dynamic and static libraries\n"
|
|
"It produces and installs a correct pkg-config file, a static library and a dynamic\n"
|
|
"library, and a C header to be used by any C (and C-compatible) software."
|
|
msgstr ""
|
|
|
|
#: rviewer
|
|
#. homepage: http://rniamo.is-a-geek.com/mu/2009/05/16/rviewer-v05/
|
|
#. summary
|
|
msgid "RViewer image viewer"
|
|
msgstr ""
|
|
|
|
#: librw-devel
|
|
#. homepage: https://sourceforge.net/projects/rankwidth/
|
|
#. summary
|
|
msgid "Development files for rw"
|
|
msgstr ""
|
|
|
|
#: librw-devel
|
|
#. homepage: https://sourceforge.net/projects/rankwidth/
|
|
#. description
|
|
msgid "This package contains the header files for rw."
|
|
msgstr ""
|
|
|
|
#: librw0
|
|
#. homepage: https://sourceforge.net/projects/rankwidth/
|
|
#. summary
|
|
msgid "Libraries for rw"
|
|
msgstr ""
|
|
|
|
#: librw0
|
|
#. homepage: https://sourceforge.net/projects/rankwidth/
|
|
#. description
|
|
msgid "This package contains the libraries for rw."
|
|
msgstr ""
|
|
|
|
#: rw
|
|
#. homepage: https://sourceforge.net/projects/rankwidth/
|
|
#. summary
|
|
msgid "Program that calculates rank-width and rank-decompositions"
|
|
msgstr ""
|
|
|
|
#: rw
|
|
#. homepage: https://sourceforge.net/projects/rankwidth/
|
|
#. description
|
|
msgid ""
|
|
"rw is a program that calculates rank-width and rank-decompositions.\n"
|
|
"It is based on ideas from \"Computing rank-width exactly\" by Sang-il Oum,\n"
|
|
"\"Sopra una formula numerica\" by Ernesto Pascal, \"Generation of a Vector\n"
|
|
"from the Lexicographical Index\" by B.P. Buckles and M. Lybanon and\n"
|
|
"\"Fast additions on masked integers\" by Michael D. Adams and David S. Wise."
|
|
msgstr ""
|
|
|
|
#: rx-etersoft
|
|
#. homepage: http://wiki.etersoft.ru/RX
|
|
#. summary
|
|
msgid "RX@Etersoft - NX based application/thin-client server"
|
|
msgstr ""
|
|
|
|
#: rx-etersoft
|
|
#. homepage: http://wiki.etersoft.ru/RX
|
|
#. description
|
|
msgid ""
|
|
"RX@Etersoft (formely freenx-server) is an application/thin-client server based on NX technology.\n"
|
|
"NoMachine NX is the X compression and roundtrip suppression scheme.\n"
|
|
"It can operate remote X11 sessions over 56k modem dialup links\n"
|
|
"or anything better. This package contains a free (GPL) implementation\n"
|
|
"of the nxserver component.\n"
|
|
"\n"
|
|
"Recommended Requires: foomatic-db foomatic-db-engine"
|
|
msgstr ""
|
|
|
|
#: rxclient
|
|
#. homepage: https://wiki.etersoft.ru/RX
|
|
#. summary
|
|
msgid "A client for RX@Etersoft Terminal Server"
|
|
msgstr ""
|
|
|
|
#: rxclient
|
|
#. homepage: https://wiki.etersoft.ru/RX
|
|
#. description
|
|
msgid "RX Client is a NX 3.5 compatible client based on OpenNX code."
|
|
msgstr ""
|
|
|
|
#: rxcpp
|
|
#. homepage: https://github.com/ReactiveX/RxCpp
|
|
#. summary
|
|
msgid "Reactive Extensions for C++"
|
|
msgstr ""
|
|
|
|
#: rxcpp
|
|
#. homepage: https://github.com/ReactiveX/RxCpp
|
|
#. description
|
|
msgid ""
|
|
"The Reactive Extensions for C++ (RxCpp) is a library of algorithms\n"
|
|
"for values-distributed-in-time."
|
|
msgstr ""
|
|
|
|
#: rxcpp-doc
|
|
#. homepage: https://github.com/ReactiveX/RxCpp
|
|
#. summary
|
|
msgid "API-documentation for rxcpp"
|
|
msgstr ""
|
|
|
|
#: rxcpp-doc
|
|
#. homepage: https://github.com/ReactiveX/RxCpp
|
|
#. description
|
|
msgid "This package contains the API-documentation for rxcpp."
|
|
msgstr ""
|
|
|
|
#: rxjava
|
|
#. homepage: https://github.com/ReactiveX/RxJava
|
|
#. summary
|
|
msgid "Reactive Extensions for the JVM"
|
|
msgstr ""
|
|
|
|
#: rxjava
|
|
#. homepage: https://github.com/ReactiveX/RxJava
|
|
#. description
|
|
msgid ""
|
|
"RxJava a library for composing asynchronous and\n"
|
|
"event-based programs using observable sequences\n"
|
|
"for the Java VM."
|
|
msgstr ""
|
|
|
|
#: rxjava-javadoc
|
|
#. homepage: https://github.com/ReactiveX/RxJava
|
|
#. summary
|
|
msgid "Javadoc for rxjava"
|
|
msgstr ""
|
|
|
|
#: rxjava-javadoc
|
|
#. homepage: https://github.com/ReactiveX/RxJava
|
|
#. description
|
|
msgid "This package contains javadoc for rxjava."
|
|
msgstr ""
|
|
|
|
#: rxtx
|
|
#. homepage: http://rxtx.qbang.org/
|
|
#. summary
|
|
msgid "Parallel communication for the Java Development Toolkit"
|
|
msgstr ""
|
|
|
|
#: rxtx
|
|
#. homepage: http://rxtx.qbang.org/
|
|
#. description
|
|
msgid ""
|
|
"rxtx is an full implementation of java commapi which aims to support RS232\n"
|
|
"IEEE 1284, RS485, I2C and RawIO."
|
|
msgstr ""
|
|
|
|
#: rxvt-unicode
|
|
#. homepage: http://software.schmorp.de/pkg/rxvt-unicode.html
|
|
#. summary
|
|
msgid "rxvt-unicode is a clone of the well known terminal emulator rxvt"
|
|
msgstr ""
|
|
|
|
#: rxvt-unicode
|
|
#. homepage: http://software.schmorp.de/pkg/rxvt-unicode.html
|
|
#. description
|
|
msgid ""
|
|
"rxvt-unicode is a clone of the well known terminal emulator rxvt, modified to\n"
|
|
"store text in Unicode (either UCS-2 or UCS-4) and to use locale-correct input\n"
|
|
"and output. It also supports mixing multiple fonts at the same time, including\n"
|
|
"Xft fonts."
|
|
msgstr ""
|
|
|
|
#: rygel
|
|
#. homepage: https://wiki.gnome.org/Projects/Rygel
|
|
#. summary
|
|
msgid "A UPnP v2 Media Server"
|
|
msgstr ""
|
|
|
|
#: rygel
|
|
#. homepage: https://wiki.gnome.org/Projects/Rygel
|
|
#. description
|
|
msgid ""
|
|
"Rygel is an implementation of the UPnP MediaServer V 2.0 specification that is\n"
|
|
"specifically designed for GNOME. It is based on GUPnP and is written (mostly)\n"
|
|
"in Vala language. The project was previously known as gupnp-media-server."
|
|
msgstr ""
|
|
|
|
#: rygel-devel
|
|
#. homepage: https://wiki.gnome.org/Projects/Rygel
|
|
#. summary
|
|
msgid "Development package for rygel"
|
|
msgstr ""
|
|
|
|
#: rygel-devel
|
|
#. homepage: https://wiki.gnome.org/Projects/Rygel
|
|
#. description
|
|
msgid "Files for development with rygel."
|
|
msgstr ""
|
|
|
|
#: rygel-gir
|
|
#. homepage: https://wiki.gnome.org/Projects/Rygel
|
|
#. summary
|
|
msgid "GObject introspection data for the rygel"
|
|
msgstr ""
|
|
|
|
#: rygel-gir-devel
|
|
#. homepage: https://wiki.gnome.org/Projects/Rygel
|
|
#. summary
|
|
msgid "GObject introspection devel data for the rygel"
|
|
msgstr ""
|
|
|
|
#: rygel-lms
|
|
#. homepage: https://wiki.gnome.org/Projects/Rygel
|
|
#. summary
|
|
msgid "Lightweight media scanner plugin for rygel"
|
|
msgstr ""
|
|
|
|
#: rygel-lms
|
|
#. homepage: https://wiki.gnome.org/Projects/Rygel
|
|
#. description
|
|
msgid "A plugin for rygel to use LMS to locate media on the local machine."
|
|
msgstr ""
|
|
|
|
#: rygel-tracker
|
|
#. homepage: https://wiki.gnome.org/Projects/Rygel
|
|
#. summary
|
|
msgid "Tracker3 plugin for rygel"
|
|
msgstr ""
|
|
|
|
#: rygel-tracker
|
|
#. homepage: https://wiki.gnome.org/Projects/Rygel
|
|
#. description
|
|
msgid "A plugin for rygel to use tracker to locate media on the local machine."
|
|
msgstr ""
|
|
|
|
#: python3-module-ryu
|
|
#. homepage: http://osrg.github.io/ryu/
|
|
#. summary
|
|
msgid "Component-based Software-defined Networking Framework"
|
|
msgstr ""
|
|
|
|
#: python3-module-ryu
|
|
#. homepage: http://osrg.github.io/ryu/
|
|
#. description
|
|
msgid ""
|
|
"Ryu is a component-based software defined networking framework.\n"
|
|
"\n"
|
|
"Ryu provides software components with well defined API that make it\n"
|
|
"easy for developers to create new network management and control\n"
|
|
"applications. Ryu supports various protocols for managing network\n"
|
|
"devices, such as OpenFlow, Netconf, OF-config, etc. About OpenFlow,\n"
|
|
"Ryu supports fully 1.0, 1.2, 1.3, 1.4 and Nicira Extensions.\n"
|
|
"\n"
|
|
"All of the code is freely available under the Apache 2.0 license. Ryu\n"
|
|
"is fully written in Python."
|
|
msgstr ""
|
|
|
|
#: python3-module-ryu-tests
|
|
#. homepage: http://osrg.github.io/ryu/
|
|
#. summary
|
|
msgid "Tests for Software-defined Networking Framework"
|
|
msgstr ""
|
|
|
|
#: ryu-doc
|
|
#. homepage: http://osrg.github.io/ryu/
|
|
#. summary
|
|
msgid "Documentation for Software-defined Networking Framework"
|
|
msgstr ""
|
|
|
|
#: rzip
|
|
#. homepage: https://rzip.samba.org
|
|
#. summary
|
|
msgid "A large-file compression program"
|
|
msgstr ""
|
|
|
|
#: rzip
|
|
#. homepage: https://rzip.samba.org
|
|
#. description
|
|
msgid ""
|
|
"rzip is a file compression program designed to do particularly well on\n"
|
|
"very large files containing long distance redundency."
|
|
msgstr ""
|
|
|